# Logfile created on 2025-11-19 07:30:20 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000770821cbfde0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=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_17", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_clang_17", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_clang_17", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_clang_17", @configure_opts=["CC=clang-17"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @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, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk_clang_17.20251119-073020", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000770821e6dbb0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000770821e6d8e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000077081d7993d8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_17.20251119-073020", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_17.20251119-073020>, @binmode=false, @mon_data=#<Monitor:0x0000770821e6d3e0>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk_clang_17/tool/ifchange /tmp/ruby/src/trunk_clang_17/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk_clang_17/.bundle/.timestamp/rbs.revision unchanged
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   1443f89..8986115  master     -> origin/master
Updating 1443f89..8986115
Fast-forward
 common.mk       | 3 ++-
 internal/bits.h | 2 +-
 tool/lib/vcs.rb | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
Latest commit hash = 8986115e0a
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed -f /tmp/ruby/src/trunk_clang_17/tool/prereq.status /tmp/ruby/src/trunk_clang_17/common.mk /tmp/ruby/src/trunk_clang_17/prism/srcs.mk /tmp/ruby/src/trunk_clang_17/depend > uncommon.mk
generating /tmp/ruby/src/trunk_clang_17/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_17/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_17/ext/ripper'
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk_clang_17/tool/ifchange /tmp/ruby/src/trunk_clang_17/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk_clang_17/.bundle/.timestamp/rbs.revision unchanged
revision.h updated
generating x86_64-linux-fake.rb
In file included from /tmp/ruby/src/trunk_clang_17/version.c:17:
/tmp/ruby/src/trunk_clang_17/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^
/tmp/ruby/src/trunk_clang_17/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT'
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                           ^
/tmp/ruby/src/trunk_clang_17/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE'
   37 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
<scratch space>:100:3: note: expanded from here
  100 | 10RUBY_RELEASE_MONTH
      |   ^
In file included from /tmp/ruby/src/trunk_clang_17/version.c:17:
/tmp/ruby/src/trunk_clang_17/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^
/tmp/ruby/src/trunk_clang_17/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT'
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                           ^
/tmp/ruby/src/trunk_clang_17/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE'
   37 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
<scratch space>:101:3: note: expanded from here
  101 | 10RUBY_RELEASE_DAY
      |   ^
2 errors generated.
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk_clang_17/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_17'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_17'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_clang_17/include -I/tmp/ruby/src/trunk_clang_17 -I/tmp/ruby/src/trunk_clang_17/prism -I/tmp/ruby/src/trunk_clang_17/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_17/target/release/' '/tmp/ruby/src/trunk_clang_17/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_clang_17/target/release/' '/tmp/ruby/src/trunk_clang_17/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_clang_17/miniinit.c
compiling /tmp/ruby/src/trunk_clang_17/array.c
compiling /tmp/ruby/src/trunk_clang_17/ast.c
compiling /tmp/ruby/src/trunk_clang_17/bignum.c
compiling /tmp/ruby/src/trunk_clang_17/compile.c
compiling /tmp/ruby/src/trunk_clang_17/complex.c
compiling /tmp/ruby/src/trunk_clang_17/enum.c
compiling /tmp/ruby/src/trunk_clang_17/enumerator.c
compiling /tmp/ruby/src/trunk_clang_17/gc.c
compiling /tmp/ruby/src/trunk_clang_17/hash.c
compiling /tmp/ruby/src/trunk_clang_17/io.c
compiling /tmp/ruby/src/trunk_clang_17/io_buffer.c
compiling /tmp/ruby/src/trunk_clang_17/iseq.c
compiling /tmp/ruby/src/trunk_clang_17/load.c
compiling /tmp/ruby/src/trunk_clang_17/marshal.c
compiling /tmp/ruby/src/trunk_clang_17/node_dump.c
compiling /tmp/ruby/src/trunk_clang_17/numeric.c
compiling /tmp/ruby/src/trunk_clang_17/object.c
compiling /tmp/ruby/src/trunk_clang_17/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk_clang_17/process.c
compiling /tmp/ruby/src/trunk_clang_17/ractor.c
compiling /tmp/ruby/src/trunk_clang_17/random.c
compiling /tmp/ruby/src/trunk_clang_17/range.c
compiling /tmp/ruby/src/trunk_clang_17/rational.c
compiling /tmp/ruby/src/trunk_clang_17/re.c
compiling /tmp/ruby/src/trunk_clang_17/ruby.c
compiling /tmp/ruby/src/trunk_clang_17/ruby_parser.c
compiling /tmp/ruby/src/trunk_clang_17/set.c
compiling /tmp/ruby/src/trunk_clang_17/sprintf.c
compiling /tmp/ruby/src/trunk_clang_17/st.c
compiling /tmp/ruby/src/trunk_clang_17/string.c
compiling /tmp/ruby/src/trunk_clang_17/thread.c
compiling /tmp/ruby/src/trunk_clang_17/time.c
compiling /tmp/ruby/src/trunk_clang_17/version.c
In file included from /tmp/ruby/src/trunk_clang_17/version.c:17:
/tmp/ruby/src/trunk_clang_17/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^
/tmp/ruby/src/trunk_clang_17/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT'
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                           ^
/tmp/ruby/src/trunk_clang_17/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE'
   37 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
<scratch space>:221:3: note: expanded from here
  221 | 10RUBY_RELEASE_MONTH
      |   ^
In file included from /tmp/ruby/src/trunk_clang_17/version.c:17:
/tmp/ruby/src/trunk_clang_17/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^
/tmp/ruby/src/trunk_clang_17/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT'
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                           ^
/tmp/ruby/src/trunk_clang_17/include/ruby/internal/config.h:37:26: note: expanded from macro 'TOKEN_PASTE'
   37 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
<scratch space>:222:3: note: expanded from here
  222 | 10RUBY_RELEASE_DAY
      |   ^
2 errors generated.
make: *** [Makefile:494: version.o] Error 1
make: *** Waiting for unfinished jobs....
$$$[end] "make miniruby -j4" exit with 512.
raw logfile