Skip to content

Add AlmaLinux 8 & 9 support #1038

Add AlmaLinux 8 & 9 support

Add AlmaLinux 8 & 9 support #1038

Triggered via pull request July 16, 2024 19:40
Status Cancelled
Total duration 5m 41s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
13s
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 and 8 warnings
Puppet / Puppet 7 - AlmaLinux 8
Canceling since a higher priority waiting request for '254/merge' exists
Puppet / Puppet 7 - AlmaLinux 8: 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
Puppet / Puppet 7 - AlmaLinux 8: 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
Puppet / Puppet 7 - AlmaLinux 8: 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
Puppet / Puppet 7 - AlmaLinux 8: 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
Puppet / Puppet 7 - AlmaLinux 8: 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
Puppet / Puppet 7 - AlmaLinux 8: 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
Puppet / Puppet 7 - AlmaLinux 8
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 8
Canceling since a higher priority waiting request for '254/merge' exists
Puppet / Puppet 8 - AlmaLinux 8: 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194209691.n4lScX.pp Last 10 lines of output were: Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 16.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 17.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 18.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 19.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.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.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Puppet 8 - AlmaLinux 8: 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-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194343824.BZJQpy.pp Last 10 lines of output were: Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: none:106: 'max-cache-size 90%' - setting to 14392MB (out of 15991MB) Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: set up managed keys zone for view _default, file 'managed-keys.bind' Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 10.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 16.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 17.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 18.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 19.172.IN-ADDR.ARPA Jul 16 19:42:13 almalinux8-64-puppet8.example.com named[1011]: automatic empty zone: 20.172.IN-ADDR.ARPA �[mNotice: Applied catalog in 90.41 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Puppet 8 - AlmaLinux 8: 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
Puppet / Puppet 8 - AlmaLinux 8: 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
Puppet / Puppet 8 - AlmaLinux 8: 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
Puppet / Puppet 8 - AlmaLinux 8: 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
Puppet / Puppet 8 - AlmaLinux 8
The operation was canceled.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system RedHat 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 8
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Fedora 37
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Fedora 38
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Debian 10
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 11