# Logfile created on 2023-10-13 19:33:16 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055e50dad3728 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @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.20231013-193316", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055e50db6b708 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055e50db6b5c8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055e50db6b410 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20231013-193316", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20231013-193316>, @binmode=false, @mon_data=#<Monitor:0x000055e50db6b320>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j16 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j16" exit with 0. $$$[beg] make update-download -j16 tool/config.guess already exists tool/config.sub already exists Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1 Update debug to 927587afb6aac69b358b86a01f602d207053e8d2 echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged $$$[end] "make update-download -j16" exit with 0. $$$[beg] make update-rubyspec -j16 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j16" exit with 0. $$$[beg] make update-src -j16 From https://github.com/ruby/ruby d705885..b5ee570 master -> origin/master Updating d705885..b5ee570 Fast-forward common.mk | 33 - lib/prism/lex_compat.rb | 48 +- lib/prism/prism.gemspec | 2 - prism/config.yml | 4 - prism/extension.c | 46 - prism/parser.h | 10 + prism/prism.c | 1642 ++++++++++++++------ prism/prism.h | 1 - prism/templates/lib/prism/compiler.rb.erb | 2 +- prism/templates/template.rb | 4 +- prism/unescape.c | 637 -------- prism/unescape.h | 48 - prism/util/pm_buffer.c | 16 +- prism/util/pm_buffer.h | 3 + test/prism/errors_test.rb | 2 +- test/prism/heredoc_dedent_test.rb | 2 +- test/prism/snapshots/dos_endings.txt | 22 +- .../heredoc_with_escaped_newline_at_start.txt | 4 +- test/prism/snapshots/heredocs_nested.txt | 14 +- .../snapshots/heredocs_with_ignored_newlines.txt | 56 +- test/prism/snapshots/regex.txt | 12 +- test/prism/snapshots/seattlerb/bug190.txt | 2 +- .../prism/snapshots/seattlerb/heredoc_squiggly.txt | 26 +- ...edoc_squiggly_blank_line_plus_interpolation.txt | 4 +- .../seattlerb/heredoc_squiggly_blank_lines.txt | 26 +- .../seattlerb/heredoc_squiggly_interp.txt | 26 +- .../snapshots/seattlerb/heredoc_squiggly_tabs.txt | 20 +- .../seattlerb/heredoc_squiggly_tabs_extra.txt | 20 +- .../heredoc_squiggly_visually_blank_lines.txt | 26 +- test/prism/snapshots/seattlerb/pctW_lineno.txt | 2 +- test/prism/snapshots/seattlerb/qw_escape.txt | 2 +- test/prism/snapshots/seattlerb/qw_escape_term.txt | 2 +- .../snapshots/seattlerb/regexp_esc_C_slash.txt | 2 +- test/prism/snapshots/seattlerb/regexp_esc_u.txt | 2 +- .../snapshots/seattlerb/regexp_unicode_curlies.txt | 4 +- test/prism/snapshots/spanning_heredoc.txt | 44 +- test/prism/snapshots/tilde_heredocs.txt | 262 +++- test/prism/snapshots/unescaping.txt | 2 +- .../snapshots/unparser/corpus/literal/literal.txt | 8 +- .../snapshots/unparser/corpus/semantic/dstr.txt | 42 +- .../snapshots/unparser/corpus/semantic/literal.txt | 2 +- .../snapshots/whitequark/dedenting_heredoc.txt | 204 ++- ...nterpolating_heredoc_fake_line_continuation.txt | 20 +- ...non_interpolating_heredoc_line_continuation.txt | 20 +- test/prism/snapshots/whitequark/parser_bug_640.txt | 2 +- test/prism/snapshots/whitequark/parser_bug_830.txt | 2 +- .../parser_slash_slash_n_escaping_in_literals.txt | 10 +- .../whitequark/slash_newline_in_heredocs.txt | 20 +- test/prism/unescape_test.rb | 316 ++-- 49 files changed, 2088 insertions(+), 1638 deletions(-) delete mode 100644 prism/unescape.c delete mode 100644 prism/unescape.h Latest commit hash = b5ee570eb8 $$$[end] "make update-src -j16" exit with 0. $$$[beg] make after-update -j16 sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk/common.mk > uncommon.mk /tmp/ruby/src/trunk/revision.h updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated /bin/sh /tmp/ruby/src/trunk/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' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1 Update debug to 927587afb6aac69b358b86a01f602d207053e8d2 echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged $$$[end] "make after-update -j16" exit with 0. $$$[beg] make miniruby -j16 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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j16 --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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/compile.c compiling /tmp/ruby/src/trunk/iseq.c make: *** No rule to make target '/tmp/ruby/src/trunk/prism/unescape.h', needed by 'ruby.o'. Stop. make: *** Waiting for unfinished jobs.... $$$[end] "make miniruby -j16" exit with 512.