Add support for Debian 12 #104
Annotations
7 errors and 1 warning
The run was canceled by @evgeni.
|
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.2.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs default parameters 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-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074058783.pp.aMiGWE
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1697701260'
�[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: removed
�[mNotice: Applied catalog in 3.61 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
spec/acceptance/class_spec.rb#L20
nodejs default parameters Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.2.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs set global_config_entry secret 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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074133398.pp.m64e5n
Last 10 lines of output were:
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: removed
Error: /bin/sh: line 1: /usr/bin/npm: No such file or directory
Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: change from 'notrun' to ['0'] failed: /bin/sh: line 1: /usr/bin/npm: No such file or directory
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.85 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
|
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.2.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs set global_config_entry secret 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-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074139355.pp.bxEMKh
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1697701301'
�[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: removed
Error: /bin/sh: line 1: /usr/bin/npm: No such file or directory
Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: change from 'notrun' to ['0'] failed: /bin/sh: line 1: /usr/bin/npm: No such file or directory
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.91 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
|
|
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