Skip to content

test different NodeJS versions using beaker_facter #162

test different NodeJS versions using beaker_facter

test different NodeJS versions using beaker_facter #162

Triggered via pull request October 30, 2023 09:06
@evgenievgeni
synchronize #490
more-tests
Status Cancelled
Total duration 9m 0s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
19s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

462 errors and 60 warnings
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090936395.pp.ztGfqr Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.86 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090940353.pp.OLgd65 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.85 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090938036.pp.7uAGLu Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.91 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090942164.pp.yFz4FF Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.92 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090940601.pp.6KoVCP Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.87 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090944623.pp.PKUoAw Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.87 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090938793.pp.OIs10Z Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.38 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090943739.pp.ascuCh Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.37 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090944078.pp.jPY49B Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.42 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090948641.pp.ZiK7kL Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.36 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090944719.pp.JDUk5u Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090949535.pp.WHjuAb Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.54 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090948397.pp.sMUKOo Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.94 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090953507.pp.acripg Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.94 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090948649.pp.Es4XaE Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.87 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090953670.pp.xlvraF Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090950556.pp.Lo5qkz Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.86 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090955595.pp.RjIwpE Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.86 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090953250.pp.SMHyn4 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.99 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090958395.pp.aN2JJv Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090925462.pp.ryqsiq Last 10 lines of output were: Info: Using environment 'production' Info: Applying configuration version '1698656967' �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.67 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090929480.pp.2J0k7J Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.64 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090955551.pp.uWasoU Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091000993.pp.14qG4O Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091005157.pp.npNtX6 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091011451.pp.0rkkO7 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090937697.pp.Paj6Ap Last 10 lines of output were: Info: Using environment 'production' Info: Applying configuration version '1698656980' �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.58 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090942119.pp.w7VD0p Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 20
Process completed with exit code 1.
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091005009.pp.IW7O5Z Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.82 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091010846.pp.MRXnnk Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.80 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091003255.pp.EPJhgz Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091009909.pp.vj84wp Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091012029.pp.ixA6hq Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.21 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091017937.pp.0Rg3dh Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.22 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091006283.pp.UjiJzC Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.88 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091012126.pp.MQoHNH Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.88 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091006807.pp.x28Lc5 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091013317.pp.YW1KaF Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.54 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091012926.pp.kHNfov Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.98 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091019058.pp.shP4Pw Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.97 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091022019.pp.9lPuVF Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091027301.pp.tzLZF8 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.58 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091022428.pp.EBUn9g Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091028887.pp.PfrzzR Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091009248.pp.ssW0ph Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.26 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091016041.pp.t3ytVt Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.27 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - CentOS 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090941579.pp.wvW9N7 Last 10 lines of output were: Info: Using environment 'production' Info: Applying configuration version '1698656984' �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.40 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - CentOS 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090945919.pp.1RPRaD Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.26 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 7 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / Puppet 7 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - CentOS 7 - NodeJS 20
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091013292.pp.zfkg5x Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.94 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091020451.pp.94ttMt Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.88 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - CentOS 7 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090946550.pp.e6tZth Last 10 lines of output were: Info: Using environment 'production' Info: Applying configuration version '1698656989' �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.43 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090950976.pp.nc0N7y Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.39 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - CentOS 7 - NodeJS 16: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 7 - CentOS 7 - NodeJS 16: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / Puppet 7 - CentOS 7 - NodeJS 16: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 7 - NodeJS 16: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - CentOS 7 - NodeJS 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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091021576.pp.M3b2AO Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.97 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091027714.pp.BkCNWO Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.01 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - CentOS 7 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090943749.pp.wka2BN Last 10 lines of output were: Info: Using environment 'production' Info: Applying configuration version '1698656986' �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.37 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090948005.pp.sZAMYX Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.37 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - CentOS 7 - NodeJS 18: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 7 - CentOS 7 - NodeJS 18: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / Puppet 7 - CentOS 7 - NodeJS 18: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 7 - NodeJS 18: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - CentOS 7 - NodeJS 18
Process completed with exit code 1.
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091018247.pp.MuLbw3 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.20 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091025862.pp.y0STeZ Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.23 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091019695.pp.qLtg9g Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.34 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091026792.pp.83fhBF Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 2.33 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091027128.pp.TKnPY3 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.12 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091034457.pp.VF2zs8 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.08 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091029879.pp.MIC1eS Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.18 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091037369.pp.WF5mGD Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.15 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - CentOS 7 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090943386.pp.bRHTlq Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644 �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644 Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.39 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090949050.pp.jcy7WA Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.29 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - CentOS 7 - NodeJS 16: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 8 - CentOS 7 - NodeJS 16: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / Puppet 8 - CentOS 7 - NodeJS 16: spec/acceptance/class_spec.rb#L55
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 16: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - CentOS 7 - NodeJS 16
Process completed with exit code 1.
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091032391.pp.M4anAY Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.02 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091043609.pp.iPVdLg Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.99 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091034840.pp.9GfpFj Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.34 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091045276.pp.6OfYF8 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.31 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091034090.pp.nBBtWx Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.39 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091042065.pp.o71u4h Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.35 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090949148.pp.bViEpj Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644 �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644 Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.58 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090956004.pp.z70yG4 Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 20
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090949237.pp.DnzDgj Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644 �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644 Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - CentOS 7 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090956257.pp.kKXK7A Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 8 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / Puppet 8 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 7 - NodeJS 20: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - CentOS 7 - NodeJS 20
Process completed with exit code 1.
Puppet / Puppet 8 - 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 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090952888.pp.o2ZjMw Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644 �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644 Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091000025.pp.MISdys Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 16
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091049308.pp.QI5DZe Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.36 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091100873.pp.wICVlP Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 9.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091042662.pp.uuVa47 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.51 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091051110.pp.WGtUHk Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090956889.pp.tKPWaP Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644 �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644 Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091004281.pp.XADCvu Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 7 - NodeJS 18
Process completed with exit code 1.
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091051853.pp.07HwE9 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091100400.pp.tZmdpQ Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 3.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091057614.pp.2Nwzy4 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.93 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091110640.pp.l5Ogx7 Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs explicitly using version 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090931814.pp.muZBHC Last 10 lines of output were: Info: Using environment 'production' Info: Applying configuration version '1698656974' �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.81 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090936320.pp.g03xp8 Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.89 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L55
nodejs explicitly using version 20 from nodesource Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 7 - OracleLinux 7 - NodeJS 18
Process completed with exit code 1.
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 20 from nodesource behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091008999.pp.EELi8G Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource]/ensure: created Info: Yumrepo[nodesource](provider=inifile): changing mode of /etc/yum.repos.d/nodesource.repo from 600 to 644 �[mNotice: /Stage[main]/Nodejs::Repo::Nodesource::Yum/Yumrepo[nodesource-source]/ensure: created Info: Yumrepo[nodesource-source](provider=inifile): changing mode of /etc/yum.repos.d/nodesource-source.repo from 600 to 644 Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
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 20 from nodesource behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091016854.pp.cVx97g Last 10 lines of output were: Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. Error: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install nodejs' returned 1: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Error downloading packages: 2:nodejs-16.20.2-1nodesource.x86_64: [Errno 256] No more mirrors to try. �[mNotice: Applied catalog in 1.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:35
Puppet / Puppet 8 - CentOS 7 - NodeJS 18: spec/acceptance/class_spec.rb#L46
nodejs explicitly using version 20 from nodesource Package "nodejs" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "nodejs" to be installed
Puppet / Puppet 8 - CentOS 7 - NodeJS 18: spec/acceptance/class_spec.rb#L48
nodejs explicitly using version 20 from nodesource Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / Puppet 8 - CentOS 7 - NodeJS 18: spec/acceptance/class_spec.rb#L55
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 18: spec/acceptance/class_spec.rb#L56
nodejs explicitly using version 20 from nodesource Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - CentOS 7 - NodeJS 18
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091124767.pp.jBhP5l Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 10.62 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091140257.pp.76gL4P Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 10.61 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091153275.pp.9WTtlL Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 11.25 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
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 RedHat with repo_class => nodejs::repo::dnfmodule behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091209713.pp.iZKifo Last 10 lines of output were: missing groups or modules: nodejs:20 Error: /Stage[main]/Nodejs::Repo::Dnfmodule/Package[nodejs dnf module]/ensure: change from 'purged' to '20' failed: Could not update: Execution of '/usr/bin/dnf module enable -d 0 -e 1 -y nodejs:20' returned 1: Error: Problems in request: missing groups or modules: nodejs:20 �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Package[nodejs dnf module] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-devel]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-debuginfo]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/File[root_npmrc]: Skipping because of failed dependencies �[mNotice: Applied catalog in 11.38 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:105
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "npm" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "npm" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L124
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L128
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Package "nodejs-devel" comes from the expected source Failure/Error: pkg_output = shell(pkg_cmd) Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L136
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L137
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Command "node --version" stdout is expected to match /^v20/ Failure/Error: its(:stdout) { is_expected.to match(%r{^v#{nodejs_version}}) } expected "" to match /^v20/ Diff: @@ -1 +1 @@ -/^v20/ +""
Puppet / Puppet 8 - CentOS 8 - NodeJS 16
Canceling since a higher priority waiting request for '490/merge' exists
Puppet / Puppet 8 - CentOS 8 - NodeJS 16
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 / Puppet 8 - CentOS 8 - NodeJS 18
Canceling since a higher priority waiting request for '490/merge' exists
Puppet / Puppet 8 - CentOS 8 - NodeJS 18
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
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 - CentOS 8 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
Puppet / Puppet 7 - CentOS 8 - NodeJS 20
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 22.04 - NodeJS 20
Canceling since a higher priority waiting request for '490/merge' exists
Puppet / Puppet 8 - Ubuntu 22.04 - NodeJS 20
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
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
The operation was canceled.
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
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: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
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: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
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 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - CentOS 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - Rocky 8 - NodeJS 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - CentOS 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 7 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
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 => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
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: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
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 => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
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 => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - OracleLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
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 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - CentOS 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - Rocky 9 - NodeJS 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - Rocky 8 - NodeJS 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - AlmaLinux 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
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 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - CentOS 9 - NodeJS 20: spec/acceptance/class_spec.rb#L90
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 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - Rocky 8 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - CentOS 9 - NodeJS 16: spec/acceptance/class_spec.rb#L90
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 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 7 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - AlmaLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - CentOS 9 - NodeJS 18: spec/acceptance/class_spec.rb#L90
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed Failure/Error: is_expected.to be_installed expected Package "nodejs-devel" to be installed
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 16: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 20: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given
Puppet / Puppet 8 - OracleLinux 8 - NodeJS 18: spec/acceptance/class_spec.rb#L101
nodejs RedHat with repo_class => nodejs::repo::dnfmodule Skipped: No reason given