Add support for Debian 12 #113
ci.yml
on: pull_request
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
69 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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az178-832.xaqh33kms4ru5dolzo3klf2t1c.gx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.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-az563-398.dyerz5icoewehhnb02jgpzoacb.bx.internal.cloudapp.net
|
Puppet / 7 - CentOS 8
Process completed with exit code 1.
|
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_091904289.pp.80Xa7c
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_091911963.pp.pf5eTj
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_091920317.pp.Wxbj2x
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_091927932.pp.dsE01k
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_091935613.pp.YYwost
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_091943307.pp.h2WeNK
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_091925917.pp.nVGfSg
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_091932520.pp.Ga8BU3
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_091939650.pp.uNb1PA
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_091945977.pp.hwENFL
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_091952348.pp.Jid0t7
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_091959049.pp.gJ6dPF
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 / 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_091919392.pp.OTcujA
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_091926914.pp.x6Tmmx
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_091935217.pp.BJR1Uc
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_091942696.pp.476w9o
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_091950005.pp.LOMhv8
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_091957337.pp.PKZO37
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 / 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_091922381.pp.310zrk
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_091928232.pp.Aikij3
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_091934630.pp.NVQ7a7
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_091940029.pp.ux9iEv
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_091945432.pp.4mGIQO
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_091950904.pp.vd0Co8
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 / 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_092250110.pp.1qLmMK
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
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
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 10.10 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_092307839.pp.SRJrHC
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 8.02 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 / 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 - 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 / 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 / 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
|