# Logfile created on 2023-06-12 09:35:10 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000558dd49ba3b8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-random1", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random1", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random1", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random1", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @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-random1.20230612-093510", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000558dd4a43500 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000558dd4a43398 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000558dd4a431e0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random1.20230612-093510", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random1.20230612-093510>, @binmode=false, @mon_data=#<Monitor:0x0000558dd4a43118>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   b308f7c..a4bb2d7  master     -> origin/master
Updating b308f7c..a4bb2d7
Fast-forward
 .github/workflows/ubuntu.yml  |    2 +
 .gitignore                    |    2 +
 ast.c                         |    2 +-
 common.mk                     |  488 +++++++++-
 ext/coverage/depend           |   13 +
 ext/objspace/depend           |   20 +-
 ext/ripper/depend             |  532 +++++++++++
 ext/ripper/eventids2.c        |   12 +-
 ext/ripper/eventids2.h        |    8 +
 ext/ripper/extconf.rb         |    4 +-
 ext/ripper/ripper_init.c.tmpl |  650 +++++++++++++
 ext/ripper/ripper_init.h      |    8 +
 ext/ripper/tools/generate.rb  |   39 +-
 ext/ripper/tools/preproc.rb   |   33 +-
 ext/socket/depend             |   15 +
 internal/gc.h                 |   12 +
 internal/parse.h              |  123 ++-
 internal/ruby_parser.h        |   68 ++
 iseq.c                        |    2 +-
 load.c                        |    2 +-
 node.c                        | 1275 +++----------------------
 node.h                        |  537 ++---------
 node_dump.c                   | 1122 ++++++++++++++++++++++
 parse.y                       | 1391 ++++++++++++---------------
 parser_bits.h                 |  564 +++++++++++
 parser_node.h                 |  133 +++
 parser_st.c                   | 2118 +++++++++++++++++++++++++++++++++++++++++
 parser_st.h                   |  165 ++++
 parser_value.h                |  106 +++
 ruby.c                        |    2 +-
 ruby_parser.c                 |  983 +++++++++++++++++++
 rubyparser.h                  |  642 +++++++++++++
 template/prelude.c.tmpl       |    1 +
 tool/update-deps              |    1 +
 universal_parser.c            |  400 ++++++++
 vm.c                          |    2 +-
 36 files changed, 9042 insertions(+), 2435 deletions(-)
 create mode 100644 ext/ripper/eventids2.h
 create mode 100644 ext/ripper/ripper_init.c.tmpl
 create mode 100644 ext/ripper/ripper_init.h
 create mode 100644 internal/ruby_parser.h
 create mode 100644 node_dump.c
 create mode 100644 parser_bits.h
 create mode 100644 parser_node.h
 create mode 100644 parser_st.c
 create mode 100644 parser_st.h
 create mode 100644 parser_value.h
 create mode 100644 ruby_parser.c
 create mode 100644 rubyparser.h
 create mode 100644 universal_parser.c
Latest commit hash = a4bb2d7d63
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-random1/common.mk > uncommon.mk
generating node_name.inc
generating parse.c
generating /tmp/ruby/src/trunk-random1/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
extracting ripper.y from ../../parse.y
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/socket'
generating miniprelude.c
/tmp/ruby/src/trunk-random1/revision.h updated
generating golf_prelude.c
golf_prelude.c updated
miniprelude.c updated
generating eventids1.c from ../../parse.y
generating eventids2table.c from ./eventids2.c
generating x86_64-linux-fake.rb
compiling compiler ripper.y
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-random1/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/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-random1/miniinit.c
compiling /tmp/ruby/src/trunk-random1/array.c
compiling /tmp/ruby/src/trunk-random1/ast.c
compiling /tmp/ruby/src/trunk-random1/bignum.c
compiling /tmp/ruby/src/trunk-random1/class.c
compiling /tmp/ruby/src/trunk-random1/compile.c
compiling /tmp/ruby/src/trunk-random1/complex.c
compiling /tmp/ruby/src/trunk-random1/cont.c
compiling /tmp/ruby/src/trunk-random1/debug.c
compiling /tmp/ruby/src/trunk-random1/dir.c
compiling /tmp/ruby/src/trunk-random1/encoding.c
compiling /tmp/ruby/src/trunk-random1/enum.c
compiling /tmp/ruby/src/trunk-random1/enumerator.c
compiling /tmp/ruby/src/trunk-random1/error.c
compiling /tmp/ruby/src/trunk-random1/eval.c
compiling /tmp/ruby/src/trunk-random1/file.c
compiling /tmp/ruby/src/trunk-random1/gc.c
compiling /tmp/ruby/src/trunk-random1/hash.c
compiling /tmp/ruby/src/trunk-random1/io.c
compiling /tmp/ruby/src/trunk-random1/iseq.c
compiling /tmp/ruby/src/trunk-random1/load.c
compiling /tmp/ruby/src/trunk-random1/marshal.c
compiling /tmp/ruby/src/trunk-random1/math.c
compiling /tmp/ruby/src/trunk-random1/memory_view.c
compiling /tmp/ruby/src/trunk-random1/rjit.c
compiling /tmp/ruby/src/trunk-random1/rjit_c.c
compiling /tmp/ruby/src/trunk-random1/node.c
compiling /tmp/ruby/src/trunk-random1/node_dump.c
compiling /tmp/ruby/src/trunk-random1/numeric.c
compiling /tmp/ruby/src/trunk-random1/object.c
compiling /tmp/ruby/src/trunk-random1/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-random1/parser_st.c
compiling /tmp/ruby/src/trunk-random1/proc.c
compiling /tmp/ruby/src/trunk-random1/process.c
compiling /tmp/ruby/src/trunk-random1/ractor.c
compiling /tmp/ruby/src/trunk-random1/random.c
compiling /tmp/ruby/src/trunk-random1/range.c
compiling /tmp/ruby/src/trunk-random1/rational.c
compiling /tmp/ruby/src/trunk-random1/re.c
compiling /tmp/ruby/src/trunk-random1/ruby.c
compiling /tmp/ruby/src/trunk-random1/ruby_parser.c
compiling /tmp/ruby/src/trunk-random1/scheduler.c
compiling /tmp/ruby/src/trunk-random1/shape.c
compiling /tmp/ruby/src/trunk-random1/signal.c
compiling /tmp/ruby/src/trunk-random1/sprintf.c
compiling /tmp/ruby/src/trunk-random1/string.c
compiling /tmp/ruby/src/trunk-random1/struct.c
compiling /tmp/ruby/src/trunk-random1/symbol.c
compiling /tmp/ruby/src/trunk-random1/thread.c
compiling /tmp/ruby/src/trunk-random1/time.c
compiling /tmp/ruby/src/trunk-random1/transcode.c
compiling /tmp/ruby/src/trunk-random1/transient_heap.c
compiling /tmp/ruby/src/trunk-random1/variable.c
compiling /tmp/ruby/src/trunk-random1/version.c
compiling /tmp/ruby/src/trunk-random1/vm.c
compiling /tmp/ruby/src/trunk-random1/vm_backtrace.c
compiling /tmp/ruby/src/trunk-random1/vm_dump.c
compiling /tmp/ruby/src/trunk-random1/vm_sync.c
compiling /tmp/ruby/src/trunk-random1/vm_trace.c
compiling /tmp/ruby/src/trunk-random1/weakmap.c
compiling /tmp/ruby/src/trunk-random1/yjit.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-random1/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making encs
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-random1/ext/-test-/rational/rat.c
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
compiling /tmp/ruby/src/trunk-random1/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
compiling /tmp/ruby/src/trunk-random1/ext/objspace/object_tracing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/nkf'
compiling /tmp/ruby/src/trunk-random1/ext/objspace/objspace.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
compiling /tmp/ruby/src/trunk-random1/ext/pty/pty.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
compiling /tmp/ruby/src/trunk-random1/ext/ripper/ripper.c
linking shared-object coverage.so
compiling /tmp/ruby/src/trunk-random1/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
compiling /tmp/ruby/src/trunk-random1/ext/socket/init.c
checking /tmp/ruby/src/trunk-random1/parse.y and /tmp/ruby/src/trunk-random1/ext/ripper/eventids2.c
parse.y:1105:10: fatal error: eventids1.h: No such file or directory
compilation terminated.
make[2]: *** [Makefile:291: ripper.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/syslog'
compiling /tmp/ruby/src/trunk-random1/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[1]: *** [exts.mk:285: ext/ripper/all] Error 2
make[1]: *** Waiting for unfinished jobs....
compiling /tmp/ruby/src/trunk-random1/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/socket.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
compiling /tmp/ruby/src/trunk-random1/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/option.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-random1/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make: *** [uncommon.mk:303: build-ext] Error 2
$$$[end] "make all -j4" exit with 512.
raw logfile