Make provider holdable #234
Triggered via pull request
September 14, 2024 08:37
Status
Failure
Total duration
3m 40s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
14s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
97 errors
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084005074.XFKAiA.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303206'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084010238.rnrYoq.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303211'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084012065.bVjD3q.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303213'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084013811.DTlHot.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303215'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084006835.Cb5pxQ.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303208'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084011975.xf6Qfs.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303213'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084013827.WWcJ5H.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303215'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084015588.Ft2WcD.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303217'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084014424.JDPrN0.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303215'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084019484.cvCBBt.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303220'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084021343.xT7h2a.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303222'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084023113.XryEiE.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303224'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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 'ubuntu2404-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084022715.KdWhRy.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303224'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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 'ubuntu2404-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084027983.ccUFZm.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303229'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 'ubuntu2404-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084029841.l39zHr.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet8.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303231'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 'ubuntu2404-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084031688.UV4is2.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303233'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Ubuntu 24.04:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - Ubuntu 24.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084028218.S0874r.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303229'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084033246.hR4pWu.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303234'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084034962.O3o8Tg.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303236'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Debian 12:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084036619.R9isQO.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.20 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303237'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Debian 12:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084029692.TMKSEr.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303231'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084034700.1IFJk0.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.20 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303236'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084036424.m15PkD.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.19 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303237'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084038081.twebAG.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303239'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Ubuntu 22.04:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084027578.5SoODn.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303229'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084033118.kvMdqe.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303234'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084035057.vUrZnr.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303236'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084036915.hNto7w.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303238'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - OracleLinux 9:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - OracleLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084034697.YZC6vO.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303236'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084039745.aaIfnG.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303241'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084041588.WaXFjX.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303242'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084043386.xSQ9xC.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.28 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303244'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - OracleLinux 9:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - OracleLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084035154.z9Q0N2.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303236'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084040330.WRK2e0.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303241'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084042124.7AXtfi.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303243'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084043859.xfoMq7.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.20 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303245'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084036281.OcvfZp.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303237'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084041657.37X4QG.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303243'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084043636.R4xgZr.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303245'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084045555.sgiAdy.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303247'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084039202.T8MrpM.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303240'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084044254.YkplsE.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303245'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084046053.k42TfR.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303247'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084047758.hWbd5d.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303249'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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 'fedora40-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084039255.tDtzD8.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303240'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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 'fedora40-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084043696.E2wD1p.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303245'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 'fedora40-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084045550.BlQgua.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303246'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 'fedora40-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084047369.4bZLSc.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303248'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Fedora 40:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - Fedora 40
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084041224.mshU0w.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303242'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084045452.cNGaBh.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303246'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084047322.d1Bh7K.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.20 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303248'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084049101.rJPxo4.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303250'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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 'fedora40-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084042087.TAiodj.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet7.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303243'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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 'fedora40-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084047271.OaM8xq.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet7.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303248'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 'fedora40-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084049008.VojN3B.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303250'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Fedora 40:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 'fedora40-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084050676.nWayVM.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for fedora40-64-puppet7.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303251'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.03 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Fedora 40:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - Fedora 40
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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_084043171.rf7YFB.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303244'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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_084048779.9q76u6.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303250'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084050770.hVEoIW.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303252'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084052676.UppxkW.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303254'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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 'ubuntu2404-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084050103.DNPmfp.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303251'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
Puppet / Puppet 7 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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 'ubuntu2404-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084055351.kfFDNA.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303256'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
Puppet / Puppet 7 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
snapd class package resource hold until specified date 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 'ubuntu2404-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084057065.JgphGz.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303258'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Ubuntu 24.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 'ubuntu2404-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084058720.K7Aoib.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303260'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Error: undefined method `parse_time_from_options' for Class:Class
Error: /Stage[main]/Main/Package[hello-world]/mark: change from to 'hold' failed: undefined method `parse_time_from_options' for Class:Class
�[mNotice: Applied catalog in 0.01 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
Puppet / Puppet 7 - Ubuntu 24.04:
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
Puppet / Puppet 7 - Ubuntu 24.04
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|