# Logfile created on 2023-08-25 21:33:55 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000564b3d95a090 @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.20230825-213355", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000564b3d9ef460 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000564b3d9ef2d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000564b3d9ef140 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_clang_13.20230825-213355", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_clang_13.20230825-213355>, @binmode=false, @mon_data=#<Monitor:0x0000564b3d9ef078>, @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
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk_clang_13/tool/ifchange /tmp/ruby/src/trunk_clang_13/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk_clang_13/.bundle/.timestamp/typeprof.revision unchanged
$$$[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
dd07b70..439f069 master -> origin/master
Updating dd07b70..439f069
Fast-forward
.gitignore | 1 +
common.mk | 6 +-
lib/yarp.rb | 15 +-
lib/yarp/ffi.rb | 34 +++-
lib/yarp/version.rb | 5 +
lib/yarp/yarp.gemspec | 11 +-
test/yarp/bom_test.rb | 2 +-
test/yarp/comments_test.rb | 2 +-
test/{ => yarp}/desugar_visitor_test.rb | 2 +-
test/yarp/encoding_test.rb | 7 +-
test/yarp/errors_test.rb | 6 +-
test/yarp/heredoc_dedent_test.rb | 2 +-
test/yarp/library_symbols_test.rb | 2 +-
test/yarp/locals_test.rb | 2 +-
test/yarp/location_test.rb | 2 +-
test/yarp/memsize_test.rb | 2 +-
test/yarp/newline_test.rb | 2 +-
test/yarp/parse_serialize_test.rb | 2 +-
test/yarp/parse_test.rb | 16 +-
test/yarp/regexp_test.rb | 2 +-
test/yarp/ripper_compat_test.rb | 2 +-
test/yarp/ruby_api_test.rb | 26 ++-
test/yarp/snapshots/lambda.txt | 10 +
test/yarp/snapshots/method_calls.txt | 8 +-
test/yarp/snapshots/patterns.txt | 39 +++-
test/yarp/snapshots/procs.txt | 22 +++
.../seattlerb/call_array_lambda_block_call.txt | 2 +
.../yarp/snapshots/seattlerb/call_colon_parens.txt | 2 +-
test/yarp/snapshots/seattlerb/call_dot_parens.txt | 2 +-
.../seattlerb/call_stabby_do_end_with_block.txt | 2 +
.../seattlerb/call_stabby_with_braces_block.txt | 2 +
test/yarp/snapshots/seattlerb/case_in.txt | 2 +
test/yarp/snapshots/seattlerb/difficult3_5.txt | 2 +
test/yarp/snapshots/seattlerb/difficult6_.txt | 2 +
test/yarp/snapshots/seattlerb/do_lambda.txt | 2 +
test/yarp/snapshots/seattlerb/dsym_esc_to_sym.txt | 4 +-
test/yarp/snapshots/seattlerb/dsym_to_sym.txt | 4 +-
.../snapshots/seattlerb/lambda_do_vs_brace.txt | 12 +-
.../snapshots/seattlerb/masgn_double_paren.txt | 8 +-
test/yarp/snapshots/seattlerb/masgn_paren.txt | 6 +-
.../seattlerb/parse_until_not_canonical.txt | 1 +
.../seattlerb/parse_until_not_noncanonical.txt | 1 +
.../seattlerb/parse_while_not_canonical.txt | 1 +
.../seattlerb/parse_while_not_noncanonical.txt | 1 +
.../snapshots/seattlerb/safe_call_dot_parens.txt | 2 +-
.../snapshots/seattlerb/stabby_arg_no_paren.txt | 2 +
.../stabby_arg_opt_splat_arg_block_omfg.txt | 2 +
.../snapshots/seattlerb/stabby_block_iter_call.txt | 2 +
.../stabby_block_iter_call_no_target_with_arg.txt | 2 +
test/yarp/snapshots/seattlerb/stabby_block_kw.txt | 2 +
.../seattlerb/stabby_block_kw__required.txt | 2 +
.../yarp/snapshots/seattlerb/stabby_proc_scope.txt | 2 +
test/yarp/snapshots/seattlerb/thingy.txt | 4 +-
.../unparser/corpus/literal/assignment.txt | 40 ++--
.../snapshots/unparser/corpus/literal/defined.txt | 4 +-
.../snapshots/unparser/corpus/literal/lambda.txt | 8 +
.../snapshots/unparser/corpus/literal/literal.txt | 17 +-
.../snapshots/unparser/corpus/literal/send.txt | 6 +-
.../snapshots/unparser/corpus/literal/since/27.txt | 2 +
.../snapshots/unparser/corpus/literal/while.txt | 31 ++-
.../snapshots/unparser/corpus/semantic/while.txt | 7 +
test/yarp/snapshots/until.txt | 6 +
test/yarp/snapshots/variables.txt | 2 +-
test/yarp/snapshots/while.txt | 10 +
test/yarp/snapshots/whitequark/bug_435.txt | 2 +
test/yarp/snapshots/whitequark/bug_cmdarg.txt | 2 +
.../snapshots/whitequark/bug_lambda_leakage.txt | 2 +
.../whitequark/bug_while_not_parens_do.txt | 1 +
.../whitequark/class_definition_in_while_cond.txt | 4 +
.../whitequark/if_while_after_class__since_32.txt | 2 +
.../yarp/snapshots/whitequark/interp_digit_var.txt | 4 +-
test/yarp/snapshots/whitequark/kwnilarg.txt | 2 +
test/yarp/snapshots/whitequark/masgn.txt | 6 +-
test/yarp/snapshots/whitequark/masgn_nested.txt | 10 +-
.../whitequark/method_definition_in_while_cond.txt | 4 +
.../whitequark/numbered_args_after_27.txt | 4 +
test/yarp/snapshots/whitequark/parser_bug_507.txt | 2 +
test/yarp/snapshots/whitequark/parser_bug_645.txt | 2 +
.../parser_slash_slash_n_escaping_in_literals.txt | 2 +-
.../whitequark/rescue_in_lambda_block.txt | 2 +
test/yarp/snapshots/whitequark/ruby_bug_11107.txt | 2 +
test/yarp/snapshots/whitequark/ruby_bug_11380.txt | 2 +
test/yarp/snapshots/whitequark/ruby_bug_15789.txt | 8 +
test/yarp/snapshots/whitequark/send_call.txt | 4 +-
test/yarp/snapshots/whitequark/send_lambda.txt | 6 +-
.../yarp/snapshots/whitequark/send_lambda_args.txt | 4 +
.../whitequark/send_lambda_args_noparen.txt | 4 +
.../whitequark/send_lambda_args_shadow.txt | 2 +
.../snapshots/whitequark/send_lambda_legacy.txt | 4 +-
test/yarp/snapshots/whitequark/until.txt | 2 +
test/yarp/snapshots/whitequark/until_mod.txt | 1 +
test/yarp/snapshots/whitequark/until_post.txt | 1 +
test/yarp/snapshots/whitequark/while.txt | 2 +
test/yarp/snapshots/whitequark/while_mod.txt | 1 +
test/yarp/snapshots/whitequark/while_post.txt | 1 +
test/yarp/test_helper.rb | 100 ++++++++++
test/yarp/unescape_test.rb | 2 +-
test/yarp/version_test.rb | 2 +-
tool/update-deps | 1 +
yarp/config.yml | 10 +-
yarp/extension.c | 100 ++++++----
yarp/extension.h | 2 -
yarp/templates/include/yarp/version.h.erb | 9 +
yarp/templates/java/org/yarp/Loader.java.erb | 10 +-
yarp/templates/lib/yarp/serialize.rb.erb | 53 +++--
yarp/templates/src/serialize.c.erb | 37 +++-
yarp/templates/template.rb | 12 ++
yarp/version.h | 4 -
yarp/yarp.c | 219 +++++++++++----------
yarp/yarp.h | 7 +
110 files changed, 822 insertions(+), 280 deletions(-)
create mode 100644 lib/yarp/version.rb
rename test/{ => yarp}/desugar_visitor_test.rb (99%)
create mode 100644 test/yarp/test_helper.rb
create mode 100644 yarp/templates/include/yarp/version.h.erb
delete mode 100644 yarp/version.h
Latest commit hash = 439f069b4b
$$$[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
/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'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk_clang_13/tool/ifchange /tmp/ruby/src/trunk_clang_13/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk_clang_13/.bundle/.timestamp/typeprof.revision unchanged
$$$[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/yarp -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/version.c
compiling yarp/api_node.c
compiling /tmp/ruby/src/trunk_clang_13/yarp/api_pack.c
compiling /tmp/ruby/src/trunk_clang_13/yarp/extension.c
compiling yarp/node.c
compiling yarp/prettyprint.c
compiling /tmp/ruby/src/trunk_clang_13/yarp/regexp.c
compiling yarp/serialize.c
compiling yarp/token_type.c
compiling /tmp/ruby/src/trunk_clang_13/yarp/unescape.c
compiling /tmp/ruby/src/trunk_clang_13/yarp/util/yp_memchr.c
compiling /tmp/ruby/src/trunk_clang_13/yarp/util/yp_strpbrk.c
make: *** No rule to make target '/yarp/version.h', needed by 'yarp/yarp.o'. Stop.
make: *** Waiting for unfinished jobs....
$$$[end] "make miniruby -j4" exit with 512.