# Logfile created on 2020-10-07 01:58:48 +0000 by logger.rb/v1.4.2
#<BuildRuby:0x000055aff6f0ad10 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @svn_revision=nil, @TARGET_NAME="trunk_gcc9", @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_gcc9", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk_gcc9", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk_gcc9", @configure_opts=["CC=gcc-9"], @build_opts="-j6", @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_gcc9.20201007-015848", @ruby_env=[["RUBY_DEBUG", "ci"]], @logger=#<Logger:0x000055aff6d4a980 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055aff6d4a728 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055aff6d4a6d8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc9.20201007-015848", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc9.20201007-015848>, @binmode=false, @mon_data=#<Monitor:0x000055aff6d4a228>, @mon_data_owner_object_id=780>>>
$$$[beg] rm -f .revision.time
$$$[end] "rm -f .revision.time" exit with 0.
$$$[beg] make update-unicode  -j6
Downloading Unicode 12.1.0 data and property files...
Downloading Unicode 12.1.0 auxiliary files...
Downloading Unicode emoji 12.1 files...
/tmp/ruby/v3/src/trunk_gcc9/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
downloading 12.1.0/ucd/auxiliary/GraphemeBreakTest.txt ... downloading emoji/12.1/emoji-data.txt ... downloading 12.1.0/ucd/UnicodeData.txt ... done
downloading emoji/12.1/emoji-sequences.txt ... done
downloading 12.1.0/ucd/CompositionExclusions.txt ... done
downloading 12.1.0/ucd/NormalizationTest.txt ... 
$$$[end] "make update-unicode  -j6" exit with 512.
$$$[beg] make update-download -j6
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.14.2...
Downloading bundled gem power_assert-1.2.0...
Downloading bundled gem rake-13.0.1...
Downloading bundled gem test-unit-3.3.6...
Downloading bundled gem rexml-3.2.4...
Downloading bundled gem rss-0.2.9...
$$$[end] "make update-download -j6" exit with 512.
$$$[beg] make update-rubyspec -j6
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j6" exit with 0.
$$$[beg] make update-src      -j6
Already up to date.
Current branch master is up to date.
Latest commit hash = cdc4084b0a
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
Downloading Unicode 12.1.0 data and property files...
generating /tmp/ruby/v3/src/trunk_gcc9/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/v3/src/trunk_gcc9/ext/socket'
make[1]: Entering directory '/tmp/ruby/v3/src/trunk_gcc9/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/v3/src/trunk_gcc9/ext/etc'
generating constant definitions
generating constant definitions
generating enc.mk
generating golf_prelude.c
limits.c updated
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk_gcc9/ext/rbconfig/sizeof'
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk_gcc9/ext/etc'
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk_gcc9/ext/socket'
golf_prelude.c updated
/tmp/ruby/v3/src/trunk_gcc9/revision.h unchanged
/tmp/ruby/v3/src/trunk_gcc9/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk_gcc9/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
downloading 12.1.0/ucd/NormalizationTest.txt ... making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9'
done
downloading 12.1.0/ucd/CaseFolding.txt ... done
downloading 12.1.0/ucd/SpecialCasing.txt ... done
downloading 12.1.0/ucd/Blocks.txt ... done
downloading 12.1.0/ucd/DerivedAge.txt ... 
$$$[end] "make after-update    -j6" exit with 512.
$$$[beg] make miniruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-9
	LD = ld
	LDSHARED = gcc-9 -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 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk_gcc9/include -I/tmp/ruby/v3/src/trunk_gcc9 -I/tmp/ruby/v3/src/trunk_gcc9/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc-9 (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 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 -j6" exit with 0.
$$$[beg] make ruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-9
	LD = ld
	LDSHARED = gcc-9 -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 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk_gcc9/include -I/tmp/ruby/v3/src/trunk_gcc9 -I/tmp/ruby/v3/src/trunk_gcc9/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc-9 (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 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: 'ruby' is up to date.
$$$[end] "make ruby -j6" exit with 0.
$$$[beg] make all -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-9
	LD = ld
	LDSHARED = gcc-9 -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 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk_gcc9/include -I/tmp/ruby/v3/src/trunk_gcc9 -I/tmp/ruby/v3/src/trunk_gcc9/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc-9 (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9'
generating transdb.h
/tmp/ruby/v3/src/trunk_gcc9/revision.h unchanged
transdb.h updated
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
compiling /tmp/ruby/v3/src/trunk_gcc9/enc/trans/transdb.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/-test-/bug-3571'
linking shared-object -test-/bug_3571.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/-test-/bug-3571'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/coverage'
linking transcoder transdb.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/io/console'
linking shared-object io/nonblock.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/json'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/io/nonblock'
making encs
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk_gcc9'
*** 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_gcc9'
$$$[end] "make all -j6" exit with 0.
$$$[beg] make install -j6
Downloading bundled gem minitest-5.14.2...
Downloading bundled gem power_assert-1.2.0...
Downloading bundled gem rake-13.0.1...
Downloading bundled gem test-unit-3.3.6...
Downloading bundled gem rexml-3.2.4...
Downloading bundled gem rss-0.2.9...
$$$[end] "make install -j6" exit with 512.
raw logfile