Skip to content

Add support for Debian 12 #109

Add support for Debian 12

Add support for Debian 12 #109

Triggered via pull request October 27, 2023 08:22
@evgenievgeni
synchronize #480
deb12
Status Cancelled
Total duration 28m 27s
Artifacts

ci.yml

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

Annotations

104 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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az797-327.z0lxzajqoevu1bydaqhsht1yqb.jx.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.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: 30, column: 36) on node fv-az440-86.0ogctccycjiunffi1yeispifxe.bx.internal.cloudapp.net
Puppet / 8 - Ubuntu 22.04
The run was canceled by @evgeni.
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_082426040.pp.iBb50C 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: 30, 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_082433357.pp.Ymyvsc 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: 30, 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_082441478.pp.TFk7Di 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: 30, 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_082448541.pp.XGZEGp 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: 30, 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_082455529.pp.Oytk15 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: 30, 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_082502632.pp.d4piRY 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: 30, 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 / 7 - CentOS 7
The run was canceled by @evgeni.
Puppet / 7 - CentOS 7: 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 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082428414.pp.KekVYs Last 10 lines of output were: Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: /Stage[main]/Nodejs::Install/File[root_npmrc]/ensure: defined content as '{sha256}bf8509050f8afeed7981365bb37fe4dcdb46bf322ea13dc4538735cb663ab050' Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.32 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - CentOS 7: 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 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082431977.pp.F5tNTt Last 10 lines of output were: Requires: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: Applied catalog in 0.79 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - CentOS 7: 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 / 7 - CentOS 7: 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 'centos7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / 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: 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 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082524173.pp.iFSw5u Last 10 lines of output were: Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 11.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 7 - CentOS 7: 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 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082537964.pp.a3TmFc Last 10 lines of output were: Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 3.78 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 7 - CentOS 7
The operation was canceled.
Puppet / 8 - Ubuntu 20.04
The run was canceled by @evgeni.
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_082435878.pp.SFLcAJ 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: 30, 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_082442858.pp.92xSZ1 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: 30, 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_082450823.pp.PGtdHG 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: 30, 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_082457673.pp.eogLeK 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: 30, 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_082504529.pp.tIH3is 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: 30, 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_082511417.pp.F6YqJu 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: 30, 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
The run was canceled by @evgeni.
Puppet / 7 - OracleLinux 7
The run was canceled by @evgeni.
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_082610621.pp.LGNE13 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 7.86 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_082623900.pp.F304LI 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.25 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 7 - OracleLinux 7: 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 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082437717.pp.X0Breg Last 10 lines of output were: Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: /Stage[main]/Nodejs::Install/File[root_npmrc]/ensure: defined content as '{sha256}bf8509050f8afeed7981365bb37fe4dcdb46bf322ea13dc4538735cb663ab050' Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.87 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - Ubuntu 22.04
The operation was canceled.
Puppet / 7 - OracleLinux 7: 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 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082442236.pp.4lCtij Last 10 lines of output were: Requires: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: Applied catalog in 1.10 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - OracleLinux 7: 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 / 7 - OracleLinux 7: 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 'oracle7-64-puppet7.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
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: 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 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082525938.pp.rh7f41 Last 10 lines of output were: Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 1.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 7 - OracleLinux 7: 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 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082530225.pp.xk6Cq8 Last 10 lines of output were: Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 1.33 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 7 - OracleLinux 7
The operation was canceled.
Puppet / 8 - Debian 10
The run was canceled by @evgeni.
Puppet / 8 - Debian 11
The run was canceled by @evgeni.
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_082437004.pp.20hvEC 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: 30, 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 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_082432074.pp.XtnuZA 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: 30, 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 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_082443060.pp.eFfGUQ 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: 30, 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 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_082437861.pp.aeoUmi 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: 30, 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 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 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_082444449.pp.W7X8AV 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: 30, 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_082450022.pp.5h2qNa 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: 30, 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_082455646.pp.WOwhN7 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: 30, 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 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 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_082501254.pp.tuTCrP 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: 30, 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 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_082449810.pp.Y453iO 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: 30, 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 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 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_082455570.pp.74xlTG 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: 30, 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 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 - 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_082501319.pp.mbA6ea 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: 30, 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_082507103.pp.jF6y6s 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: 30, 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 - CentOS 7
The run was canceled by @evgeni.
Puppet / 8 - CentOS 7: 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 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082437272.pp.CYynTq Last 10 lines of output were: Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: /Stage[main]/Nodejs::Install/File[root_npmrc]/ensure: defined content as '{sha256}bf8509050f8afeed7981365bb37fe4dcdb46bf322ea13dc4538735cb663ab050' Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.41 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - CentOS 7: 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 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082443518.pp.rO7ndt Last 10 lines of output were: Requires: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: Applied catalog in 0.90 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - CentOS 7: 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 - CentOS 7: 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 'centos7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were: Failed to set locale, defaulting to C
Puppet / 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: 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 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082547299.pp.9gB2Bl Last 10 lines of output were: Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 5.30 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 8 - CentOS 7: 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 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082557006.pp.vOvhBH Last 10 lines of output were: Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 5.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 8 - CentOS 7
The operation was canceled.
Puppet / 8 - OracleLinux 7
The run was canceled by @evgeni.
Puppet / 8 - OracleLinux 7: 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 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082433875.pp.Mjda0c Last 10 lines of output were: Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: /Stage[main]/Nodejs::Install/File[root_npmrc]/ensure: defined content as '{sha256}bf8509050f8afeed7981365bb37fe4dcdb46bf322ea13dc4538735cb663ab050' Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 1.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - OracleLinux 7: 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 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082439924.pp.FtwHqb Last 10 lines of output were: Requires: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[mNotice: Applied catalog in 0.95 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - OracleLinux 7: 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 - OracleLinux 7: 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 'oracle7-64-puppet8.example.com' exited with 1 running: yum info nodejs | grep "^From repo" Last 10 lines of output were:
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: 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 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082535083.pp.RiEIbk Last 10 lines of output were: Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 1.28 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 8 - OracleLinux 7: 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 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082540852.pp.u6NlSS Last 10 lines of output were: Requires: libm.so.6(GLIBC_2.27)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit) Error: Package: 2:nodejs-18.16.0-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.28)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest �[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 1.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
Puppet / 8 - OracleLinux 7
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 / 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 - 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