Skip to content

Add acceptance test for aptly::mirror #49

Add acceptance test for aptly::mirror

Add acceptance test for aptly::mirror #49

Triggered via pull request February 27, 2024 14:57
@bastelfreakbastelfreak
synchronize #18
modulesync
Status Failure
Total duration 2m 57s
Artifacts

ci.yml

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

Annotations

16 errors
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
aptly class mirror behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_145913807.pp.pGSuJm Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Info: Aptly::Mirror[puppetlabs]: Unscheduling all events on Aptly::Mirror[puppetlabs] Info: Class[Main]: Unscheduling all events on Class[Main] Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] �[mNotice: Applied catalog in 1.94 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
aptly class mirror 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_145920407.pp.DIDOCL Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Downloading https://apt.puppet.com/dists/bookworm/InRelease... �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Success downloading https://apt.puppet.com/dists/bookworm/InRelease �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] �[mNotice: Applied catalog in 1.14 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 7 - Ubuntu 22.04: spec/acceptance/basic_spec.rb#L60
aptly class mirror Command "aptly mirror show puppetlabs" stdout is expected to match /Archive Root URL: https:\/\/apt.puppet.com\// Failure/Error: its(:stdout) { is_expected.to match %r{Archive Root URL: https://apt.puppet.com/} } expected "" to match /Archive Root URL: https:\/\/apt.puppet.com\// Diff: @@ -1 +1 @@ -/Archive Root URL: https:\/\/apt.puppet.com\// +""
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
aptly class mirror behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_145915522.pp.y8xyMS Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Info: Aptly::Mirror[puppetlabs]: Unscheduling all events on Aptly::Mirror[puppetlabs] Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 2.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
aptly class mirror 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_145923360.pp.fDGdP9 Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Downloading https://apt.puppet.com/dists/bookworm/InRelease... �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Success downloading https://apt.puppet.com/dists/bookworm/InRelease �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] �[mNotice: Applied catalog in 1.28 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/basic_spec.rb#L60
aptly class mirror Command "aptly mirror show puppetlabs" stdout is expected to match /Archive Root URL: https:\/\/apt.puppet.com\// Failure/Error: its(:stdout) { is_expected.to match %r{Archive Root URL: https://apt.puppet.com/} } expected "" to match /Archive Root URL: https:\/\/apt.puppet.com\// Diff: @@ -1 +1 @@ -/Archive Root URL: https:\/\/apt.puppet.com\// +""
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
aptly class mirror behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_145927459.pp.nYZqMA Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Info: Aptly::Mirror[puppetlabs]: Unscheduling all events on Aptly::Mirror[puppetlabs] Info: Class[Main]: Unscheduling all events on Class[Main] Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] �[mNotice: Applied catalog in 2.51 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
aptly class mirror 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_145935139.pp.akZQZQ Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Downloading https://apt.puppet.com/dists/bookworm/InRelease... �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Success downloading https://apt.puppet.com/dists/bookworm/InRelease �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] �[mNotice: Applied catalog in 1.49 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/basic_spec.rb#L60
aptly class mirror Command "aptly mirror show puppetlabs" stdout is expected to match /Archive Root URL: https:\/\/apt.puppet.com\// Failure/Error: its(:stdout) { is_expected.to match %r{Archive Root URL: https://apt.puppet.com/} } expected "" to match /Archive Root URL: https:\/\/apt.puppet.com\// Diff: @@ -1 +1 @@ -/Archive Root URL: https:\/\/apt.puppet.com\// +""
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
aptly class mirror behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_145945936.pp.UwdY0Q Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Info: Aptly::Mirror[puppetlabs]: Unscheduling all events on Aptly::Mirror[puppetlabs] Info: Class[Main]: Unscheduling all events on Class[Main] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] �[mNotice: Applied catalog in 2.54 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
aptly class mirror 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_145955081.pp.yeCGQj Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Downloading https://apt.puppet.com/dists/bookworm/InRelease... �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: Success downloading https://apt.puppet.com/dists/bookworm/InRelease �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: can't allocate lock for '/root/.gnupg/trustedkeys.gpg' �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Signature made Mon 12 Feb 2024 10:12:22 PM UTC �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: using RSA key 4528B6CD9E61EF26 �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: gpgv: Good signature from "Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com>" �[mNotice: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: ERROR: unable to fetch mirror: component main not available in repo [puppetlabs]: https://apt.puppet.com/ bookworm, use -force-components to override Error: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] Error: /Stage[main]/Main/Aptly::Mirror[puppetlabs]/Exec[aptly_mirror_create-puppetlabs]/returns: change from 'notrun' to ['0'] failed: '/usr/bin/aptly -config /etc/aptly.conf mirror create -with-sources=false -with-udebs=false puppetlabs https://apt.puppet.com/ bookworm main dependencies' returned 1 instead of one of [0] �[mNotice: Applied catalog in 1.46 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:37
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/basic_spec.rb#L60
aptly class mirror Command "aptly mirror show puppetlabs" stdout is expected to match /Archive Root URL: https:\/\/apt.puppet.com\// Failure/Error: its(:stdout) { is_expected.to match %r{Archive Root URL: https://apt.puppet.com/} } expected "" to match /Archive Root URL: https:\/\/apt.puppet.com\// Diff: @@ -1 +1 @@ -/Archive Root URL: https:\/\/apt.puppet.com\// +""
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.