Skip to content

Remove legacy top-scope syntax #153

Remove legacy top-scope syntax

Remove legacy top-scope syntax #153

Triggered via pull request November 23, 2023 02:52
Status Failure
Total duration 14m 5s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
25s
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
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_025455691.pp.wOCyVW Last 10 lines of output were: Nov 23 02:56:34 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 Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml Warning: /Stage[main]/Main/Notify[Keepalived version was: ]: Skipping because of failed dependencies �[mNotice: Applied catalog in 96.97 seconds
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_025634370.pp.EYbSbk Last 10 lines of output were: Nov 23 02:56:36 ubuntu2204-64-puppet7.example.com Keepalived[1284]: NOTICE: setting config option max_auto_priority should result in better keepalived performance Nov 23 02:56:36 ubuntu2204-64-puppet7.example.com Keepalived[1284]: Warning - keepalived has no configuration to run Nov 23 02:58:06 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating. Nov 23 02:58:06 ubuntu2204-64-puppet7.example.com Keepalived[1284]: Stopping Nov 23 02:58:06 ubuntu2204-64-puppet7.example.com Keepalived[1284]: CPU usage (self/children) user: 0.000113/0.000000 system: 0.004553/0.000000 Nov 23 02:58:06 ubuntu2204-64-puppet7.example.com Keepalived[1284]: Stopped Keepalived v2.2.4 (08/21,2021) Nov 23 02:58:06 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'. Nov 23 02:58:06 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP). �[mNotice: Applied catalog in 91.06 seconds
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_025807076.pp.1qQlit Last 10 lines of output were: Nov 23 02:59:39 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating. Nov 23 02:59:39 ubuntu2204-64-puppet7.example.com Keepalived[1378]: Stopping Nov 23 02:59:39 ubuntu2204-64-puppet7.example.com Keepalived[1378]: CPU usage (self/children) user: 0.004514/0.000000 system: 0.000000/0.000000 Nov 23 02:59:39 ubuntu2204-64-puppet7.example.com Keepalived[1378]: Stopped Keepalived v2.2.4 (08/21,2021) Nov 23 02:59:39 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'. Nov 23 02:59:39 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 90.83 seconds
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_025955901.pp.oZtiKT Last 10 lines of output were: Nov 23 02:59:43 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Got notification message from PID 1522, but reception only permitted for main PID 1521 Nov 23 02:59:43 ubuntu2204-64-puppet7.example.com Keepalived[1521]: Startup complete Nov 23 02:59:43 ubuntu2204-64-puppet7.example.com systemd[1]: Started Keepalive Daemon (LVS and VRRP). Nov 23 02:59:43 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Assigned address 172.17.0.2 for interface eth0 Nov 23 02:59:43 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Registering gratuitous ARP shared channel Nov 23 02:59:43 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 92.01 seconds
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_030129576.pp.DWsl2c Last 10 lines of output were: Nov 23 02:59:46 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 02:59:46 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 02:59:46 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 02:59:46 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 02:59:46 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 02:59:51 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: (VI_50) Sending/queueing gratuitous ARPs on eth0 for 10.0.0.1 Nov 23 02:59:51 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 02:59:51 ubuntu2204-64-puppet7.example.com Keepalived_vrrp[1522]: Sending gratuitous ARP on eth0 for 10.0.0.1 �[mNotice: Applied catalog in 90.84 seconds
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_030302172.pp.HU1wsw Last 10 lines of output were: Nov 23 02:59:59 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Deactivated successfully. Nov 23 02:59:59 ubuntu2204-64-puppet7.example.com systemd[1]: Stopped Keepalive Daemon (LVS and VRRP). Nov 23 02:59:59 ubuntu2204-64-puppet7.example.com systemd[1]: Starting Keepalive Daemon (LVS and VRRP)... Nov 23 02:59:59 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.99 seconds
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_030434848.pp.u2Fg3r Last 10 lines of output were: Nov 23 03:04:37 ubuntu2204-64-puppet7.example.com Keepalived[1972]: NOTICE: setting config option max_auto_priority should result in better keepalived performance Nov 23 03:04:37 ubuntu2204-64-puppet7.example.com Keepalived[1972]: Warning - keepalived has no configuration to run Nov 23 03:06:07 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating. Nov 23 03:06:07 ubuntu2204-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'. Nov 23 03:06:07 ubuntu2204-64-puppet7.example.com Keepalived[1972]: Stopping Nov 23 03:06:07 ubuntu2204-64-puppet7.example.com Keepalived[1972]: CPU usage (self/children) user: 0.004628/0.000000 system: 0.000000/0.000000 Nov 23 03:06:07 ubuntu2204-64-puppet7.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP). Nov 23 03:06:07 ubuntu2204-64-puppet7.example.com Keepalived[1972]: Stopped Keepalived v2.2.4 (08/21,2021) �[mNotice: Applied catalog in 90.85 seconds
Puppet / 7 - Ubuntu 22.04
Process completed with exit code 1.
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_025521852.pp.JnvHWT Last 10 lines of output were: Nov 23 02:56:59 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.75 seconds
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_025659256.pp.MSUeJf Last 10 lines of output were: Nov 23 02:57:02 ubuntu2204-64-puppet8.example.com Keepalived[1276]: NOTICE: setting config option max_auto_priority should result in better keepalived performance Nov 23 02:57:02 ubuntu2204-64-puppet8.example.com Keepalived[1276]: Warning - keepalived has no configuration to run Nov 23 02:58:32 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating. Nov 23 02:58:32 ubuntu2204-64-puppet8.example.com Keepalived[1276]: Stopping Nov 23 02:58:32 ubuntu2204-64-puppet8.example.com Keepalived[1276]: CPU usage (self/children) user: 0.004481/0.000000 system: 0.000000/0.000000 Nov 23 02:58:32 ubuntu2204-64-puppet8.example.com Keepalived[1276]: Stopped Keepalived v2.2.4 (08/21,2021) Nov 23 02:58:32 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'. Nov 23 02:58:32 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP). �[mNotice: Applied catalog in 90.89 seconds
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_025832689.pp.DOeZVj Last 10 lines of output were: Nov 23 03:00:06 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating. Nov 23 03:00:06 ubuntu2204-64-puppet8.example.com Keepalived[1367]: Stopping Nov 23 03:00:06 ubuntu2204-64-puppet8.example.com Keepalived[1367]: CPU usage (self/children) user: 0.000100/0.000000 system: 0.004367/0.000000 Nov 23 03:00:06 ubuntu2204-64-puppet8.example.com Keepalived[1367]: Stopped Keepalived v2.2.4 (08/21,2021) Nov 23 03:00:06 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'. Nov 23 03:00:06 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.91 seconds
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_030024387.pp.50cqiR Last 10 lines of output were: Nov 23 03:00:10 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: Got notification message from PID 1510, but reception only permitted for main PID 1509 Nov 23 03:00:10 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: Assigned address 172.17.0.2 for interface eth0 Nov 23 03:00:10 ubuntu2204-64-puppet8.example.com Keepalived[1509]: Startup complete Nov 23 03:00:10 ubuntu2204-64-puppet8.example.com systemd[1]: Started Keepalive Daemon (LVS and VRRP). Nov 23 03:00:10 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: Registering gratuitous ARP shared channel Nov 23 03:00:10 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: (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.98 seconds
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_030158950.pp.zvtjY9 Last 10 lines of output were: Nov 23 03:00:19 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 03:00:19 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 03:00:19 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 03:00:19 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 03:00:19 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: Sending gratuitous ARP on eth0 for 10.0.0.1 Nov 23 03:00:27 ubuntu2204-64-puppet8.example.com Keepalived[1509]: Stopping Nov 23 03:00:27 ubuntu2204-64-puppet8.example.com Keepalived_vrrp[1510]: (VI_50) sent 0 priority Nov 23 03:00:27 ubuntu2204-64-puppet8.example.com systemd[1]: Stopping Keepalive Daemon (LVS and VRRP)... �[mNotice: Applied catalog in 91.01 seconds
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_030332785.pp.7wzK0n Last 10 lines of output were: Nov 23 03:00:28 ubuntu2204-64-puppet8.example.com Keepalived[1668]: Opening file '/etc/keepalived/keepalived.conf'. Nov 23 03:00:28 ubuntu2204-64-puppet8.example.com Keepalived[1668]: Configuration file /etc/keepalived/keepalived.conf Nov 23 03:00:28 ubuntu2204-64-puppet8.example.com Keepalived[1668]: NOTICE: setting config option max_auto_priority should result in better keepalived performance Nov 23 03:00:28 ubuntu2204-64-puppet8.example.com Keepalived[1668]: 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.00 seconds
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_030506473.pp.a8Vjgr Last 10 lines of output were: Nov 23 03:05:09 ubuntu2204-64-puppet8.example.com Keepalived[1945]: NOTICE: setting config option max_auto_priority should result in better keepalived performance Nov 23 03:05:09 ubuntu2204-64-puppet8.example.com Keepalived[1945]: Warning - keepalived has no configuration to run Nov 23 03:06:39 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: start operation timed out. Terminating. Nov 23 03:06:39 ubuntu2204-64-puppet8.example.com systemd[1]: keepalived.service: Failed with result 'timeout'. Nov 23 03:06:39 ubuntu2204-64-puppet8.example.com Keepalived[1945]: Stopping Nov 23 03:06:39 ubuntu2204-64-puppet8.example.com systemd[1]: Failed to start Keepalive Daemon (LVS and VRRP). Nov 23 03:06:39 ubuntu2204-64-puppet8.example.com Keepalived[1945]: CPU usage (self/children) user: 0.000000/0.000000 system: 0.004847/0.000000 Nov 23 03:06:39 ubuntu2204-64-puppet8.example.com Keepalived[1945]: Stopped Keepalived v2.2.4 (08/21,2021) �[mNotice: Applied catalog in 90.86 seconds
Puppet / 8 - Ubuntu 22.04
Process completed with exit code 1.