Release 10.0.0 #234
ci.yml
on: pull_request
Puppet
/
Static validations
37s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
8 errors
Puppet / 7 - Rocky 8
Process completed with exit code 1.
|
Puppet / 7 - Rocky 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.1.0/lib/voxpupuli/acceptance/examples.rb#L4
letsencrypt::plugin::dns_cloudflare 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 'rocky9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084227078.pp.4QRQTS
Last 10 lines of output were:
Error: /Stage[main]/Letsencrypt::Install/Package[letsencrypt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install certbot' returned 1: Error: Error downloading packages:
python3-configobj-5.0.6-25.el9.noarch: Cannot download, all mirrors were already tried without success
�[mNotice: /Stage[main]/Letsencrypt::Renew/File[letsencrypt-renewal-hooks-puppet]: Dependency Package[letsencrypt] has failures: true
Warning: /Stage[main]/Letsencrypt::Renew/File[letsencrypt-renewal-hooks-puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Letsencrypt::Renew/Cron[letsencrypt-renew]: Skipping because of failed dependencies
Info: Class[Letsencrypt]: Unscheduling all events on Class[Letsencrypt]
Warning: /Stage[main]/Letsencrypt::Plugin::Dns_cloudflare/Package[python3-certbot-dns-cloudflare]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Warning: /Stage[main]/Letsencrypt::Plugin::Dns_cloudflare/File[/etc/letsencrypt/dns-cloudflare.ini]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 32.39 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/letsencrypt_plugin_dns_cloudflare_spec.rb:6
|
Puppet / 7 - Rocky 9:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.1.0/lib/voxpupuli/acceptance/examples.rb#L8
letsencrypt::plugin::dns_cloudflare 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 'rocky9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084301854.pp.slhVRG
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1695804183'
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install certbot' returned 1: Error: Failed to download metadata for repo 'appstream': repomd.xml parser error: Element <repomd> was not found - Bad repomd file
Error: /Stage[main]/Letsencrypt::Install/Package[letsencrypt]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install certbot' returned 1: Error: Failed to download metadata for repo 'appstream': repomd.xml parser error: Element <repomd> was not found - Bad repomd file
�[mNotice: /Stage[main]/Letsencrypt::Renew/File[letsencrypt-renewal-hooks-puppet]: Dependency Package[letsencrypt] has failures: true
Warning: /Stage[main]/Letsencrypt::Renew/File[letsencrypt-renewal-hooks-puppet]: Skipping because of failed dependencies
Warning: /Stage[main]/Letsencrypt::Renew/Cron[letsencrypt-renew]: Skipping because of failed dependencies
Warning: /Stage[main]/Letsencrypt::Plugin::Dns_cloudflare/Package[python3-certbot-dns-cloudflare]: Skipping because of failed dependencies
Warning: /Stage[main]/Letsencrypt::Plugin::Dns_cloudflare/File[/etc/letsencrypt/dns-cloudflare.ini]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 7.18 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/letsencrypt_plugin_dns_cloudflare_spec.rb:6
|
Puppet / 7 - Rocky 9:
spec/acceptance/letsencrypt_plugin_dns_cloudflare_spec.rb#L18
letsencrypt::plugin::dns_cloudflare File "/etc/letsencrypt/dns-cloudflare.ini" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/letsencrypt/dns-cloudflare.ini".file?` to be truthy, got false
|
Puppet / 7 - Rocky 9:
spec/acceptance/letsencrypt_plugin_dns_cloudflare_spec.rb#L19
letsencrypt::plugin::dns_cloudflare File "/etc/letsencrypt/dns-cloudflare.ini" is expected to be owned by "root"
Failure/Error: it { is_expected.to be_owned_by 'root' }
expected `File "/etc/letsencrypt/dns-cloudflare.ini".owned_by?("root")` to be truthy, got false
|
Puppet / 7 - Rocky 9:
spec/acceptance/letsencrypt_plugin_dns_cloudflare_spec.rb#L20
letsencrypt::plugin::dns_cloudflare File "/etc/letsencrypt/dns-cloudflare.ini" is expected to be grouped into "root"
Failure/Error: it { is_expected.to be_grouped_into 'root' }
expected `File "/etc/letsencrypt/dns-cloudflare.ini".grouped_into?("root")` to be truthy, got false
|
Puppet / 7 - Rocky 9:
spec/acceptance/letsencrypt_plugin_dns_cloudflare_spec.rb#L21
letsencrypt::plugin::dns_cloudflare File "/etc/letsencrypt/dns-cloudflare.ini" is expected to be mode 400
Failure/Error: it { is_expected.to be_mode 400 }
expected `File "/etc/letsencrypt/dns-cloudflare.ini".mode?(400)` to be truthy, got false
|
Puppet / 7 - Rocky 9
Process completed with exit code 1.
|