test different NodeJS versions using beaker_facter #167
Triggered via pull request
October 30, 2023 10:30
Status
Cancelled
Total duration
4m 39s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
23s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
536 errors and 274 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 explicitly using version 16 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 'almalinux9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103228023.pp.gxCLjT
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103228023.pp.gxCLjT, line: 3, column: 11) on node almalinux9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'almalinux9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103230176.pp.4SY5BN
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103230176.pp.4SY5BN, line: 3, column: 11) on node almalinux9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16
Process completed with exit code 1.
|
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 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 'rocky9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103235547.pp.C3ZIHL
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103235547.pp.C3ZIHL, line: 3, column: 11) on node rocky9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'rocky9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103237688.pp.87AsS0
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103237688.pp.87AsS0, line: 3, column: 11) on node rocky9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Rocky 9 - NodeJS 20
Process completed with exit code 1.
|
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 explicitly using version 16 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 'oracle9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103240112.pp.CvX8EN
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103240112.pp.CvX8EN, line: 3, column: 11) on node oracle9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'oracle9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103242274.pp.gO3XHb
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103242274.pp.gO3XHb, line: 3, column: 11) on node oracle9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16
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 explicitly using version 16 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 'rocky9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103237346.pp.gwpC8x
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103237346.pp.gwpC8x, line: 3, column: 11) on node rocky9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'rocky9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103239443.pp.E1C66Y
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103239443.pp.E1C66Y, line: 3, column: 11) on node rocky9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16
Process completed with exit code 1.
|
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 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 'almalinux9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103241099.pp.rANWKR
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103241099.pp.rANWKR, line: 3, column: 11) on node almalinux9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'almalinux9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103243658.pp.2sPkHR
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103243658.pp.2sPkHR, line: 3, column: 11) on node almalinux9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 9 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103248918.pp.LKsgPK
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103248918.pp.LKsgPK, line: 3, column: 11) on node oracle7-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103251017.pp.Ha6hLl
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103251017.pp.Ha6hLl, line: 3, column: 11) on node oracle7-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 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:
Error: No matching Packages to list
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16
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 explicitly using version 16 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103253474.pp.Zw089c
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103253474.pp.Zw089c, line: 3, column: 11) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103255685.pp.kbBRlD
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103255685.pp.kbBRlD, line: 3, column: 11) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16
Process completed with exit code 1.
|
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 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 'oracle9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103249749.pp.N1K9Os
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103249749.pp.N1K9Os, line: 3, column: 11) on node oracle9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'oracle9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103252273.pp.jroMeZ
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103252273.pp.jroMeZ, line: 3, column: 11) on node oracle9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 9 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9 - 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 'almalinux9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103234786.pp.WeMubb
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103234786.pp.WeMubb, line: 3, column: 11) on node almalinux9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 9 - 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 'almalinux9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103236910.pp.jXFQcB
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103236910.pp.jXFQcB, line: 3, column: 11) on node almalinux9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 9 - NodeJS 18
Process completed with exit code 1.
|
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 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 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103246884.pp.Hr2GNm
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103246884.pp.Hr2GNm, line: 3, column: 11) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103250890.pp.k2Arcl
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103250890.pp.k2Arcl, line: 3, column: 11) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 9 - NodeJS 20
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 explicitly using version 16 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 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103249576.pp.WrvQzi
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103249576.pp.WrvQzi, line: 3, column: 11) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103253453.pp.srHEEz
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103253453.pp.srHEEz, line: 3, column: 11) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16
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 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 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103249438.pp.JTiPAi
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103249438.pp.JTiPAi, line: 3, column: 11) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103253400.pp.N2h2hD
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103253400.pp.N2h2hD, line: 3, column: 11) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 9 - 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 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103246257.pp.ExzmeI
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103246257.pp.ExzmeI, line: 3, column: 11) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103250351.pp.Nod7YU
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103250351.pp.Nod7YU, line: 3, column: 11) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 8 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103244556.pp.xZAR78
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103244556.pp.xZAR78, line: 3, column: 11) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 9 - 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103246743.pp.mIY09q
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103246743.pp.mIY09q, line: 3, column: 11) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 9 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103237894.pp.iqA6ay
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103237894.pp.iqA6ay, line: 3, column: 11) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103240174.pp.baraEH
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103240174.pp.baraEH, line: 3, column: 11) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - AlmaLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - AlmaLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8 - 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 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103253331.pp.N46MlW
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103253331.pp.N46MlW, line: 3, column: 11) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 8 - 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 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103255417.pp.Fyjaw2
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103255417.pp.Fyjaw2, line: 3, column: 11) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 - AlmaLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 8 - NodeJS 18
Process completed with exit code 1.
|
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 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 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103304156.pp.gJ88uv
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103304156.pp.gJ88uv, line: 3, column: 11) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103306877.pp.ahJjoI
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103306877.pp.ahJjoI, line: 3, column: 11) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 8 - NodeJS 20
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 explicitly using version 16 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103303537.pp.Y3gzJV
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103303537.pp.Y3gzJV, line: 3, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103307464.pp.x9Ihqg
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103307464.pp.x9Ihqg, line: 3, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 9 - 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 'oracle9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103248305.pp.YBtzyS
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103248305.pp.YBtzyS, line: 3, column: 11) on node oracle9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 9 - 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 'oracle9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103250815.pp.6ulntj
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103250815.pp.6ulntj, line: 3, column: 11) on node oracle9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 9 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103248012.pp.Opu1e0
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103248012.pp.Opu1e0, line: 3, column: 11) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 9 - 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 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103250474.pp.lQDOY1
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103250474.pp.lQDOY1, line: 3, column: 11) on node centos9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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 20:
spec/acceptance/class_spec.rb#L66
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 9 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 9 - 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 'rocky9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103241081.pp.YdH0kX
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103241081.pp.YdH0kX, line: 3, column: 11) on node rocky9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 9 - 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 'rocky9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103243544.pp.HWQzrV
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103243544.pp.HWQzrV, line: 3, column: 11) on node rocky9-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Rocky 9 - NodeJS 18
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 explicitly using version 16 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 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103257244.pp.47k3S7
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103257244.pp.47k3S7, line: 3, column: 11) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103301834.pp.nGthHC
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103301834.pp.nGthHC, line: 3, column: 11) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 9 - 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 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103242871.pp.zmZ0fL
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103242871.pp.zmZ0fL, line: 3, column: 11) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 9 - 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 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103246754.pp.X5ULkg
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103246754.pp.X5ULkg, line: 3, column: 11) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Rocky 9 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
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 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103303704.pp.uRMYTh
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103303704.pp.uRMYTh, line: 3, column: 11) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103307875.pp.JsQTxj
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103307875.pp.JsQTxj, line: 3, column: 11) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Rocky 8 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
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 explicitly using version 16 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 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103301964.pp.PxclUa
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103301964.pp.PxclUa, line: 3, column: 11) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 explicitly using version 16 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 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103306415.pp.BoRnji
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103306415.pp.BoRnji, line: 3, column: 11) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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#L66
nodejs explicitly using version 16 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 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9 - 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 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103245684.pp.iEWrHu
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103245684.pp.iEWrHu, line: 3, column: 11) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 9 - 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 'almalinux9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103249520.pp.kUT4CL
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103249520.pp.kUT4CL, line: 3, column: 11) on node almalinux9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 9 - NodeJS 18
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
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 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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103323840.pp.84xEK9
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103323840.pp.84xEK9, line: 3, column: 11) on node oracle8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103326136.pp.tA5ova
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103326136.pp.tA5ova, line: 3, column: 11) on node oracle8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
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 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 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103241345.pp.NQOb5K
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103241345.pp.NQOb5K, line: 3, column: 11) on node rocky8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103243496.pp.vq32tM
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103243496.pp.vq32tM, line: 3, column: 11) on node rocky8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Rocky 8 - NodeJS 20
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103309756.pp.LJ0uq6
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103309756.pp.LJ0uq6, line: 3, column: 11) on node oracle7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103314028.pp.dg6sgK
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103314028.pp.dg6sgK, line: 3, column: 11) on node oracle7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 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:
Error: No matching Packages to list
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103324257.pp.gJdDwG
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103324257.pp.gJdDwG, line: 3, column: 11) on node centos7-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103326441.pp.IoNRTx
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103326441.pp.IoNRTx, line: 3, column: 11) on node centos7-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 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
Error: No matching Packages to list
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 16
The operation was canceled.
|
Puppet / Distro Puppet - Debian 12 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Distro Puppet - Debian 12 - 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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103320384.pp.rEAjaF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103320384.pp.rEAjaF, line: 3, column: 11) on node debian12-64-none.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Distro Puppet - Debian 12 - 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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103325598.pp.0OrXZQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103325598.pp.0OrXZQ, line: 3, column: 11) on node debian12-64-none.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Distro Puppet - Debian 12 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Distro Puppet - Debian 12 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'debian12-64-none.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
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 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 'oracle8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103325008.pp.HWEwzw
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103325008.pp.HWEwzw, line: 3, column: 11) on node oracle8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Distro Puppet - Debian 12 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 8 - 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 'oracle8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103328836.pp.D5RQQg
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103328836.pp.D5RQQg, line: 3, column: 11) on node oracle8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Distro Puppet - Debian 12 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 / Distro Puppet - Debian 12 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103326507.pp.uw4X47
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103326507.pp.uw4X47, line: 3, column: 11) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 8 - 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103330809.pp.qqEuFE
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103330809.pp.qqEuFE, line: 3, column: 11) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 'centos8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Debian 11 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Debian 11 - 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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103348192.pp.PJcKwc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103348192.pp.PJcKwc, line: 3, column: 11) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Debian 11 - 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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103354987.pp.u8OF4p
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103354987.pp.u8OF4p, line: 3, column: 11) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 'debian11-64-puppet8.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 8 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Debian 11 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'oracle8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103351164.pp.PCkbrE
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103351164.pp.PCkbrE, line: 3, column: 11) on node oracle8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'oracle8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103355951.pp.6l5LTY
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103355951.pp.6l5LTY, line: 3, column: 11) on node oracle8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - 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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103317373.pp.zsGBGM
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103317373.pp.zsGBGM, line: 3, column: 11) on node oracle8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 8 - 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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103319471.pp.OAwwGH
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103319471.pp.OAwwGH, line: 3, column: 11) on node oracle8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103305412.pp.UnRTGH
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103305412.pp.UnRTGH, line: 3, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 9 - 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103309759.pp.6YurFf
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103309759.pp.6YurFf, line: 3, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103301805.pp.gDBthN
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103301805.pp.gDBthN, line: 3, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 9 - 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103305510.pp.za7gt9
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103305510.pp.za7gt9, line: 3, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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 18
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 9 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103252756.pp.9v0emF
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103252756.pp.9v0emF, line: 3, column: 11) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 8 - 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103256784.pp.5kdaMC
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103256784.pp.5kdaMC, line: 3, column: 11) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - AlmaLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 - AlmaLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - AlmaLinux 8 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103355446.pp.biCeiz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103355446.pp.biCeiz, line: 3, column: 11) on node ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 20.04 - 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103401344.pp.hZB0jT
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103401344.pp.hZB0jT, line: 3, column: 11) on node ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Ubuntu 20.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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 - Ubuntu 20.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Ubuntu 20.04 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 22.04 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04 - NodeJS 16
The operation was canceled.
|
Puppet / Distro Puppet - Debian 12 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Distro Puppet - Debian 12 - 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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103330796.pp.abK10k
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103330796.pp.abK10k, line: 3, column: 11) on node debian12-64-none.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Distro Puppet - Debian 12 - 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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103336897.pp.dBAAUF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103336897.pp.dBAAUF, line: 3, column: 11) on node debian12-64-none.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Distro Puppet - Debian 12 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 / Distro Puppet - Debian 12 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 'debian12-64-none.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Distro Puppet - Debian 12 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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 / Distro Puppet - Debian 12 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 / Distro Puppet - Debian 12 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103353492.pp.d3Ko9U
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103353492.pp.d3Ko9U, line: 3, column: 11) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103358286.pp.T0m3s8
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103358286.pp.T0m3s8, line: 3, column: 11) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
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 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 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103314497.pp.bvtZQJ
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103314497.pp.bvtZQJ, line: 3, column: 11) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
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 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 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103318425.pp.FZbnqt
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103318425.pp.FZbnqt, line: 3, column: 11) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 '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#L66
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 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Rocky 9 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Ubuntu 22.04 - 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103329300.pp.Gzd1QY
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103329300.pp.Gzd1QY, line: 3, column: 11) on node ubuntu2204-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 22.04 - 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103334802.pp.yYH4GW
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103334802.pp.yYH4GW, line: 3, column: 11) on node ubuntu2204-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - Ubuntu 22.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 - Ubuntu 22.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Ubuntu 22.04 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9 - 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 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103300520.pp.7iylnX
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103300520.pp.7iylnX, line: 3, column: 11) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 9 - 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 'oracle9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103305298.pp.rWXNCU
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103305298.pp.rWXNCU, line: 3, column: 11) on node oracle9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 9 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103258793.pp.sXuBgB
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103258793.pp.sXuBgB, line: 3, column: 11) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'almalinux8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103303049.pp.7P2DSp
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103303049.pp.7P2DSp, line: 3, column: 11) on node almalinux8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - AlmaLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - AlmaLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103318337.pp.DhyWrS
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103318337.pp.DhyWrS, line: 3, column: 11) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103322762.pp.VMnWxF
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103322762.pp.VMnWxF, line: 3, column: 11) on node centos7-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 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
Error: No matching Packages to list
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - Ubuntu 20.04 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103335519.pp.gGzIvS
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103335519.pp.gGzIvS, line: 3, column: 11) on node ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103340405.pp.evZmli
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103340405.pp.evZmli, line: 3, column: 11) on node ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103308231.pp.VtyuPL
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103308231.pp.VtyuPL, line: 3, column: 11) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103312945.pp.BEMO4C
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103312945.pp.BEMO4C, line: 3, column: 11) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Rocky 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - Rocky 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103309000.pp.1Uhlgp
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103309000.pp.1Uhlgp, line: 3, column: 11) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103311067.pp.qbc5B9
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103311067.pp.qbc5B9, line: 3, column: 11) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 22.04 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Debian 11 - 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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103313364.pp.PFQdnL
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103313364.pp.PFQdnL, line: 3, column: 11) on node debian11-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Debian 11 - 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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103316904.pp.3CnNz5
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103316904.pp.3CnNz5, line: 3, column: 11) on node debian11-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103358126.pp.DEboQG
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103358126.pp.DEboQG, line: 3, column: 11) on node ubuntu2204-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'debian11-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103404098.pp.6mXaug
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103404098.pp.6mXaug, line: 3, column: 11) on node ubuntu2204-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Ubuntu 22.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Debian 11 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - Ubuntu 22.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Debian 11 - 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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103338026.pp.mSse6t
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103338026.pp.mSse6t, line: 3, column: 11) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103313475.pp.ergpAe
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103313475.pp.ergpAe, line: 3, column: 11) on node debian12-64-none.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Debian 11 - 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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103343788.pp.GtnDB0
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103343788.pp.GtnDB0, line: 3, column: 11) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 / Distro Puppet - Debian 12 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'debian12-64-none.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103318550.pp.3tz0Ku
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103318550.pp.3tz0Ku, line: 3, column: 11) on node debian12-64-none.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'debian11-64-puppet8.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 / Distro Puppet - Debian 12 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'debian12-64-none.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 8 - Debian 11 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Debian 11 - NodeJS 18
The operation was canceled.
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 / Distro Puppet - Debian 12 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Distro Puppet - Debian 12 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Debian 11 - 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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103314841.pp.rGojNo
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103314841.pp.rGojNo, line: 3, column: 11) on node debian11-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Debian 11 - 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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103318525.pp.8tWkhO
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103318525.pp.8tWkhO, line: 3, column: 11) on node debian11-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 'debian11-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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 - Debian 11 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Debian 11 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Debian 11 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103316503.pp.pPRNGI
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103316503.pp.pPRNGI, line: 3, column: 11) on node debian11-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Debian 11 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'debian11-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103320240.pp.yPKkxz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103320240.pp.yPKkxz, line: 3, column: 11) on node debian11-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Debian 11 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Debian 11 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Debian 11 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - Debian 11 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - Debian 11 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Debian 11 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8 - 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 'oracle8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103344526.pp.RjIgGd
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103344526.pp.RjIgGd, line: 3, column: 11) on node oracle8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 8 - 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 'oracle8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103348937.pp.Z0wPXN
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103348937.pp.Z0wPXN, line: 3, column: 11) on node oracle8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Debian 11 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103453780.pp.QSJppg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103453780.pp.QSJppg, line: 3, column: 11) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Debian 11 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103331194.pp.PU2cny
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103331194.pp.PU2cny, line: 3, column: 11) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 8 - 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 'centos8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103335281.pp.LZcHgh
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103335281.pp.LZcHgh, line: 3, column: 11) on node centos8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'centos8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 8 - CentOS 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103417661.pp.HvLIwZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103417661.pp.HvLIwZ, line: 3, column: 11) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Ubuntu 22.04 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103425763.pp.PvWM2K
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103425763.pp.PvWM2K, line: 3, column: 11) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Ubuntu 22.04 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - Ubuntu 20.04 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 8 - Ubuntu 20.04 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103320348.pp.9bJ0mF
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103320348.pp.9bJ0mF, line: 3, column: 11) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 8 - 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103322659.pp.ViPDLu
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103322659.pp.ViPDLu, line: 3, column: 11) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'centos8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103334521.pp.36lGTN
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103334521.pp.36lGTN, line: 3, column: 11) on node rocky8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103336593.pp.iUOOv5
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103336593.pp.iUOOv5, line: 3, column: 11) on node rocky8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 - Rocky 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 - Rocky 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103352412.pp.k1MS41
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103352412.pp.k1MS41, line: 3, column: 11) on node ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 20.04 - 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103358207.pp.8s1Juw
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103358207.pp.8s1Juw, line: 3, column: 11) on node ubuntu2004-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - Ubuntu 20.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Ubuntu 20.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 - Ubuntu 20.04 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Ubuntu 20.04 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103316362.pp.TEt4MZ
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103316362.pp.TEt4MZ, line: 3, column: 11) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 8 - 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 'rocky8-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103321450.pp.2UgpVF
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103321450.pp.2UgpVF, line: 3, column: 11) on node rocky8-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - Ubuntu 22.04 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 'rocky8-64-puppet8.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - Ubuntu 22.04 - 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103406792.pp.KHtLjX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103406792.pp.KHtLjX, line: 3, column: 11) on node ubuntu2204-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
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 - Ubuntu 22.04 - 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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103413421.pp.PG4yZK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103413421.pp.PG4yZK, line: 3, column: 11) on node ubuntu2204-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Ubuntu 22.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 - Rocky 8 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 'ubuntu2204-64-puppet7.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / Puppet 7 - Ubuntu 22.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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 - Ubuntu 22.04 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 - Ubuntu 22.04 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 16 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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103352985.pp.URCczG
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103352985.pp.URCczG, line: 3, column: 11) on node oracle8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 16 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 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103355819.pp.zsdUkS
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103355819.pp.zsdUkS, line: 3, column: 11) on node oracle8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 16 from nodesource 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 16:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 16 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 8 - NodeJS 16:
spec/acceptance/class_spec.rb#L67
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 "" to match /^v16/
Diff:
@@ -1 +1 @@
-/^v16/
+""
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - Rocky 8 - 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 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103308422.pp.2NDltA
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103308422.pp.2NDltA, line: 3, column: 11) on node rocky8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 8 - 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 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103311079.pp.AuciIm
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103311079.pp.AuciIm, line: 3, column: 11) on node rocky8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
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 - Rocky 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
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 '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 18:
spec/acceptance/class_spec.rb#L66
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 - Rocky 8 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
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 - Rocky 8 - NodeJS 18
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103317692.pp.22RVip
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103317692.pp.22RVip, line: 3, column: 11) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 8 - 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 'centos8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_103319775.pp.AMLitq
Last 10 lines of output were:
Info: Loading facts
Error: Could not parse for environment production: Syntax error at 'repo_pin' (file: /tmp/apply_manifest_103319775.pp.AMLitq, line: 3, column: 11) on node centos8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:45
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
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 'centos8-64-puppet7.example.com' exited with 1 running:
yum info nodejs | grep "^From repo"
Last 10 lines of output were:
|
Puppet / Puppet 7 - CentOS 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
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 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
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 8 - NodeJS 20
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 18 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 18 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 18 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L101
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#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 20 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 20 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 20 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 20 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L101
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#L101
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 18:
spec/acceptance/class_spec.rb#L101
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 16:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 16:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 7 - Rocky 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 18 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 18 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 7 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 18 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 20 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 20 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L101
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 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 18 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 18 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - CentOS 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 18 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L101
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:
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
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
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L138
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - Rocky 9 - NodeJS 20:
spec/acceptance/class_spec.rb#L134
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel"
Skipped: NodeJS 20 is not yet in a released EL, NodeJS 16 is not available on EL9
|
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18:
spec/acceptance/class_spec.rb#L101
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 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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 18 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 18 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 18 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 18 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies with no errors
Skipped: Only NodeJS 16 is supported on EL7
|
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 cleanup behaves like an idempotent resource applies a second time without changes
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
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
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L57
nodejs explicitly using version 20 from nodesource Package "nodejs"
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L59
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L66
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status
Skipped: Only NodeJS 16 is supported on EL7
|
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20:
spec/acceptance/class_spec.rb#L67
nodejs explicitly using version 20 from nodesource Command "node --version" stdout
Skipped: Only NodeJS 16 is supported on EL7
|