Add logic to correctly switch between channels; Determine channel from ensure #190
Annotations
10 errors
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class with default parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091051669.Nq5JYx.pp
Last 10 lines of output were:
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /etc/puppetlabs/code/environments/production/modules/snap/manifests/init.pp, line: 46)
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /etc/puppetlabs/code/environments/production/modules/snap/manifests/init.pp, line: 46)
Wrapped exception:
no implicit conversion of Symbol into Integer
Error: /Stage[main]/Snap/Package[core]/ensure: change from 'purged' to 'present' failed: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /etc/puppetlabs/code/environments/production/modules/snap/manifests/init.pp, line: 46)
Info: Class[Snap]: Unscheduling all events on Class[Snap]
�[mNotice: Applied catalog in 6.70 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:9
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class with default parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091100392.r7uD9R.pp
Last 10 lines of output were:
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /etc/puppetlabs/code/environments/production/modules/snap/manifests/init.pp, line: 46)
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /etc/puppetlabs/code/environments/production/modules/snap/manifests/init.pp, line: 46)
Wrapped exception:
no implicit conversion of Symbol into Integer
Error: /Stage[main]/Snap/Package[core]/ensure: change from 'purged' to 'present' failed: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /etc/puppetlabs/code/environments/production/modules/snap/manifests/init.pp, line: 46)
Info: Class[Snap]: Unscheduling all events on Class[Snap]
�[mNotice: Applied catalog in 0.93 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:9
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource installs package behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091104598.scmHQc.pp
Last 10 lines of output were:
Info: installed
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /tmp/apply_manifest_091104598.scmHQc.pp, line: 1)
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /tmp/apply_manifest_091104598.scmHQc.pp, line: 1)
Wrapped exception:
no implicit conversion of Symbol into Integer
Error: /Stage[main]/Main/Package[hello-world]/ensure: change from 'purged' to 'present' failed: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /tmp/apply_manifest_091104598.scmHQc.pp, line: 1)
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:36
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource installs package behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091106467.zTmphU.pp
Last 10 lines of output were:
Info: installed
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /tmp/apply_manifest_091106467.zTmphU.pp, line: 1)
Error: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /tmp/apply_manifest_091106467.zTmphU.pp, line: 1)
Wrapped exception:
no implicit conversion of Symbol into Integer
Error: /Stage[main]/Main/Package[hello-world]/ensure: change from 'purged' to 'present' failed: Could not set 'present' on ensure: no implicit conversion of Symbol into Integer (file: /tmp/apply_manifest_091106467.zTmphU.pp, line: 1)
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:36
|
spec/acceptance/01_snapd_spec.rb#L39
snapd class package resource installs package Command "snap list --unicode=never --color=never" stdout is expected to match /hello-world/
Failure/Error: its(:stdout) { is_expected.to match(%r{hello-world}) }
expected "" to match /hello-world/
Diff:
@@ -1 +1 @@
-/hello-world/
+""
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource installs package with specified version behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091112274.jHQ3Ug.pp
Last 10 lines of output were:
Info: called instances
Info: called query
Info: @property_hash = {}
Info: installed
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not update: no implicit conversion of Symbol into Integer
Error: /Stage[main]/Main/Package[hello-world]/ensure: change from 'purged' to 'latest/candidate' failed: Could not update: no implicit conversion of Symbol into Integer
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:70
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource installs package with specified version behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091114207.3gUnTK.pp
Last 10 lines of output were:
Info: called instances
Info: called query
Info: @property_hash = {}
Info: installed
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not update: no implicit conversion of Symbol into Integer
Error: /Stage[main]/Main/Package[hello-world]/ensure: change from 'purged' to 'latest/candidate' failed: Could not update: no implicit conversion of Symbol into Integer
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:70
|
spec/acceptance/01_snapd_spec.rb#L73
snapd class package resource installs package with specified version Command "snap list --unicode=never --color=never" stdout is expected to match /hello-world/
Failure/Error: is_expected.to match(%r{hello-world})
expected "" to match /hello-world/
Diff:
@@ -1 +1 @@
-/hello-world/
+""
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource changes installed channel behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091116140.1CJ0KU.pp
Last 10 lines of output were:
Info: called instances
Info: called query
Info: @property_hash = {}
Info: installed
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not update: no implicit conversion of Symbol into Integer
Error: /Stage[main]/Main/Package[hello-world]/ensure: change from 'purged' to 'latest/beta' failed: Could not update: no implicit conversion of Symbol into Integer
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:90
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource changes installed channel behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091118019.pM0fmh.pp
Last 10 lines of output were:
Info: called instances
Info: called query
Info: @property_hash = {}
Info: installed
Info: called install
Info: called query
Info: @property_hash = {:ensure=>:purged}
Error: Could not update: no implicit conversion of Symbol into Integer
Error: /Stage[main]/Main/Package[hello-world]/ensure: change from 'purged' to 'latest/beta' failed: Could not update: no implicit conversion of Symbol into Integer
�[mNotice: Applied catalog in 0.04 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:90
|
This job failed
Loading