Merge pull request #330 from voxpupuli/modulesync #282
ci.yml
on: push
Puppet
/
Static validations
35s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
3 errors
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/define_group_spec.rb#L8
managing a yum::group installing group RPM dev tools must work idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_080815462.pp.8urZsh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.04 seconds
Info: Using environment 'production'
Info: Applying configuration version '1714118898'
Error: Command exceeded timeout
Error: /Stage[main]/Main/Yum::Group[Development Tools]/Exec[yum-groupinstall-Development Tools]/returns: change from 'notrun' to ['0'] failed: Command exceeded timeout
�[mNotice: Applied catalog in 301.44 seconds
|
Puppet / Puppet 8 - CentOS 8:
spec/acceptance/define_group_spec.rb#L30
managing a yum::group installing group RPM dev tools Package "make" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "make" to be installed
|
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
|