Add support for Debian 12 (bookworm) #268
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
26 errors
Puppet / 8 (Ruby 3.2):
spec/defines/extension_spec.rb#L54
php::extension on debian-12-x86_64 installation from repository is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/json.ini" and config => {"extension"=>"json.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/json.ini",
config: {
'extension' => 'json.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/json.ini" but it is set to "/etc/php/8.2/mods-available/json.ini"
|
Puppet / 8 (Ruby 3.2):
spec/defines/extension_spec.rb#L76
php::extension on debian-12-x86_64 configure extension without installing a package is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/json.ini", require defined and config => {"extension"=>"json.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/json.ini",
require: nil,
config: {
'extension' => 'json.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/json.ini" but it is set to "/etc/php/8.2/mods-available/json.ini"
|
Puppet / 8 (Ruby 3.2):
spec/defines/fpm_pool_spec.rb#L25
php::fpm::pool on debian-12-x86_64 plain config is expected to contain File[/etc/php5/fpm/pool.d/unique-name.conf]
Failure/Error: it { is_expected.to contain_file('/etc/php5/fpm/pool.d/unique-name.conf') }
expected that the catalogue would contain File[/etc/php5/fpm/pool.d/unique-name.conf]
|
Puppet / 8 (Ruby 3.2):
spec/defines/extension_spec.rb#L154
php::extension on debian-12-x86_64 pecl extensions support so_name is expected to contain Php::Config[zendopcache] with file => "/etc/php5/mods-available/opcache.ini" and config => {"zend_extension"=>"opcache.so"}
Failure/Error:
is_expected.to contain_php__config('zendopcache').with(
file: "#{etcdir}/opcache.ini",
config: {
'zend_extension' => 'opcache.so'
}
)
expected that the catalogue would contain Php::Config[zendopcache] with file set to "/etc/php5/mods-available/opcache.ini" but it is set to "/etc/php/8.2/mods-available/opcache.ini"
|
Puppet / 8 (Ruby 3.2):
spec/defines/extension_spec.rb#L177
php::extension on debian-12-x86_64 add ini file prefix if requested is expected to contain Php::Config[zendopcache] with file => "/etc/php5/mods-available/10-opcache.ini" and config => {"zend_extension"=>"opcache.so"}
Failure/Error:
is_expected.to contain_php__config('zendopcache').with(
file: "#{etcdir}/10-opcache.ini",
config: {
'zend_extension' => 'opcache.so'
}
)
expected that the catalogue would contain Php::Config[zendopcache] with file set to "/etc/php5/mods-available/10-opcache.ini" but it is set to "/etc/php/8.2/mods-available/10-opcache.ini"
|
Puppet / 8 (Ruby 3.2):
spec/defines/extension_spec.rb#L223
php::extension on debian-12-x86_64 on Debian is expected to contain Php::Config[xdebug] with file => "/etc/php5/mods-available/xdebug.ini"
Failure/Error: it { is_expected.to contain_php__config('xdebug').with_file("#{etcdir}/xdebug.ini") }
expected that the catalogue would contain Php::Config[xdebug] with file set to "/etc/php5/mods-available/xdebug.ini" but it is set to "/etc/php/8.2/mods-available/xdebug.ini"
|
Puppet / 8 (Ruby 3.2):
spec/defines/extension_spec.rb#L244
php::extension on debian-12-x86_64 on Debian pecl installation is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/nice_name.ini" and config => {"extension"=>"nice_name.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/nice_name.ini",
config: {
'extension' => 'nice_name.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/nice_name.ini" but it is set to "/etc/php/8.2/mods-available/nice_name.ini"
|
Puppet / 8 (Ruby 3.2):
spec/classes/php_spec.rb#L94
php on debian-12-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#L95
php on debian-12-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#L96
php on debian-12-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/defines/fpm_pool_spec.rb#L25
php::fpm::pool on debian-12-x86_64 plain config is expected to contain File[/etc/php5/fpm/pool.d/unique-name.conf]
Failure/Error: it { is_expected.to contain_file('/etc/php5/fpm/pool.d/unique-name.conf') }
expected that the catalogue would contain File[/etc/php5/fpm/pool.d/unique-name.conf]
|
Puppet / 7 (Ruby 2.7):
spec/defines/extension_spec.rb#L54
php::extension on debian-12-x86_64 installation from repository is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/json.ini" and config => {"extension"=>"json.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/json.ini",
config: {
'extension' => 'json.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/json.ini" but it is set to "/etc/php/8.2/mods-available/json.ini"
|
Puppet / 7 (Ruby 2.7):
spec/defines/extension_spec.rb#L76
php::extension on debian-12-x86_64 configure extension without installing a package is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/json.ini", require defined and config => {"extension"=>"json.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/json.ini",
require: nil,
config: {
'extension' => 'json.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/json.ini" but it is set to "/etc/php/8.2/mods-available/json.ini"
|
Puppet / 7 (Ruby 2.7):
spec/defines/extension_spec.rb#L154
php::extension on debian-12-x86_64 pecl extensions support so_name is expected to contain Php::Config[zendopcache] with file => "/etc/php5/mods-available/opcache.ini" and config => {"zend_extension"=>"opcache.so"}
Failure/Error:
is_expected.to contain_php__config('zendopcache').with(
file: "#{etcdir}/opcache.ini",
config: {
'zend_extension' => 'opcache.so'
}
)
expected that the catalogue would contain Php::Config[zendopcache] with file set to "/etc/php5/mods-available/opcache.ini" but it is set to "/etc/php/8.2/mods-available/opcache.ini"
|
Puppet / 7 (Ruby 2.7):
spec/defines/extension_spec.rb#L177
php::extension on debian-12-x86_64 add ini file prefix if requested is expected to contain Php::Config[zendopcache] with file => "/etc/php5/mods-available/10-opcache.ini" and config => {"zend_extension"=>"opcache.so"}
Failure/Error:
is_expected.to contain_php__config('zendopcache').with(
file: "#{etcdir}/10-opcache.ini",
config: {
'zend_extension' => 'opcache.so'
}
)
expected that the catalogue would contain Php::Config[zendopcache] with file set to "/etc/php5/mods-available/10-opcache.ini" but it is set to "/etc/php/8.2/mods-available/10-opcache.ini"
|
Puppet / 7 (Ruby 2.7):
spec/defines/extension_spec.rb#L223
php::extension on debian-12-x86_64 on Debian is expected to contain Php::Config[xdebug] with file => "/etc/php5/mods-available/xdebug.ini"
Failure/Error: it { is_expected.to contain_php__config('xdebug').with_file("#{etcdir}/xdebug.ini") }
expected that the catalogue would contain Php::Config[xdebug] with file set to "/etc/php5/mods-available/xdebug.ini" but it is set to "/etc/php/8.2/mods-available/xdebug.ini"
|
Puppet / 7 (Ruby 2.7):
spec/defines/extension_spec.rb#L244
php::extension on debian-12-x86_64 on Debian pecl installation is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/nice_name.ini" and config => {"extension"=>"nice_name.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/nice_name.ini",
config: {
'extension' => 'nice_name.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/nice_name.ini" but it is set to "/etc/php/8.2/mods-available/nice_name.ini"
|
Puppet / 7 (Ruby 2.7):
spec/classes/php_spec.rb#L94
php on debian-12-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#L95
php on debian-12-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#L96
php on debian-12-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 / - Archlinux rolling:
spec/acceptance/php_spec.rb#L69
php with default settings default parameters with extensions works with defaults
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141837845.pp.htxacQ
Last 10 lines of output were:
Info: Php::Config::Setting[/etc/php/conf.d/gd.ini: extension]: Scheduling refresh of Ini_setting[/etc/php/conf.d/gd.ini: extension]
�[mNotice: /Stage[main]/Php/Php::Extension[intl]/Php::Extension::Config[intl]/Php::Config[intl]/Php::Config::Setting[/etc/php/conf.d/intl.ini: extension]/Ini_setting[/etc/php/conf.d/intl.ini: extension]: Dependency Package[php-intl] has failures: true
Warning: /Stage[main]/Php/Php::Extension[intl]/Php::Extension::Config[intl]/Php::Config[intl]/Php::Config::Setting[/etc/php/conf.d/intl.ini: extension]/Ini_setting[/etc/php/conf.d/intl.ini: extension]: Skipping because of failed dependencies
�[mNotice: /Stage[main]/Php/Php::Extension[gd]/Php::Extension::Config[gd]/Php::Config[gd]/Php::Config::Setting[/etc/php/conf.d/gd.ini: extension]/Ini_setting[/etc/php/conf.d/gd.ini: extension]/ensure: created
�[mNotice: /Stage[main]/Php/Php::Extension[gd]/Php::Extension::Config[gd]/Php::Config[gd]/Php::Config::Setting[/etc/php/conf.d/gd.ini: extension]/Ini_setting[/etc/php/conf.d/gd.ini: extension]: Triggered 'refresh' from 1 event
Info: Php::Extension[gd]: Scheduling refresh of Service[php-fpm]
Info: /Stage[main]/Php::Fpm::Service/Service[php-fpm]: Unscheduling all events on Service[php-fpm]
Warning: /Stage[main]/Php::Fpm::Service/Service[php-fpm]: Skipping because of failed dependencies
Info: Class[Php]: Unscheduling all events on Class[Php]
�[mNotice: Applied catalog in 3.33 seconds
|
Puppet / - Archlinux rolling
Process completed with exit code 1.
|
Puppet / 7 - Debian 12:
spec/acceptance/php_spec.rb#L97
php with default settings default parameters with extensions Package "php-fpm" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "php-fpm" to be installed
|
Puppet / 7 - Debian 12:
spec/acceptance/php_spec.rb#L101
php with default settings default parameters with extensions Service "php-fpm" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "php-fpm" to be running
|
Puppet / 7 - Debian 12:
spec/acceptance/php_spec.rb#L102
php with default settings default parameters with extensions Service "php-fpm" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "php-fpm" to be enabled
|
Puppet / 7 - Debian 12
Process completed with exit code 1.
|