==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: ruby-parser 3.3.7.3-2 (Tue Apr 29 11:52:46 2025)
==> Retrieving sources...
  -> Cloning parser git repo...
Cloning into bare repository '/home/leming/work/ruby-parser/parser'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    parser ... Skipped
==> Validating source files with b2sums...
    parser ... Skipped
==> Making package: ruby-parser 3.3.7.3-2 (Tue Apr 29 11:52:55 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: rubygems will be installed before its ruby dependency

Packages (5) libyaml-0.2.5-3  rubygems-3.6.7-2  ruby-3.4.3-2  ruby-ast-2.4.2-6
             ruby-racc-1.8.1-2

Total Download Size:    0.01 MiB
Total Installed Size:  24.21 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 ruby-ast-2.4.2-6-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libyaml...
installing rubygems...
installing ruby...
Optional dependencies for ruby
    tk: for Ruby/TK
    ruby-docs: Documentation for Ruby
    ruby-default-gems: Default gems which are part of Ruby StdLib
    ruby-bundled-gems: Bundled gems which are part of Ruby StdLib
    ruby-stdlib: Full Ruby StdLib including default gems, bundled gems and tools
installing ruby-ast...
installing ruby-racc...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (9) perl-error-0.17030-1  perl-mailtools-2.22-1  perl-timedate-2.33-7
             ruby-erb-4.0.4-9  git-2.49.0-1  ragel-6.10-4  ruby-bundler-2.6.7-2
             ruby-rake-13.2.1-4  ruby-rdoc-6.10.0-57

Total Installed Size:  51.98 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
installing ragel...
installing ruby-bundler...
installing ruby-rake...
installing ruby-erb...
installing ruby-rdoc...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 971.
Creating user 'git' (git daemon user) with UID 971 and GID 971.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of parser git repo...
Cloning into 'parser'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting build()...
ragel -F0 -R lib/parser/lexer.rl -o lib/parser/lexer-F0.rb
ragel -F1 -R lib/parser/lexer.rl -o lib/parser/lexer-F1.rb
ragel -F0 -R lib/parser/lexer-strings.rl -o lib/parser/lexer-strings.rb
racc --superclass=Parser::Base lib/parser/ruby18.y -o lib/parser/ruby18.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby19.y -o lib/parser/ruby19.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby20.y -o lib/parser/ruby20.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby21.y -o lib/parser/ruby21.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby22.y -o lib/parser/ruby22.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby23.y -o lib/parser/ruby23.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby24.y -o lib/parser/ruby24.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby25.y -o lib/parser/ruby25.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby26.y -o lib/parser/ruby26.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby27.y -o lib/parser/ruby27.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby30.y -o lib/parser/ruby30.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby31.y -o lib/parser/ruby31.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby32.y -o lib/parser/ruby32.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby33.y -o lib/parser/ruby33.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/ruby34.y -o lib/parser/ruby34.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/macruby.y -o lib/parser/macruby.rb --no-line-convert
racc --superclass=Parser::Base lib/parser/rubymotion.y -o lib/parser/rubymotion.rb --no-line-convert
WARNING:  description and summary are identical
WARNING:  open-ended dependency on ast (>= 2.4.1) is not recommended
  if ast is semantically versioned, use:
    add_runtime_dependency "ast", "~> 2.4", ">= 2.4.1"
WARNING:  open-ended dependency on racc (>= 0) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on rake (>= 13.0.1, development) is not recommended
  if rake is semantically versioned, use:
    add_development_dependency "rake", "~> 13.0", ">= 13.0.1"
WARNING:  open-ended dependency on cliver (>= 0.3.2, development) is not recommended
  if cliver is semantically versioned, use:
    add_development_dependency "cliver", "~> 0.3", ">= 0.3.2"
WARNING:  open-ended dependency on yard (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on kramdown (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  open-ended dependency on minitest (>= 5.10, development) is not recommended
  if minitest is semantically versioned, use:
    add_development_dependency "minitest", "~> 5.10"
WARNING:  open-ended dependency on simplecov (>= 0.15.1, development) is not recommended
  if simplecov is semantically versioned, use:
    add_development_dependency "simplecov", "~> 0.15", ">= 0.15.1"
WARNING:  open-ended dependency on gauntlet (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: parser
  Version: 3.3.7.3
  File: parser-3.3.7.3.gem
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/LICENSE.txt
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/bin/ruby-parse
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/bin/ruby-rewrite
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/gauntlet_parser.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/all.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ast/node.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ast/processor.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/base.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/builders/default.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/clobbering_error.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/color.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/context.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/current.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/current_arg_stack.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/deprecation.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/diagnostic.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/diagnostic/engine.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/lexer-F0.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/lexer-F1.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/lexer-strings.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/lexer/dedenter.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/lexer/explanation.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/lexer/literal.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/lexer/stack_state.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/macruby.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/max_numparam_stack.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/messages.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/meta.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/rewriter.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby18.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby19.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby20.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby21.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby22.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby23.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby24.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby25.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby26.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby27.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby30.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby31.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby32.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby33.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/ruby34.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/rubymotion.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/runner.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/runner/ruby_parse.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/runner/ruby_rewrite.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/buffer.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/comment.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/comment/associator.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/collection.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/condition.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/constant.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/definition.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/for.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/heredoc.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/index.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/keyword.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/method_definition.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/objc_kwarg.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/operator.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/rescue_body.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/send.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/ternary.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/map/variable.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/range.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/rewriter.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/rewriter/action.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/tree_rewriter.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/source/tree_rewriter/action.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/static_environment.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/syntax_error.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/tree_rewriter.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/unknown_encoding_in_magic_comment_error.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/variables_stack.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/lib/parser/version.rb
/build/ruby-parser/src/parser/tmp_install/usr/lib/ruby/gems/3.4.0/gems/parser-3.3.7.3/parser.gemspec
/build/ruby-parser/src/parser/tmp_install/usr/bin/ruby-parse
/build/ruby-parser/src/parser/tmp_install/usr/bin/ruby-rewrite
Successfully installed parser-3.3.7.3
Parsing documentation for parser-3.3.7.3
Parsing sources...
  1% [ 1/76]  lib/gauntlet_parser.rb

  2% [ 2/76]  lib/parser.rb

  3% [ 3/76]  lib/parser/all.rb

  5% [ 4/76]  lib/parser/ast/node.rb

  6% [ 5/76]  lib/parser/ast/processor.rb

  7% [ 6/76]  lib/parser/base.rb

  9% [ 7/76]  lib/parser/builders/default.rb

 10% [ 8/76]  lib/parser/clobbering_error.rb

 11% [ 9/76]  lib/parser/color.rb

 13% [10/76]  lib/parser/context.rb

 14% [11/76]  lib/parser/current.rb

 15% [12/76]  lib/parser/current_arg_stack.rb

 17% [13/76]  lib/parser/deprecation.rb

 18% [14/76]  lib/parser/diagnostic.rb

 19% [15/76]  lib/parser/diagnostic/engine.rb

 21% [16/76]  lib/parser/lexer-F0.rb

 22% [17/76]  lib/parser/lexer-F1.rb

 23% [18/76]  lib/parser/lexer-strings.rb

 25% [19/76]  lib/parser/lexer/dedenter.rb

 26% [20/76]  lib/parser/lexer/explanation.rb

 27% [21/76]  lib/parser/lexer/literal.rb

 28% [22/76]  lib/parser/lexer/stack_state.rb

 30% [23/76]  lib/parser/macruby.rb

 31% [24/76]  lib/parser/max_numparam_stack.rb

 32% [25/76]  lib/parser/messages.rb

 34% [26/76]  lib/parser/meta.rb

 35% [27/76]  lib/parser/rewriter.rb

 36% [28/76]  lib/parser/ruby18.rb

 38% [29/76]  lib/parser/ruby19.rb

 39% [30/76]  lib/parser/ruby20.rb

 40% [31/76]  lib/parser/ruby21.rb

 42% [32/76]  lib/parser/ruby22.rb

 43% [33/76]  lib/parser/ruby23.rb

 44% [34/76]  lib/parser/ruby24.rb

 46% [35/76]  lib/parser/ruby25.rb

 47% [36/76]  lib/parser/ruby26.rb

 48% [37/76]  lib/parser/ruby27.rb

 50% [38/76]  lib/parser/ruby30.rb

 51% [39/76]  lib/parser/ruby31.rb

 52% [40/76]  lib/parser/ruby32.rb

 53% [41/76]  lib/parser/ruby33.rb

 55% [42/76]  lib/parser/ruby34.rb

 56% [43/76]  lib/parser/rubymotion.rb

 57% [44/76]  lib/parser/runner.rb

 59% [45/76]  lib/parser/runner/ruby_parse.rb

 60% [46/76]  lib/parser/runner/ruby_rewrite.rb

 61% [47/76]  lib/parser/source/buffer.rb

 63% [48/76]  lib/parser/source/comment.rb

 64% [49/76]  lib/parser/source/comment/associator.rb

 65% [50/76]  lib/parser/source/map.rb

 67% [51/76]  lib/parser/source/map/collection.rb

 68% [52/76]  lib/parser/source/map/condition.rb

 69% [53/76]  lib/parser/source/map/constant.rb

 71% [54/76]  lib/parser/source/map/definition.rb

 72% [55/76]  lib/parser/source/map/for.rb

 73% [56/76]  lib/parser/source/map/heredoc.rb

 75% [57/76]  lib/parser/source/map/index.rb

 76% [58/76]  lib/parser/source/map/keyword.rb

 77% [59/76]  lib/parser/source/map/method_definition.rb

 78% [60/76]  lib/parser/source/map/objc_kwarg.rb

 80% [61/76]  lib/parser/source/map/operator.rb

 81% [62/76]  lib/parser/source/map/rescue_body.rb

 82% [63/76]  lib/parser/source/map/send.rb

 84% [64/76]  lib/parser/source/map/ternary.rb

 85% [65/76]  lib/parser/source/map/variable.rb

 86% [66/76]  lib/parser/source/range.rb

 88% [67/76]  lib/parser/source/rewriter.rb

 89% [68/76]  lib/parser/source/rewriter/action.rb

 90% [69/76]  lib/parser/source/tree_rewriter.rb

 92% [70/76]  lib/parser/source/tree_rewriter/action.rb

 93% [71/76]  lib/parser/static_environment.rb

 94% [72/76]  lib/parser/syntax_error.rb

 96% [73/76]  lib/parser/tree_rewriter.rb

 97% [74/76]  lib/parser/unknown_encoding_in_magic_comment_error.rb

 98% [75/76]  lib/parser/variables_stack.rb

100% [76/76]  lib/parser/version.rb

Installing ri documentation for parser-3.3.7.3
Done installing documentation for parser after 135 seconds
1 gem installed
GET https://rubygems.org/latest_specs.4.8.gz
200 OK
GET https://rubygems.org/quick/Marshal.4.8/rubygems-update-3.6.8.gemspec.rz
200 OK

A new release of RubyGems is available: 3.6.7 → 3.6.8!
Run `gem update --system 3.6.8` to update your installation.

==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ruby-parser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ruby-parser 3.3.7.3-2 (Tue Apr 29 11:58:12 2025)
==> Cleaning up...