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