# Logfile created on 2023-02-09 16:12:46 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055b0a1d5dfc0 @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_clang_11", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_clang_11", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_clang_11", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_clang_11", @configure_opts=["CC=clang-11"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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_clang_11.20230209-161245", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055b0a1df3408 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055b0a1df32c8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055b0a1df30e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_11.20230209-161245", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_11.20230209-161245>, @binmode=false, @mon_data=#<Monitor:0x000055b0a1df3020>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
da4464b..381bdee master -> origin/master
Updating da4464b..381bdee
Fast-forward
bootstraptest/test_yjit.rb | 32 +++++++++
common.mk | 21 +-----
compile.c | 2 +-
cont.c | 2 +-
debug.c | 2 +-
eval.c | 2 +-
ext/coverage/coverage.c | 2 +-
ext/coverage/depend | 1 -
ext/objspace/depend | 7 +-
ext/objspace/object_tracing.c | 2 +-
ext/objspace/objspace.c | 2 +-
ext/objspace/objspace_dump.c | 2 +-
gc.c | 1 -
gc.h | 147 -----------------------------------------
hash.c | 2 +-
internal/gc.h | 139 ++++++++++++++++++++++++++++++++++++++
iseq.c | 2 +-
mjit.c | 2 +-
proc.c | 2 +-
ractor.c | 2 +-
shape.c | 2 +-
string.c | 1 -
symbol.c | 1 -
test/irb/test_context.rb | 13 ++--
thread.c | 2 +-
thread_pthread.c | 2 +-
transient_heap.c | 1 -
vm.c | 2 +-
vm_dump.c | 2 +-
vm_sync.c | 2 +-
yjit.c | 2 +-
yjit/src/asm/mod.rs | 78 ++++++++++++++--------
yjit/src/codegen.rs | 33 +++++----
yjit/src/cruby_bindings.inc.rs | 2 +-
yjit/src/stats.rs | 3 +
yjit/src/virtualmem.rs | 13 ++++
36 files changed, 284 insertions(+), 249 deletions(-)
delete mode 100644 gc.h
Latest commit hash = 381bdee118
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk_clang_11/common.mk > uncommon.mk
generating /tmp/ruby/src/trunk_clang_11/ext/ripper/ripper.c
generating /tmp/ruby/src/trunk_clang_11/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_11/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_11/ext/ripper'
/tmp/ruby/src/trunk_clang_11/revision.h updated
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_11/ext/rbconfig/sizeof'
make[1]: 'limits.c' is up to date.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_11/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_11/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_11/ext/socket'
generating x86_64-linux-fake.rb
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_11/ext/etc'
make[1]: 'constdefs.h' is up to date.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_11/ext/etc'
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk_clang_11/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_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-11
LD = ld
LDSHARED = clang-11 -shared
CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -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 -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/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 =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_clang_11/miniinit.c
compiling /tmp/ruby/src/trunk_clang_11/array.c
compiling /tmp/ruby/src/trunk_clang_11/ast.c
compiling /tmp/ruby/src/trunk_clang_11/bignum.c
compiling /tmp/ruby/src/trunk_clang_11/class.c
compiling /tmp/ruby/src/trunk_clang_11/compile.c
compiling /tmp/ruby/src/trunk_clang_11/complex.c
compiling /tmp/ruby/src/trunk_clang_11/cont.c
compiling /tmp/ruby/src/trunk_clang_11/debug.c
compiling /tmp/ruby/src/trunk_clang_11/dir.c
compiling /tmp/ruby/src/trunk_clang_11/encoding.c
compiling /tmp/ruby/src/trunk_clang_11/enum.c
compiling /tmp/ruby/src/trunk_clang_11/enumerator.c
compiling /tmp/ruby/src/trunk_clang_11/error.c
compiling /tmp/ruby/src/trunk_clang_11/eval.c
compiling /tmp/ruby/src/trunk_clang_11/file.c
compiling /tmp/ruby/src/trunk_clang_11/gc.c
compiling /tmp/ruby/src/trunk_clang_11/hash.c
compiling /tmp/ruby/src/trunk_clang_11/io.c
compiling /tmp/ruby/src/trunk_clang_11/iseq.c
compiling /tmp/ruby/src/trunk_clang_11/load.c
compiling /tmp/ruby/src/trunk_clang_11/marshal.c
compiling /tmp/ruby/src/trunk_clang_11/math.c
compiling /tmp/ruby/src/trunk_clang_11/memory_view.c
compiling /tmp/ruby/src/trunk_clang_11/mjit.c
compiling /tmp/ruby/src/trunk_clang_11/mjit_c.c
compiling /tmp/ruby/src/trunk_clang_11/node.c
compiling /tmp/ruby/src/trunk_clang_11/numeric.c
compiling /tmp/ruby/src/trunk_clang_11/object.c
compiling /tmp/ruby/src/trunk_clang_11/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk_clang_11/proc.c
compiling /tmp/ruby/src/trunk_clang_11/process.c
compiling /tmp/ruby/src/trunk_clang_11/ractor.c
compiling /tmp/ruby/src/trunk_clang_11/random.c
compiling /tmp/ruby/src/trunk_clang_11/range.c
compiling /tmp/ruby/src/trunk_clang_11/rational.c
compiling /tmp/ruby/src/trunk_clang_11/re.c
compiling /tmp/ruby/src/trunk_clang_11/ruby.c
compiling /tmp/ruby/src/trunk_clang_11/scheduler.c
compiling /tmp/ruby/src/trunk_clang_11/shape.c
compiling /tmp/ruby/src/trunk_clang_11/signal.c
compiling /tmp/ruby/src/trunk_clang_11/sprintf.c
compiling /tmp/ruby/src/trunk_clang_11/string.c
compiling /tmp/ruby/src/trunk_clang_11/struct.c
compiling /tmp/ruby/src/trunk_clang_11/symbol.c
compiling /tmp/ruby/src/trunk_clang_11/thread.c
compiling /tmp/ruby/src/trunk_clang_11/time.c
compiling /tmp/ruby/src/trunk_clang_11/transcode.c
compiling /tmp/ruby/src/trunk_clang_11/transient_heap.c
compiling /tmp/ruby/src/trunk_clang_11/variable.c
compiling /tmp/ruby/src/trunk_clang_11/version.c
compiling /tmp/ruby/src/trunk_clang_11/vm.c
compiling /tmp/ruby/src/trunk_clang_11/vm_backtrace.c
compiling /tmp/ruby/src/trunk_clang_11/vm_dump.c
compiling /tmp/ruby/src/trunk_clang_11/vm_sync.c
compiling /tmp/ruby/src/trunk_clang_11/vm_trace.c
compiling /tmp/ruby/src/trunk_clang_11/yjit.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-11
LD = ld
LDSHARED = clang-11 -shared
CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -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 -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/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 =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk_clang_11/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk_clang_11/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-11
LD = ld
LDSHARED = clang-11 -shared
CFLAGS = -fdeclspec -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -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 -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_clang_11/include -I/tmp/ruby/src/trunk_clang_11 -I/tmp/ruby/src/trunk_clang_11/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 =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --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_clang_11/yjit/target/release/' /tmp/ruby/src/trunk_clang_11/yjit/src/lib.rs
Ubuntu clang version 11.1.0-6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
building rb_mjit_header.h
encdb.h unchanged
making srcs under enc
making enc
rb_mjit_header.h updated
building .ext/include/x86_64-linux/rb_mjit_min_header-3.3.0.h
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_clang_11/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_11'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_clang_11/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_11/ext/coverage'
make[2]: *** No rule to make target '/tmp/ruby/src/trunk_clang_11/gc.h', needed by 'coverage.o'. Stop.
make[1]: *** [exts.mk:230: ext/coverage/all] Error 2
make: *** [uncommon.mk:327: build-ext] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_11'
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_ic_hit_p, rb_vm_opt_newarray_min, rb_vm_opt_newarray_max, rb_vm_splat_array, rb_vm_concat_array, rb_vm_defined, rb_vm_yield_with_cfunc, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_get_ev_const, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_push_frame_fname, rb_vm_pop_frame_no_int, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_pop_frame_no_int, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep, rb_vm_push_frame_fname
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, vfprintf, vprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
$$$[end] "make all -j4" exit with 512.