zerocracy / pages-action

GitHub Action that generates HTML report from a Factbase
MIT License
5 stars 0 forks source link

Update dependency rubocop to v1.67.0 #160

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop (source, changelog) '1.66.1' -> '1.67.0' age adoption passing confidence

Release Notes

rubocop/rubocop (rubocop) ### [`v1.67.0`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1670-2024-10-15) [Compare Source](https://redirect.github.com/rubocop/rubocop/compare/v1.66.1...v1.67.0) ##### New features - [#​13259](https://redirect.github.com/rubocop/rubocop/issues/13259): Add new `Lint/DuplicateSetElement` cop. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13223](https://redirect.github.com/rubocop/rubocop/pull/13223): Add `AllowRBSInlineAnnotation` config option to `Layout/LeadingCommentSpace` to support RBS::Inline style annotation comments. (\[[@​tk0miya](https://redirect.github.com/tk0miya)]\[]) - [#​13310](https://redirect.github.com/rubocop/rubocop/issues/13310): Display analysis Ruby version in `rubocop -V`. (\[[@​koic](https://redirect.github.com/koic)]\[]) ##### Bug fixes - [#​13314](https://redirect.github.com/rubocop/rubocop/pull/13314): Fix a false negative for `Style/Semicolon` when using a semicolon between a closing parenthesis after a line break and a consequent expression. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13217](https://redirect.github.com/rubocop/rubocop/pull/13217): Fix a false positive in `Lint/ParenthesesAsGroupedExpression` with compound ranges. (\[[@​gsamokovarov](https://redirect.github.com/gsamokovarov)]\[]) - [#​13268](https://redirect.github.com/rubocop/rubocop/pull/13268): Fix a false positive for `Style/BlockDelimiters` when a single line do-end block with an inline `rescue` with a semicolon before `rescue`. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13298](https://redirect.github.com/rubocop/rubocop/pull/13298): Fix an error for `Layout/AccessModifierIndentation` when the access modifier is on the same line as the class definition. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13198](https://redirect.github.com/rubocop/rubocop/pull/13198): Fix an error for `Style/OneLineConditional` when using nested if/then/else/end. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13316](https://redirect.github.com/rubocop/rubocop/issues/13316): Fix an incorrect autocorrect for `Lint/ImplicitStringConcatenation` with `Lint/TripleQuotes` when string literals with triple quotes are used. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13220](https://redirect.github.com/rubocop/rubocop/issues/13220): Fix an incorrect autocorrect for `Style/ArgumentsForwarding` when using only forwarded arguments in brackets. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13202](https://redirect.github.com/rubocop/rubocop/issues/13202): Fix an incorrect autocorrect for `Style/CombinableLoops` when looping over the same data with different block variable names. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13291](https://redirect.github.com/rubocop/rubocop/issues/13291): Fix an incorrect autocorrect for `Style/RescueModifier` when using modifier rescue for method call with heredoc argument. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13226](https://redirect.github.com/rubocop/rubocop/pull/13226): Fix `--auto-gen-config` when passing an absolute config path. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13225](https://redirect.github.com/rubocop/rubocop/issues/13225): Avoid syntax error when correcting `Style/OperatorMethodCall` with `/` operations followed by a parenthesized argument. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13235](https://redirect.github.com/rubocop/rubocop/issues/13235): Fix an error for `Style/IfUnlessModifier` when multiline `if` that fits on one line and using implicit method call with hash value omission syntax. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13219](https://redirect.github.com/rubocop/rubocop/pull/13219): Fix a false positive for `Style/ArgumentsForwarding` with Ruby 3.0 and optional position arguments. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13271](https://redirect.github.com/rubocop/rubocop/issues/13271): Fix a false positive for `Lint/AmbiguousRange` when using rational literals. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13260](https://redirect.github.com/rubocop/rubocop/issues/13260): Fix a false positive for `Lint/RedundantSafeNavigation` with namespaced constants. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13224](https://redirect.github.com/rubocop/rubocop/pull/13224): Fix false positives for `Style/OperatorMethodCall` with named forwarding. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13213](https://redirect.github.com/rubocop/rubocop/issues/13213): Fix false positives for `Style/AccessModifierDeclarations` when `AllowModifiersOnAttrs: true` and using splat with a percent symbol array, or with a constant. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13145](https://redirect.github.com/rubocop/rubocop/issues/13145): Fix false positives for `Style/RedundantLineContinuation` when line continuations with comparison operator and the LHS is wrapped in parentheses. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​12875](https://redirect.github.com/rubocop/rubocop/issues/12875): Fix false positive for `Style/ArgumentsForwarding` when argument is used inside a block. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13239](https://redirect.github.com/rubocop/rubocop/pull/13239): Fix false positive for `Style/CollectionCompact` when using `delete_if`. (\[[@​masato-bkn](https://redirect.github.com/masato-bkn)]\[]) - [#​13210](https://redirect.github.com/rubocop/rubocop/pull/13210): Fix omit_parentheses style for pattern match with value omission in single-line branch. (\[[@​gsamokovarov](https://redirect.github.com/gsamokovarov)]\[]) - [#​13149](https://redirect.github.com/rubocop/rubocop/issues/13149): Handle crashes in custom Ruby extractors more gracefully. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13319](https://redirect.github.com/rubocop/rubocop/issues/13319): Handle literal forward slashes inside a `regexp` in `Lint/LiteralInInterpolation`. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13208](https://redirect.github.com/rubocop/rubocop/pull/13208): Fix an incorrect autocorrect for `Style/IfWithSemicolon` when single-line `if/;/end` when the then body contains a method call with `[]` or `[]=`. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13318](https://redirect.github.com/rubocop/rubocop/issues/13318): Prevent modifying blocks with `Style/HashEachMethods` if the hash is modified within the block. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13293](https://redirect.github.com/rubocop/rubocop/pull/13293): Fix `TargetRubyVersion` from a gemspec when the gemspec is not named like the folder it is located in. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13211](https://redirect.github.com/rubocop/rubocop/pull/13211): Fix wrong autocorrect for `Style/GuardClause` when using heredoc without `else` branch. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13215](https://redirect.github.com/rubocop/rubocop/pull/13215): Fix wrong autocorrect for `Lint/BigDecimalNew` when using `::BigDecimal.new`. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13215](https://redirect.github.com/rubocop/rubocop/pull/13215): Fix wrong autocorrect for `Style/MethodCallWithArgsParentheses` with `EnforcedStyle: omit_parentheses` and whitespace. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13302](https://redirect.github.com/rubocop/rubocop/issues/13302): Fix incompatible autocorrect between `Style/RedundantBegin` and `Style/BlockDelimiters` with `EnforcedStyle: braces_for_chaining`. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) ##### Changes - [#​13221](https://redirect.github.com/rubocop/rubocop/pull/13221): Do not group accessors having RBS::Inline annotation comments in `Style/AccessorGrouping`. (\[[@​tk0miya](https://redirect.github.com/tk0miya)]\[]) - [#​13286](https://redirect.github.com/rubocop/rubocop/issues/13286): Add `AllowedMethods` configuration to `Layout/FirstMethodArgumentLineBreak`. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13110](https://redirect.github.com/rubocop/rubocop/issues/13110): Add support in `Style/ArgumentsForwarding` for detecting forwarding of all anonymous arguments. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13222](https://redirect.github.com/rubocop/rubocop/pull/13222): Allow to write RBS::Inline annotation comments after method definition in `Style/CommentedKeyword`. (\[[@​tk0miya](https://redirect.github.com/tk0miya)]\[]) - [#​13253](https://redirect.github.com/rubocop/rubocop/pull/13253): Emit a deprecation when custom cops inherit from `RuboCop::Cop::Cop`. (\[[@​earlopain](https://redirect.github.com/earlopain)]\[]) - [#​13300](https://redirect.github.com/rubocop/rubocop/pull/13300): Set `EnforcedShorthandSyntax: either` by default for `Style/HashSyntax`. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13254](https://redirect.github.com/rubocop/rubocop/pull/13254): Enhance the autocorrect for `Naming/InclusiveLanguage` when a sole suggestion is set. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13232](https://redirect.github.com/rubocop/rubocop/issues/13232): Make server mode aware of auto-restart for local config update. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13270](https://redirect.github.com/rubocop/rubocop/pull/13270): Make `Style/SelectByRegexp` aware of `filter` in Ruby version 2.6 or above. (\[[@​masato-bkn](https://redirect.github.com/masato-bkn)]\[]) - [#​9816](https://redirect.github.com/rubocop/rubocop/issues/9816): Refine `Lint/SafeNavigationConsistency` cop to check that the safe navigation operator is applied consistently and without excess or deficiency. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13256](https://redirect.github.com/rubocop/rubocop/issues/13256): Report and correct more `Style/SafeNavigation` offenses. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13245](https://redirect.github.com/rubocop/rubocop/pull/13245): Support `filter/filter!` in `Style/CollectionCompact`. (\[[@​masato-bkn](https://redirect.github.com/masato-bkn)]\[]) - [#​13281](https://redirect.github.com/rubocop/rubocop/pull/13281): Support Ruby 3.4 for `Lint/UriRegexp` to avoid obsolete API. (\[[@​koic](https://redirect.github.com/koic)]\[]) - [#​13229](https://redirect.github.com/rubocop/rubocop/issues/13229): Update `Style/MapIntoArray` to be able to handle arrays created using `[].tap`. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13305](https://redirect.github.com/rubocop/rubocop/pull/13305): Update `Style/ReturnNilInPredicateMethodDefinition` to detect implicit `nil` returns inside `if`. (\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[]) - [#​13327](https://redirect.github.com/rubocop/rubocop/pull/13327): Make server mode aware of auto-restart for .rubocop_todo.yml update. (\[[@​koic](https://redirect.github.com/koic)]\[])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

yegor256 commented 1 month ago

@rultor please, try to merge, since 11 checks have passed

rultor commented 1 month ago

@rultor please, try to merge, since 11 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

rultor commented 1 month ago

@rultor please, try to merge, since 11 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min).

+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gem /root/.gemrc /root/.gnupg /root/.profile /root/.rvmrc /home/r
+ cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:zerocracy/pages-action.git' ; export 'pull_id=160' ; export 'fork=git@github.com:zerocracy/pages-action.git' ; export 'fork_branch=renovate/rubocop-1.x' ; export 'head_branch=master' ; export 'pull_title=Update dependency rubocop to v1.67.0' ; export 'author=yegor256' ; sudo apt-get update && sudo apt-get install -y libxml2-utils ; sudo make install clean "--directory=$(pwd)" ; sudo docker build "$(pwd)" ; sudo make -C "$(pwd)" target/html/simple.html ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2

0% [Working]

Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease

0% [Waiting for headers]

Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]

0% [Waiting for headers] [2 InRelease 14.2 kB/126 kB 11%]

Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]

0% [3 InRelease 12.7 kB/126 kB 10%] [2 InRelease 17.1 kB/126 kB 14%]
0% [3 InRelease 15.6 kB/126 kB 12%] [2 InRelease 34.4 kB/126 kB 27%]

0% [3 InRelease 79.3 kB/126 kB 63%]

0% [3 InRelease 116 kB/126 kB 92%]
0% [Waiting for headers] [Waiting for headers]
0% [Waiting for headers] [Waiting for headers]

Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [515 kB]

0% [Waiting for headers] [4 Packages 2,687 B/515 kB 1%]

Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]

0% [5 InRelease 5,484 B/126 kB 4%] [4 Packages 38.9 kB/515 kB 8%]

0% [4 Packages 161 kB/515 kB 31%]
33% [Waiting for headers] [4 Packages 262 kB/515 kB 51%]

Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [729 kB]

35% [6 Packages 2,657 B/729 kB 0%] [4 Packages 324 kB/515 kB 63%]

43% [6 Packages 153 kB/729 kB 21%]
43% [4 Packages store 0 B] [6 Packages 156 kB/729 kB 21%] [Waiting for headers]

45% [6 Packages 210 kB/729 kB 29%] [Waiting for headers]

Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [714 kB]

48% [6 Packages 340 kB/729 kB 47%] [7 Packages 7,031 B/714 kB 1%]

70% [7 Packages 521 kB/714 kB 73%]
70% [6 Packages store 0 B] [7 Packages 521 kB/714 kB 73%]

Get:8 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [18.2 kB]

70% [6 Packages store 0 B] [8 Packages 0 B/18.2 kB 0%] [7 Packages 521 kB/714 k

71% [6 Packages store 0 B] [7 Packages 536 kB/714 kB 75%]

Get:9 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [905 kB]

71% [6 Packages store 0 B] [9 Packages 0 B/905 kB 0%] [7 Packages 543 kB/714 kB

80% [6 Packages store 0 B] [9 Packages 194 kB/905 kB 21%]

89% [9 Packages 537 kB/905 kB 59%]
90% [8 Packages store 0 B] [9 Packages 550 kB/905 kB 61%]

91% [9 Packages 576 kB/905 kB 64%]
91% [7 Packages store 0 B] [9 Packages 576 kB/905 kB 64%]

99% [7 Packages store 0 B]

99% [Working]
99% [9 Packages store 0 B]

100% [Working]

Fetched 3,260 kB in 1s (2,847 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 7%

Reading package lists... 7%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 81%

Reading package lists... 81%

Reading package lists... 82%

Reading package lists... 82%

Reading package lists... 85%

Reading package lists... 85%

Reading package lists... 89%

Reading package lists... 89%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 94%

Reading package lists... 94%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 7%

Reading package lists... 7%

Reading package lists... 80%

Reading package lists... 80%

Reading package lists... 81%

Reading package lists... 81%

Reading package lists... 82%

Reading package lists... 82%

Reading package lists... 85%

Reading package lists... 85%

Reading package lists... 89%

Reading package lists... 89%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 91%

Reading package lists... 94%

Reading package lists... 94%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree... Done

Reading state information... 0% 

Reading state information... 0%

Reading state information... Done

libxml2-utils is already the newest version (2.9.14+dfsg-1.3ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
sudo: unable to resolve host docker: Temporary failure in name resolution
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
make: Entering directory '/home/r/repo'
+ mkdir -p target
+ p=net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ m2=/root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
+ '[' -e /root/.m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar ']'
+ wget --no-verbose -O target/saxon.jar https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
bash: line 6: wget: command not found
make: *** [Makefile:88: target/saxon.jar] Error 127
make: Leaving directory '/home/r/repo'
container a812f126c9d597d8a4b343c0c5765eda6b2df7488a341f653a32fcb5859cac74 is dead
Tue Oct 15 12:52:14 UTC 2024
yegor256 commented 1 month ago

@rultor merge

rultor commented 1 month ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

rultor commented 1 month ago

@rultor merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min).

\u001b[32mFetching judges 0.27.0\u001b[0m
\u001b[32mInstalling judges 0.27.0\u001b[0m
\u001b[32mFetching liquid 5.5.1\u001b[0m
\u001b[32mInstalling liquid 5.5.1\u001b[0m
\u001b[32mFetching obk 0.3.1\u001b[0m
\u001b[32mInstalling obk 0.3.1\u001b[0m
\u001b[32mFetching sawyer 0.9.2\u001b[0m
\u001b[32mInstalling sawyer 0.9.2\u001b[0m
\u001b[32mFetching octokit 9.1.0\u001b[0m
\u001b[32mInstalling octokit 9.1.0\u001b[0m
\u001b[32mFetching verbose 0.0.2\u001b[0m
\u001b[32mInstalling verbose 0.0.2\u001b[0m
\u001b[32mFetching fbe 0.0.79\u001b[0m
\u001b[32mInstalling fbe 0.0.79\u001b[0m
\u001b[32mFetching hashdiff 1.1.1\u001b[0m
\u001b[32mInstalling hashdiff 1.1.1\u001b[0m
\u001b[32mFetching language_server-protocol 3.17.0.3\u001b[0m
\u001b[32mInstalling language_server-protocol 3.17.0.3\u001b[0m
\u001b[32mFetching ruby-progressbar 1.13.0\u001b[0m
\u001b[32mInstalling ruby-progressbar 1.13.0\u001b[0m
\u001b[32mFetching minitest-reporters 1.7.1\u001b[0m
\u001b[32mInstalling minitest-reporters 1.7.1\u001b[0m
\u001b[32mFetching parallel 1.26.3\u001b[0m
\u001b[32mInstalling parallel 1.26.3\u001b[0m
\u001b[32mFetching parser 3.3.5.0\u001b[0m
\u001b[32mInstalling parser 3.3.5.0\u001b[0m
\u001b[32mFetching qbash 0.0.8\u001b[0m
\u001b[32mInstalling qbash 0.0.8\u001b[0m
Using rainbow 3.1.1
\u001b[32mFetching redcarpet 3.6.0\u001b[0m
\u001b[32mInstalling redcarpet 3.6.0 with native extensions\u001b[0m
\u001b[32mFetching regexp_parser 2.9.2\u001b[0m
\u001b[32mInstalling regexp_parser 2.9.2\u001b[0m
\u001b[32mFetching rubocop-ast 1.32.3\u001b[0m
\u001b[32mInstalling rubocop-ast 1.32.3\u001b[0m
\u001b[32mFetching unicode-display_width 2.6.0\u001b[0m
\u001b[32mInstalling unicode-display_width 2.6.0\u001b[0m
\u001b[32mFetching rubocop 1.67.0\u001b[0m
\u001b[32mInstalling rubocop 1.67.0\u001b[0m
\u001b[32mFetching simplecov-html 0.13.1\u001b[0m
\u001b[32mInstalling simplecov-html 0.13.1\u001b[0m
\u001b[32mFetching simplecov_json_formatter 0.1.4\u001b[0m
\u001b[32mInstalling simplecov_json_formatter 0.1.4\u001b[0m
\u001b[32mFetching simplecov 0.22.0\u001b[0m
\u001b[32mInstalling simplecov 0.22.0\u001b[0m
\u001b[32mFetching simplecov-cobertura 2.1.0\u001b[0m
\u001b[32mInstalling simplecov-cobertura 2.1.0\u001b[0m
\u001b[32mFetching w3c_validators 1.3.7\u001b[0m
\u001b[32mInstalling w3c_validators 1.3.7\u001b[0m
\u001b[32mFetching webmock 3.24.0\u001b[0m
\u001b[32mInstalling webmock 3.24.0\u001b[0m
\u001b[32mBundle updated!\u001b[0m
\u001b[32mPost-install message from i18n:\u001b[0m
PSA: I18n will be dropping support for Ruby < 3.2 in the next major release (April 2025), due to Ruby's end of life for 3.1 and below (https://endoflife.date/ruby). Please upgrade to Ruby 3.2 or newer by April 2025 to continue using future versions of this gem.
+ npm --no-color install -g uglify-js
bash: line 2: npm: command not found
make: *** [Makefile:97: install] Error 127
make: Leaving directory '/home/r/repo'
container 47be7839723aa423140853d925dc73fccf62fae89bea4b2200947d1a1e46ba8a is dead
Tue Oct 15 13:40:58 UTC 2024
yegor256 commented 1 month ago

@rultor merge

rultor commented 1 month ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

rultor commented 1 month ago

@rultor merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 6min).

👉 Running add-bylaws-html (#0) at judges/add-bylaws-html/...
D: Nothing found by '(eq what 'bylaws')' in 657μs
D: Found 1 fact(s) by '(and (eq what 'pmp') (eq area 'hr'))' in 190μs
D: Inserted new fact #21
D: Set 'what' to "bylaws" (String)
D: Set 'html' to "<p>Here is how it&#39;s calculat...>, and award <em>b₂</em>.</p>\n" (String)
add-bylaws-html finished in 14ms
👍 The judge add-bylaws-html modified 1/0 facts out of 21 in 14ms

👉 Running add-user-names (#1) at judges/add-user-names/...
D: The connection to GitHub API is mocked
D: GitHub user #6305016 has a name: @torvalds
D: User #6305016 is actually @torvalds
D: GitHub user #6305016 has a name: @torvalds
D: User #6305016 is actually @torvalds
D: GitHub user #526301 has a name: @yegor256
D: User #526301 is actually @yegor256
D: GitHub user #526301 has a name: @yegor256
D: User #526301 is actually @yegor256
D: GitHub user #6305016 has a name: @torvalds
D: User #6305016 is actually @torvalds
D: GitHub user #6305016 has a name: @torvalds
D: User #6305016 is actually @torvalds
D: GitHub user #6305016 has a name: @torvalds
D: User #6305016 is actually @torvalds
D: Found 7 fact(s) by '(and (eq where 'github') (exists who) (not (exists who_name)) (not (exists who_noname)))' in 3ms
D: Found 21 fact(s) by '(always)' in 257μs
D: Txn #3300 modified the factbase in 4ms
D: Found and processed 7 facts by: (and (eq where "github") (exists who) (not (exists who_name)) (not (exists who_noname)))
add-user-names finished in 382ms
👍 The judge add-user-names modified 0/0 facts out of 21 in 382ms

👉 Running index-eva (#2) at judges/index-eva/...
D: Found 2 fact(s) by '(and (eq what 'earned-value-prev') (exists when) (exists start) (exists ac) (not (eq ac 0)) (exists pv) (not (eq pv 0)) (exists ev))' in 470μs
index-eva finished in 1ms
👍 The judge index-eva modified 0/0 facts out of 21 in 2ms

👉 Running normalize-metrics (#3) at judges/normalize-metrics/...
D: Found 2 fact(s) by '(eq what 'quantity-of-deliverables')' in 133μs
D: Found 3 fact(s) by '(eq what 'quality-of-service')' in 111μs
normalize-metrics finished in 2ms
👍 The judge normalize-metrics modified 0/0 facts out of 21 in 2ms
👍 4 judge(s) processed in 404ms
Factbase exported to target/fb/simple.fb (5605 bytes, 21 facts) in 2ms
Too many cycles already, as set by --max-cycles=1, breaking
Update finished in 1 cycle(s), modified 1/0 fact(s) in 407ms
D: Judges 0.27.0
D: Factbase 0.4.0
D: Ruby: 3.2.2-p53
D: Current directory: /home/r/repo
D: Time: 2024-10-15T14:19:50Z
D: Running 'print' command...
The factbase imported from target/fb/simple.fb (5605 bytes, 21 facts) in 323μs
Factbase printed to target/output/simple/simple.rich.xml (10413 bytes) in 4ms
./entry.sh: line 99: java: command not found
make: *** [Makefile:49: target/output/simple] Error 127
make: unlink: target/output/simple: Is a directory
make: Leaving directory '/home/r/repo'
container 27235ef184260dbc758bdf3ca55fecba1de3b9d055620f12954345ebbbd1bd06 is dead
Tue Oct 15 14:20:57 UTC 2024
yegor256 commented 1 month ago

@rultor merge

rultor commented 1 month ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

rultor commented 1 month ago

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 6min).