Fix debian gpg validation and improve rundeck::install spec file #278
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
5 errors
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully
Failure/Error: apply_manifest(pp, catch_failures: true, debug: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 6 running:
puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_071942596.pp.lqIEyU
Last 10 lines of output were:
Debug: Finishing transaction 18460
Debug: Storing state
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.00 seconds
�[mNotice: Applied catalog in 19.14 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 23180
Debug: Received report to process from ubuntu1804-64-puppet8.example.com
Debug: Processing report from ubuntu1804-64-puppet8.example.com with processor Puppet::Reports::Store
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/rundeck_spec.rb#L25
rundeck class default parameters Package "rundeck" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "rundeck" to be installed
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/rundeck_spec.rb#L29
rundeck class default parameters Service "rundeckd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "rundeckd" to be enabled
|
Puppet / Puppet 8 - Ubuntu 18.04:
spec/acceptance/rundeck_spec.rb#L30
rundeck class default parameters Service "rundeckd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "rundeckd" to be running
|
Puppet / Puppet 8 - Ubuntu 18.04
Process completed with exit code 1.
|