Add support for Debian 12 #104
Annotations
7 errors
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.2.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 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074305158.pp.YrWPnB
Last 10 lines of output were:
Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
�[mNotice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! `_secret` is not a valid npm option
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns:
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2023-10-19T07_43_17_864Z-debug-0.log
Info: Stage[main]: Unscheduling all events on Stage[main]
Error: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ= --global' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ= --global' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 8.90 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
|
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.2.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 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074318149.pp.7wgXlI
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.18 seconds
Info: Using environment 'production'
Info: Applying configuration version '1697701401'
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! `_secret` is not a valid npm option
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns:
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2023-10-19T07_43_24_084Z-debug-0.log
Error: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ= --global' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ= --global' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 2.17 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:96
|
spec/acceptance/class_spec.rb#L110
nodejs set global_config_entry secret npm config contains the global_config_entry secret
Failure/Error: npm_output = shell('cat $(/usr/bin/npm config get globalconfig)')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 1 running:
cat $(/usr/bin/npm config get globalconfig)
Last 10 lines of output were:
cat: /usr/etc/npmrc: No such file or directory
|
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.2.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 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074336498.pp.lKlV0E
Last 10 lines of output were:
Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
�[mNotice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 event
�[mNotice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! `_secret` is not a valid npm option
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns:
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2023-10-19T07_43_49_099Z-debug-0.log
Error: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ --global' returned 1 instead of one of [0]
Info: Stage[main]: Unscheduling all events on Stage[main]
Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ --global' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 8.83 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:120
|
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.2.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 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_074349275.pp.ZtiVJZ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.18 seconds
Info: Using environment 'production'
Info: Applying configuration version '1697701432'
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! `_secret` is not a valid npm option
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns:
�[mNotice: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2023-10-19T07_43_55_212Z-debug-0.log
Error: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ --global' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Nodejs::Npm::Global_config_entry[//path.to.registry/:_secret]/Exec[npm_config present //path.to.registry/:_secret]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/npm config set //path.to.registry/:_secret cGFzc3dvcmQ --global' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 2.16 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:120
|
spec/acceptance/class_spec.rb#L134
nodejs set global_config_entry secret unquoted npm config contains the global_config_entry secret
Failure/Error: npm_output = shell('cat $(/usr/bin/npm config get globalconfig)')
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 1 running:
cat $(/usr/bin/npm config get globalconfig)
Last 10 lines of output were:
cat: /usr/etc/npmrc: No such file or directory
|
|
The logs for this run have expired and are no longer available.
Loading