Skip to content

Add support for Ubuntu 24.04 #305

Add support for Ubuntu 24.04

Add support for Ubuntu 24.04 #305

Triggered via pull request October 22, 2024 09:20
Status Failure
Total duration 3m 37s
Artifacts

ci.yml

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

Annotations

21 errors and 4 warnings
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L100
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-cli] with ensure => "present" Failure/Error: it { is_expected.to contain_package(php_cli_package).with_ensure('present') } expected that the catalogue would contain Package[php5-cli]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L101
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-fpm] with ensure => "present" Failure/Error: it { is_expected.to contain_package(php_fpm_package).with_ensure('present') } expected that the catalogue would contain Package[php5-fpm]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L102
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-dev] with ensure => "present" Failure/Error: it { is_expected.to contain_package(php_dev_package).with_ensure('present') } expected that the catalogue would contain Package[php5-dev]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L130
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-cli] with ensure => "absent" Failure/Error: it { is_expected.to contain_package(php_cli_package).with_ensure('absent') } expected that the catalogue would contain Package[php5-cli]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L131
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-fpm] with ensure => "absent" Failure/Error: it { is_expected.to contain_package(php_fpm_package).with_ensure('absent') } expected that the catalogue would contain Package[php5-fpm]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L132
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-dev] with ensure => "absent" Failure/Error: it { is_expected.to contain_package(php_dev_package).with_ensure('absent') } expected that the catalogue would contain Package[php5-dev]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L218
php on ubuntu-24.04-x86_64 when called with fpm_user parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /user = nginx/ Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{user = nginx}) } expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L263
php on ubuntu-24.04-x86_64 when called with fpm_group parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /group = nginx/ Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{group = nginx}) } expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
Puppet / 8 (Ruby 3.2): spec/classes/php_spec.rb#L315
php on ubuntu-24.04-x86_64 when configured with a pool with apparmor_hat parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /apparmor_hat = www/ Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{apparmor_hat = www}) } expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L100
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-cli] with ensure => "present" Failure/Error: it { is_expected.to contain_package(php_cli_package).with_ensure('present') } expected that the catalogue would contain Package[php5-cli]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L101
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-fpm] with ensure => "present" Failure/Error: it { is_expected.to contain_package(php_fpm_package).with_ensure('present') } expected that the catalogue would contain Package[php5-fpm]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L102
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-dev] with ensure => "present" Failure/Error: it { is_expected.to contain_package(php_dev_package).with_ensure('present') } expected that the catalogue would contain Package[php5-dev]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L130
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-cli] with ensure => "absent" Failure/Error: it { is_expected.to contain_package(php_cli_package).with_ensure('absent') } expected that the catalogue would contain Package[php5-cli]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L131
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-fpm] with ensure => "absent" Failure/Error: it { is_expected.to contain_package(php_fpm_package).with_ensure('absent') } expected that the catalogue would contain Package[php5-fpm]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L132
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-dev] with ensure => "absent" Failure/Error: it { is_expected.to contain_package(php_dev_package).with_ensure('absent') } expected that the catalogue would contain Package[php5-dev]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L218
php on ubuntu-24.04-x86_64 when called with fpm_user parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /user = nginx/ Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{user = nginx}) } expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L263
php on ubuntu-24.04-x86_64 when called with fpm_group parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /group = nginx/ Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{group = nginx}) } expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
Puppet / 7 (Ruby 2.7): spec/classes/php_spec.rb#L315
php on ubuntu-24.04-x86_64 when configured with a pool with apparmor_hat parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /apparmor_hat = www/ Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{apparmor_hat = www}) } expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system Debian 10
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system RedHat 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system CentOS 7
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 11