# Logfile created on 2023-08-25 21:29:37 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005585e5fbd608 @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-iseq_binary", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-iseq_binary", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-iseq_binary", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-iseq_binary", @configure_opts=["--enable-shared"], @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-iseq_binary.20230825-212937", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_ISEQ_DUMP_DEBUG", "to_binary"]], @make="make", @logger=#<Logger:0x00005585e6052938 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005585e60527f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005585e6052668 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20230825-212937", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-iseq_binary.20230825-212937>, @binmode=false, @mon_data=#<Monitor:0x00005585e60525a0>, @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-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-iseq_binary/.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
   3b9085a..439f069  master     -> origin/master
Updating 3b9085a..439f069
Fast-forward
 .gitignore                                         |    2 +
 common.mk                                          |   11 +-
 lib/yarp.rb                                        |   27 +-
 lib/yarp/desugar_visitor.rb                        |  267 +++++
 lib/yarp/ffi.rb                                    |   34 +-
 lib/yarp/version.rb                                |    5 +
 lib/yarp/yarp.gemspec                              |   13 +-
 test/yarp/bom_test.rb                              |    2 +-
 test/yarp/comments_test.rb                         |    2 +-
 test/yarp/desugar_visitor_test.rb                  |   57 +
 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                         |  157 ++-
 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/begin_rescue.txt               |   10 +-
 test/yarp/snapshots/blocks.txt                     |    8 +-
 test/yarp/snapshots/boolean_operators.txt          |   24 +-
 test/yarp/snapshots/defined.txt                    |    8 +-
 test/yarp/snapshots/for.txt                        |   18 +-
 test/yarp/snapshots/lambda.txt                     |   10 +
 test/yarp/snapshots/method_calls.txt               |    8 +-
 test/yarp/snapshots/patterns.txt                   |  405 ++-----
 test/yarp/snapshots/procs.txt                      |   22 +
 .../snapshots/seattlerb/bug_op_asgn_rescue.txt     |    8 +-
 .../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          |   38 +-
 test/yarp/snapshots/seattlerb/case_in_31.txt       |    2 +-
 test/yarp/snapshots/seattlerb/case_in_42.txt       |    2 +-
 test/yarp/snapshots/seattlerb/case_in_42_2.txt     |    2 +-
 .../seattlerb/case_in_array_pat_const.txt          |    2 +-
 .../seattlerb/case_in_array_pat_const2.txt         |    2 +-
 .../seattlerb/case_in_array_pat_paren_assign.txt   |    2 +-
 test/yarp/snapshots/seattlerb/case_in_find.txt     |    4 +-
 .../snapshots/seattlerb/case_in_find_array.txt     |    2 +-
 .../seattlerb/case_in_hash_pat_assign.txt          |    2 +-
 .../snapshots/seattlerb/case_in_hash_pat_rest.txt  |    4 +-
 .../seattlerb/case_in_hash_pat_rest_solo.txt       |    2 +-
 .../snapshots/seattlerb/const_2_op_asgn_or2.txt    |   18 +-
 .../snapshots/seattlerb/const_3_op_asgn_or.txt     |   12 +-
 .../snapshots/seattlerb/const_op_asgn_and1.txt     |   12 +-
 .../snapshots/seattlerb/const_op_asgn_and2.txt     |   12 +-
 test/yarp/snapshots/seattlerb/const_op_asgn_or.txt |   18 +-
 test/yarp/snapshots/seattlerb/dasgn_icky2.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_anon_splat_arg.txt   |    2 +-
 .../snapshots/seattlerb/masgn_arg_colon_arg.txt    |    2 +-
 test/yarp/snapshots/seattlerb/masgn_arg_ident.txt  |    2 +-
 .../snapshots/seattlerb/masgn_arg_splat_arg.txt    |    9 +-
 test/yarp/snapshots/seattlerb/masgn_colon2.txt     |   14 +-
 test/yarp/snapshots/seattlerb/masgn_colon3.txt     |   12 +-
 .../snapshots/seattlerb/masgn_command_call.txt     |    3 +-
 .../snapshots/seattlerb/masgn_double_paren.txt     |   12 +-
 test/yarp/snapshots/seattlerb/masgn_lhs_splat.txt  |    5 +-
 test/yarp/snapshots/seattlerb/masgn_paren.txt      |   10 +-
 test/yarp/snapshots/seattlerb/masgn_splat_arg.txt  |    7 +-
 .../snapshots/seattlerb/masgn_splat_arg_arg.txt    |    9 +-
 .../snapshots/seattlerb/masgn_var_star_var.txt     |    4 +-
 .../snapshots/seattlerb/messy_op_asgn_lineno.txt   |   18 +-
 .../snapshots/seattlerb/mlhs_back_anonsplat.txt    |    6 +-
 test/yarp/snapshots/seattlerb/mlhs_back_splat.txt  |   11 +-
 .../snapshots/seattlerb/mlhs_front_anonsplat.txt   |    6 +-
 test/yarp/snapshots/seattlerb/mlhs_front_splat.txt |   11 +-
 .../snapshots/seattlerb/mlhs_mid_anonsplat.txt     |   12 +-
 test/yarp/snapshots/seattlerb/mlhs_mid_splat.txt   |   17 +-
 test/yarp/snapshots/seattlerb/mlhs_rescue.txt      |    4 +-
 .../snapshots/seattlerb/op_asgn_command_call.txt   |    8 +-
 .../op_asgn_primary_colon_const_command_call.txt   |   18 +-
 .../seattlerb/parse_line_defn_complex.txt          |    8 +-
 .../snapshots/seattlerb/parse_line_op_asgn.txt     |    8 +-
 .../yarp/snapshots/seattlerb/parse_line_to_ary.txt |    4 +-
 .../yarp/snapshots/seattlerb/parse_pattern_058.txt |    2 +-
 .../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 +
 test/yarp/snapshots/seattlerb/rhs_asgn.txt         |    2 +-
 .../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         |  108 +-
 .../snapshots/unparser/corpus/literal/block.txt    |   20 +-
 .../snapshots/unparser/corpus/literal/defined.txt  |    8 +-
 .../yarp/snapshots/unparser/corpus/literal/for.txt |   12 +-
 .../snapshots/unparser/corpus/literal/kwbegin.txt  |   14 +-
 .../snapshots/unparser/corpus/literal/lambda.txt   |    8 +
 .../snapshots/unparser/corpus/literal/literal.txt  |   17 +-
 .../snapshots/unparser/corpus/literal/opasgn.txt   |   72 +-
 .../snapshots/unparser/corpus/literal/pattern.txt  |   14 +-
 .../snapshots/unparser/corpus/literal/send.txt     |   30 +-
 .../snapshots/unparser/corpus/literal/since/27.txt |    2 +
 .../snapshots/unparser/corpus/literal/since/30.txt |    6 +-
 .../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                  |   28 +-
 test/yarp/snapshots/while.txt                      |   10 +
 test/yarp/snapshots/whitequark/and_or_masgn.txt    |    8 +-
 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 +
 .../yarp/snapshots/whitequark/cond_begin_masgn.txt |    4 +-
 test/yarp/snapshots/whitequark/const_op_asgn.txt   |   72 +-
 test/yarp/snapshots/whitequark/for.txt             |    4 +-
 test/yarp/snapshots/whitequark/for_mlhs.txt        |    4 +-
 test/yarp/snapshots/whitequark/if_masgn__24.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           |   20 +-
 test/yarp/snapshots/whitequark/masgn_attr.txt      |    4 +-
 test/yarp/snapshots/whitequark/masgn_cmd.txt       |    4 +-
 test/yarp/snapshots/whitequark/masgn_const.txt     |   22 +-
 test/yarp/snapshots/whitequark/masgn_nested.txt    |   18 +-
 test/yarp/snapshots/whitequark/masgn_splat.txt     |   34 +-
 .../whitequark/method_definition_in_while_cond.txt |    4 +
 test/yarp/snapshots/whitequark/not_masgn__24.txt   |    4 +-
 .../whitequark/numbered_args_after_27.txt          |    4 +
 test/yarp/snapshots/whitequark/op_asgn_cmd.txt     |   28 +-
 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/pattern_matching_single_line.txt    |    4 +-
 ...single_line_allowed_omission_of_parentheses.txt |   18 +-
 .../yarp/snapshots/whitequark/resbody_list_var.txt |    2 +-
 test/yarp/snapshots/whitequark/resbody_var.txt     |    4 +-
 .../whitequark/rescue_in_lambda_block.txt          |    2 +
 .../yarp/snapshots/whitequark/rescue_mod_masgn.txt |    4 +-
 .../snapshots/whitequark/rescue_mod_op_assign.txt  |   10 +-
 test/yarp/snapshots/whitequark/ruby_bug_11107.txt  |    2 +
 test/yarp/snapshots/whitequark/ruby_bug_11380.txt  |    2 +
 test/yarp/snapshots/whitequark/ruby_bug_12402.txt  |   56 +-
 test/yarp/snapshots/whitequark/ruby_bug_12669.txt  |   40 +-
 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/var_and_asgn.txt    |    8 +-
 test/yarp/snapshots/whitequark/var_op_asgn.txt     |   32 +-
 test/yarp/snapshots/whitequark/var_op_asgn_cmd.txt |   10 +-
 test/yarp/snapshots/whitequark/var_or_asgn.txt     |    8 +-
 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                                    |  380 ++++++-
 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/mutation_visitor.rb.erb    |   19 +
 yarp/templates/lib/yarp/node.rb.erb                |    9 +
 yarp/templates/lib/yarp/serialize.rb.erb           |   53 +-
 yarp/templates/src/serialize.c.erb                 |   37 +-
 yarp/templates/template.rb                         |   13 +
 yarp/version.h                                     |    4 -
 yarp/yarp.c                                        | 1130 +++++++++++++++-----
 yarp/yarp.h                                        |    7 +
 192 files changed, 2927 insertions(+), 1442 deletions(-)
 create mode 100644 lib/yarp/desugar_visitor.rb
 create mode 100644 lib/yarp/version.rb
 create mode 100644 test/yarp/desugar_visitor_test.rb
 create mode 100644 test/yarp/test_helper.rb
 create mode 100644 yarp/templates/include/yarp/version.h.erb
 create mode 100644 yarp/templates/lib/yarp/mutation_visitor.rb.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-iseq_binary/common.mk > uncommon.mk
/tmp/ruby/src/trunk-iseq_binary/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-iseq_binary/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-iseq_binary'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary'
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-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/yarp -I/tmp/ruby/src/trunk-iseq_binary/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 = 
	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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 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.

compiling /tmp/ruby/src/trunk-iseq_binary/version.c
compiling yarp/api_node.c
compiling /tmp/ruby/src/trunk-iseq_binary/yarp/api_pack.c
compiling /tmp/ruby/src/trunk-iseq_binary/yarp/extension.c
compiling yarp/node.c
compiling yarp/prettyprint.c
compiling /tmp/ruby/src/trunk-iseq_binary/yarp/regexp.c
compiling yarp/serialize.c
compiling yarp/token_type.c
compiling /tmp/ruby/src/trunk-iseq_binary/yarp/unescape.c
compiling /tmp/ruby/src/trunk-iseq_binary/yarp/util/yp_memchr.c
compiling /tmp/ruby/src/trunk-iseq_binary/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.
raw logfile