modulesync 9.4.0 #3
Annotations
6 errors
Run tests:
spec/acceptance/class_spec.rb#L17
powerdns class authoritative server works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_205632605.tUb92U.pp
Last 10 lines of output were:
Warning: /Stage[main]/Powerdns::Backends::Mysql/Mysql::Db[powerdns]/Exec[powerdns-import]: Skipping because of failed dependencies
Info: Class[Powerdns::Backends::Mysql]: Unscheduling all events on Class[Powerdns::Backends::Mysql]
�[mNotice: /Stage[main]/Main/Powerdns::Config[authoritative-local-port]/File_line[powerdns-config-local-port-/etc/powerdns/pdns.conf]/ensure: created
Info: /Stage[main]/Main/Powerdns::Config[authoritative-local-port]/File_line[powerdns-config-local-port-/etc/powerdns/pdns.conf]: Scheduling refresh of Service[pdns]
Warning: /Stage[main]/Powerdns::Authoritative/Service[pdns]: Skipping because of failed dependencies
Info: /Stage[main]/Powerdns::Authoritative/Service[pdns]: Unscheduling all events on Service[pdns]
Info: Class[Powerdns::Authoritative]: Unscheduling all events on Class[Powerdns::Authoritative]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 38.10 seconds
|
Run tests:
spec/acceptance/class_spec.rb#L40
powerdns class authoritative server File "" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "".file?` to be truthy, got false
|
Run tests:
spec/acceptance/class_spec.rb#L41
powerdns class authoritative server File "" content is expected to match "gmysql-host=localhost"
Failure/Error: its(:content) { is_expected.to match 'gmysql-host=localhost' }
expected "" to match "gmysql-host=localhost"
|
Run tests:
spec/acceptance/class_spec.rb#L45
powerdns class authoritative server Service "pdns" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pdns" to be running
|
Run tests:
spec/acceptance/class_spec.rb#L49
powerdns class authoritative server Command "/usr/bin/pdns_control version" stdout is expected to match "4.1"
Failure/Error: its(:stdout) { is_expected.to match '4.1' }
expected "" to match "4.1"
|
Run tests
Process completed with exit code 1.
|
Loading