# Logfile created on 2024-12-05 15:33:56 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000741e4c7bfdc0 @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_asan", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_asan", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_asan", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_asan", @configure_opts=["'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=600, @no_timeout_error=true, @logfile="/home/ko1/ruby/logs/brlog.trunk_asan.20241205-153356", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000741e4c7e05c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000741e4dcaff28 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000741e4c6fa1b0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20241205-153356", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20241205-153356>, @binmode=false, @mon_data=#<Monitor:0x0000741e4dcafaa0>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to 4670254fecc3d73626ceaa7e0f5da003033e1dfb
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
echo 4670254fecc3d73626ceaa7e0f5da003033e1dfb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk_asan/tool/ifchange /tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_asan/.bundle/.timestamp/debug.revision unchanged
Building typeprof@4670254fecc3d73626ceaa7e0f5da003033e1dfb to /tmp/ruby/src/trunk_asan/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
From https://github.com/ruby/ruby
   26ab20f..ce1ad1b  master     -> origin/master
Updating 26ab20f..ce1ad1b
Fast-forward
 .github/workflows/ubuntu.yml  |  12 +--
 NEWS.md                       |   6 +-
 common.mk                     |  26 +++----
 configure.ac                  |   6 +-
 gc.c                          | 166 +++++++++++++++++++++---------------------
 gc/default/default.c          |   4 +-
 gc/extconf_base.rb            |   2 +-
 gc/gc.h                       |   8 +-
 gc/gc_impl.h                  |   4 +-
 internal/gc.h                 |  10 +--
 main.c                        |   2 +-
 template/Makefile.in          |  12 +--
 test/ruby/test_rubyoptions.rb |   2 +-
 tool/m4/ruby_modular_gc.m4    |  42 +++++++++++
 tool/m4/ruby_shared_gc.m4     |  42 -----------
 version.c                     |   8 +-
 16 files changed, 176 insertions(+), 176 deletions(-)
 create mode 100644 tool/m4/ruby_modular_gc.m4
 delete mode 100644 tool/m4/ruby_shared_gc.m4
Latest commit hash = ce1ad1b816
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk_asan/common.mk > uncommon.mk
make: *** No rule to make target '/tmp/ruby/src/trunk_asan/tool/m4/ruby_shared_gc.m4', needed by '/tmp/ruby/src/trunk_asan/configure'.  Stop.
make: *** Waiting for unfinished jobs....
$$$[end] "make after-update    -j16" exit with 512.
$$$[beg] make miniruby -j16
	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 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -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/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/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 = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --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_asan/yjit/target/release/' /tmp/ruby/src/trunk_asan/yjit/src/lib.rs
make: *** No rule to make target '/tmp/ruby/src/trunk_asan/tool/m4/ruby_shared_gc.m4', needed by '/tmp/ruby/src/trunk_asan/configure'.  Stop.
make: *** Waiting for unfinished jobs....
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
$$$[end] "make miniruby -j16" exit with 512.
raw logfile