Closed renovate[bot] closed 11 months ago
@rultor please, try to merge, since 3 checks have passed
@rultor please, try to merge, since 3 checks have passed
@yegor256 OK, I'll try to merge now. You can check the progress of the merge here
@rultor please, try to merge, since 3 checks have passed
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min)
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.npm /root/.profile /root/.rustup /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./rubygems.yml ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
\u001b[33mWarning! PATH is not properly set up, /usr/local/rvm/gems/ruby-3.0.1/bin is not at first place.
\u001b[0mUsually this is caused by shell initialization files. Search for \u001b[34mPATH=...\u001b[0m entries.
You can also re-add RVM to your profile by running: \u001b[34mrvm get stable --auto-dotfiles\u001b[0m
To fix it temporarily in this shell session run: \u001b[34mrvm use ruby-3.0.1\u001b[0m
To ignore this error add \u001b[34mrvm_silence_path_mismatch_check_flag=1\u001b[0m to your \u001b[34m~/.rvmrc\u001b[0m file.\u001b[0m
\u001b[0mUsing /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Fetching openssl-3.2.0.gem
Building native extensions with: '--with-openssl-dir=/usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0/openssl'
This could take a while...
ERROR: Error installing openssl:
ERROR: Failed to build gem native extension.
current directory: /usr/local/rvm/gems/ruby-3.0.1/gems/openssl-3.2.0/ext/openssl
/usr/local/rvm/rubies/ruby-3.0.1/bin/ruby -I /usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0 -r ./siteconf20231121-1129-hhxbku.rb extconf.rb --with-openssl-dir\=/usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0/openssl
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/rvm/rubies/ruby-3.0.1/bin/$(RUBY_BASE_NAME)
--with-openssl-dir
--with-openssl-include
--without-openssl-include=${openssl-dir}/include
--with-openssl-lib
--without-openssl-lib=${openssl-dir}/lib
extconf.rb:33:in `<main>': OpenSSL library directory could not be found in '/usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0/openssl/lib'. You might want to fix this error in one of the following ways. (RuntimeError)
* Recompile OpenSSL by configuring it with --libdir=lib to specify the OpenSSL library directory.
* Recompile Ruby by configuring it with --libdir=<dir> to specify the Ruby library directory.
* Compile this openssl gem with --with-openssl-include=<dir> and --with-openssl-lib=<dir> options to specify the OpenSSL include and library directories.
extconf failed, exit code 1
Gem files will remain installed in /usr/local/rvm/gems/ruby-3.0.1/gems/openssl-3.2.0 for inspection.
Results logged to /usr/local/rvm/gems/ruby-3.0.1/extensions/x86_64-linux/3.0.0/openssl-3.2.0/gem_make.out
container 8f4db1a87b0d146a7150873f9aa5ba0ca5eeaf50fd3664883a5979c2b4fdb8bc is dead
Tue Nov 21 12:31:04 PM CET 2023
@rultor merge
@rultor merge
@yegor256 OK, I'll try to merge now. You can check the progress of the merge here
@rultor merge
@yegor256 Done! FYI, the full log is here (took me 3min)
There is an unrecoverable failure on my side. Please, submit it here:
PID: 2@1d940549-d37e-4304-a1b3-737e55d995ee, thread: PQ-C3RFVLU72
com.zerocracy.farm.strict.StrictProject[122] java.lang.IllegalArgumentException: File "blanks/renovate[bot].xml" is not accessible in "PMO"
1.0-SNAPSHOT: CID: df932577-0bb9-4e02-9027-4f539f680774, Type: "Close job"
Job gh:yegor256/sibit#109
is not assigned, can't get performer
This PR contains the following updates:
'6.0.3'
->'6.1.0'
Release Notes
rspec/rspec-rails (rspec-rails)
### [`v6.1.0`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#610--2023-11-21) [Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.0.4...v6.1.0) [Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.0.4...v6.1.0) Enhancements: - Support for Rails 7.1 - Minor tweak to generated `rails_helper.rb` to use `Rails.root.join`. ([@masato-bkn](https://togithub.com/masato-bkn), Ryo Nakamura, [#2640](https://togithub.com/rspec/rspec-rails/issues/2640), [#2678](https://togithub.com/rspec/rspec-rails/issues/2678)) - Add `RSpec::Rails::Configuration.fixture_paths` configuration to support the matching change to `ActiveRecord::TestFixtures`, previous singular form is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, [#2673](https://togithub.com/rspec/rspec-rails/issues/2673)) - Add `send_email` matcher to match emails rather than specific jobs. (Andrei Kaleshka, [#2670](https://togithub.com/rspec/rspec-rails/issues/2670)) - When using `render` in view specs, `:locals` will now be merged into the default implicit template, allowing `render locals: {...}` style calls. (Jon Rowe, [#2686](https://togithub.com/rspec/rspec-rails/issues/2686)) - Add support for `Rails.config.action_mailer.preview_paths` on Rails 7.1/ (Jon Rowe, [#2706](https://togithub.com/rspec/rspec-rails/issues/2706)) ### [`v6.0.4`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#604--2023-11-21) [Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.0.3...v6.0.4) [Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.0.3...v6.0.4) Bug Fixes: - Fuzzy match `have_broadcasted_to` so that argument matchers can be used. (Timothy Peraza, [#2684](https://togithub.com/rspec/rspec-rails/issues/2684)) - Fix fixture warning during `:context` hooks on Rails `main`. (Jon Rowe, [#2685](https://togithub.com/rspec/rspec-rails/issues/2685)) - Fix `stub_template` on Rails `main`. (Jon Rowe, [#2685](https://togithub.com/rspec/rspec-rails/issues/2685)) - Fix variable name in scaffolded view specs when namespaced. (Taketo Takashima, [#2694](https://togithub.com/rspec/rspec-rails/issues/2694)) - Prevent `take_failed_screenshot` producing an additional error through `metadata` access. (Jon Rowe, [#2704](https://togithub.com/rspec/rspec-rails/issues/2704)) - Use `ActiveSupport::ExecutionContext::TestHelper` on Rails 7+. (Jon Rowe, [#2711](https://togithub.com/rspec/rspec-rails/issues/2711)) - Fix leak of templates stubbed with `stub_template` on Rails 7.1. (Jon Rowe, [#2714](https://togithub.com/rspec/rspec-rails/issues/2714))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 has been generated by Mend Renovate. View repository job log here.