zold icon indicating copy to clipboard operation
zold copied to clipboard

Update dependency rubocop-rspec to v3.1.0

Open renovate[bot] opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop-rspec (changelog) '3.0.4' -> '3.1.0' age adoption passing confidence

Release Notes

rubocop/rubocop-rspec (rubocop-rspec)

v3.1.0

Compare Source

  • Add RSpec/StringAsInstanceDoubleConstant to check for and correct strings used as instance_doubles. ([@​corsonknowles])
  • Fix false-positive for RSpec/UnspecifiedException when a method is literally named raise_exception. ([@​aarestad])
  • Fix false-positive for RSpec/UnspecifiedException when not_to raise_error is used within a block. ([@​aarestad], [@​G-Rath])

v3.0.5

Compare Source

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. ([@​cbliard])
  • Improve offense message for RSpec/IndexedLet. ([@​earlopain])

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.


  • [ ] If you want to rebase/retry this PR, check this box

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

renovate[bot] avatar Sep 07 '24 14:09 renovate[bot]

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

yegor256 avatar Sep 07 '24 14:09 yegor256

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

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

rultor avatar Sep 07 '24 14:09 rultor

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

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

2024-09-07 15:26:13 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:13 +0000 Maximum connections set to 1024
2024-09-07 15:26:13 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:14 +0000 Stopping ...
  test_gzip                                                      \u001b[32m PASS\u001b[0m (2.80s)
2024-09-07 15:26:16 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:16 +0000 Maximum connections set to 1024
2024-09-07 15:26:16 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:18 +0000 Stopping ...
  test_increments_score                                          \u001b[32m PASS\u001b[0m (4.32s)
2024-09-07 15:26:20 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:20 +0000 Maximum connections set to 1024
2024-09-07 15:26:20 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:22 +0000 Stopping ...
  test_wallet_page__mtime                                        \u001b[32m PASS\u001b[0m (4.00s)
2024-09-07 15:26:24 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:24 +0000 Maximum connections set to 1024
2024-09-07 15:26:24 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:26 +0000 Stopping ...
  test_wallet_page__txns                                         \u001b[32m PASS\u001b[0m (4.00s)
2024-09-07 15:26:28 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:28 +0000 Maximum connections set to 1024
2024-09-07 15:26:28 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:26:30 +0000 Stopping ...
  test_wallet_page__mnemo                                        \u001b[32m PASS\u001b[0m (3.84s)
2024-09-07 15:26:32 +0000 Thin web server (v1.8.2 codename Ruby Razor)
2024-09-07 15:26:32 +0000 Maximum connections set to 1024
2024-09-07 15:26:32 +0000 Listening on 0.0.0.0:34917, CTRL+C to stop
2024-09-07 15:27:24 +0000 Stopping ...
  test_push_fetch_in_multiple_threads                            \u001b[31mERROR\u001b[0m (54.96s)
Minitest::UnexpectedError:         RuntimeError: '-430' is not equal to '-500' even after 30.79s of waiting
            test/test__helper.rb:79:in `block in assert_equal_wait'
            test/test__helper.rb:66:in `loop'
            test/test__helper.rb:66:in `assert_equal_wait'
            test/node/test_front.rb:376:in `block (2 levels) in test_push_fetch_in_multiple_threads'
            test/fake_home.rb:49:in `block in run'
            /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/tmpdir.rb:94:in `mktmpdir'
            test/fake_home.rb:47:in `run'
            test/node/test_front.rb:365:in `block in test_push_fetch_in_multiple_threads'
            test/node/fake_node.rb:96:in `block in run'
            test/fake_home.rb:49:in `block in run'
            /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/tmpdir.rb:94:in `mktmpdir'
            test/fake_home.rb:47:in `run'
            test/node/fake_node.rb:51:in `run'
            test/node/test_front.rb:364:in `test_push_fetch_in_multiple_threads'


Interrupted. Exiting...

Finished in 529.35803s
227 tests, 613 assertions, \u001b[31m0 failures, 1 errors, \u001b[0m\u001b[33m6 skips\u001b[0m
rake aborted!
Command failed with status (1): [ruby -I"lib:lib:test" /usr/local/rvm/gems/ruby-3.2.2/gems/rake-13.2.1/lib/rake/rake_test_loader.rb "test/commands/routines/test_audit.rb" "test/commands/routines/test_gc.rb" "test/commands/routines/test_reconcile.rb" "test/commands/routines/test_reconnect.rb" "test/commands/routines/test_retire.rb" "test/commands/test_alias.rb" "test/commands/test_calculate.rb" "test/commands/test_clean.rb" "test/commands/test_create.rb" "test/commands/test_diff.rb" "test/commands/test_fetch.rb" "test/commands/test_invoice.rb" "test/commands/test_list.rb" "test/commands/test_merge.rb" "test/commands/test_node.rb" "test/commands/test_pay.rb" "test/commands/test_propagate.rb" "test/commands/test_pull.rb" "test/commands/test_push.rb" "test/commands/test_remote.rb" "test/commands/test_remove.rb" "test/commands/test_show.rb" "test/commands/test_taxes.rb" "test/node/test_async_entrance.rb" "test/node/test_entrance.rb" "test/node/test_farm.rb" "test/node/test_farmers.rb" "test/node/test_front.rb" "test/node/test_nodup_entrance.rb" "test/node/test_nospam_entrance.rb" "test/node/test_safe_entrance.rb" "test/node/test_spread_entrance.rb" "test/node/test_sync_entrance.rb" "test/node/test_trace.rb" "test/test__helper.rb" "test/test_age.rb" "test/test_amount.rb" "test/test_cached_wallets.rb" "test/test_copies.rb" "test/test_dir_items.rb" "test/test_gem.rb" "test/test_hands.rb" "test/test_hexnum.rb" "test/test_http.rb" "test/test_hungry_wallets.rb" "test/test_id.rb" "test/test_json_page.rb" "test/test_key.rb" "test/test_log.rb" "test/test_metronome.rb" "test/test_patch.rb" "test/test_prefixes.rb" "test/test_remotes.rb" "test/test_signature.rb" "test/test_size.rb" "test/test_sync_wallets.rb" "test/test_tax.rb" "test/test_thread_pool.rb" "test/test_tree_wallets.rb" "test/test_txn.rb" "test/test_upgrades.rb" "test/test_verbose_thread.rb" "test/test_version.rb" "test/test_wallet.rb" "test/test_wallets.rb" "test/test_zold.rb" "test/upgrades/test_delete_banned_wallets.rb" "test/upgrades/test_protocol_up.rb" ]
/usr/local/rvm/gems/ruby-3.2.2/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.2.2/bin/ruby_executable_hooks:22:in `eval'
/usr/local/rvm/gems/ruby-3.2.2/bin/ruby_executable_hooks:22:in `<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
container c2b08cada2326bfb56541a8fc9ac23df814d5586d1999a165af5818fa04fe57a is dead
Sat Sep  7 15:28:28 UTC 2024

rultor avatar Sep 07 '24 15:09 rultor

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...

Could not find compatible versions

Because rubocop-rspec >= 3.5.0 depends on rubocop >= 1.72.1, < 2.A
  and Gemfile depends on rubocop = 1.65.1,
  rubocop-rspec >= 3.5.0 cannot be used.
So, because Gemfile depends on rubocop-rspec = 3.5.0,
  version solving has failed.

renovate[bot] avatar Feb 16 '25 18:02 renovate[bot]