# Logfile created on 2023-09-07 12:52:37 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000562db7caa0b8 @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-random1", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random1", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random1", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random1", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @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-random1.20230907-125237", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000562db7d334d0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000562db7d33390 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000562db7d331b0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random1.20230907-125237", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random1.20230907-125237>, @binmode=false, @mon_data=#<Monitor:0x0000562db7d330e8>, @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
   009e0a3..14970cf  master     -> origin/master
Updating 009e0a3..14970cf
Fast-forward
 lib/yarp.rb                                        |  6 +-
 test/yarp/errors_test.rb                           | 56 ++++++++++-----
 test/yarp/snapshots/blocks.txt                     |  6 +-
 test/yarp/snapshots/classes.txt                    |  7 --
 test/yarp/snapshots/endless_methods.txt            |  3 +
 test/yarp/snapshots/indented_file_end.txt          |  1 +
 test/yarp/snapshots/keyword_method_names.txt       |  8 +++
 test/yarp/snapshots/lambda.txt                     |  3 +
 test/yarp/snapshots/method_calls.txt               |  2 -
 test/yarp/snapshots/methods.txt                    | 82 +++++++++++++++++++---
 test/yarp/snapshots/modules.txt                    |  6 --
 test/yarp/snapshots/non_alphanumeric_methods.txt   | 37 +++++++++-
 test/yarp/snapshots/procs.txt                      | 22 +++---
 test/yarp/snapshots/rescue.txt                     |  2 +
 .../snapshots/seattlerb/TestRubyParserShared.txt   |  9 +--
 test/yarp/snapshots/seattlerb/args_kw_block.txt    |  3 +-
 test/yarp/snapshots/seattlerb/block_arg__bare.txt  |  1 +
 .../yarp/snapshots/seattlerb/block_arg_kwsplat.txt |  2 +-
 .../snapshots/seattlerb/block_arg_opt_splat.txt    |  2 +-
 .../block_arg_opt_splat_arg_block_omfg.txt         |  2 +-
 .../snapshots/seattlerb/block_arg_splat_arg.txt    |  2 +-
 .../yarp/snapshots/seattlerb/block_args_kwargs.txt |  2 +-
 .../seattlerb/block_call_defn_call_block_call.txt  |  1 +
 test/yarp/snapshots/seattlerb/block_kw.txt         |  6 +-
 .../snapshots/seattlerb/block_kw__required.txt     |  2 +-
 test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt |  1 +
 .../seattlerb/block_kwarg_lvar_multiple.txt        |  2 +
 test/yarp/snapshots/seattlerb/block_opt_splat.txt  |  2 +-
 .../seattlerb/block_opt_splat_arg_block_omfg.txt   |  2 +-
 test/yarp/snapshots/seattlerb/block_splat_reg.txt  |  2 +-
 test/yarp/snapshots/seattlerb/bug236.txt           |  2 +-
 test/yarp/snapshots/seattlerb/bug_187.txt          |  1 +
 test/yarp/snapshots/seattlerb/bug_249.txt          |  1 +
 .../seattlerb/bug_call_arglist_parens.txt          |  2 +
 test/yarp/snapshots/seattlerb/class_comments.txt   |  2 +-
 .../snapshots/seattlerb/defn_arg_asplat_arg.txt    |  3 +-
 .../snapshots/seattlerb/defn_arg_forward_args.txt  |  1 +
 .../snapshots/seattlerb/defn_args_forward_args.txt |  1 +
 test/yarp/snapshots/seattlerb/defn_comments.txt    |  1 +
 .../snapshots/seattlerb/defn_endless_command.txt   |  1 +
 .../seattlerb/defn_endless_command_rescue.txt      |  1 +
 .../yarp/snapshots/seattlerb/defn_forward_args.txt |  1 +
 .../seattlerb/defn_forward_args__no_parens.txt     |  1 +
 test/yarp/snapshots/seattlerb/defn_kwarg_env.txt   |  3 +-
 test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt |  9 ++-
 .../snapshots/seattlerb/defn_kwarg_kwsplat.txt     |  5 +-
 .../seattlerb/defn_kwarg_kwsplat_anon.txt          |  5 +-
 test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt  |  2 +
 .../snapshots/seattlerb/defn_kwarg_no_parens.txt   |  3 +-
 test/yarp/snapshots/seattlerb/defn_kwarg_val.txt   |  3 +-
 test/yarp/snapshots/seattlerb/defn_no_kwargs.txt   |  1 +
 test/yarp/snapshots/seattlerb/defn_oneliner.txt    |  1 +
 .../yarp/snapshots/seattlerb/defn_oneliner_eq2.txt |  2 +-
 .../snapshots/seattlerb/defn_oneliner_noargs.txt   |  1 +
 .../seattlerb/defn_oneliner_noargs_parentheses.txt |  1 +
 .../snapshots/seattlerb/defn_oneliner_rescue.txt   |  3 +
 .../yarp/snapshots/seattlerb/defn_opt_last_arg.txt |  1 +
 test/yarp/snapshots/seattlerb/defn_opt_reg.txt     |  1 +
 .../snapshots/seattlerb/defn_opt_splat_arg.txt     |  3 +-
 test/yarp/snapshots/seattlerb/defn_powarg.txt      |  3 +-
 test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt |  1 +
 test/yarp/snapshots/seattlerb/defn_splat_arg.txt   |  3 +-
 test/yarp/snapshots/seattlerb/defn_unary_not.txt   |  1 +
 test/yarp/snapshots/seattlerb/defns_reserved.txt   |  1 +
 .../seattlerb/defs_as_arg_with_do_block_inside.txt |  1 +
 test/yarp/snapshots/seattlerb/defs_comments.txt    |  1 +
 .../snapshots/seattlerb/defs_endless_command.txt   |  1 +
 .../seattlerb/defs_endless_command_rescue.txt      |  1 +
 test/yarp/snapshots/seattlerb/defs_kwarg.txt       |  7 +-
 test/yarp/snapshots/seattlerb/defs_oneliner.txt    |  1 +
 .../yarp/snapshots/seattlerb/defs_oneliner_eq2.txt |  2 +-
 .../snapshots/seattlerb/defs_oneliner_rescue.txt   |  3 +
 test/yarp/snapshots/seattlerb/difficult3_2.txt     |  2 +-
 test/yarp/snapshots/seattlerb/difficult3_3.txt     |  2 +-
 test/yarp/snapshots/seattlerb/f_kw.txt             |  3 +-
 test/yarp/snapshots/seattlerb/f_kw__required.txt   |  3 +-
 test/yarp/snapshots/seattlerb/iter_args_10_1.txt   |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_10_2.txt   |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_11_1.txt   |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_11_2.txt   |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_4.txt      |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_7_1.txt    |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_7_2.txt    |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_8_1.txt    |  2 +-
 test/yarp/snapshots/seattlerb/iter_args_8_2.txt    |  2 +-
 test/yarp/snapshots/seattlerb/iter_kwarg.txt       |  2 +-
 .../snapshots/seattlerb/iter_kwarg_kwsplat.txt     |  4 +-
 .../snapshots/seattlerb/magic_encoding_comment.txt |  2 +-
 test/yarp/snapshots/seattlerb/module_comments.txt  |  2 +-
 .../snapshots/seattlerb/parse_def_special_name.txt |  1 +
 .../seattlerb/parse_line_defn_complex.txt          |  1 +
 .../seattlerb/parse_line_defn_no_parens.txt        |  2 +
 .../seattlerb/parse_line_defn_no_parens_args.txt   |  1 +
 .../seattlerb/parse_line_heredoc_hardnewline.txt   |  1 -
 .../yarp/snapshots/seattlerb/parse_line_return.txt |  1 +
 .../seattlerb/required_kwarg_no_value.txt          |  5 +-
 .../stabby_arg_opt_splat_arg_block_omfg.txt        |  2 +-
 test/yarp/snapshots/seattlerb/stabby_block_kw.txt  |  2 +-
 .../seattlerb/stabby_block_kw__required.txt        |  2 +-
 .../snapshots/unparser/corpus/literal/block.txt    | 12 ++--
 .../snapshots/unparser/corpus/literal/class.txt    |  9 +--
 .../yarp/snapshots/unparser/corpus/literal/def.txt | 52 +++++++++++---
 .../snapshots/unparser/corpus/literal/defs.txt     | 10 +++
 test/yarp/snapshots/unparser/corpus/literal/if.txt |  2 -
 .../snapshots/unparser/corpus/literal/module.txt   |  5 +-
 .../snapshots/unparser/corpus/literal/send.txt     |  7 +-
 .../snapshots/unparser/corpus/literal/since/31.txt |  2 +
 .../snapshots/unparser/corpus/literal/since/32.txt |  6 +-
 .../snapshots/unparser/corpus/literal/while.txt    |  7 +-
 .../snapshots/unparser/corpus/semantic/def.txt     |  2 +
 .../snapshots/unparser/corpus/semantic/while.txt   |  1 -
 test/yarp/snapshots/while.txt                      |  2 +-
 .../snapshots/whitequark/anonymous_blockarg.txt    |  1 +
 test/yarp/snapshots/whitequark/arg.txt             |  2 +
 .../snapshots/whitequark/arg_duplicate_ignored.txt |  2 +
 test/yarp/snapshots/whitequark/arg_label.txt       |  2 +
 test/yarp/snapshots/whitequark/args.txt            | 61 ++++++++++++----
 test/yarp/snapshots/whitequark/blockarg.txt        |  1 +
 test/yarp/snapshots/whitequark/blockargs.txt       | 45 +++++++-----
 test/yarp/snapshots/whitequark/bug_481.txt         |  1 +
 .../whitequark/bug_def_no_paren_eql_begin.txt      |  1 +
 .../whitequark/bug_do_block_in_call_args.txt       |  1 +
 test/yarp/snapshots/whitequark/class.txt           |  2 -
 .../whitequark/class_definition_in_while_cond.txt  |  2 -
 test/yarp/snapshots/whitequark/class_super.txt     |  1 -
 .../snapshots/whitequark/class_super_label.txt     |  1 -
 test/yarp/snapshots/whitequark/const_op_asgn.txt   |  2 +
 test/yarp/snapshots/whitequark/cpath.txt           |  2 -
 test/yarp/snapshots/whitequark/def.txt             |  6 ++
 test/yarp/snapshots/whitequark/defs.txt            |  5 ++
 .../whitequark/endless_comparison_method.txt       |  6 ++
 test/yarp/snapshots/whitequark/endless_method.txt  |  4 ++
 .../whitequark/endless_method_command_syntax.txt   |  8 +++
 .../endless_method_forwarded_args_legacy.txt       |  1 +
 .../whitequark/endless_method_with_rescue_mod.txt  |  2 +
 .../whitequark/endless_method_without_args.txt     |  4 ++
 test/yarp/snapshots/whitequark/forward_arg.txt     |  1 +
 .../whitequark/forward_arg_with_open_args.txt      | 10 +++
 .../snapshots/whitequark/forward_args_legacy.txt   |  3 +
 .../forwarded_argument_with_kwrestarg.txt          |  3 +-
 .../whitequark/forwarded_argument_with_restarg.txt |  3 +-
 .../snapshots/whitequark/forwarded_kwrestarg.txt   |  3 +-
 .../forwarded_kwrestarg_with_additional_kwarg.txt  |  3 +-
 .../snapshots/whitequark/forwarded_restarg.txt     |  3 +-
 .../whitequark/if_while_after_class__since_32.txt  |  4 --
 test/yarp/snapshots/whitequark/kwarg.txt           |  3 +-
 test/yarp/snapshots/whitequark/kwnilarg.txt        |  1 +
 test/yarp/snapshots/whitequark/kwoptarg.txt        |  7 +-
 .../kwoptarg_with_kwrestarg_and_forwarded_args.txt |  5 +-
 test/yarp/snapshots/whitequark/kwrestarg_named.txt |  3 +-
 .../snapshots/whitequark/kwrestarg_unnamed.txt     |  3 +-
 .../whitequark/method_definition_in_while_cond.txt |  4 ++
 test/yarp/snapshots/whitequark/module.txt          |  1 -
 .../whitequark/numparam_outside_block.txt          |  3 +-
 test/yarp/snapshots/whitequark/optarg.txt          |  2 +
 test/yarp/snapshots/whitequark/parser_bug_490.txt  |  5 +-
 test/yarp/snapshots/whitequark/parser_bug_507.txt  |  2 +-
 test/yarp/snapshots/whitequark/parser_bug_518.txt  |  1 -
 test/yarp/snapshots/whitequark/restarg_named.txt   |  3 +-
 test/yarp/snapshots/whitequark/restarg_unnamed.txt |  3 +-
 test/yarp/snapshots/whitequark/ruby_bug_12073.txt  |  1 +
 test/yarp/snapshots/whitequark/ruby_bug_15789.txt  |  1 +
 test/yarp/snapshots/whitequark/ruby_bug_9669.txt   |  3 +-
 test/yarp/snapshots/whitequark/send_lambda.txt     |  2 +-
 .../whitequark/send_lambda_args_noparen.txt        |  4 +-
 .../snapshots/whitequark/trailing_forward_arg.txt  |  1 +
 test/yarp/snapshots/whitequark/var_op_asgn.txt     |  1 +
 thread_sync.c                                      | 32 ++++++---
 yarp/config.yml                                    | 20 +++---
 yarp/yarp.c                                        | 20 +++---
 170 files changed, 611 insertions(+), 259 deletions(-)
Latest commit hash = 14970cfc8d
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-random1/revision.h updated
generating /tmp/ruby/src/trunk-random1/ext/ripper/eventids2table.c
generating x86_64-linux-fake.rb
make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
$$$[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 -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 -Wmisleading-indentation -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-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/yarp -I/tmp/ruby/src/trunk-random1/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-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/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-random1/compile.c
compiling /tmp/ruby/src/trunk-random1/iseq.c
compiling /tmp/ruby/src/trunk-random1/thread.c
compiling /tmp/ruby/src/trunk-random1/version.c
compiling yarp/api_node.c
In file included from /tmp/ruby/src/trunk-random1/compile.c:13351:
/tmp/ruby/src/trunk-random1/yarp/yarp_compiler.c: In function 'yp_compile_node':
/tmp/ruby/src/trunk-random1/yarp/yarp_compiler.c:600:74: error: 'yp_class_node_t' {aka 'struct yp_class_node'} has no member named 'name_constant'
  600 |           ID class_id = yp_constant_id_lookup(compile_context, class_node->name_constant);
      |                                                                          ^~
/tmp/ruby/src/trunk-random1/yarp/yarp_compiler.c:1466:76: error: 'yp_module_node_t' {aka 'struct yp_module_node'} has no member named 'name_constant'
 1466 |           ID module_id = yp_constant_id_lookup(compile_context, module_node->name_constant);
      |                                                                            ^~
/tmp/ruby/src/trunk-random1/compile.c: At top level:
cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics
make: *** [Makefile:441: compile.o] Error 1
make: *** Waiting for unfinished jobs....
$$$[end] "make miniruby -j4" exit with 512.
raw logfile