Skip to content

Drop EoL EL8 / Ubuntu 20.04 / Debian 11 Support #1698

Drop EoL EL8 / Ubuntu 20.04 / Debian 11 Support

Drop EoL EL8 / Ubuntu 20.04 / Debian 11 Support #1698

Triggered via pull request December 18, 2024 14:31
Status Cancelled
Total duration 23m 33s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
33s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
3s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

33 errors
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L19
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L20
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args is expected to contain Foreman::Plugin[remote_execution-cockpit] that notifies Class[foreman::service] Failure/Error: it { is_expected.to contain_foreman__plugin('remote_execution-cockpit').that_notifies("Class[foreman::service]") } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L21
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args contains dependencies Failure/Error: is_expected.to contain_foreman__plugin('remote_execution') Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L26
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args is expected to contain Service[foreman-cockpit] with ensure => "running" and enable => "true" Failure/Error: it { is_expected.to contain_service('foreman-cockpit').with_ensure('running').with_enable('true') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L28
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args is expected to contain Foreman_config_entry[remote_execution_cockpit_url] that requires Class[foreman::database] and Foreman::Plugin[remote_execution-cockpit] Failure/Error: is_expected.to contain_foreman_config_entry('remote_execution_cockpit_url') .that_requires(['Class[foreman::database]', 'Foreman::Plugin[remote_execution-cockpit]']) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L33
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args creates configs Failure/Error: is_expected.to contain_file('/etc/foreman/cockpit/cockpit.conf') .with_ensure('file') .with_content([ '[WebService]', 'LoginTitle = Foreman Cockpit', 'UrlRoot = /webcon/', 'Origins = https://foreman.example.com', '', '[Bearer]', 'Action = remote-login-ssh', Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 with default args configures apache Failure/Error: is_expected.to contain_class('apache::mod::proxy_http') Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L83
foreman::plugin::remote_execution::cockpit on almalinux-9-x86_64 specifying origins creates configs Failure/Error: is_expected.to contain_file('/etc/foreman/cockpit/cockpit.conf') .with_ensure('file') .with_content([ '[WebService]', 'LoginTitle = Foreman Cockpit', 'UrlRoot = /webcon/', 'Origins = https://foreman.example.com https://myorigin.foreman.example.com', '', '[Bearer]', 'Action = remote-login-ssh', Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L19
foreman::plugin::remote_execution::cockpit on centos-9-x86_64 with default args is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/plugin/remote_execution_cockpit_spec.rb#L20
foreman::plugin::remote_execution::cockpit on centos-9-x86_64 with default args is expected to contain Foreman::Plugin[remote_execution-cockpit] that notifies Class[foreman::service] Failure/Error: it { is_expected.to contain_foreman__plugin('remote_execution-cockpit').that_notifies("Class[foreman::service]") } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L19
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L20
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args is expected to contain Foreman::Plugin[remote_execution-cockpit] that notifies Class[foreman::service] Failure/Error: it { is_expected.to contain_foreman__plugin('remote_execution-cockpit').that_notifies("Class[foreman::service]") } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L21
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args contains dependencies Failure/Error: is_expected.to contain_foreman__plugin('remote_execution') Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L26
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args is expected to contain Service[foreman-cockpit] with ensure => "running" and enable => "true" Failure/Error: it { is_expected.to contain_service('foreman-cockpit').with_ensure('running').with_enable('true') } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L28
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args is expected to contain Foreman_config_entry[remote_execution_cockpit_url] that requires Class[foreman::database] and Foreman::Plugin[remote_execution-cockpit] Failure/Error: is_expected.to contain_foreman_config_entry('remote_execution_cockpit_url') .that_requires(['Class[foreman::database]', 'Foreman::Plugin[remote_execution-cockpit]']) Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L33
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args creates configs Failure/Error: is_expected.to contain_file('/etc/foreman/cockpit/cockpit.conf') .with_ensure('file') .with_content([ '[WebService]', 'LoginTitle = Foreman Cockpit', 'UrlRoot = /webcon/', 'Origins = https://foreman.example.com', '', '[Bearer]', 'Action = remote-login-ssh', Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L67
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 with default args configures apache Failure/Error: is_expected.to contain_class('apache::mod::proxy_http') Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L83
foreman::plugin::remote_execution::cockpit on ubuntu-22.04-x86_64 specifying origins creates configs Failure/Error: is_expected.to contain_file('/etc/foreman/cockpit/cockpit.conf') .with_ensure('file') .with_content([ '[WebService]', 'LoginTitle = Foreman Cockpit', 'UrlRoot = /webcon/', 'Origins = https://foreman.example.com https://myorigin.foreman.example.com', '', '[Bearer]', 'Action = remote-login-ssh', Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L19
foreman::plugin::remote_execution::cockpit on centos-9-x86_64 with default args is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile.with_all_deps } error during compilation: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/plugin/remote_execution_cockpit_spec.rb#L20
foreman::plugin::remote_execution::cockpit on centos-9-x86_64 with default args is expected to contain Foreman::Plugin[remote_execution-cockpit] that notifies Class[foreman::service] Failure/Error: it { is_expected.to contain_foreman__plugin('remote_execution-cockpit').that_notifies("Class[foreman::service]") } Puppet::PreformattedError: Evaluation Error: Unknown variable: 'foreman::config::apache::proxy_upgrade_websocket'. (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/plugin/remote_execution/cockpit.pp, line: 78, column: 8) on node fv-az1118-520.jboa14ee0bjuvjv5ua334yvpdd.cx.internal.cloudapp.net
Puppet / Puppet 8 - Debian 12
Canceling since a higher priority waiting request for '1198/merge' exists
Puppet / Puppet 8 - Debian 12
The operation was canceled.
Puppet / Puppet 8 - Debian 11
Canceling since a higher priority waiting request for '1198/merge' exists
Puppet / Puppet 8 - Debian 11
The operation was canceled.
Puppet / Puppet 7 - Debian 11
Canceling since a higher priority waiting request for '1198/merge' exists
Puppet / Puppet 7 - Debian 11
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 22.04
Canceling since a higher priority waiting request for '1198/merge' exists
Puppet / Puppet 8 - Ubuntu 22.04
The operation was canceled.
Puppet / Puppet 7 - Debian 12
Canceling since a higher priority waiting request for '1198/merge' exists
Puppet / Puppet 7 - Debian 12
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 22.04
Canceling since a higher priority waiting request for '1198/merge' exists
Puppet / Puppet 7 - Ubuntu 22.04
The operation was canceled.
Puppet / Test suite
Process completed with exit code 1.