rev: 1d2fc91237
test-all : 20648 tests, 5652891 assertions, 2 failures, 6 errors, 141 skips
: 1)
: RequirePathCheckTest#test_load_error_from_require_for_nested_files_has_suggestions [/tmp/ruby/v3/src/trunk_gcc4/test/did_you_mean/spell_checking/test_require_path_check.rb:20]:
: Expected ["net/http", "net/http"] to only include "net/http".
: 2)
: TestNoMethodError#test_new_receiver [/tmp/ruby/v3/src/trunk_gcc4/test/ruby/test_nomethod_error.rb:62]:
: <["Message\n" + "Did you mean? for", :foo, #<Object:0x000055e9eb2b83f8>]> expected but was
: 3)
: TestGemRequire#test_activate_via_require_respects_loaded_files:
: LoadError: cannot load such file -- test_gem_require_a
: 4)
: TestGemRequire#test_dash_i_beats_gems:
: LoadError: cannot load such file -- test_gem_require_a
: 5)
: TestGemRequire#test_require_can_use_a_pathname_object:
: LoadError: cannot load such file -- test_gem_require_a
: 6)
: TestGemRequire#test_require_is_lazy_with_inexact_req:
: LoadError: cannot load such file -- test_gem_require_a
: 7)
: TestGemRequire#test_require_is_not_lazy_with_exact_req:
: LoadError: cannot load such file -- test_gem_require_a
: 8)
: TestGemRequire#test_require_is_not_lazy_with_one_possible:
: LoadError: cannot load such file -- test_gem_require_a
test-spec: 3739 files, 30225 examples, 112570 expectations, 0 failures, 0 errors, 0 tagged
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk_gcc4" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk_gcc4/configure --prefix=/tmp/ruby/v3/install/trunk_gcc4 --disable-install-doc CC=gcc-4.8" exit with 0.
"rm -f .revision.time" exit with 0.
"make update-unicode -j6" exit with 0.
"make update-download -j6" exit with 0.
"make update-rubyspec -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 0.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 0.
"make install -j6" exit with 0.
"make yes-btest TESTS='-j6'" exit with 0.
"make yes-test-basic TESTS='-j6'" exit with 0.
"make yes-test-all TESTS='-j6'" exit with 512.
"make yes-test-rubyspec TESTS='-j6'" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk_gcc4.20200512-053856
#<BuildRuby:0x0000559e6e804b68
@BUILD_DIR="/tmp/ruby/v3/build",
@INSTALL_DIR="/tmp/ruby/v3/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v3/src",
@TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk_gcc4",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk_gcc4",
@TARGET_NAME="trunk_gcc4",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk_gcc4",
@build_opts="-j6",
@configure_opts=["CC=gcc-4.8"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk_gcc4.20200512-053856",
@quiet=false,
@ruby_env=[["RUBY_DEBUG", "ci"]],
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="TESTS='-j6'",
@timeout=10800>
user system total real
checkout Cloning into 'trunk_gcc4'...
0.000000 0.000000 3.664000 (146.486542)
autoconf 0.000000 0.000000 1.712000 ( 1.730777)
configure 0.120000 0.068000 37.400000 ( 51.907508)
build_up + cp /tmp/ruby/v3/src/trunk_gcc4/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk_gcc4/enc/jis/props.h
generating enc/trans/newline.c ...
converter for universal_newline
converter for crlf_newline
converter for cr_newline
done. (0.09user 0.00system 0.01elapsed)
/tmp/ruby/v3/src/trunk_gcc4/eval.c: In function 'setup_exception':
/tmp/ruby/v3/src/trunk_gcc4/eval.c:577:17: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized]
const char *file = rb_source_location_cstr(&line);
^
/tmp/ruby/v3/src/trunk_gcc4/eval.c: At top level:
cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-parentheses-equality" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-constant-logical-operand" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-cast-function-type" [enabled by default]
/tmp/ruby/v3/src/trunk_gcc4/thread.c: In function 'exec_recursive':
/tmp/ruby/v3/src/trunk_gcc4/thread.c:5071:11: warning: 'sym' may be used uninitialized in this function [-Wmaybe-uninitialized]
rb_raise(rb_eTypeError, "invalid inspect_tbl pair_list "
^
/tmp/ruby/v3/src/trunk_gcc4/thread.c: At top level:
cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-parentheses-equality" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-constant-logical-operand" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-cast-function-type" [enabled by default]
/tmp/ruby/v3/src/trunk_gcc4/transcode.c: In function 'econv_init':
/tmp/ruby/v3/src/trunk_gcc4/transcode.c:3428:12: warning: 'denc' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (!denc)
^
/tmp/ruby/v3/src/trunk_gcc4/transcode.c:3426:12: warning: 'senc' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (!senc)
^
/tmp/ruby/v3/src/trunk_gcc4/transcode.c:3282:35: warning: 'dname' may be used uninitialized in this function [-Wmaybe-uninitialized]
ec->destination_encoding_name = *dname_p;
^
/tmp/ruby/v3/src/trunk_gcc4/transcode.c:3398:25: note: 'dname' was declared here
const char *sname, *dname;
^
/tmp/ruby/v3/src/trunk_gcc4/transcode.c:3281:30: warning: 'sname' may be used uninitialized in this function [-Wmaybe-uninitialized]
ec->source_encoding_name = *sname_p;
^
/tmp/ruby/v3/src/trunk_gcc4/transcode.c:3398:17: note: 'sname' was declared here
const char *sname, *dname;
^
/tmp/ruby/v3/src/trunk_gcc4/transcode.c: At top level:
cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-parentheses-equality" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-constant-logical-operand" [enabled by default]
cc1: warning: unrecognized command line option "-Wno-cast-function-type" [enabled by default]
generating enc/trans/ebcdic.c ...
generating enc/trans/big5.c ...
generating enc/trans/chinese.c ...
converter from IBM037 to ISO-8859-1
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/GB2312%UCS.src
generating enc/trans/emoji.c ...
generating enc/trans/cesu_8.c ...
converter from ISO-8859-1 to IBM037
converter for from_CESU_8
generating enc/trans/emoji_iso2022_kddi.c ...
done. (0.16user 0.02system 0.05elapsed)
converter for iso2022jp_kddi_decoder
converter for to_CESU_8
converter for iso2022jp_kddi_decoder_jisx0208_rest
converter for iso2022jp_kddi_encoder
done. (0.15user 0.02system 0.04elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
converter from UTF8-DoCoMo to UTF8-KDDI
converter from GB2312 to UTF-8
converter from UTF8-DoCoMo to UTF8-SoftBank
generating enc/trans/emoji_sjis_docomo.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
converter from UTF8-DoCoMo to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
converter from UTF8-KDDI to UTF8-DoCoMo
converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
generating enc/trans/emoji_sjis_kddi.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
converter from UTF8-KDDI to UTF8-SoftBank
converter from SJIS-DOCOMO to UTF8-DOCOMO
converter from SJIS-KDDI to UTF8-KDDI
converter from UTF8-KDDI to UTF-8
converter from UTF8-SoftBank to UTF8-DoCoMo
converter from UTF8-SoftBank to UTF8-KDDI
converter from UTF8-SoftBank to UTF-8
converter from Big5 to UTF-8
converter from UTF-8 to UTF8-DoCoMo
converter from UTF-8 to UTF8-KDDI
converter from UTF-8 to UTF8-SoftBank
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/GB12345%UCS.src
done. (1.04user 0.04system 0.96elapsed)
converter from GB12345 to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI
generating enc/trans/emoji_sjis_softbank.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from SJIS-SoftBank to UTF8-SoftBank
converter from UTF8-DOCOMO to SJIS-DOCOMO
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/UCS%GB2312.src
converter from UTF8-KDDI to SJIS-KDDI
converter from UTF-8 to GB2312
converter from UTF-8 to Big5
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from UTF8-SoftBank to SJIS-SoftBank
done. (2.53user 0.02system 2.60elapsed)
generating enc/trans/escape.c ...
converter for amp_escape
converter for xml_text_escape
converter for xml_attr_content_escape
converter for escape_xml_attr_quote
done. (0.15user 0.00system 0.02elapsed)
generating enc/trans/gb18030.c ...
done. (2.74user 0.03system 2.80elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/UCS%GB12345.src
generating enc/trans/gbk.c ...
converter from UTF-8 to GB12345
done. (2.84user 0.03system 3.08elapsed)
converter from GBK to UTF-8
generating enc/trans/iso2022.c ...
converter for iso2022jp_decoder
converter for iso2022jp_decoder_jisx0208_rest
converter for iso2022jp_encoder
converter for stateless_iso2022jp_to_eucjp
converter for eucjp_to_stateless_iso2022jp
converter for cp50221_decoder
converter for cp50221_encoder
done. (0.18user 0.00system 0.07elapsed)
generating enc/trans/japanese.c ...
converter for eucjp2sjis
converter for sjis2eucjp
done. (0.15user 0.00system 0.02elapsed)
done. (2.60user 0.03system 2.66elapsed)
generating enc/trans/japanese_euc.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@1990%UCS.src
generating enc/trans/japanese_sjis.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@1990%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212%UCS.src
converter from Shift_JIS to UTF-8
converter from EUC-JP to UTF-8
converter from CP950 to UTF-8
done. (4.14user 0.02system 4.39elapsed)
converter from GB18030 to UTF-8
generating enc/trans/korean.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
converter from UTF-8 to EUC-KR
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
converter from Windows-31J to UTF-8
converter from UTF-8 to GBK
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208UDC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212UDC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212@MS%UCS.src
converter from eucJP-ms to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@1990.src
converter from UTF-8 to CP950
converter from UTF-8 to Shift_JIS
converter from EUC-KR to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
converter from CP51932 to UTF-8
converter from UTF-8 to CP949
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
converter from UTF-8 to Windows-31J
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@1990%UCS.src
done. (4.49user 0.02system 4.57elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-1%UCS@BMP.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-1%UCS@SIP.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-2%UCS@BMP.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-2%UCS@SIP.src
converter from EUC-JIS-2004 to UTF-8
converter from Big5-HKSCS to UTF-8
generating enc/trans/single_byte.c ...
converter from US-ASCII to UTF-8
converter from UTF-8 to US-ASCII
converter from ASCII-8BIT to UTF-8
converter from UTF-8 to ASCII-8BIT
converter from ISO-8859-1 to UTF-8
converter from UTF-8 to ISO-8859-1
converter from ISO-8859-2 to UTF-8
converter from UTF-8 to ISO-8859-2
converter from ISO-8859-3 to UTF-8
converter from UTF-8 to ISO-8859-3
converter from ISO-8859-4 to UTF-8
converter from UTF-8 to ISO-8859-4
converter from ISO-8859-5 to UTF-8
converter from UTF-8 to ISO-8859-5
converter from ISO-8859-6 to UTF-8
converter from UTF-8 to ISO-8859-6
converter from ISO-8859-7 to UTF-8
converter from UTF-8 to ISO-8859-7
converter from ISO-8859-8 to UTF-8
converter from UTF-8 to ISO-8859-8
converter from ISO-8859-9 to UTF-8
converter from UTF-8 to ISO-8859-9
converter from ISO-8859-10 to UTF-8
converter from UTF-8 to ISO-8859-10
converter from ISO-8859-11 to UTF-8
converter from UTF-8 to ISO-8859-11
converter from ISO-8859-13 to UTF-8
converter from UTF-8 to ISO-8859-13
converter from ISO-8859-14 to UTF-8
converter from UTF-8 to ISO-8859-14
done. (4.22user 0.03system 4.34elapsed)
converter from ISO-8859-15 to UTF-8
converter from UTF-8 to ISO-8859-15
converter from ISO-8859-16 to UTF-8
converter from UTF-8 to ISO-8859-16
converter from WINDOWS-874 to UTF-8
converter from UTF-8 to WINDOWS-874
converter from WINDOWS-1250 to UTF-8
converter from UTF-8 to WINDOWS-1250
converter from WINDOWS-1251 to UTF-8
converter from UTF-8 to WINDOWS-1251
converter from WINDOWS-1252 to UTF-8
generating enc/trans/utf8_mac.c ...
converter from UTF-8 to WINDOWS-1252
converter from WINDOWS-1253 to UTF-8
converter from UTF-8 to WINDOWS-1253
converter from WINDOWS-1254 to UTF-8
converter from UTF-8 to WINDOWS-1254
converter from WINDOWS-1255 to UTF-8
converter from UTF-8 to WINDOWS-1255
converter from WINDOWS-1256 to UTF-8
converter from CP949 to UTF-8
converter from UTF-8 to WINDOWS-1256
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@1990.src
converter from WINDOWS-1257 to UTF-8
converter from UTF-8 to WINDOWS-1257
converter from IBM437 to UTF-8
converter from UTF-8 to IBM437
converter from IBM775 to UTF-8
converter from UTF-8 to IBM775
converter from IBM737 to UTF-8
converter from UTF-8 to IBM737
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212.src
converter from IBM852 to UTF-8
converter from UTF-8 to IBM852
converter from IBM855 to UTF-8
converter from UTF-8 to IBM855
converter from UTF-8 to EUC-JP
converter from IBM857 to UTF-8
converter from UTF-8 to IBM857
converter from IBM860 to UTF-8
converter from UTF-8 to IBM860
converter from IBM861 to UTF-8
converter from UTF-8 to IBM861
converter from IBM862 to UTF-8
converter from UTF-8 to IBM862
converter from IBM863 to UTF-8
converter from UTF-8 to IBM863
converter from UTF-8 to Big5-HKSCS
converter from IBM865 to UTF-8
converter from UTF-8 to UTF8-MAC
converter from UTF-8 to IBM865
converter from IBM866 to UTF-8
converter from UTF-8 to IBM866
converter from IBM869 to UTF-8
converter from UTF-8 to IBM869
converter from MACCROATIAN to UTF-8
converter from UTF-8 to MACCROATIAN
converter from MACCYRILLIC to UTF-8
converter from UTF-8 to MACCYRILLIC
converter from MACGREEK to UTF-8
converter from UTF-8 to MACGREEK
converter from MACICELAND to UTF-8
converter from UTF-8 to MACICELAND
converter from MACROMAN to UTF-8
converter from UTF-8 to MACROMAN
converter from MACROMANIA to UTF-8
converter from UTF-8 to MACROMANIA
converter from MACTURKISH to UTF-8
converter from UTF-8 to MACTURKISH
converter from MACUKRAINE to UTF-8
converter from UTF-8 to MACUKRAINE
converter from KOI8-U to UTF-8
converter from UTF-8 to KOI8-U
converter from KOI8-R to UTF-8
converter from UTF-8 to KOI8-R
converter from TIS-620 to UTF-8
converter from UTF-8 to TIS-620
converter from CP850 to UTF-8
converter from UTF-8 to CP850
converter from CP852 to UTF-8
converter from UTF-8 to CP852
converter from CP855 to UTF-8
converter from UTF-8 to CP855
done. (2.01user 0.02system 2.01elapsed)
converter from UTF-8 to GB18030
generating enc/trans/utf_16_32.c ...
converter for from_UTF_16LE
converter for from_UTF_32LE
converter for from_UTF_16BE
converter for from_UTF_32BE
converter for from_UTF_16
converter for from_UTF_32
converter for from_UTF_8
done. (0.20user 0.01system 0.08elapsed)
done. (5.58user 0.09system 5.86elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208UDC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212UDC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212@MS.src
converter from UTF-8 to eucJP-ms
converter for from_UTF8_MAC
converter from CP951 to UTF-8
converter for from_utf8_mac_nfc2
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
converter from UTF-8 to CP51932
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@1990.src
converter from UTF-8 to CP951
done. (4.98user 0.07system 5.01elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@BMP%JISX0213-1.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@SIP%JISX0213-1.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@BMP%JISX0213-2.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@SIP%JISX0213-2.src
converter from UTF-8 to EUC-JIS-2004
done. (10.98user 0.11system 11.46elapsed)
converter from Big5-UAO to UTF-8
done. (11.08user 0.07system 11.36elapsed)
converter from UTF-8 to Big5-UAO
done. (16.66user 0.13system 17.47elapsed)
0.048000 0.012000 102.912000 (218.001329)
build_miniruby 0.004000 0.000000 0.128000 ( 0.163589)
build_ruby 0.000000 0.004000 2.520000 ( 2.450586)
build_all generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/cesu_8.c ...
converter for from_CESU_8
converter for to_CESU_8
done. (0.10user 0.01system 0.03elapsed)
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/big5.c ...
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/chinese.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/GB2312%UCS.src
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/ebcdic.c ...
converter from IBM037 to ISO-8859-1
converter from ISO-8859-1 to IBM037
converter from GB2312 to UTF-8
done. (0.14user 0.00system 0.05elapsed)
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/emoji.c ...
converter from UTF8-DoCoMo to UTF8-KDDI
converter from UTF8-DoCoMo to UTF8-SoftBank
converter from UTF8-DoCoMo to UTF-8
converter from UTF8-KDDI to UTF8-DoCoMo
converter from UTF8-KDDI to UTF8-SoftBank
converter from Big5 to UTF-8
converter from UTF8-KDDI to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/GB12345%UCS.src
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/emoji_iso2022_kddi.c ...
converter for iso2022jp_kddi_decoder
converter from UTF8-SoftBank to UTF8-DoCoMo
converter for iso2022jp_kddi_decoder_jisx0208_rest
converter for iso2022jp_kddi_encoder
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
converter from UTF8-SoftBank to UTF8-KDDI
converter from UTF8-SoftBank to UTF-8
converter from GB12345 to UTF-8
converter from UTF-8 to UTF8-DoCoMo
converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI
converter from UTF-8 to UTF8-KDDI
converter from UTF-8 to UTF8-SoftBank
done. (1.08user 0.02system 1.01elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/UCS%GB2312.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src
converter from UTF-8 to GB2312
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI
converter from UTF-8 to Big5
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/GB/UCS%GB12345.src
converter from UTF-8 to GB12345
done. (2.46user 0.02system 2.54elapsed)
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/emoji_sjis_docomo.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
converter from SJIS-DOCOMO to UTF8-DOCOMO
converter from CP950 to UTF-8
ln -sf ../../../.ext/include/x86_64-linux/rb_mjit_min_header-2.8.0.h include/ruby-2.8.0/x86_64-linux/rb_mjit_min_header-2.8.0.h
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/emoji_sjis_kddi.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
done. (4.14user 0.05system 4.26elapsed)
converter from SJIS-KDDI to UTF8-KDDI
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/emoji_sjis_softbank.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
converter from SJIS-SoftBank to UTF8-SoftBank
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from UTF8-DOCOMO to SJIS-DOCOMO
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from UTF-8 to CP950
converter from UTF8-KDDI to SJIS-KDDI
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from UTF8-SoftBank to SJIS-SoftBank
done. (2.66user 0.04system 2.59elapsed)
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/escape.c ...
converter for amp_escape
converter for xml_text_escape
converter for xml_attr_content_escape
converter for escape_xml_attr_quote
done. (0.12user 0.01system 0.02elapsed)
done. (2.77user 0.03system 2.73elapsed)
done. (2.50user 0.03system 2.47elapsed)
converter from Big5-HKSCS to UTF-8
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/gb18030.c ...
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/gbk.c ...
converter from GBK to UTF-8
converter from UTF-8 to Big5-HKSCS
converter from GB18030 to UTF-8
converter from UTF-8 to GBK
converter from CP951 to UTF-8
done. (4.18user 0.04system 4.21elapsed)
converter from UTF-8 to CP951
converter from UTF-8 to GB18030
converter from Big5-UAO to UTF-8
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/iso2022.c ...
converter for iso2022jp_decoder
converter for iso2022jp_decoder_jisx0208_rest
converter for iso2022jp_encoder
converter for stateless_iso2022jp_to_eucjp
converter for eucjp_to_stateless_iso2022jp
converter for cp50221_decoder
converter for cp50221_encoder
done. (0.18user 0.01system 0.09elapsed)
converter from UTF-8 to Big5-UAO
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/japanese.c ...
converter for eucjp2sjis
converter for sjis2eucjp
done. (0.15user 0.01system 0.03elapsed)
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/japanese_euc.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@1990%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212%UCS.src
converter from EUC-JP to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208UDC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212UDC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0212@MS%UCS.src
converter from eucJP-ms to UTF-8
done. (17.79user 0.15system 18.65elapsed)
done. (10.46user 0.13system 10.80elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
converter from CP51932 to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@1990%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-1%UCS@BMP.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-1%UCS@SIP.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-2%UCS@BMP.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0213-2%UCS@SIP.src
converter from EUC-JIS-2004 to UTF-8
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/japanese_sjis.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@1990%UCS.src
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/korean.c ...
converter from Shift_JIS to UTF-8
converter from UTF-8 to EUC-KR
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@1990.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212.src
converter from UTF-8 to EUC-JP
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/CP932UDA%UCS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/JISX0208@MS%UCS.src
converter from Windows-31J to UTF-8
converter from EUC-KR to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@1990.src
converter from UTF-8 to Shift_JIS
converter from UTF-8 to CP949
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208UDC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212UDC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0212@MS.src
converter from UTF-8 to eucJP-ms
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/single_byte.c ...
converter from US-ASCII to UTF-8
converter from UTF-8 to US-ASCII
converter from ASCII-8BIT to UTF-8
converter from UTF-8 to ASCII-8BIT
converter from ISO-8859-1 to UTF-8
converter from UTF-8 to ISO-8859-1
converter from ISO-8859-2 to UTF-8
converter from UTF-8 to ISO-8859-2
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from ISO-8859-3 to UTF-8
converter from UTF-8 to ISO-8859-3
converter from ISO-8859-4 to UTF-8
converter from UTF-8 to ISO-8859-4
converter from ISO-8859-5 to UTF-8
converter from UTF-8 to ISO-8859-5
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
converter from ISO-8859-6 to UTF-8
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
converter from UTF-8 to ISO-8859-6
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932UDA.src
converter from ISO-8859-7 to UTF-8
converter from UTF-8 to Windows-31J
converter from UTF-8 to ISO-8859-7
converter from ISO-8859-8 to UTF-8
converter from UTF-8 to ISO-8859-8
converter from ISO-8859-9 to UTF-8
converter from UTF-8 to ISO-8859-9
converter from ISO-8859-10 to UTF-8
converter from UTF-8 to ISO-8859-10
converter from ISO-8859-11 to UTF-8
converter from UTF-8 to ISO-8859-11
converter from ISO-8859-13 to UTF-8
converter from UTF-8 to ISO-8859-13
converter from ISO-8859-14 to UTF-8
converter from UTF-8 to ISO-8859-14
converter from ISO-8859-15 to UTF-8
converter from UTF-8 to ISO-8859-15
converter from ISO-8859-16 to UTF-8
converter from UTF-8 to ISO-8859-16
converter from WINDOWS-874 to UTF-8
converter from UTF-8 to WINDOWS-874
converter from WINDOWS-1250 to UTF-8
converter from UTF-8 to WINDOWS-1250
converter from WINDOWS-1251 to UTF-8
converter from UTF-8 to WINDOWS-1251
converter from WINDOWS-1252 to UTF-8
converter from UTF-8 to WINDOWS-1252
converter from WINDOWS-1253 to UTF-8
converter from UTF-8 to WINDOWS-1253
converter from WINDOWS-1254 to UTF-8
converter from UTF-8 to WINDOWS-1254
converter from WINDOWS-1255 to UTF-8
converter from UTF-8 to WINDOWS-1255
converter from WINDOWS-1256 to UTF-8
converter from UTF-8 to WINDOWS-1256
converter from WINDOWS-1257 to UTF-8
converter from UTF-8 to WINDOWS-1257
converter from IBM437 to UTF-8
converter from UTF-8 to IBM437
converter from IBM775 to UTF-8
converter from CP949 to UTF-8
converter from UTF-8 to IBM775
converter from IBM737 to UTF-8
converter from UTF-8 to IBM737
converter from IBM852 to UTF-8
converter from UTF-8 to IBM852
converter from IBM855 to UTF-8
converter from UTF-8 to IBM855
converter from IBM857 to UTF-8
converter from UTF-8 to IBM857
converter from IBM860 to UTF-8
converter from UTF-8 to IBM860
converter from IBM861 to UTF-8
converter from UTF-8 to IBM861
converter from IBM862 to UTF-8
converter from UTF-8 to IBM862
converter from IBM863 to UTF-8
converter from UTF-8 to IBM863
converter from IBM865 to UTF-8
converter from UTF-8 to IBM865
converter from IBM866 to UTF-8
converter from UTF-8 to IBM866
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/utf8_mac.c ...
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@MS.src
converter from IBM869 to UTF-8
converter from UTF-8 to IBM869
done. (4.09user 0.04system 4.15elapsed)
converter from MACCROATIAN to UTF-8
converter from UTF-8 to MACCROATIAN
converter from MACCYRILLIC to UTF-8
converter from UTF-8 to MACCYRILLIC
converter from MACGREEK to UTF-8
converter from UTF-8 to MACGREEK
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208VDC@NEC.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
converter from MACICELAND to UTF-8
converter from UTF-8 to CP51932
converter from UTF-8 to MACICELAND
converter from MACROMAN to UTF-8
converter from UTF-8 to MACROMAN
converter from MACROMANIA to UTF-8
converter from UTF-8 to MACROMANIA
converter from MACTURKISH to UTF-8
converter from UTF-8 to MACTURKISH
converter from MACUKRAINE to UTF-8
converter from UTF-8 to MACUKRAINE
converter from KOI8-U to UTF-8
converter from UTF-8 to KOI8-U
converter from KOI8-R to UTF-8
converter from UTF-8 to KOI8-R
converter from TIS-620 to UTF-8
converter from UTF-8 to TIS-620
converter from CP850 to UTF-8
converter from UTF-8 to CP850
converter from CP852 to UTF-8
converter from UTF-8 to CP852
converter from CP855 to UTF-8
converter from UTF-8 to CP855
done. (1.88user 0.02system 1.81elapsed)
converter from UTF-8 to UTF8-MAC
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0208@1990.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@BMP%JISX0213-1.src
done. (5.30user 0.05system 5.42elapsed)
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@SIP%JISX0213-1.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@BMP%JISX0213-2.src
load mapsrc /tmp/ruby/v3/src/trunk_gcc4/enc/trans/JIS/UCS@SIP%JISX0213-2.src
converter from UTF-8 to EUC-JIS-2004
generating /tmp/ruby/v3/src/trunk_gcc4/enc/trans/utf_16_32.c ...
converter for from_UTF_16LE
converter for from_UTF_32LE
converter for from_UTF_16BE
converter for from_UTF_32BE
converter for from_UTF_16
converter for from_UTF_32
converter for from_UTF_8
done. (0.21user 0.01system 0.08elapsed)
converter for from_UTF8_MAC
done. (11.35user 0.10system 11.80elapsed)
converter for from_utf8_mac_nfc2
done. (5.59user 0.09system 5.81elapsed)
0.116000 0.068000 359.072000 (112.396831)
build_install 0.020000 0.012000 6.504000 ( 5.382608)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_env.rb ..
test_eval.rb .....................................
test_exception.rb ..................................
test_fiber.rb .....
test_finalizer.rb .
test_flip.rb .
test_flow.rb ..............................................................
test_fork.rb ....
test_gc.rb ..
test_insns.rb .........................................................................................................................................................................................................................................................................................................................................................................................................
test_io.rb .........
test_jump.rb .............................
test_literal.rb ............................................................................................................................................................
test_literal_suffix.rb ................................................
test_load.rb ..
test_marshal.rb .
test_massign.rb ..................................
test_method.rb ...............................................................................................................................................................................................................................
test_objectspace.rb ......
test_proc.rb .....................................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb .................................................
Fiber count: 10000 (skipping)
PASS all 1409 tests
0.000000 0.000000 53.504000 ( 71.847155)
test_basic 0.004000 0.008000 0.888000 ( 1.167124)
test_all make: *** [yes-test-all] Error 8
0.008000 0.004000 1393.952000 (420.832330)
test_rubyspec $ /tmp/ruby/v3/build/trunk_gcc4/miniruby -I/tmp/ruby/v3/src/trunk_gcc4/lib /tmp/ruby/v3/src/trunk_gcc4/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk_gcc4 --extout=.ext -- /tmp/ruby/v3/src/trunk_gcc4/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk_gcc4/spec/default.mspec
0.040000 0.048000 180.572000 (192.505230)
$$$[end] "make yes-test-all TESTS='-j6'" exit with 512.
/home/ko1/ruby/logs/brlog.trunk_gcc4.20200512-053856
total: 1224.87 sec