# Logfile created on 2020-08-15 03:54:51 +0000 by logger.rb/61378
#<BuildRuby:0x000055e098771b08 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @svn_revision=nil, @TARGET_NAME="trunk-no-theap", @SRC_DIR="/tmp/ruby/v3/src", @BUILD_DIR="/tmp/ruby/v3/build", @INSTALL_DIR="/tmp/ruby/v3/install", @TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-no-theap", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-no-theap", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-no-theap", @configure_opts=["--enable-shared"], @build_opts="DEFS=-DUSE_TRANSIENT_HEAP=0", @test_opts="TESTS='-j6'", @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-no-theap.20200815-035451", @ruby_env=[["RUBY_DEBUG", "ci"]], @logger=#<Logger:0x000055e098651e80 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055e098651db8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055e098651cc8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-no-theap.20200815-035451", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-no-theap.20200815-035451>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000055e098651bb0>>>>
$$$[beg] rm -f .revision.time
$$$[end] "rm -f .revision.time" exit with 0.
$$$[beg] make update-unicode  DEFS=-DUSE_TRANSIENT_HEAP=0
Downloading Unicode 12.1.0 data and property files...
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
Downloading Unicode 12.1.0 auxiliary files...
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
Downloading Unicode emoji 12.1 files...
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/emoji/12.1/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/emoji/12.1/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/emoji/12.1/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/emoji/12.1/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/emoji/12.1/emoji-zwj-sequences.txt already exists
$$$[end] "make update-unicode  DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make update-download DEFS=-DUSE_TRANSIENT_HEAP=0
tool/config.guess already exists
tool/config.sub already exists
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
checking md5 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
checking sha512 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
$$$[end] "make update-download DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make update-rubyspec DEFS=-DUSE_TRANSIENT_HEAP=0
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make update-src      DEFS=-DUSE_TRANSIENT_HEAP=0
Updating 72d0f2f..4d7818a
Fast-forward
 array.c                             |  2 +-
 common.mk                           |  8 ++++++++
 complex.c                           |  1 +
 dir.c                               |  1 +
 enumerator.c                        |  3 ++-
 include/ruby/internal/core/rarray.h | 25 ++++++++++---------------
 internal.h                          |  3 +++
 internal/array.h                    | 11 +++++++++++
 marshal.c                           |  1 +
 pack.c                              |  1 +
 random.c                            |  1 +
 rational.c                          |  1 +
 transcode.c                         |  1 +
 13 files changed, 42 insertions(+), 17 deletions(-)
Current branch master is up to date.
Latest commit hash = 4d7818a299
$$$[end] "make update-src      DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make after-update    DEFS=-DUSE_TRANSIENT_HEAP=0
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/v3/src/trunk-no-theap/common.mk > uncommon.mk
/tmp/ruby/v3/src/trunk-no-theap/revision.h updated
Downloading Unicode 12.1.0 data and property files...
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: '/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/data/12.1.0/ucd' is up to date.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
/tmp/ruby/v3/src/trunk-no-theap/lib/unicode_normalize/tables.rb unchanged
compiling /tmp/ruby/v3/src/trunk-no-theap/main.c
compiling /tmp/ruby/v3/src/trunk-no-theap/dmydln.c
compiling /tmp/ruby/v3/src/trunk-no-theap/miniinit.c
compiling /tmp/ruby/v3/src/trunk-no-theap/array.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ast.c
compiling /tmp/ruby/v3/src/trunk-no-theap/bignum.c
compiling /tmp/ruby/v3/src/trunk-no-theap/class.c
compiling /tmp/ruby/v3/src/trunk-no-theap/compar.c
compiling /tmp/ruby/v3/src/trunk-no-theap/compile.c
compiling /tmp/ruby/v3/src/trunk-no-theap/complex.c
compiling /tmp/ruby/v3/src/trunk-no-theap/cont.c
compiling /tmp/ruby/v3/src/trunk-no-theap/debug.c
compiling /tmp/ruby/v3/src/trunk-no-theap/debug_counter.c
compiling /tmp/ruby/v3/src/trunk-no-theap/dir.c
compiling /tmp/ruby/v3/src/trunk-no-theap/dln_find.c
compiling /tmp/ruby/v3/src/trunk-no-theap/encoding.c
compiling /tmp/ruby/v3/src/trunk-no-theap/enum.c
compiling /tmp/ruby/v3/src/trunk-no-theap/enumerator.c
compiling /tmp/ruby/v3/src/trunk-no-theap/error.c
compiling /tmp/ruby/v3/src/trunk-no-theap/eval.c
compiling /tmp/ruby/v3/src/trunk-no-theap/file.c
compiling /tmp/ruby/v3/src/trunk-no-theap/gc.c
compiling /tmp/ruby/v3/src/trunk-no-theap/hash.c
compiling /tmp/ruby/v3/src/trunk-no-theap/inits.c
compiling /tmp/ruby/v3/src/trunk-no-theap/io.c
compiling /tmp/ruby/v3/src/trunk-no-theap/iseq.c
compiling /tmp/ruby/v3/src/trunk-no-theap/load.c
compiling /tmp/ruby/v3/src/trunk-no-theap/marshal.c
compiling /tmp/ruby/v3/src/trunk-no-theap/math.c
compiling /tmp/ruby/v3/src/trunk-no-theap/mjit.c
compiling /tmp/ruby/v3/src/trunk-no-theap/mjit_compile.c
compiling /tmp/ruby/v3/src/trunk-no-theap/node.c
compiling /tmp/ruby/v3/src/trunk-no-theap/numeric.c
compiling /tmp/ruby/v3/src/trunk-no-theap/object.c
compiling /tmp/ruby/v3/src/trunk-no-theap/pack.c
compiling parse.c
compiling /tmp/ruby/v3/src/trunk-no-theap/proc.c
compiling /tmp/ruby/v3/src/trunk-no-theap/process.c
compiling /tmp/ruby/v3/src/trunk-no-theap/random.c
compiling /tmp/ruby/v3/src/trunk-no-theap/range.c
compiling /tmp/ruby/v3/src/trunk-no-theap/rational.c
compiling /tmp/ruby/v3/src/trunk-no-theap/re.c
compiling /tmp/ruby/v3/src/trunk-no-theap/regcomp.c
compiling /tmp/ruby/v3/src/trunk-no-theap/regenc.c
compiling /tmp/ruby/v3/src/trunk-no-theap/regerror.c
compiling /tmp/ruby/v3/src/trunk-no-theap/regexec.c
compiling /tmp/ruby/v3/src/trunk-no-theap/regparse.c
compiling /tmp/ruby/v3/src/trunk-no-theap/regsyntax.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ruby.c
compiling /tmp/ruby/v3/src/trunk-no-theap/signal.c
compiling /tmp/ruby/v3/src/trunk-no-theap/sprintf.c
compiling /tmp/ruby/v3/src/trunk-no-theap/st.c
compiling /tmp/ruby/v3/src/trunk-no-theap/strftime.c
compiling /tmp/ruby/v3/src/trunk-no-theap/string.c
compiling /tmp/ruby/v3/src/trunk-no-theap/struct.c
compiling /tmp/ruby/v3/src/trunk-no-theap/symbol.c
compiling /tmp/ruby/v3/src/trunk-no-theap/thread.c
compiling /tmp/ruby/v3/src/trunk-no-theap/time.c
compiling /tmp/ruby/v3/src/trunk-no-theap/transcode.c
compiling /tmp/ruby/v3/src/trunk-no-theap/transient_heap.c
compiling /tmp/ruby/v3/src/trunk-no-theap/util.c
compiling /tmp/ruby/v3/src/trunk-no-theap/variable.c
compiling /tmp/ruby/v3/src/trunk-no-theap/version.c
compiling /tmp/ruby/v3/src/trunk-no-theap/vm.c
compiling /tmp/ruby/v3/src/trunk-no-theap/vm_backtrace.c
compiling /tmp/ruby/v3/src/trunk-no-theap/vm_dump.c
compiling /tmp/ruby/v3/src/trunk-no-theap/vm_trace.c
compiling /tmp/ruby/v3/src/trunk-no-theap/missing/setproctitle.c
linking miniruby
/tmp/ruby/v3/src/trunk-no-theap/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
$$$[end] "make after-update    DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make miniruby DEFS=-DUSE_TRANSIENT_HEAP=0
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-no-theap/include -I/tmp/ruby/v3/src/trunk-no-theap -I/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/12.1.0
	CPPFLAGS = -DUSE_TRANSIENT_HEAP=0  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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.

make: 'miniruby' is up to date.
$$$[end] "make miniruby DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make ruby DEFS=-DUSE_TRANSIENT_HEAP=0
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-no-theap/include -I/tmp/ruby/v3/src/trunk-no-theap -I/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/12.1.0
	CPPFLAGS = -DUSE_TRANSIENT_HEAP=0  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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/v3/src/trunk-no-theap/dln.c
compiling /tmp/ruby/v3/src/trunk-no-theap/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/v3/src/trunk-no-theap/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-no-theap/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.2.8.0
linking ruby
$$$[end] "make ruby DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make all DEFS=-DUSE_TRANSIENT_HEAP=0
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-no-theap/include -I/tmp/ruby/v3/src/trunk-no-theap -I/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/12.1.0
	CPPFLAGS = -DUSE_TRANSIENT_HEAP=0  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/v3/src/trunk-no-theap/revision.h unchanged
generating encdb.h
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/array/resize'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bignum'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bignum/div.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bignum/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bignum/mul.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug-14834'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug-3571'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug-5832'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug_reporter'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/class'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/class/class2name.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/class/init.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/debug'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/debug/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/debug/inspector.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/debug/profile_frames.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/enumerator_kw'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/exception'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/exception/ensured.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/exception/init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/fatal'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/file'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/file/fs.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/file/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/file/stat.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/float'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/float/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/float/nextafter.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/funcall'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/funcall/funcall.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/hash'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/hash/delete.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/hash/init.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/integer'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/integer/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/integer/my_integer.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/iseq_load'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/iter'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/iter/break.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/iter/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/iter/yield.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/load/protect'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/marshal/compat'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/marshal/usr'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/method'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/method/arity.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/method/init.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/notimplement'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/num2int'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/num2int/num2int.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/path_to_class'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/popen_deadlock'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/postponed_job'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/printf'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/printf/printf.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/proc'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/proc/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/proc/receiver.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/proc/super.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/rational'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/recursion'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/recursion/recursion.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/regexp'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/regexp/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/scan_args'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/st/foreach'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/st/numhash'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/st/update'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/st/update/update.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/string'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/capacity.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/coderange.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/cstr.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/fstring.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/modify.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/new.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/nofree.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/normalize.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/qsort.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/string/set_len.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/struct'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/struct/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/struct/len.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/struct/member.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/symbol'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/symbol/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/symbol/type.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/thread_fd_close'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/thread_fd_close/thread_fd_close.c
linking shared-object -test-/thread_fd_close.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/thread_fd_close'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/time'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/time/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/time/leap_second.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/time/new.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/tracepoint'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/typeddata'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/vm'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/vm/at_exit.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/wait_for_single_fd'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/-test-/wait_for_single_fd/wait_for_single_fd.c
linking shared-object -test-/wait_for_single_fd.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/-test-/wait_for_single_fd'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/bigdecimal'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/bigdecimal/bigdecimal.c
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/cgi/escape'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/cgi/escape/escape.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/continuation'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/continuation/continuation.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/continuation'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/coverage'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/coverage/coverage.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/date'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/date/date_core.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/date/date_parse.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/date/date_strftime.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/date/date_strptime.c
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/digest/digest.c
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/bubblebabble'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/md5'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/digest/md5/md5init.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/rmd160'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/digest/rmd160/rmd160init.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha1'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/digest/sha1/sha1init.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha2'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/digest/sha2/sha2init.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/etc'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/etc/etc.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/etc'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fcntl'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fiddle'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/fiddle/closure.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/fiddle/conversions.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/fiddle/fiddle.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/fiddle/function.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/fiddle/handle.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/fiddle/pointer.c
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/gdbm'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/gdbm/gdbm.c
linking shared-object gdbm.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/gdbm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/console'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/io/console/console.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/nonblock'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/wait'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json/generator'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/json/generator/generator.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json/parser'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/json/parser/parser.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/monitor'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/monitor/monitor.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/nkf'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/nkf/nkf.c
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/objspace'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/objspace/object_tracing.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/objspace/objspace.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/objspace/objspace_dump.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/openssl'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_bio.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_bn.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_config.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_digest.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_engine.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_rand.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_ts.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pathname'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/pathname/pathname.c
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/psych'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/psych/psych.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/psych/psych_emitter.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/psych/psych_parser.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/psych/psych_yaml_tree.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pty'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/pty/pty.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/racc/cparse'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/racc/cparse/cparse.c
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rbconfig/sizeof'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/rbconfig/sizeof/limits.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/readline'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/readline/readline.c
linking shared-object readline.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/readline'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/ripper'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/ripper/ripper.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/socket'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/init.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/constants.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/basicsocket.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/socket.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/ipsocket.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/tcpsocket.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/tcpserver.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/sockssocket.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/udpsocket.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/unixsocket.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/unixserver.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/option.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/ancdata.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/raddrinfo.c
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/stringio'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/stringio'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/strscan'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/strscan/strscan.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/strscan'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/syslog'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/syslog/syslog.c
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/zlib'
compiling /tmp/ruby/v3/src/trunk-no-theap/ext/zlib/zlib.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/zlib'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/encdb.c
linking encoding encdb.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/cesu_8.c
linking encoding cesu_8.so
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/big5.c
linking transcoder big5.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/cesu_8.c
linking transcoder cesu_8.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/chinese.c
linking transcoder chinese.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/ebcdic.c
linking transcoder ebcdic.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/emoji.c
linking transcoder emoji.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/escape.c
linking transcoder escape.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/gb18030.c
linking transcoder gb18030.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/gbk.c
linking transcoder gbk.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/iso2022.c
linking transcoder iso2022.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/japanese.c
linking transcoder japanese.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/japanese_euc.c
linking transcoder japanese_euc.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/korean.c
linking transcoder korean.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/single_byte.c
linking transcoder single_byte.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/utf8_mac.c
linking transcoder utf8_mac.so
compiling /tmp/ruby/v3/src/trunk-no-theap/enc/trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
building rb_mjit_header.h
./miniruby -I/tmp/ruby/v3/src/trunk-no-theap/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-no-theap/tool/mjit_tabs.rb "" \
	gcc -E -DMJIT_HEADER -P -dD -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC  -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-no-theap/include -I/tmp/ruby/v3/src/trunk-no-theap -I/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/12.1.0 -DUSE_TRANSIENT_HEAP=0   /tmp/ruby/v3/src/trunk-no-theap/vm.c -o rb_mjit_header.h.new
rb_mjit_header.h updated
building .ext/include/x86_64-linux/rb_mjit_min_header-2.8.0.h
./miniruby -I/tmp/ruby/v3/src/trunk-no-theap/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-no-theap/tool/transform_mjit_header.rb "gcc  -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC " rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-2.8.0.h
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_rewrite_cref, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
making mjit_build_dir.so
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
$$$[end] "make all DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make install DEFS=-DUSE_TRANSIENT_HEAP=0
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-no-theap/include -I/tmp/ruby/v3/src/trunk-no-theap -I/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/12.1.0
	CPPFLAGS = -DUSE_TRANSIENT_HEAP=0  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/v3/src/trunk-no-theap/revision.h unchanged
generating encdb.h
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-no-theap/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
./miniruby -I/tmp/ruby/v3/src/trunk-no-theap/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-no-theap/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-no-theap/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags=" -- DEFS=-DUSE_TRANSIENT_HEAP=0" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --exclude=doc
installing binary commands:         /tmp/ruby/v3/install/trunk-no-theap/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-no-theap/lib
installing arch files:              /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/2.8.0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-no-theap/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/2.8.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/site_ruby/2.8.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/vendor_ruby/2.8.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-no-theap/include/ruby-2.8.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/2.8.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/site_ruby/2.8.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/vendor_ruby/2.8.0
installing extension headers:       /tmp/ruby/v3/install/trunk-no-theap/include/ruby-2.8.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-no-theap/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/2.8.0
installing common headers:          /tmp/ruby/v3/install/trunk-no-theap/include/ruby-2.8.0
installing manpages:                /tmp/ruby/v3/install/trunk-no-theap/share/man (man1, man5)
installing default gems from lib:   /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/gems/2.8.0
                                    benchmark 0.1.0
                                    bundler 2.2.0.dev
                                    cgi 0.1.0
                                    csv 3.1.7
                                    delegate 0.1.0
                                    did_you_mean 1.4.0
                                    english 0.7.0
                                    fileutils 1.4.1
                                    forwardable 1.3.1
                                    getoptlong 0.1.0
                                    ipaddr 1.2.2
                                    irb 1.2.4
                                    logger 1.4.2
                                    matrix 0.3.0
                                    mutex_m 0.1.0
                                    net-ftp 0.1.0
                                    net-http 0.1.0
                                    net-imap 0.1.0
                                    net-pop 0.1.0
                                    net-protocol 0.1.0
                                    net-smtp 0.1.0
                                    observer 0.1.0
                                    open3 0.1.0
                                    optparse 0.1.0
                                    ostruct 0.2.0
                                    prime 0.1.1
                                    pstore 0.1.0
                                    racc 1.5.0
                                    rdoc 6.2.1
                                    readline 0.0.2
                                    reline 0.1.4
                                    singleton 0.1.0
                                    tempfile 0.1.0
                                    timeout 0.1.0
                                    tmpdir 0.1.0
                                    tracer 0.1.0
                                    uri 0.10.0
                                    weakref 0.1.0
                                    webrick 1.6.0
                                    yaml 0.1.0
installing default gems from ext:   /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/gems/2.8.0
                                    bigdecimal 2.0.1
                                    date 3.0.1
                                    etc 1.1.0
                                    fcntl 1.0.0
                                    fiddle 1.0.1
                                    gdbm 2.1.0
                                    io-console 0.5.6
                                    io-nonblock 0.1.0
                                    io-wait 0.1.0
                                    json 2.3.1
                                    openssl 2.2.0
                                    psych 3.1.0
                                    readline-ext 0.1.0
                                    stringio 0.1.3
                                    strscan 1.0.3
                                    zlib 1.1.0
installing bundled gems:            /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/gems/2.8.0
                                    minitest 5.14.1
                                    power_assert 1.2.0
                                    rake 13.0.1
                                    test-unit 3.3.6
                                    rexml 3.2.4
                                    rss 0.2.9
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-no-theap/lib/ruby/gems/2.8.0/cache
$$$[end] "make install DEFS=-DUSE_TRANSIENT_HEAP=0" exit with 0.
$$$[beg] make yes-btest TESTS='-j6'
2020-08-15 04:07:33 +0000
Driver is ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
Target is ruby 2.8.0dev (2020-08-15T03:09:26Z master 4d7818a299) [x86_64-linux]

$$$[end] "make yes-btest TESTS='-j6'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j6'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-no-theap/include -I/tmp/ruby/v3/src/trunk-no-theap -I/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:condition ..OK 2
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:case .....OK 5
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:while/until ........OK 8
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:exception ..........OK 10
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:array .......................................OK 39
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:call ......OK 6
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:proc .........OK 9
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:signal ..OK 2
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:system ........OK 8
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:const .....OK 5
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:clone .....OK 5
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:marshal ....OK 4
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:pack ....OK 4
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:math ..OK 2
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:struct ......OK 6
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:variable ............OK 12
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:trace ...OK 3
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:defined? ............OK 12
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:alias ......OK 6
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:path .......................OK 23
/tmp/ruby/v3/src/trunk-no-theap/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j6'" exit with 0.
$$$[beg] make yes-test-all TESTS='-j6'
Run options: 
  --seed=98402
  "--ruby=./miniruby -I/tmp/ruby/v3/src/trunk-no-theap/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-no-theap/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/v3/src/trunk-no-theap/test/excludes
  --name=!/memory_leak/
  -j6

# Running tests:

Leaked file descriptor: FTPTest#test_abort_tls: 10 #<File::Stat dev=0xf1, ino=143743336, mode=020666, nlink=1, uid=0, gid=0, rdev=0x109, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.676636797 +0000, mtime=2019-12-26 02:49:22.676636797 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
Leaked file descriptor: FTPTest#test_abort_tls: 11 #<File::Stat dev=0xf1, ino=143743332, mode=020666, nlink=1, uid=0, gid=0, rdev=0x108, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.672636751 +0000, mtime=2019-12-26 02:49:22.672636751 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
Leaked file descriptor: TestOpenURISSL#test_proxy_cacert_dir: 10 #<File::Stat dev=0xf1, ino=143743336, mode=020666, nlink=1, uid=0, gid=0, rdev=0x109, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.676636797 +0000, mtime=2019-12-26 02:49:22.676636797 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
Leaked file descriptor: TestOpenURISSL#test_proxy_cacert_dir: 11 #<File::Stat dev=0xf1, ino=143743332, mode=020666, nlink=1, uid=0, gid=0, rdev=0x108, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.672636751 +0000, mtime=2019-12-26 02:49:22.672636751 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_proxy_cacert_dir:  #<IO:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_proxy_cacert_dir:  #<IO:<STDIN>> #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: OpenSSL::TestPKCS12#test_create: 9 #<File::Stat dev=0xf1, ino=143743336, mode=020666, nlink=1, uid=0, gid=0, rdev=0x109, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.676636797 +0000, mtime=2019-12-26 02:49:22.676636797 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
Leaked file descriptor: OpenSSL::TestPKCS12#test_create: 10 #<File::Stat dev=0xf1, ino=143743332, mode=020666, nlink=1, uid=0, gid=0, rdev=0x108, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.672636751 +0000, mtime=2019-12-26 02:49:22.672636751 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
Leaked file descriptor: OpenSSL::TestPKCS7#test_degenerate_pkcs7: 9 #<File::Stat dev=0xf1, ino=143743336, mode=020666, nlink=1, uid=0, gid=0, rdev=0x109, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.676636797 +0000, mtime=2019-12-26 02:49:22.676636797 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
Leaked file descriptor: OpenSSL::TestPKCS7#test_degenerate_pkcs7: 10 #<File::Stat dev=0xf1, ino=143743332, mode=020666, nlink=1, uid=0, gid=0, rdev=0x108, size=0, blksize=4096, blocks=0, atime=2019-12-26 02:49:22.672636751 +0000, mtime=2019-12-26 02:49:22.672636751 +0000, ctime=2019-12-26 02:49:22.676636797 +0000>
.SS.....S..S..S.S........S.S.S.S
Retrying...
Finished tests in 740.661026s, 28.2207 tests/s, 7633.6283 assertions/s.
20902 tests, 5653931 assertions, 0 failures, 0 errors, 151 skips

ruby -v: ruby 2.8.0dev (2020-08-15T03:09:26Z master 4d7818a299) [x86_64-linux]
$$$[end] "make yes-test-all TESTS='-j6'" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS='-j6'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-no-theap/include -I/tmp/ruby/v3/src/trunk-no-theap -I/tmp/ruby/v3/src/trunk-no-theap/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/v3/src/trunk-no-theap/revision.h unchanged
generating encdb.h
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-no-theap/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-no-theap'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-no-theap'
ruby 2.8.0dev (2020-08-15T03:09:26Z master 4d7818a299) [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 254.293676 seconds

3745 files, 30373 examples, 127579 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS='-j6'" exit with 0.
raw logfile