# Logfile created on 2023-03-07 05:42:22 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000556a397cae68 @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="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @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.20230307-054222", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000556a398536f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000556a398535b0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000556a39853420 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20230307-054222", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20230307-054222>, @binmode=false, @mon_data=#<Monitor:0x0000556a39853308>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j16
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j16" exit with 0.
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 7a5663f0f433ccd24db32e4dda9dc7754c269247
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/rbs
 * branch              7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD
HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION`
echo 7a5663f0f433ccd24db32e4dda9dc7754c269247 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-rubyspec -j16
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j16" exit with 0.
$$$[beg] make update-src      -j16
From https://github.com/ruby/ruby
   09b4236..31f4b2d  master     -> origin/master
Updating 09b4236..31f4b2d
Fast-forward
 common.mk                     |  30 +---
 configure.ac                  |  10 --
 defs/gmake.mk                 |  28 ----
 defs/universal.mk             |   5 -
 ruby-runner.c                 |   6 -
 template/GNUmakefile.in       |   1 -
 template/Makefile.in          |  28 +---
 tool/transform_mjit_header.rb | 319 ------------------------------------------
 8 files changed, 3 insertions(+), 424 deletions(-)
 delete mode 100644 defs/universal.mk
 delete mode 100644 tool/transform_mjit_header.rb
Latest commit hash = 31f4b2d86b
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk/common.mk > uncommon.mk
GNUmakefile:30: /tmp/ruby/src/trunk/defs/universal.mk: No such file or directory
make: *** No rule to make target '/tmp/ruby/src/trunk/defs/universal.mk'.  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 = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
GNUmakefile:30: /tmp/ruby/src/trunk/defs/universal.mk: No such file or directory
make: *** No rule to make target '/tmp/ruby/src/trunk/defs/universal.mk'.  Stop.
make: *** Waiting for unfinished jobs....
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.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 -j16" exit with 512.
raw logfile