Allow to install caddy from repos #96
Annotations
5 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
class caddy: when installing from repo behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2404-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091145619.xiKKnD.pp
Last 10 lines of output were:
Warning: /Stage[main]/Caddy::Config/File[/etc/ssl/caddy]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/var/log/caddy]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/etc/caddy]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/etc/caddy/Caddyfile]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/etc/caddy/config]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Service/Systemd::Unit_file[caddy.service]/File[/etc/systemd/system/caddy.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Service/Systemd::Unit_file[caddy.service]/Systemd::Daemon_reload[caddy.service]/Exec[systemd-caddy.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Service/Service[caddy]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 3.56 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:71
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
class caddy: when installing from repo behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2404-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_091153379.GK8OYO.pp
Last 10 lines of output were:
Warning: /Stage[main]/Caddy::Config/File[/var/lib/caddy]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/etc/ssl/caddy]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/var/log/caddy]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/etc/caddy]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/etc/caddy/Caddyfile]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Config/File[/etc/caddy/config]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Service/Systemd::Unit_file[caddy.service]/File[/etc/systemd/system/caddy.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Service/Systemd::Unit_file[caddy.service]/Systemd::Daemon_reload[caddy.service]/Exec[systemd-caddy.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Caddy::Service/Service[caddy]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.54 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/init_spec.rb:71
|
Run tests:
spec/acceptance/init_spec.rb#L83
class caddy: when installing from repo Command "caddy version" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Run tests:
spec/acceptance/init_spec.rb#L84
class caddy: when installing from repo Command "caddy version" stdout is expected to start with "v2.8.4"
Failure/Error: its(:stdout) { is_expected.to start_with "v#{use_version}" }
expected "" to start with "v2.8.4"
|
Run tests
Process completed with exit code 1.
|
Loading