Add support for Debian 12 #112
ci.yml
on: pull_request
Puppet
/
Static validations
23s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
77 errors and 4 warnings
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L14
nodejs on debian-10-x86_64 the file resource root_npmrc should be in the catalog
Failure/Error:
is_expected.to contain_file('root_npmrc').with(
'ensure' => 'file',
'path' => '/root/.npmrc',
'owner' => 'root',
'group' => '0',
'mode' => '0600'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L31
nodejs on debian-10-x86_64 with npmrc_auth set to a string is expected to contain File[root_npmrc] with content =~ /^_auth="dXNlcjpwYXNzd29yZA=="$/
Failure/Error: it { is_expected.to contain_file('root_npmrc').with_content(%r{^_auth="dXNlcjpwYXNzd29yZA=="$}) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L41
nodejs on debian-10-x86_64 with npmrc_config set to a hash is expected to contain File[root_npmrc] with content =~ /^http-proxy=http:\/\/localhost:8080\/$/
Failure/Error: it { is_expected.to contain_file('root_npmrc').with_content(%r{^http-proxy=http://localhost:8080/$}) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L57
nodejs on debian-10-x86_64 with manage_package_repo set to true and manage_nodejs_package set to true the nodejs package resource should be present
Failure/Error: is_expected.to contain_package('nodejs')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L67
nodejs on debian-10-x86_64 with manage_package_repo set to true and manage_nodejs_package set to false the nodejs and dev package resources should not be present
Failure/Error: is_expected.not_to contain_package('nodejs')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L78
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource nodejs::repo::nodesource should be in the catalog
Failure/Error: is_expected.to contain_class('nodejs::repo::nodesource')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L82
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource nodejs::repo::nodesource::apt should be in the catalog
Failure/Error: is_expected.to contain_class('nodejs::repo::nodesource::apt')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L92
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L102
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/classes/nodejs_spec.rb#L112
nodejs on debian-10-x86_64 with manage_package_repo set to true and repo_pin set to 10 the repo apt::source resource should contain pin = 10
Failure/Error: is_expected.to contain_apt__source('nodesource').with('pin' => '10')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az583-33.gfcyaji220iezjk42vdvpdjtnh.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L14
nodejs on ubuntu-20.04-x86_64 the file resource root_npmrc should be in the catalog
Failure/Error:
is_expected.to contain_file('root_npmrc').with(
'ensure' => 'file',
'path' => '/root/.npmrc',
'owner' => 'root',
'group' => '0',
'mode' => '0600'
)
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L31
nodejs on ubuntu-20.04-x86_64 with npmrc_auth set to a string is expected to contain File[root_npmrc] with content =~ /^_auth="dXNlcjpwYXNzd29yZA=="$/
Failure/Error: it { is_expected.to contain_file('root_npmrc').with_content(%r{^_auth="dXNlcjpwYXNzd29yZA=="$}) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L41
nodejs on ubuntu-20.04-x86_64 with npmrc_config set to a hash is expected to contain File[root_npmrc] with content =~ /^http-proxy=http:\/\/localhost:8080\/$/
Failure/Error: it { is_expected.to contain_file('root_npmrc').with_content(%r{^http-proxy=http://localhost:8080/$}) }
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L57
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and manage_nodejs_package set to true the nodejs package resource should be present
Failure/Error: is_expected.to contain_package('nodejs')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L67
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and manage_nodejs_package set to false the nodejs and dev package resources should not be present
Failure/Error: is_expected.not_to contain_package('nodejs')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L78
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource nodejs::repo::nodesource should be in the catalog
Failure/Error: is_expected.to contain_class('nodejs::repo::nodesource')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L82
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource nodejs::repo::nodesource::apt should be in the catalog
Failure/Error: is_expected.to contain_class('nodejs::repo::nodesource::apt')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L92
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_enable_src set to true the repo apt::source resource should contain include => { src => true}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => true })
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L102
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_enable_src set to false the repo apt::source resource should contain include => { src => false}
Failure/Error: is_expected.to contain_apt__source('nodesource').with('include' => { 'src' => false })
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/nodejs_spec.rb#L112
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_pin set to 10 the repo apt::source resource should contain pin = 10
Failure/Error: is_expected.to contain_apt__source('nodesource').with('pin' => '10')
Puppet::PreformattedError:
Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /home/runner/work/puppet-nodejs/puppet-nodejs/spec/fixtures/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node fv-az438-174.kj1d1bvagfkepeee5d5nvdvfwa.cx.internal.cloudapp.net
|
Puppet / 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "npm" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "npm" to be installed
|
Puppet / 7 - OracleLinux 7
Process completed with exit code 1.
|
Puppet / 7 - CentOS 7:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "npm" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "npm" to be installed
|
Puppet / 7 - CentOS 7
Process completed with exit code 1.
|
Puppet / 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "npm" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "npm" to be installed
|
Puppet / 8 - OracleLinux 7
Process completed with exit code 1.
|
Puppet / 8 - CentOS 7:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "npm" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "npm" to be installed
|
Puppet / 8 - CentOS 7
Process completed with exit code 1.
|
Puppet / 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '480/merge' exists
|
Puppet / 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs default parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091128662.pp.ee5VgQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs default parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091136114.pp.QHpbV5
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L20
nodejs default parameters Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages cleanup behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091144400.pp.rhMXOb
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages cleanup behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091151647.pp.h6pPTY
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091158803.pp.IjwptQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091205994.pp.undqqR
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2004-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "libnode-dev" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "libnode-dev" to be installed
|
Puppet / 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "npm" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "npm" to be installed
|
Puppet / 7 - Ubuntu 22.04
Canceling since a higher priority waiting request for '480/merge' exists
|
Puppet / 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs set global_config_entry secret behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091319002.pp.bzPQlv
Last 10 lines of output were:
Unpacking nodejs (18.17.1-deb-1nodesource1) ...
dpkg: error processing archive /var/cache/apt/archives/nodejs_18.17.1-deb-1nodesource1_amd64.deb (--unpack):
trying to overwrite '/usr/share/systemtap/tapset/node.stp', which is also in package libnode72:amd64 12.22.9~dfsg-1ubuntu3
Errors were encountered while processing:
/var/cache/apt/archives/nodejs_18.17.1-deb-1nodesource1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Dependency Package[nodejs] has failures: true
Info: Stage[main]: Unscheduling all events on Stage[main]
Warning: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 8.00 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
|
Puppet / 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs set global_config_entry secret behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091332370.pp.sopkCu
Last 10 lines of output were:
Preparing to unpack .../nodejs_18.17.1-deb-1nodesource1_amd64.deb ...
Unpacking nodejs (18.17.1-deb-1nodesource1) ...
dpkg: error processing archive /var/cache/apt/archives/nodejs_18.17.1-deb-1nodesource1_amd64.deb (--unpack):
trying to overwrite '/usr/share/systemtap/tapset/node.stp', which is also in package libnode72:amd64 12.22.9~dfsg-1ubuntu3
Errors were encountered while processing:
/var/cache/apt/archives/nodejs_18.17.1-deb-1nodesource1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Dependency Package[nodejs] has failures: true
Warning: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 6.62 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
|
Puppet / 7 - Ubuntu 22.04
The operation was canceled.
|
Puppet / 8 - Debian 11
Canceling since a higher priority waiting request for '480/merge' exists
|
Puppet / 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs default parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091126644.pp.YFP0Xb
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs default parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091132557.pp.XafH8V
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Debian 11:
spec/acceptance/class_spec.rb#L20
nodejs default parameters Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / 8 - Debian 11:
spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages cleanup behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091139197.pp.uk9HYD
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages cleanup behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091145118.pp.foOIq2
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091150802.pp.yq3S4h
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091156530.pp.LAIRdC
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian11-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Debian 11:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "libnode-dev" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "libnode-dev" to be installed
|
Puppet / 8 - Debian 11:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "npm" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "npm" to be installed
|
Puppet / 8 - Ubuntu 22.04
Canceling since a higher priority waiting request for '480/merge' exists
|
Puppet / 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs default parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091118328.pp.y0cLj9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs default parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091125626.pp.84XSpq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L20
nodejs default parameters Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages cleanup behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091133824.pp.jLtGoT
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages cleanup behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091140936.pp.0AJxYO
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091148125.pp.Nsnw68
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091155292.pp.CUKgQN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node ubuntu2204-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "libnode-dev" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "libnode-dev" to be installed
|
Puppet / 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "npm" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "npm" to be installed
|
Puppet / 8 - Debian 10
Canceling since a higher priority waiting request for '480/merge' exists
|
Puppet / 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs default parameters 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 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091140674.pp.KLbfZe
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian10-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs default parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091148145.pp.7OwAui
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian10-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
|
Puppet / 8 - Debian 10:
spec/acceptance/class_spec.rb#L20
nodejs default parameters Package "nodejs" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "nodejs" to be installed
|
Puppet / 8 - Debian 10:
spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source
Failure/Error: pkg_output = shell(pkg_cmd)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 1 running:
dpkg -s nodejs | grep "^Maintainer"
Last 10 lines of output were:
dpkg-query: package 'nodejs' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
|
Puppet / 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages cleanup 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 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091156342.pp.ZPi6Ib
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian10-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages cleanup 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 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091203325.pp.q7DWb7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian10-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/support/acceptance/shared_examples.rb:5
Shared Example Group: "cleanup" called from ./spec/acceptance/class_spec.rb:69
|
Puppet / 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs Debian distribution packages 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 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091210231.pp.3zPMLt
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian10-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs Debian distribution packages 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 'debian10-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091217200.pp.OZ3GSu
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Unknown variable: 'nodejs::manage_package_repo'. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 33, column: 36) on node debian10-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:71
|
Puppet / 8 - Debian 10:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "libnode-dev" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "libnode-dev" to be installed
|
Puppet / 8 - Debian 10:
spec/acceptance/class_spec.rb#L88
nodejs Debian distribution packages Package "npm" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "npm" to be installed
|
Puppet / 7 - CentOS 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
Puppet / 7 - OracleLinux 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
Puppet / 8 - CentOS 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|
Puppet / 8 - OracleLinux 9:
spec/acceptance/class_spec.rb#L60
nodejs RedHat with repo_class => epel Package "nodejs-devel" is expected to be installed
Failure/Error: is_expected.to be_installed
expected Package "nodejs-devel" to be installed
|