Skip to content

switch to using the nodistro nodesource repos, removing source support, dropping support for NodeJS16 on EL9 #128

switch to using the nodistro nodesource repos, removing source support, dropping support for NodeJS16 on EL9

switch to using the nodistro nodesource repos, removing source support, dropping support for NodeJS16 on EL9 #128

Triggered via pull request October 28, 2023 16:36
@evgenievgeni
synchronize #485
nodistro
Status Cancelled
Total duration 10m 37s
Artifacts

ci.yml

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

Annotations

97 errors and 4 warnings
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L92
nodejs on debian-11-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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L102
nodejs on debian-11-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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L122
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch') expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nosource"
Puppet / 8 (Ruby 3.2): 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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
Puppet / 8 (Ruby 3.2): 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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch') expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nosource"
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L92
nodejs on ubuntu-22.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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L102
nodejs on ubuntu-22.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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch') expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nosource"
Puppet / 8 (Ruby 3.2): spec/classes/nodejs_spec.rb#L362
nodejs when run on CentOS release 7.0 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource the nodesource and nodesource-source repos should contain the right description and baseurl Failure/Error: is_expected.to contain_yumrepo('nodesource').with( 'baseurl' => repo_baseurl, 'descr' => repo_descr ) expected that the catalogue would contain Yumrepo[nodesource] with baseurl set to "https://rpm.nodesource.com/pub_16.x/el/7/$basearch" but it is set to "https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch", and parameter descr set to "Node.js Packages for Enterprise Linux 7 - $basearch" but it is set to "Node.js Packages - $basearch" Diff: @@ -1,4 +1,4 @@ -https://rpm.nodesource.com/pub_16.x/el/7/$basearch +https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch -Node.js Packages for Enterprise Linux 7 - $basearch +Node.js Packages - $basearch
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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-20.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch') expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nosource"
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L92
nodejs on debian-11-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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L102
nodejs on debian-11-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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L122
nodejs on debian-11-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch') expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nosource"
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L92
nodejs on ubuntu-22.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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>true} but it is set to {}
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L102
nodejs on ubuntu-22.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 }) expected that the catalogue would contain Apt::Source[nodesource] with include set to {"src"=>false} but it is set to {}
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L122
nodejs on ubuntu-22.04-x86_64 with manage_package_repo set to true and repo_release set to stretch the repo apt::source resource should contain release = stretch Failure/Error: is_expected.to contain_apt__source('nodesource').with('release' => 'stretch') expected that the catalogue would contain Apt::Source[nodesource] with release set to "stretch" but it is set to "nosource"
Puppet / 7 (Ruby 2.7): spec/classes/nodejs_spec.rb#L362
nodejs when run on CentOS release 7.0 with manage_package_repo set to true and repo_class set to nodejs::repo::nodesource the nodesource and nodesource-source repos should contain the right description and baseurl Failure/Error: is_expected.to contain_yumrepo('nodesource').with( 'baseurl' => repo_baseurl, 'descr' => repo_descr ) expected that the catalogue would contain Yumrepo[nodesource] with baseurl set to "https://rpm.nodesource.com/pub_16.x/el/7/$basearch" but it is set to "https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch", and parameter descr set to "Node.js Packages for Enterprise Linux 7 - $basearch" but it is set to "Node.js Packages - $basearch" Diff: @@ -1,4 +1,4 @@ -https://rpm.nodesource.com/pub_16.x/el/7/$basearch +https://rpm.nodesource.com/pub_16.x/nodistro/nodejs/$basearch -Node.js Packages for Enterprise Linux 7 - $basearch +Node.js Packages - $basearch
Puppet / 7 - OracleLinux 9: 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 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163816531.pp.LcjKKU Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created �[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 5.78 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - OracleLinux 9: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "From repo : ol9_appstream\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +From repo : ol9_appstream
Puppet / 7 - OracleLinux 9: 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 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163902025.pp.h8SE4x Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[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 6.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - OracleLinux 9: 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 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163910166.pp.YHe0fZ Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1698511152' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 1.62 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - OracleLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163920165.pp.uL1N7L Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[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 5.91 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 7 - OracleLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163928222.pp.shMRdC Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1698511170' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 1.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 7 - OracleLinux 9
Process completed with exit code 1.
Puppet / 7 - CentOS 9: 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 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163833794.pp.QJhkwm Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created �[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 7.31 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - CentOS 9: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "From repo : appstream\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +From repo : appstream
Puppet / 7 - CentOS 9: 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 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163917421.pp.yMZj7R Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[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 6.96 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - CentOS 9: 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 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163926506.pp.x3sYBz Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1698511168' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 1.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - CentOS 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163936153.pp.7uEBzt Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[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 6.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 7 - CentOS 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163944946.pp.AAuHCp Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1698511186' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 1.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 7 - CentOS 9
Process completed with exit code 1.
Puppet / 8 - OracleLinux 9: 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 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163822713.pp.jx9wcA Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created �[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 6.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - OracleLinux 9: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "From repo : ol9_appstream\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +From repo : ol9_appstream
Puppet / 8 - OracleLinux 9: 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 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163918185.pp.acTmBq Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[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 6.43 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - OracleLinux 9: 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 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163928683.pp.Ez1Oo5 Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.21 seconds Info: Using environment 'production' Info: Applying configuration version '1698511172' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 1.61 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - OracleLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163944338.pp.w3Avyw Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[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 6.42 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 8 - OracleLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163954766.pp.T9zwEr Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.21 seconds Info: Using environment 'production' Info: Applying configuration version '1698511198' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 1.62 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 8 - OracleLinux 9
Process completed with exit code 1.
Puppet / 8 - CentOS 9: 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 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163839856.pp.wwCIgA Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created �[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 12.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - CentOS 9: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "From repo : appstream\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +From repo : appstream
Puppet / 8 - CentOS 9: 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 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163956792.pp.6B0xu5 Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Dependency Package[nodejs] has failures: true Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.07 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - CentOS 9: 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 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164009744.pp.v3Ev8x Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1698511214' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 2.16 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - CentOS 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L4
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164028652.pp.xe9UTB Last 10 lines of output were: warning: Signature not supported. Hash algorithm SHA1 not available. Key import failed (code 2). Failing package is: nodejs-2:18.18.2-1nodesource.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL Error: GPG check FAILED �[mNotice: /Stage[main]/Nodejs::Install/Package[npm]/ensure: created Info: Class[Nodejs::Install]: Unscheduling all events on Class[Nodejs::Install] �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Dependency Package[nodejs] has failures: true Info: Stage[main]: Unscheduling all events on Stage[main] Warning: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.31 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 8 - CentOS 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.3.0/lib/voxpupuli/acceptance/examples.rb#L8
nodejs set global_config_entry secret unquoted behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164041973.pp.rTdEWl Last 10 lines of output were: Info: Loading facts �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.26 seconds Info: Using environment 'production' Info: Applying configuration version '1698511246' �[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: executed successfully �[mNotice: Applied catalog in 2.14 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:126
Puppet / 8 - CentOS 9
Process completed with exit code 1.
Puppet / 8 - Debian 11
The run was canceled by @evgeni.
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 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163838285.pp.2aWXAM Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies �[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 3.08 seconds 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163847678.pp.y08ZGb Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.32 seconds Info: Using environment 'production' Info: Applying configuration version '1698511133' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created �[mNotice: Applied catalog in 5.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - Debian 11: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Puppet / 8 - Debian 11: 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164024333.pp.GWOV7J Last 10 lines of output were: Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0] �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies 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 2.33 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - Debian 11: 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 'debian11-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164032710.pp.sxp1Yw Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.32 seconds Info: Using environment 'production' Info: Applying configuration version '1698511238' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created Error: /bin/sh: 1: /usr/bin/npm: not found Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: change from 'notrun' to ['0'] failed: /bin/sh: 1: /usr/bin/npm: not found Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 3.93 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - Debian 11
The operation was canceled.
Puppet / 7 - Debian 12
The run was canceled by @evgeni.
Puppet / 7 - Debian 12: 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 'debian12-64-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163841313.pp.ODKbXE Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies �[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 /var/cache/puppet/state/state.yaml �[mNotice: Applied catalog in 3.15 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - Debian 12: 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 'debian12-64-none.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163850252.pp.lbi7wo Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.28 seconds Info: Using environment 'production' Info: Applying configuration version '1698511135' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created �[mNotice: Applied catalog in 4.44 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - Debian 12: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Puppet / 7 - Debian 12: 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 'debian12-64-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164026966.pp.bixnDl Last 10 lines of output were: Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0] �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies 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 2.01 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - Debian 12: 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 'debian12-64-none.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164034594.pp.6wn03e Last 10 lines of output were: �[mNotice: Compiled catalog for debian12-64-none.example.com in environment production in 0.30 seconds Info: Using environment 'production' Info: Applying configuration version '1698511239' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created Error: /bin/sh: 1: /usr/bin/npm: not found Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: change from 'notrun' to ['0'] failed: /bin/sh: 1: /usr/bin/npm: not found Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 4.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - Debian 12
The operation was canceled.
Puppet / 7 - Ubuntu 20.04
The run was canceled by @evgeni.
Puppet / 7 - 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-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163837586.pp.1I2xh9 Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies �[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 3.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163846556.pp.3Amsan Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.18 seconds Info: Using environment 'production' Info: Applying configuration version '1698511131' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created �[mNotice: Applied catalog in 6.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Puppet / 7 - Ubuntu 20.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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164050288.pp.adHvJA Last 10 lines of output were: Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0] �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies 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 3.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - Ubuntu 20.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 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164058657.pp.NRhm2P Last 10 lines of output were: �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.18 seconds Info: Using environment 'production' Info: Applying configuration version '1698511263' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created Error: /bin/sh: 1: /usr/bin/npm: not found Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: change from 'notrun' to ['0'] failed: /bin/sh: 1: /usr/bin/npm: not found Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.12 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - Ubuntu 20.04
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 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163905810.pp.bSDapM Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies �[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 4.59 seconds 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163920479.pp.UnBMbG Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.42 seconds Info: Using environment 'production' Info: Applying configuration version '1698511169' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created �[mNotice: Applied catalog in 7.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - Ubuntu 20.04: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Puppet / 8 - Ubuntu 20.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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164201883.pp.k8Q2ir Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0] Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies 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 4.35 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - Ubuntu 20.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 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164215952.pp.xKGPIO Last 10 lines of output were: �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.43 seconds Info: Using environment 'production' Info: Applying configuration version '1698511345' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created Error: /bin/sh: 1: /usr/bin/npm: not found Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: change from 'notrun' to ['0'] failed: /bin/sh: 1: /usr/bin/npm: not found Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 8.39 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - Ubuntu 20.04
The operation was canceled.
Puppet / 7 - Ubuntu 22.04
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 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-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163857224.pp.V3izhz Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies �[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 3.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163908470.pp.utgcZJ Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.23 seconds Info: Using environment 'production' Info: Applying configuration version '1698511155' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created �[mNotice: Applied catalog in 7.10 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - Ubuntu 22.04: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
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_164109356.pp.0a2eex Last 10 lines of output were: Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0] �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies 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 3.21 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
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 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164119806.pp.tADBns Last 10 lines of output were: �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds Info: Using environment 'production' Info: Applying configuration version '1698511286' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created Error: /bin/sh: 1: /usr/bin/npm: not found Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: change from 'notrun' to ['0'] failed: /bin/sh: 1: /usr/bin/npm: not found Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 6.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - Ubuntu 22.04
The operation was canceled.
Puppet / 7 - Debian 11
The run was canceled by @evgeni.
Puppet / 7 - 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-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163859441.pp.pHXS5E Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies �[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 4.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163908738.pp.IW1Rto Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.25 seconds Info: Using environment 'production' Info: Applying configuration version '1698511153' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created �[mNotice: Applied catalog in 6.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 7 - Debian 11: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Puppet / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164101460.pp.rPVlcI Last 10 lines of output were: Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0] �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies 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 3.16 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - Debian 11: 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 'debian11-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164110120.pp.1qQ52A Last 10 lines of output were: �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.26 seconds Info: Using environment 'production' Info: Applying configuration version '1698511275' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created Error: /bin/sh: 1: /usr/bin/npm: not found Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: change from 'notrun' to ['0'] failed: /bin/sh: 1: /usr/bin/npm: not found Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.41 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 7 - Debian 11
The operation was canceled.
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 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163900114.pp.ytR843 Last 10 lines of output were: �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies �[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 4.07 seconds 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_163914716.pp.Eh1f8w Last 10 lines of output were: Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.40 seconds Info: Using environment 'production' Info: Applying configuration version '1698511164' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created �[mNotice: Applied catalog in 7.88 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:14
Puppet / 8 - Ubuntu 22.04: spec/acceptance/class_spec.rb#L22
nodejs default parameters Package "nodejs" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match 'nodesource' expected "Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>\n" to match "nodesource" Diff: @@ -1 +1 @@ -nodesource +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Puppet / 8 - 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164231482.pp.pbeYF6 Last 10 lines of output were: Error: /Stage[main]/Apt::Update/Exec[apt_update]: Failed to call refresh: '/usr/bin/apt-get update' returned 100 instead of one of [0] Error: /Stage[main]/Apt::Update/Exec[apt_update]: '/usr/bin/apt-get update' returned 100 instead of one of [0] �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]: Dependency Exec[apt_update] has failures: true Warning: /Stage[main]/Nodejs::Install/Package[nodejs]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[libnode-dev]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[nodejs-dbg]: Skipping because of failed dependencies Warning: /Stage[main]/Nodejs::Install/Package[npm]: Skipping because of failed dependencies 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 3.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_164245688.pp.6YfzwL Last 10 lines of output were: �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.44 seconds Info: Using environment 'production' Info: Applying configuration version '1698511375' �[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created Error: /bin/sh: 1: /usr/bin/npm: not found Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_authToken]/Exec[npm_config present //path.to.registry/:_authToken]/returns: change from 'notrun' to ['0'] failed: /bin/sh: 1: /usr/bin/npm: not found Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 7.71 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:100
Puppet / 8 - 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 / 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