# Logfile created on 2024-12-05 15:35:11 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000564d9eac9698 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @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.20241205-153511", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000564d9eb6a520 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000564d9eb6a3e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000564d9eb6a250 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20241205-153511", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20241205-153511>, @binmode=false, @mon_data=#<Monitor:0x0000564d9eb6a188>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j20
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/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
Building typeprof@4670254fecc3d73626ceaa7e0f5da003033e1dfb to /tmp/ruby/src/trunk/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 -j20" exit with 0.
$$$[beg] make update-src -j20
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 -j20" exit with 0.
$$$[beg] make after-update -j20
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk/common.mk > uncommon.mk
make: *** No rule to make target '/tmp/ruby/src/trunk/tool/m4/ruby_shared_gc.m4', needed by '/tmp/ruby/src/trunk/configure'. Stop.
make: *** Waiting for unfinished jobs....
$$$[end] "make after-update -j20" exit with 512.
$$$[beg] make miniruby -j20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG = en_US.UTF-8
LC_ALL =
LC_CTYPE =
MFLAGS = -j20 --jobserver-auth=4,5
RUSTC = no
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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
make: *** No rule to make target '/tmp/ruby/src/trunk/tool/m4/ruby_shared_gc.m4', needed by '/tmp/ruby/src/trunk/configure'. Stop.
make: *** Waiting for unfinished jobs....
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 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 -j20" exit with 512.