modulesync 7.2.0 #158
ci.yml
on: pull_request
Puppet
/
Static validations
27s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
16 errors
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_191807264.pp.2oHbax
Last 10 lines of output were:
Jan 19 19:19:43 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
�[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 94.62 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_191943614.pp.4fEwgn
Last 10 lines of output were:
Jan 19 19:19:46 ubuntu2204-64-puppet7.example.com Keepalived[1284]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:19:46 ubuntu2204-64-puppet7.example.com Keepalived[1284]: Warning - keepalived has no configuration to run
Jan 19 19:21:16 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:21:16 ubuntu2204-64-puppet7.example.com Keepalived[1284]: Stopping
Jan 19 19:21:16 ubuntu2204-64-puppet7.example.com Keepalived[1284]: CPU usage (self/children) user: 0.000121/0.000000 system: 0.004597/0.000000
Jan 19 19:21:16 ubuntu2204-64-puppet7.example.com Keepalived[1284]: Stopped Keepalived v2.2.4 (08/21,2021)
Jan 19 19:21:16 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:21:16 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
�[mNotice: Applied catalog in 90.99 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192116341.pp.wREGqX
Last 10 lines of output were:
Jan 19 19:22:48 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:22:48 ubuntu2204-64-puppet7.example.com Keepalived[1378]: Stopping
Jan 19 19:22:48 ubuntu2204-64-puppet7.example.com Keepalived[1378]: CPU usage (self/children) user: 0.004580/0.000000 system: 0.000000/0.000000
Jan 19 19:22:48 ubuntu2204-64-puppet7.example.com Keepalived[1378]: Stopped Keepalived v2.2.4 (08/21,2021)
Jan 19 19:22:48 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:22:48 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: 2.2.4]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: 2.2.4]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 91.07 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192305954.pp.POPhLM
Last 10 lines of output were:
Jan 19 19:22:52 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Got notification message from PID 1522, but reception only permitted for main PID 1521
Jan 19 19:22:52 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Assigned address 172.17.0.2 for interface eth0
Jan 19 19:22:52 ubuntu2204-64-puppet7.example.com systemd[1]: Started Keepalive Daemon (LVS and VRRP).
Jan 19 19:22:52 ubuntu2204-64-puppet7.example.com Keepalived[1521]: Startup complete
Jan 19 19:22:52 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Registering gratuitous ARP shared channel
Jan 19 19:22:52 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: (VI_50) removing VIPs.
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 91.96 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192439600.pp.o3l3Sx
Last 10 lines of output were:
Jan 19 19:22:56 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:22:56 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:22:56 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:22:56 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:22:56 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:23:01 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: (VI_50) Sending/queueing gratuitous ARPs on eth0 for 10.0.0.1
Jan 19 19:23:01 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:23:01 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1
�[mNotice: Applied catalog in 90.99 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192612441.pp.q5z2GF
Last 10 lines of output were:
Jan 19 19:23:09 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Deactivated successfully.
Jan 19 19:23:09 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped Keepalive Daemon (LVS and VRRP).
Jan 19 19:23:09 ubuntu2204-64-puppet7.example.com systemd[1]: Starting Keepalive Daemon (LVS and VRRP)...
Jan 19 19:23:09 ubuntu2204-64-puppet7.example.com Keepalived[1686]: Starting Keepalived v2.2.4 (08/21,2021)
�[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.97 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192745108.pp.Zb3Blt
Last 10 lines of output were:
Jan 19 19:27:47 ubuntu2204-64-puppet7.example.com Keepalived[1972]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:27:47 ubuntu2204-64-puppet7.example.com Keepalived[1972]: Warning - keepalived has no configuration to run
Jan 19 19:29:17 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:29:17 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:29:17 ubuntu2204-64-puppet7.example.com Keepalived[1972]: Stopping
Jan 19 19:29:17 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
Jan 19 19:29:17 ubuntu2204-64-puppet7.example.com Keepalived[1972]: CPU usage (self/children) user: 0.004433/0.000000 system: 0.000000/0.000000
Jan 19 19:29:17 ubuntu2204-64-puppet7.example.com Keepalived[1972]: Stopped Keepalived v2.2.4 (08/21,2021)
�[mNotice: Applied catalog in 91.06 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_191810545.pp.BxSXWv
Last 10 lines of output were:
Jan 19 19:19:47 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
�[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 94.41 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_191947802.pp.Rnd11A
Last 10 lines of output were:
Jan 19 19:19:51 ubuntu2204-64-puppet8.example.com Keepalived[1282]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:19:51 ubuntu2204-64-puppet8.example.com Keepalived[1282]: Warning - keepalived has no configuration to run
Jan 19 19:21:21 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:21:21 ubuntu2204-64-puppet8.example.com Keepalived[1282]: Stopping
Jan 19 19:21:21 ubuntu2204-64-puppet8.example.com Keepalived[1282]: CPU usage (self/children) user: 0.004542/0.000000 system: 0.000000/0.000000
Jan 19 19:21:21 ubuntu2204-64-puppet8.example.com Keepalived[1282]: Stopped Keepalived v2.2.4 (08/21,2021)
Jan 19 19:21:21 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:21:21 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
�[mNotice: Applied catalog in 90.94 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192121537.pp.4xA30m
Last 10 lines of output were:
Jan 19 19:22:55 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:22:55 ubuntu2204-64-puppet8.example.com Keepalived[1376]: Stopping
Jan 19 19:22:55 ubuntu2204-64-puppet8.example.com Keepalived[1376]: CPU usage (self/children) user: 0.000131/0.000000 system: 0.004812/0.000000
Jan 19 19:22:55 ubuntu2204-64-puppet8.example.com Keepalived[1376]: Stopped Keepalived v2.2.4 (08/21,2021)
Jan 19 19:22:55 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:22:55 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: 2.2.4]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: 2.2.4]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 90.89 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192314499.pp.0Rs434
Last 10 lines of output were:
Jan 19 19:23:00 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: (VI_50) Entering BACKUP STATE (init)
Jan 19 19:23:00 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: VRRP sockpool: [ifindex( 18), family(IPv4), proto(112), fd(14,15)]
Jan 19 19:23:03 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: (VI_50) Receive advertisement timeout
Jan 19 19:23:03 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: (VI_50) Entering MASTER STATE
Jan 19 19:23:03 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: (VI_50) setting VIPs.
Jan 19 19:23:03 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: (VI_50) Sending/queueing gratuitous ARPs on eth0 for 10.0.0.1
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 92.11 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192449544.pp.FlEIS5
Last 10 lines of output were:
Jan 19 19:23:08 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:23:08 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:23:08 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:23:08 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:23:08 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: Sending gratuitous ARP on eth0 for 10.0.0.1
Jan 19 19:23:18 ubuntu2204-64-puppet8.example.com Keepalived[1519]: Stopping
Jan 19 19:23:18 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1520]: (VI_50) sent 0 priority
Jan 19 19:23:18 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping Keepalive Daemon (LVS and VRRP)...
�[mNotice: Applied catalog in 90.92 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192623376.pp.sbHErR
Last 10 lines of output were:
Jan 19 19:23:19 ubuntu2204-64-puppet8.example.com Keepalived[1684]: Opening file '/etc/keepalived/keepalived.conf'.
Jan 19 19:23:19 ubuntu2204-64-puppet8.example.com Keepalived[1684]: Configuration file /etc/keepalived/keepalived.conf
Jan 19 19:23:19 ubuntu2204-64-puppet8.example.com Keepalived[1684]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:23:19 ubuntu2204-64-puppet8.example.com Keepalived[1684]: Warning - keepalived has no configuration to run
�[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 91.01 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04:
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 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192757048.pp.9EmSZ4
Last 10 lines of output were:
Jan 19 19:28:00 ubuntu2204-64-puppet8.example.com Keepalived[1970]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Jan 19 19:28:00 ubuntu2204-64-puppet8.example.com Keepalived[1970]: Warning - keepalived has no configuration to run
Jan 19 19:29:30 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Jan 19 19:29:30 ubuntu2204-64-puppet8.example.com Keepalived[1970]: Stopping
Jan 19 19:29:30 ubuntu2204-64-puppet8.example.com Keepalived[1970]: CPU usage (self/children) user: 0.000102/0.000000 system: 0.004705/0.000000
Jan 19 19:29:30 ubuntu2204-64-puppet8.example.com Keepalived[1970]: Stopped Keepalived v2.2.4 (08/21,2021)
Jan 19 19:29:30 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Jan 19 19:29:30 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP).
�[mNotice: Applied catalog in 90.90 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|