Skip to content

Add OracleLinux support #508

Add OracleLinux support

Add OracleLinux support #508

Triggered via pull request June 5, 2024 09:03
Status Cancelled
Total duration 6m 24s
Artifacts

ci.yml

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

Annotations

26 errors and 11 warnings
Puppet / Puppet 7 - Debian 12: spec/acceptance/class_spec.rb#L67
nginx class: nginx with package_source passenger Package "nginx" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match pkg_match expected "Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>\n" to match /Phusion/ Diff: @@ -1 +1 @@ -/Phusion/ +Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Puppet / Puppet 7 - Debian 12
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 12: spec/acceptance/class_spec.rb#L67
nginx class: nginx with package_source passenger Package "nginx" comes from the expected source Failure/Error: expect(pkg_output.stdout).to match pkg_match expected "Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>\n" to match /Phusion/ Diff: @@ -1 +1 @@ -/Phusion/ +Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Puppet / Puppet 8 - Debian 12
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2)
Canceling since a higher priority waiting request for '1582/merge' exists
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L49
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/8/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/", 'descr' => 'nginx repo', 'enabled' => '1', 'gpgcheck' => '1', 'priority' => '1', 'gpgkey' => 'https://nginx.org/keys/nginx_signing.key' ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L60
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package using defaults is expected to contain Yumrepo[passenger] with ensure => "absent" Failure/Error: is_expected.to contain_yumrepo('passenger').with( 'ensure' => 'absent' ) expected that the catalogue would contain Yumrepo[passenger]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L66
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('nginx-release').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L67
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package using defaults is expected to contain Yumrepo[passenger] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('passenger').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[passenger]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L75
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package using default repo without passenger is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/8/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/", 'descr' => 'nginx repo', 'enabled' => '1', 'gpgcheck' => '1', 'priority' => '1', 'gpgkey' => 'https://nginx.org/keys/nginx_signing.key' ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L92
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/mainline/rhel/8/$basearch/" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/mainline/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/" ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L98
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[passenger] with ensure => "absent" Failure/Error: is_expected.to contain_yumrepo('passenger').with( 'ensure' => 'absent' ) expected that the catalogue would contain Yumrepo[passenger]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L104
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[nginx-release] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('nginx-release').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L105
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[passenger] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('passenger').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[passenger]
Puppet / 8 (Ruby 3.2): spec/classes/nginx_spec.rb#L49
nginx on oraclelinux-9-x86_64 with Facter 4.2.2 and Puppet 8.6.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/9/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/", 'descr' => 'nginx repo', 'enabled' => '1', 'gpgcheck' => '1', 'priority' => '1', 'gpgkey' => 'https://nginx.org/keys/nginx_signing.key' ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 7 (Ruby 2.7)
Canceling since a higher priority waiting request for '1582/merge' exists
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L49
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/8/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/", 'descr' => 'nginx repo', 'enabled' => '1', 'gpgcheck' => '1', 'priority' => '1', 'gpgkey' => 'https://nginx.org/keys/nginx_signing.key' ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L60
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package using defaults is expected to contain Yumrepo[passenger] with ensure => "absent" Failure/Error: is_expected.to contain_yumrepo('passenger').with( 'ensure' => 'absent' ) expected that the catalogue would contain Yumrepo[passenger]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L66
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('nginx-release').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L67
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package using defaults is expected to contain Yumrepo[passenger] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('passenger').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[passenger]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L75
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package using default repo without passenger is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/8/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/", 'descr' => 'nginx repo', 'enabled' => '1', 'gpgcheck' => '1', 'priority' => '1', 'gpgkey' => 'https://nginx.org/keys/nginx_signing.key' ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L92
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/mainline/rhel/8/$basearch/" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/mainline/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/" ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L98
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[passenger] with ensure => "absent" Failure/Error: is_expected.to contain_yumrepo('passenger').with( 'ensure' => 'absent' ) expected that the catalogue would contain Yumrepo[passenger]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L104
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[nginx-release] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('nginx-release').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L105
nginx on oraclelinux-8-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package package_source => nginx-mainline is expected to contain Yumrepo[passenger] that comes before Package[nginx] Failure/Error: it { is_expected.to contain_yumrepo('passenger').that_comes_before('Package[nginx]') } expected that the catalogue would contain Yumrepo[passenger]
Puppet / 7 (Ruby 2.7): spec/classes/nginx_spec.rb#L49
nginx on oraclelinux-9-x86_64 with Facter 4.2.2 and Puppet 7.30.0 nginx::package using defaults is expected to contain Yumrepo[nginx-release] with baseurl => "https://nginx.org/packages/rhel/9/$basearch/", descr => "nginx repo", enabled => "1", gpgcheck => "1", priority => "1" and gpgkey => "https://nginx.org/keys/nginx_signing.key" Failure/Error: is_expected.to contain_yumrepo('nginx-release').with( 'baseurl' => "https://nginx.org/packages/#{%w[CentOS VirtuozzoLinux].include?(facts[:operatingsystem]) ? 'centos' : 'rhel'}/#{facts[:operatingsystemmajrelease]}/$basearch/", 'descr' => 'nginx repo', 'enabled' => '1', 'gpgcheck' => '1', 'priority' => '1', 'gpgkey' => 'https://nginx.org/keys/nginx_signing.key' ) expected that the catalogue would contain Yumrepo[nginx-release]
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 8.6.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on centos-9-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on debian-11-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 8 (Ruby 3.2): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on debian-12-x86_64 with Facter 4.2.14 and Puppet 8.6.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on almalinux-8-x86_64 with Facter 4.2.14 and Puppet 7.30.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on almalinux-9-x86_64 with Facter 4.2.14 and Puppet 7.30.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on archlinux-rolling-x86_64 with Facter 4.2.9 and Puppet 7.30.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on centos-9-x86_64 with Facter 4.2.14 and Puppet 7.30.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented
Puppet / 7 (Ruby 2.7): spec/defines/resource_server_spec.rb#L1451
nginx::resource::server on debian-11-x86_64 with Facter 4.2.14 and Puppet 7.30.0 os-independent items attribute resources when listen_port == ssl_port but ssl = false Testing for warnings not yet implemented in classes Skipped: Not yet implemented