# Logfile created on 2023-10-16 22:29:41 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561f3b2b2658 @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_14", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_clang_14", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_clang_14", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_clang_14", @configure_opts=["CC=clang-14"], @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_14.20231016-222941", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000561f3b34b588 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561f3b34b3f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561f3b34b268 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_14.20231016-222941", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_14.20231016-222941>, @binmode=false, @mon_data=#<Monitor:0x0000561f3b34b1a0>, @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_14/tool/ifchange /tmp/ruby/src/trunk_clang_14/.bundle/.timestamp/debug.revision -
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk_clang_14/tool/ifchange /tmp/ruby/src/trunk_clang_14/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk_clang_14/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk_clang_14/.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
   3dec5dc..67a987f  master     -> origin/master
Updating 3dec5dc..67a987f
Fast-forward
 prism/node.h  |  7 +++++++
 prism/prism.c | 12 ++++++++++--
 prism/prism.h |  2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
Latest commit hash = 67a987f82b
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk_clang_14/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_14/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_14/ext/ripper'
/tmp/ruby/src/trunk_clang_14/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_14'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_14'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk_clang_14/tool/ifchange /tmp/ruby/src/trunk_clang_14/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk_clang_14/tool/ifchange /tmp/ruby/src/trunk_clang_14/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_clang_14/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk_clang_14/.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-14
	LD = ld
	LDSHARED = clang-14 -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-cast-function-type -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_14/include -I/tmp/ruby/src/trunk_clang_14 -I/tmp/ruby/src/trunk_clang_14/prism -I/tmp/ruby/src/trunk_clang_14/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_14/yjit/target/release/' /tmp/ruby/src/trunk_clang_14/yjit/src/lib.rs
Ubuntu clang version 14.0.0-1ubuntu1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_clang_14/compile.c
compiling /tmp/ruby/src/trunk_clang_14/iseq.c
compiling /tmp/ruby/src/trunk_clang_14/ruby.c
compiling /tmp/ruby/src/trunk_clang_14/version.c
compiling prism/api_node.c
In file included from /tmp/ruby/src/trunk_clang_14/compile.c:13474:
/tmp/ruby/src/trunk_clang_14/prism_compile.c:1030:61: error: too few arguments to function call, expected 4, have 2
            pm_scope_node_init(call_node->block, &scope_node);
            ~~~~~~~~~~~~~~~~~~                              ^
/tmp/ruby/src/trunk_clang_14/prism/prism.h:37:6: note: 'pm_scope_node_init' declared here
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
     ^
In file included from /tmp/ruby/src/trunk_clang_14/compile.c:13474:
/tmp/ruby/src/trunk_clang_14/prism_compile.c:1062:64: error: too few arguments to function call, expected 4, have 2
        pm_scope_node_init((pm_node_t *)class_node, &scope_node);
        ~~~~~~~~~~~~~~~~~~                                     ^
/tmp/ruby/src/trunk_clang_14/prism/prism.h:37:6: note: 'pm_scope_node_init' declared here
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
     ^
In file included from /tmp/ruby/src/trunk_clang_14/compile.c:13474:
/tmp/ruby/src/trunk_clang_14/prism_compile.c:1346:62: error: too few arguments to function call, expected 4, have 2
        pm_scope_node_init((pm_node_t *)def_node, &scope_node);
        ~~~~~~~~~~~~~~~~~~                                   ^
/tmp/ruby/src/trunk_clang_14/prism/prism.h:37:6: note: 'pm_scope_node_init' declared here
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
     ^
In file included from /tmp/ruby/src/trunk_clang_14/compile.c:13474:
/tmp/ruby/src/trunk_clang_14/prism_compile.c:1788:58: error: too few arguments to function call, expected 4, have 2
        pm_scope_node_init((pm_node_t *)node, &scope_node);
        ~~~~~~~~~~~~~~~~~~                               ^
/tmp/ruby/src/trunk_clang_14/prism/prism.h:37:6: note: 'pm_scope_node_init' declared here
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
     ^
In file included from /tmp/ruby/src/trunk_clang_14/compile.c:13474:
/tmp/ruby/src/trunk_clang_14/prism_compile.c:2027:65: error: too few arguments to function call, expected 4, have 2
        pm_scope_node_init((pm_node_t *)module_node, &scope_node);
        ~~~~~~~~~~~~~~~~~~                                      ^
/tmp/ruby/src/trunk_clang_14/prism/prism.h:37:6: note: 'pm_scope_node_init' declared here
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
     ^
In file included from /tmp/ruby/src/trunk_clang_14/compile.c:13474:
/tmp/ruby/src/trunk_clang_14/prism_compile.c:2160:58: error: too few arguments to function call, expected 4, have 2
        pm_scope_node_init((pm_node_t *)node, &scope_node);
        ~~~~~~~~~~~~~~~~~~                               ^
/tmp/ruby/src/trunk_clang_14/prism/prism.h:37:6: note: 'pm_scope_node_init' declared here
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
     ^
In file included from /tmp/ruby/src/trunk_clang_14/compile.c:13474:
/tmp/ruby/src/trunk_clang_14/prism_compile.c:2367:74: error: too few arguments to function call, expected 4, have 2
        pm_scope_node_init((pm_node_t *)singleton_class_node, &scope_node);
        ~~~~~~~~~~~~~~~~~~                                               ^
/tmp/ruby/src/trunk_clang_14/prism/prism.h:37:6: note: 'pm_scope_node_init' declared here
void pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_t *previous, pm_parser_t *parser);
     ^
7 errors generated.
make: *** [Makefile:441: compile.o] Error 1
make: *** Waiting for unfinished jobs....
$$$[end] "make miniruby -j4" exit with 512.
raw logfile