Make provider holdable #235
Triggered via pull request
September 14, 2024 08:42
Status
Failure
Total duration
3m 55s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
81 errors
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_084507788.KCnmP5.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 '1726303509'
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 - 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_084513084.4JNKz7.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 '1726303514'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084516704.1b224m.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 '1726303518'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 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_084508400.M2Ilqt.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303509'
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_084513597.eX5VYq.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 '1726303514'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084517120.8rfKr4.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303518'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 - 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_084511094.OnGSFT.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 '1726303512'
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_084516306.hj8vnW.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 '1726303517'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084519986.ElPJe5.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 '1726303521'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 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_084513786.mZRDAG.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 '1726303515'
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_084518847.6Fix69.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 '1726303520'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084522355.s0JP13.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 '1726303523'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 - 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_084515842.S54a5W.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303517'
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_084521069.6S3XUq.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 '1726303522'
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 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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084524869.AGsTxg.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 '1726303526'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 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_084518317.zuGeld.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303519'
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 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_084523258.YnniTw.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303524'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084526590.PgLWSj.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 '1726303527'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 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_084522101.dNyi84.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 '1726303523'
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_084527010.LzdPWq.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 '1726303528'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084530386.MQssrt.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 '1726303531'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 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_084518976.ctkLAx.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 '1726303520'
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 - 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_084524524.RFZRJD.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303526'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084528392.CTEV5Z.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303529'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 - 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_084523496.EnEXVx.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 '1726303524'
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_084527476.QFdKRk.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 '1726303528'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084530892.2Q8ciu.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 '1726303532'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 - 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_084521980.k9kE1O.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 '1726303523'
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_084527192.ObP2Ta.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 '1726303528'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084530796.gEJcsB.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet8.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303532'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 - 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_084529613.uP0Nu3.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 '1726303530'
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_084534561.LYgKaK.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2404-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303535'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084537953.l2N9Uk.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 '1726303539'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 / 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_084533650.BKF8A8.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303535'
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_084539078.onjv00.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303540'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084542782.vqc7t0.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303544'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 - 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_084536178.rMljge.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 '1726303537'
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 - 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_084541550.TLJd6n.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 '1726303542'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084545294.UUn3rZ.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 '1726303546'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 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_084536484.yDiAmd.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303538'
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 - 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_084542331.QGmQ5T.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303543'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084546452.FywxtM.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303548'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 - 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_084548528.lxWr5l.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303549'
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_084553856.yeuNLv.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 '1726303555'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084557396.H3yeYk.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 '1726303558'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 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_084554823.1Yqlcf.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303556'
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 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_084600235.yXGFCb.pp
Last 10 lines of output were:
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1726303561'
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#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 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084603914.knmMzk.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 '1726303565'
Info: refresh-inhibit =
Info: refresh-inhibit =
Info: called hold
Info:
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[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: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 / Test suite
Process completed with exit code 1.
|