Add AlmaLinux 8 & 9 support #1038
Annotations
8 errors
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind 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 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194207680.uhikVZ.pp
Last 10 lines of output were:
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 16.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 17.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 18.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 19.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 20.172.IN-ADDR.ARPA
�[mNotice: /Stage[main]/Dns::Service/Service[named]: Triggered 'refresh' from 1 event
Info: Class[Dns::Service]: Unscheduling all events on Class[Dns::Service]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 91.87 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install bind 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 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194341611.a32lAP.pp
Last 10 lines of output were:
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: none:106: 'max-cache-size 90%' - setting to 14392MB (out of 15991MB)
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: set up managed keys zone for view _default, file 'managed-keys.bind'
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 10.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 16.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 17.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 18.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 19.172.IN-ADDR.ARPA
Jul 16 19:42:11 almalinux8-64-puppet7.example.com named[1011]: automatic empty zone: 20.172.IN-ADDR.ARPA
�[mNotice: Applied catalog in 90.24 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
|
spec/acceptance/dns_spec.rb#L21
Scenario: install bind Service "named" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "named" to be enabled
|
spec/acceptance/dns_spec.rb#L22
Scenario: install bind Service "named" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "named" to be running
|
spec/acceptance/dns_spec.rb#L26
Scenario: install bind Port "53" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "53" to be listening
|
spec/acceptance/dns_spec.rb#L30
Scenario: install bind Command "dig +short SOA example.com @localhost" stdout is expected to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n"
Failure/Error: its(:stdout) { is_expected.to match("ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n") }
expected ";; connection timed out; no servers could be reached\n" to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n"
Diff:
@@ -1 +1 @@
-ns1.example.com. root.example.com. 1 86400 3600 604800 3600
+;; connection timed out; no servers could be reached
|
|
This job was cancelled
Loading