Add EL9 support #160
ci.yml
on: pull_request
Puppet
/
Static validations
28s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
16 errors
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L17
keepalived class with default parameters works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193718872.pp.xVW19C
Last 10 lines of output were:
Jan 19 19:38:57 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Triggered 'refresh' from 1 event
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: ]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: ]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 97.13 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L21
keepalived class with default parameters works idempotently
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193857697.pp.x8fz8I
Last 10 lines of output were:
Jan 19 19:38:59 centos9-64-puppet7.example.com Keepalived[819]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:38:59 centos9-64-puppet7.example.com Keepalived[819]: Warning - keepalived has no configuration to run
Jan 19 19:40:29 centos9-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:40:29 centos9-64-puppet7.example.com Keepalived[819]: Stopping
Jan 19 19:40:29 centos9-64-puppet7.example.com Keepalived[819]: CPU usage (self/children) user: 0.005327/0.000000 system: 0.000000/0.000000
Jan 19 19:40:29 centos9-64-puppet7.example.com Keepalived[819]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:40:29 centos9-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:40:29 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: Applied catalog in 90.28 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L30
keepalived class with default parameters creates fact keepalived_version
Failure/Error: service_fact = apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194029668.pp.rBwsAM
Last 10 lines of output were:
Jan 19 19:42:01 centos9-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:42:01 centos9-64-puppet7.example.com Keepalived[960]: Stopping
Jan 19 19:42:01 centos9-64-puppet7.example.com Keepalived[960]: CPU usage (self/children) user: 0.004968/0.000000 system: 0.000000/0.000000
Jan 19 19:42:01 centos9-64-puppet7.example.com Keepalived[960]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:42:01 centos9-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:42:01 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: 2.2.8]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: 2.2.8]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 90.27 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L97
keepalived class on master with globalconf works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194216457.pp.SA7v6i
Last 10 lines of output were:
Jan 19 19:42:04 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Assigned address 172.17.0.2 for interface eth0
Jan 19 19:42:04 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Registering gratuitous ARP shared channel
Jan 19 19:42:04 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: (VI_50) removing VIPs.
Jan 19 19:42:04 centos9-64-puppet7.example.com Keepalived[1267]: Startup complete
Jan 19 19:42:04 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: (VI_50) Entering BACKUP STATE (init)
Jan 19 19:42:04 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: VRRP sockpool: [ifindex( 14), family(IPv4), proto(112), fd(12,13) multicast, address(224.0.0.18)]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 91.24 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L101
keepalived class on master with globalconf works idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194349427.pp.UG4Uer
Last 10 lines of output were:
Jan 19 19:42:07 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:07 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:07 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:07 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:12 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: (VI_50) Sending/queueing gratuitous ARPs on eth0 for 10.0.0.1
Jan 19 19:42:12 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:12 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:12 centos9-64-puppet7.example.com Keepalived_vrrp[1268]: Sending gratuitous ARP on eth0 for 10.0.0.1
�[mNotice: Applied catalog in 90.35 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L127
keepalived class with unmanaged external config works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194521524.pp.4yk2BJ
Last 10 lines of output were:
Jan 19 19:42:19 centos9-64-puppet7.example.com systemd[1]: Stopped LVS and VRRP High Availability Monitor.
Jan 19 19:42:19 centos9-64-puppet7.example.com systemd[1]: Starting LVS and VRRP High Availability Monitor...
Jan 19 19:42:19 centos9-64-puppet7.example.com Keepalived[1624]: Starting Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:42:19 centos9-64-puppet7.example.com Keepalived[1624]: Running on Linux 5.15.0-1053-azure #61~20.04.1-Ubuntu SMP Tue Nov 21 17:50:57 UTC 2023 (built for Linux 5.14.0)
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Triggered 'refresh' from 2 events
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 90.28 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L131
keepalived class with unmanaged external config works idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194653435.pp.waZajI
Last 10 lines of output were:
Jan 19 19:46:55 centos9-64-puppet7.example.com Keepalived[2080]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:46:55 centos9-64-puppet7.example.com Keepalived[2080]: Warning - keepalived has no configuration to run
Jan 19 19:48:25 centos9-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:48:25 centos9-64-puppet7.example.com Keepalived[2080]: Stopping
Jan 19 19:48:25 centos9-64-puppet7.example.com Keepalived[2080]: CPU usage (self/children) user: 0.000080/0.000000 system: 0.004717/0.000000
Jan 19 19:48:25 centos9-64-puppet7.example.com Keepalived[2080]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:48:25 centos9-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:48:25 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: Applied catalog in 90.37 seconds
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L17
keepalived class with default parameters works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193712020.pp.deM7hD
Last 10 lines of output were:
Jan 19 19:39:01 centos9-64-puppet8.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Triggered 'refresh' from 1 event
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: ]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: ]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 106.61 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L21
keepalived class with default parameters works idempotently
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_193901286.pp.TQD7Zv
Last 10 lines of output were:
Jan 19 19:39:04 centos9-64-puppet8.example.com Keepalived[820]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:39:04 centos9-64-puppet8.example.com Keepalived[820]: Warning - keepalived has no configuration to run
Jan 19 19:40:34 centos9-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:40:34 centos9-64-puppet8.example.com Keepalived[820]: Stopping
Jan 19 19:40:34 centos9-64-puppet8.example.com Keepalived[820]: CPU usage (self/children) user: 0.000096/0.000000 system: 0.005139/0.000000
Jan 19 19:40:34 centos9-64-puppet8.example.com Keepalived[820]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:40:34 centos9-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:40:34 centos9-64-puppet8.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: Applied catalog in 90.25 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L30
keepalived class with default parameters creates fact keepalived_version
Failure/Error: service_fact = apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194034249.pp.VbyO2z
Last 10 lines of output were:
Jan 19 19:42:07 centos9-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:42:07 centos9-64-puppet8.example.com Keepalived[961]: Stopping
Jan 19 19:42:07 centos9-64-puppet8.example.com Keepalived[961]: CPU usage (self/children) user: 0.000083/0.000000 system: 0.004807/0.000000
Jan 19 19:42:07 centos9-64-puppet8.example.com Keepalived[961]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:42:07 centos9-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:42:07 centos9-64-puppet8.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: 2.2.8]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: 2.2.8]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 90.33 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L97
keepalived class on master with globalconf works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194223884.pp.7DI0if
Last 10 lines of output were:
Jan 19 19:42:10 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Assigned address 172.17.0.2 for interface eth0
Jan 19 19:42:10 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Registering gratuitous ARP shared channel
Jan 19 19:42:10 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: (VI_50) removing VIPs.
Jan 19 19:42:10 centos9-64-puppet8.example.com Keepalived[1268]: Startup complete
Jan 19 19:42:10 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: (VI_50) Entering BACKUP STATE (init)
Jan 19 19:42:10 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: VRRP sockpool: [ifindex( 14), family(IPv4), proto(112), fd(12,13) multicast, address(224.0.0.18)]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 91.19 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L101
keepalived class on master with globalconf works idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194357765.pp.kPVFld
Last 10 lines of output were:
Jan 19 19:42:14 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:14 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:14 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:14 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:19 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: (VI_50) Sending/queueing gratuitous ARPs on eth0 for 10.0.0.1
Jan 19 19:42:19 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:19 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:42:19 centos9-64-puppet8.example.com Keepalived_vrrp[1269]: Sending gratuitous ARP on eth0 for 10.0.0.1
�[mNotice: Applied catalog in 90.22 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L127
keepalived class with unmanaged external config works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194530871.pp.LoMZBj
Last 10 lines of output were:
Jan 19 19:42:27 centos9-64-puppet8.example.com systemd[1]: Stopped LVS and VRRP High Availability Monitor.
Jan 19 19:42:27 centos9-64-puppet8.example.com systemd[1]: Starting LVS and VRRP High Availability Monitor...
Jan 19 19:42:27 centos9-64-puppet8.example.com Keepalived[1625]: Starting Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:42:27 centos9-64-puppet8.example.com Keepalived[1625]: Running on Linux 5.15.0-1053-azure #61~20.04.1-Ubuntu SMP Tue Nov 21 17:50:57 UTC 2023 (built for Linux 5.14.0)
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Triggered 'refresh' from 2 events
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 90.17 seconds
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L131
keepalived class with unmanaged external config works idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_194703768.pp.kF6oM9
Last 10 lines of output were:
Jan 19 19:47:06 centos9-64-puppet8.example.com Keepalived[2081]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:47:06 centos9-64-puppet8.example.com Keepalived[2081]: Warning - keepalived has no configuration to run
Jan 19 19:48:36 centos9-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:48:36 centos9-64-puppet8.example.com Keepalived[2081]: Stopping
Jan 19 19:48:36 centos9-64-puppet8.example.com Keepalived[2081]: CPU usage (self/children) user: 0.000103/0.000000 system: 0.005003/0.000000
Jan 19 19:48:36 centos9-64-puppet8.example.com Keepalived[2081]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Jan 19 19:48:36 centos9-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:48:36 centos9-64-puppet8.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: Applied catalog in 90.28 seconds
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|