# Logfile created on 2024-12-05 15:35:14 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000fffbcc71fde0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @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/opc/ruby/logs/brlog.master.20241205-153514", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffbcc76cc58 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffbcc76c3c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffbcc620250 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20241205-153514", @dev=#<File:/home/opc/ruby/logs/brlog.master.20241205-153514>, @binmode=false, @mon_data=#<Monitor:0x0000fffbcc76c050>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j3
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to 4670254fecc3d73626ceaa7e0f5da003033e1dfb
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
echo 4670254fecc3d73626ceaa7e0f5da003033e1dfb | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged
Building typeprof@4670254fecc3d73626ceaa7e0f5da003033e1dfb to /home/opc/ruby/src/master/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 -j3" exit with 0.
$$$[beg] make update-src      -j3
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      -j3" exit with 0.
$$$[beg] make after-update    -j3
sed 's/{\$([^(){}]*)[^{}]*}//g' /home/opc/ruby/src/master/common.mk > uncommon.mk
make: *** No rule to make target '/home/opc/ruby/src/master/tool/m4/ruby_shared_gc.m4', needed by '/home/opc/ruby/src/master/configure'.  Stop.
make: *** Waiting for unfinished jobs....
$$$[end] "make after-update    -j3" exit with 512.
$$$[beg] make miniruby -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
make: *** No rule to make target '/home/opc/ruby/src/master/tool/m4/ruby_shared_gc.m4', needed by '/home/opc/ruby/src/master/configure'.  Stop.
make: *** Waiting for unfinished jobs....
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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.

$$$[end] "make miniruby -j3" exit with 512.
raw logfile