2022-03-02 23:42:48 |
Takashi Kajinami |
description |
The puppet-openstack-litmus-7.10-centos-8-stream job is failing because of the following error.
https://zuul.opendev.org/t/openstack/build/cb062498280c41599ea5fdc4fa62c3c4
~~~
2022-03-02 17:45:49.882643 | centos-8-stream | Gem::RuntimeRequirementNotMetError: pathspec requires Ruby version >= 2.6.0. The
2022-03-02 17:45:49.882683 | centos-8-stream | current ruby version is 2.5.0.
2022-03-02 17:45:49.882700 | centos-8-stream | An error occurred while installing pathspec (1.0.0), and Bundler cannot
2022-03-02 17:45:49.882714 | centos-8-stream | continue.
2022-03-02 17:45:49.882820 | centos-8-stream | Make sure that `gem install pathspec -v '1.0.0' --source
2022-03-02 17:45:49.882852 | centos-8-stream | 'https://rubygems.org/'` succeeds before bundling.
2022-03-02 17:45:49.882880 | centos-8-stream |
2022-03-02 17:45:49.882905 | centos-8-stream | In Gemfile:
2022-03-02 17:45:49.882930 | centos-8-stream | puppet-openstack_spec_helper was resolved to 18.0.0, which depends on
2022-03-02 17:45:49.882958 | centos-8-stream | puppet_litmus was resolved to 0.32.0, which depends on
2022-03-02 17:45:49.882987 | centos-8-stream | puppet-modulebuilder was resolved to 0.3.0, which depends on
2022-03-02 17:45:49.883015 | centos-8-stream | pathspec
2022-03-02 17:45:50.299423 | centos-8-stream | bundler: failed to load command: rake (/home/zuul/workspace/.bundled_gems/bin/rake)
2022-03-02 17:45:50.299548 | centos-8-stream | /usr/local/share/gems/gems/bundler-2.2.11/lib/bundler/resolver.rb:63:in `rescue in start': Bundler could not find compatible versions for gem "puppetlabs_spec_helper": (Bundler::VersionConflict)
2022-03-02 17:45:50.299572 | centos-8-stream | In Gemfile:
2022-03-02 17:45:50.299587 | centos-8-stream | puppet-openstack_spec_helper was resolved to 18.0.0, which depends on
2022-03-02 17:45:50.299600 | centos-8-stream | puppetlabs_spec_helper
2022-03-02 17:45:50.299614 | centos-8-stream |
~~~ |
The puppet-openstack-litmus-7.10-centos-8-stream job is failing because of the following error.
https://zuul.opendev.org/t/openstack/build/cb062498280c41599ea5fdc4fa62c3c4
~~~
Gem::RuntimeRequirementNotMetError: pathspec requires Ruby version >= 2.6.0. The
current ruby version is 2.5.0.
An error occurred while installing pathspec (1.0.0), and Bundler cannot
continue.
Make sure that `gem install pathspec -v '1.0.0' --source
'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
puppet-openstack_spec_helper was resolved to 18.0.0, which depends on
puppet_litmus was resolved to 0.32.0, which depends on
puppet-modulebuilder was resolved to 0.3.0, which depends on
pathspec
bundler: failed to load command: rake (/home/zuul/workspace/.bundled_gems/bin/rake)
/usr/local/share/gems/gems/bundler-2.2.11/lib/bundler/resolver.rb:63:in `rescue in start': Bundler could not find compatible versions for gem "puppetlabs_spec_helper": (Bundler::VersionConflict)
In Gemfile:
puppet-openstack_spec_helper was resolved to 18.0.0, which depends on
puppetlabs_spec_helper
~~~ |
|