test different NodeJS versions using beaker_facter #163
ci.yml
on: pull_request
Puppet
/
Static validations
20s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
259 errors and 44 warnings
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
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 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091820149.pp.EIw08z
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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 1.98 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
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 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091824454.pp.2vf9oK
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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 1.99 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091831176.pp.0JhGq3
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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:108
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091836009.pp.8k5rmL
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.60 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091835987.pp.cMlap1
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.54 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091840725.pp.RvElwM
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.54 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
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 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091859335.pp.UHCYgl
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 3.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
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 'rocky8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091904556.pp.tmaHLE
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 3.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource 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 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091830511.pp.ccheSP
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1698657512'
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.96 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource 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 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091835106.pp.P4VnyW
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.49 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 20 from nodesource 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 ==)
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource 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/
+""
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
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 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091909202.pp.sDZqJc
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.07 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
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 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091913496.pp.LbuT3z
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'centos9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'centos9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'centos9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
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 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091907026.pp.DJgnzQ
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.87 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
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 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091912029.pp.Y7RJsP
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.85 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
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 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091906728.pp.og0d32
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.37 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
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 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091911735.pp.XXq1Cs
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.45 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource 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 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091841979.pp.KUksZx
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1698657523'
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.41 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource 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 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091845659.pp.IxdAn5
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.42 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
Failed to set locale, defaulting to C
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 20 from nodesource 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 ==)
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource 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/
+""
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
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 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091922471.pp.zGiqkA
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
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 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091926819.pp.WoxoFN
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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 1.99 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
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 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091913570.pp.yNn84J
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.67 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
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 'almalinux9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091919199.pp.svWPgp
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:108
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 18 from nodesource 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 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091842533.pp.uQliCI
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1698657524'
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.46 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 18 from nodesource 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 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091846420.pp.05Wycz
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.21 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 18 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
Failed to set locale, defaulting to C
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 18 from nodesource 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 ==)
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Command "node --version" stdout is expected to match /^v18/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v18/
Diff:
@@ -1 +1 @@
-/^v18/
+""
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 18 from nodesource 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 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091847328.pp.sZeTZb
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1698657529'
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.61 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 18 from nodesource 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 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091851778.pp.dRv1Xd
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.33 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 18 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 18 from nodesource 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 ==)
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Command "node --version" stdout is expected to match /^v18/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v18/
Diff:
@@ -1 +1 @@
-/^v18/
+""
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
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 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091919031.pp.gIZF7h
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
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 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091925069.pp.t5l6RY
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'centos9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'centos9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'centos9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource 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 'oracle7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091837522.pp.8AlaGo
Last 10 lines of output were:
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.56 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource 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 'oracle7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091843477.pp.TOU7X3
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.41 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 20 from nodesource 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 ==)
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource 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/
+""
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
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 'almalinux8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091920022.pp.909MqB
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.84 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
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 'almalinux8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091926972.pp.yOIZoP
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.83 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
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 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091919386.pp.OZJtnb
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.31 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
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 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091926452.pp.8U7k0I
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.37 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource 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 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091842675.pp.c5E6wa
Last 10 lines of output were:
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.45 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource 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 'centos7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091848660.pp.MmLvlb
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.38 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
Failed to set locale, defaulting to C
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 20 from nodesource 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 ==)
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource 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/
+""
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
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 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091928581.pp.dDe1lT
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.41 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
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 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091935770.pp.XJPlqO
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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:108
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'almalinux9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
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 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091942220.pp.nyo5e1
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 8.32 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
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 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091952622.pp.ZYvwxO
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 8.33 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'oracle8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'oracle8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'oracle8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 18 from nodesource 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 'oracle7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091844518.pp.nTxe6G
Last 10 lines of output were:
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.60 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 18 from nodesource 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 'oracle7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091851197.pp.aymXaH
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.38 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 18 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 18 from nodesource 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 ==)
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Command "node --version" stdout is expected to match /^v18/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v18/
Diff:
@@ -1 +1 @@
-/^v18/
+""
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
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_092015272.pp.sHJTYq
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.65 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
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_092022026.pp.kTXeQX
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.65 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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:
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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:
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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:
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 18 from nodesource 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 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091903431.pp.XevW90
Last 10 lines of output were:
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created
Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644
�[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created
Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 18 from nodesource 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 'centos7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091910609.pp.S3QvEH
Last 10 lines of output were:
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try.
�[mNotice: Applied catalog in 1.27 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:38
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L49
nodejs explicitly using version 18 from nodesource Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
Failed to set locale, defaulting to C
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L58
nodejs explicitly using version 18 from nodesource 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 ==)
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Command "node --version" stdout is expected to match /^v18/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v18/
Diff:
@@ -1 +1 @@
-/^v18/
+""
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
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_092025446.pp.5tZk4m
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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:108
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
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_092031840.pp.HXwmGh
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.37 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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:
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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:
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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:
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
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 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092033512.pp.h4EPAS
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 1.86 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
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 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092039375.pp.GMeLGf
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 1.85 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
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 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092108978.pp.VBbh7h
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.68 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
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 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092116941.pp.Pvetd3
Last 10 lines of output were:
missing groups or modules: nodejs:16
Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '16' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:16' returned 1: Error: Problems in request:
missing groups or modules: nodejs:16
�[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.67 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L131
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 'rocky9-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L140
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
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 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092055888.pp.RBRpXN
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 11.27 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
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 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092112372.pp.sLYSLh
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 11.41 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'oracle8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'oracle8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'oracle8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
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 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092124637.pp.ddY7aR
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 4.09 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
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 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_092134062.pp.18TNP6
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 4.36 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:108
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L127
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
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L131
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 'rocky8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L139
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 ==)
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L140
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/
+""
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16:
spec/acceptance/class_spec.rb#L51
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: expect(pkg_output.stdout).to match 'nodesource'
expected "Maintainer: Debian Javascript Maintainers <[email protected]>\n" to match "nodesource"
Diff:
@@ -1 +1 @@
-nodesource
+Maintainer: Debian Javascript Maintainers <[email protected]>
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Command "node --version" stdout is expected to match /^v16/
Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) }
expected "v18.13.0\n" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+v18.13.0
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 20 from nodesource
Skipped: No reason given
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 20 from nodesource
Skipped: No reason given
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 18 from nodesource
Skipped: No reason given
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 18 from nodesource
Skipped: No reason given
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 20 from nodesource
Skipped: No reason given
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 20 from nodesource
Skipped: No reason given
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 18 from nodesource
Skipped: No reason given
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L34
nodejs explicitly using version 18 from nodesource
Skipped: No reason given
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L93
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
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L104
nodejs RedHat with repo_class => nodejs::repo::dnfmodule
Skipped: No reason given
|