add dnfmodule repo implementation #147
Annotations
9 errors and 1 warning
Run tests:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121532772.pp.jT6iMY
Last 10 lines of output were:
missing groups or modules: nodejs:20
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request:
missing groups or modules: nodejs:20
�[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true
Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.36 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Run tests:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121539059.pp.tt0TRC
Last 10 lines of output were:
missing groups or modules: nodejs:20
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request:
missing groups or modules: nodejs:20
�[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true
Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies
Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 2.40 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Run tests:
spec/acceptance/class_spec.rb#L89
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "npm" to be installed
|
Run tests:
spec/acceptance/class_spec.rb#L93
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Run tests:
spec/acceptance/class_spec.rb#L89
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs" to be installed
|
Run tests:
spec/acceptance/class_spec.rb#L93
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Run tests:
spec/acceptance/class_spec.rb#L89
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
Run tests:
spec/acceptance/class_spec.rb#L93
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Run tests
Process completed with exit code 1.
|
Run tests:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
The logs for this run have expired and are no longer available.
Loading