test different NodeJS versions using beaker_facter #164
Annotations
10 errors and 2 warnings
vendor/bundle/ruby/3.2.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_093935178.pp.Vn5x05
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.62 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:110
|
vendor/bundle/ruby/3.2.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_093941869.pp.QYs9Il
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.59 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:110
|
spec/acceptance/class_spec.rb#L129
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
|
spec/acceptance/class_spec.rb#L133
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:
|
spec/acceptance/class_spec.rb#L129
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
|
spec/acceptance/class_spec.rb#L133
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:
|
spec/acceptance/class_spec.rb#L129
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
|
spec/acceptance/class_spec.rb#L133
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:
|
spec/acceptance/class_spec.rb#L141
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
spec/acceptance/class_spec.rb#L142
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v20/
Diff:
@@ -1 +1 @@
-/^v20/
+""
|
spec/acceptance/class_spec.rb#L92
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
|
spec/acceptance/class_spec.rb#L103
nodejs RedHat with repo_class => nodejs::repo::dnfmodule NodeJS 20 is not yet in a released EL
Skipped: No reason given
|
The logs for this run have expired and are no longer available.
Loading