# Logfile created on 2023-11-03 15:04:00 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055794d71a090 @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_clang_11", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_clang_11", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_clang_11", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_clang_11", @configure_opts=["CC=clang-11"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk_clang_11.20231103-150400", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055794d7a34d0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055794d7a3368 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055794d7a31b0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_11.20231103-150400", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_11.20231103-150400>, @binmode=false, @mon_data=#<Monitor:0x000055794d7a30e8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision -
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.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
   a43a52d4..81882ca4  master     -> origin/master
Updating a43a52d4..81882ca4
Fast-forward
 .travis.yml                                |   2 +-
 common.mk                                  |  15 +
 internal/variable.h                        |   1 -
 iseq.c                                     |  25 +-
 lib/prism.rb                               |   8 +-
 lib/prism/debug.rb                         |   8 -
 lib/prism/ffi.rb                           | 207 ++++++++------
 lib/prism/lex_compat.rb                    |   8 +-
 lib/prism/parse_result.rb                  |  99 ++++---
 lib/prism/prism.gemspec                    |   2 +
 prism/extension.c                          | 426 ++++++++++++++++++++---------
 prism/options.c                            | 170 ++++++++++++
 prism/options.h                            | 204 ++++++++++++++
 prism/parser.h                             |  13 +
 prism/prism.c                              | 187 ++++++-------
 prism/prism.h                              |  48 ++--
 prism/templates/ext/prism/api_node.c.erb   |   4 +-
 prism/templates/lib/prism/serialize.rb.erb |  17 +-
 prism/templates/src/serialize.c.erb        |  19 +-
 ruby.c                                     |  20 +-
 test/prism/comments_test.rb                |  14 +-
 test/prism/newline_test.rb                 |   2 +-
 test/prism/parse_serialize_test.rb         |  38 ---
 test/prism/parse_test.rb                   |  10 +-
 test/prism/ruby_api_test.rb                |  24 +-
 variable.c                                 | 158 +++++------
 vm_insnhelper.c                            |  28 +-
 27 files changed, 1175 insertions(+), 582 deletions(-)
 create mode 100644 prism/options.c
 create mode 100644 prism/options.h
 delete mode 100644 test/prism/parse_serialize_test.rb
Latest commit hash = 81882ca42f
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk_clang_11/common.mk > uncommon.mk
/tmp/ruby/src/trunk_clang_11/revision.h updated
generating /tmp/ruby/src/trunk_clang_11/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_11/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_11/ext/ripper'
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk_clang_11/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_clang_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk_clang_11/tool/ifchange /tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk_clang_11/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-11
	LD = ld
	LDSHARED = clang-11 -shared
	CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/prism -I/tmp/ruby/src/trunk_clang_11/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_clang_11/miniinit.c
compiling /tmp/ruby/src/trunk_clang_11/array.c
compiling /tmp/ruby/src/trunk_clang_11/ast.c
compiling /tmp/ruby/src/trunk_clang_11/bignum.c
compiling /tmp/ruby/src/trunk_clang_11/class.c
compiling /tmp/ruby/src/trunk_clang_11/compile.c
compiling /tmp/ruby/src/trunk_clang_11/complex.c
compiling /tmp/ruby/src/trunk_clang_11/cont.c
compiling /tmp/ruby/src/trunk_clang_11/debug.c
compiling /tmp/ruby/src/trunk_clang_11/dir.c
compiling /tmp/ruby/src/trunk_clang_11/encoding.c
compiling /tmp/ruby/src/trunk_clang_11/enum.c
compiling /tmp/ruby/src/trunk_clang_11/enumerator.c
compiling /tmp/ruby/src/trunk_clang_11/error.c
compiling /tmp/ruby/src/trunk_clang_11/eval.c
compiling /tmp/ruby/src/trunk_clang_11/file.c
compiling /tmp/ruby/src/trunk_clang_11/gc.c
compiling /tmp/ruby/src/trunk_clang_11/hash.c
compiling /tmp/ruby/src/trunk_clang_11/io.c
compiling /tmp/ruby/src/trunk_clang_11/iseq.c
compiling /tmp/ruby/src/trunk_clang_11/load.c
compiling /tmp/ruby/src/trunk_clang_11/marshal.c
compiling /tmp/ruby/src/trunk_clang_11/math.c
compiling /tmp/ruby/src/trunk_clang_11/memory_view.c
compiling /tmp/ruby/src/trunk_clang_11/rjit.c
compiling /tmp/ruby/src/trunk_clang_11/rjit_c.c
compiling /tmp/ruby/src/trunk_clang_11/node.c
compiling /tmp/ruby/src/trunk_clang_11/node_dump.c
compiling /tmp/ruby/src/trunk_clang_11/numeric.c
compiling /tmp/ruby/src/trunk_clang_11/object.c
compiling /tmp/ruby/src/trunk_clang_11/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk_clang_11/proc.c
compiling /tmp/ruby/src/trunk_clang_11/process.c
compiling /tmp/ruby/src/trunk_clang_11/ractor.c
compiling /tmp/ruby/src/trunk_clang_11/random.c
compiling /tmp/ruby/src/trunk_clang_11/rational.c
compiling /tmp/ruby/src/trunk_clang_11/re.c
compiling /tmp/ruby/src/trunk_clang_11/ruby.c
compiling /tmp/ruby/src/trunk_clang_11/scheduler.c
compiling /tmp/ruby/src/trunk_clang_11/shape.c
compiling /tmp/ruby/src/trunk_clang_11/signal.c
compiling /tmp/ruby/src/trunk_clang_11/sprintf.c
compiling /tmp/ruby/src/trunk_clang_11/string.c
compiling /tmp/ruby/src/trunk_clang_11/struct.c
compiling /tmp/ruby/src/trunk_clang_11/symbol.c
compiling /tmp/ruby/src/trunk_clang_11/thread.c
compiling /tmp/ruby/src/trunk_clang_11/time.c
compiling /tmp/ruby/src/trunk_clang_11/transcode.c
compiling /tmp/ruby/src/trunk_clang_11/variable.c
/tmp/ruby/src/trunk_clang_11/variable.c:1553:24: error: use of undeclared identifier 'ivup'
    RB_OBJ_WRITE(obj, &ivup.ivtbl->as.shape.ivptr[ivup.iv_index], val);
                       ^
/tmp/ruby/src/trunk_clang_11/variable.c:1553:51: error: use of undeclared identifier 'ivup'
    RB_OBJ_WRITE(obj, &ivup.ivtbl->as.shape.ivptr[ivup.iv_index], val);
                                                  ^
2 errors generated.
make: *** [Makefile:444: variable.o] Error 1
make: *** Waiting for unfinished jobs....
$$$[end] "make miniruby -j4" exit with 512.
raw logfile