# Logfile created on 2023-02-09 16:22:16 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055803a52a8e0 @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_14", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_clang_14", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_clang_14", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_clang_14", @configure_opts=["CC=clang-14"], @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_14.20230209-162216", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055803a5b3550 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055803a5b33c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055803a5b3230 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_14.20230209-162216", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_14.20230209-162216>, @binmode=false, @mon_data=#<Monitor:0x000055803a5b3168>, @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_14/common.mk > uncommon.mk
generating /tmp/ruby/src/trunk_clang_14/ext/ripper/ripper.c
generating /tmp/ruby/src/trunk_clang_14/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_14/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_14/ext/ripper'
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_14/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_14/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_14/ext/rbconfig/sizeof'
make[1]: 'limits.c' is up to date.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_14/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk_clang_14/ext/etc'
make[1]: 'constdefs.h' is up to date.
make[1]: Leaving directory '/tmp/ruby/src/trunk_clang_14/ext/etc'
/tmp/ruby/src/trunk_clang_14/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk_clang_14/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_14'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_14'
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = clang-14
LD = ld
LDSHARED = clang-14 -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-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 -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_14/include -I/tmp/ruby/src/trunk_clang_14 -I/tmp/ruby/src/trunk_clang_14/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_14/yjit/target/release/' /tmp/ruby/src/trunk_clang_14/yjit/src/lib.rs
Ubuntu clang version 14.0.0-1ubuntu1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_clang_14/array.c
compiling /tmp/ruby/src/trunk_clang_14/miniinit.c
compiling /tmp/ruby/src/trunk_clang_14/ast.c
compiling /tmp/ruby/src/trunk_clang_14/bignum.c
compiling /tmp/ruby/src/trunk_clang_14/class.c
compiling /tmp/ruby/src/trunk_clang_14/compile.c
compiling /tmp/ruby/src/trunk_clang_14/complex.c
compiling /tmp/ruby/src/trunk_clang_14/cont.c
compiling /tmp/ruby/src/trunk_clang_14/debug.c
compiling /tmp/ruby/src/trunk_clang_14/dir.c
compiling /tmp/ruby/src/trunk_clang_14/encoding.c
compiling /tmp/ruby/src/trunk_clang_14/enum.c
compiling /tmp/ruby/src/trunk_clang_14/enumerator.c
compiling /tmp/ruby/src/trunk_clang_14/error.c
compiling /tmp/ruby/src/trunk_clang_14/eval.c
compiling /tmp/ruby/src/trunk_clang_14/file.c
compiling /tmp/ruby/src/trunk_clang_14/gc.c
compiling /tmp/ruby/src/trunk_clang_14/hash.c
compiling /tmp/ruby/src/trunk_clang_14/io.c
compiling /tmp/ruby/src/trunk_clang_14/iseq.c
compiling /tmp/ruby/src/trunk_clang_14/load.c
compiling /tmp/ruby/src/trunk_clang_14/marshal.c
compiling /tmp/ruby/src/trunk_clang_14/math.c
compiling /tmp/ruby/src/trunk_clang_14/memory_view.c
compiling /tmp/ruby/src/trunk_clang_14/mjit.c
compiling /tmp/ruby/src/trunk_clang_14/mjit_c.c
compiling /tmp/ruby/src/trunk_clang_14/node.c
compiling /tmp/ruby/src/trunk_clang_14/numeric.c
compiling /tmp/ruby/src/trunk_clang_14/object.c
compiling /tmp/ruby/src/trunk_clang_14/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk_clang_14/proc.c
compiling /tmp/ruby/src/trunk_clang_14/process.c
compiling /tmp/ruby/src/trunk_clang_14/ractor.c
compiling /tmp/ruby/src/trunk_clang_14/random.c
compiling /tmp/ruby/src/trunk_clang_14/range.c
compiling /tmp/ruby/src/trunk_clang_14/rational.c
compiling /tmp/ruby/src/trunk_clang_14/re.c
compiling /tmp/ruby/src/trunk_clang_14/ruby.c
compiling /tmp/ruby/src/trunk_clang_14/scheduler.c
compiling /tmp/ruby/src/trunk_clang_14/shape.c
compiling /tmp/ruby/src/trunk_clang_14/signal.c
compiling /tmp/ruby/src/trunk_clang_14/sprintf.c
compiling /tmp/ruby/src/trunk_clang_14/string.c
compiling /tmp/ruby/src/trunk_clang_14/struct.c
compiling /tmp/ruby/src/trunk_clang_14/symbol.c
compiling /tmp/ruby/src/trunk_clang_14/thread.c
compiling /tmp/ruby/src/trunk_clang_14/time.c
compiling /tmp/ruby/src/trunk_clang_14/transcode.c
compiling /tmp/ruby/src/trunk_clang_14/transient_heap.c
compiling /tmp/ruby/src/trunk_clang_14/variable.c
compiling /tmp/ruby/src/trunk_clang_14/version.c
compiling /tmp/ruby/src/trunk_clang_14/vm.c
compiling /tmp/ruby/src/trunk_clang_14/vm_backtrace.c
compiling /tmp/ruby/src/trunk_clang_14/vm_dump.c
compiling /tmp/ruby/src/trunk_clang_14/vm_sync.c
compiling /tmp/ruby/src/trunk_clang_14/vm_trace.c
compiling /tmp/ruby/src/trunk_clang_14/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-14
LD = ld
LDSHARED = clang-14 -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-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 -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_14/include -I/tmp/ruby/src/trunk_clang_14 -I/tmp/ruby/src/trunk_clang_14/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_14/yjit/target/release/' /tmp/ruby/src/trunk_clang_14/yjit/src/lib.rs
Ubuntu clang version 14.0.0-1ubuntu1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk_clang_14/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk_clang_14/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-14
LD = ld
LDSHARED = clang-14 -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-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 -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_14/include -I/tmp/ruby/src/trunk_clang_14 -I/tmp/ruby/src/trunk_clang_14/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_14/yjit/target/release/' /tmp/ruby/src/trunk_clang_14/yjit/src/lib.rs
Ubuntu clang version 14.0.0-1ubuntu1
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
rb_mjit_header.h updated
building .ext/include/x86_64-linux/rb_mjit_min_header-3.3.0.h
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_14'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_14'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_14'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_14'
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_14'
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_14'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_clang_14/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_14'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_clang_14'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_14'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_14/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_clang_14/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_14/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_14/ext/-test-/rational'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_14/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_14/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_14/ext/date'
make[2]: *** No rule to make target '/tmp/ruby/src/trunk_clang_14/gc.h', needed by 'coverage.o'. Stop.
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_14/ext/coverage'
make[1]: *** [exts.mk:230: ext/coverage/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Entering directory '/tmp/ruby/build/trunk_clang_14/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_14/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_clang_14/ext/digest'
make: *** [uncommon.mk:327: build-ext] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/tmp/ruby/build/trunk_clang_14'
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.