Add support for Debian 12 (bookworm) #263
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Puppet
/
Static validations
2m 52s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
9 errors
Puppet / - Archlinux rolling:
spec/acceptance/php_spec.rb#L67
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_051612070.pp.lGDlkT
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]
Warning: /Stage[main]/Php::Fpm::Service/Service[php-fpm]: Skipping because of failed dependencies
Info: /Stage[main]/Php::Fpm::Service/Service[php-fpm]: Unscheduling all events on Service[php-fpm]
Info: Class[Php]: Unscheduling all events on Class[Php]
�[mNotice: Applied catalog in 4.81 seconds
|
Puppet / - Archlinux rolling
Process completed with exit code 1.
|
Puppet / 7 - Debian 12:
spec/acceptance/php_spec.rb#L27
php with default settings default parameters 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#L31
php with default settings default parameters 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#L32
php with default settings default parameters 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:
spec/acceptance/php_spec.rb#L95
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#L99
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#L100
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.
|