conf_d: merge the unbound_conf_d and conf_d params #252
ci.yml
on: pull_request
Puppet
/
Static validations
15s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
59 errors and 2 warnings
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L17
unbound class running puppet code work with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114032009.IsxpMz.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (file: /tmp/apply_manifest_114032009.IsxpMz.pp, line: 1, column: 1) on node debian12-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L30
unbound class running puppet code Command "service unbound restart" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 5
(compared using ==)
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L35
unbound class running puppet code Service "unbound" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "unbound" to be running
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L39
unbound class running puppet code Port "53" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "53" to be listening
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L43
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...2-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Diff:
@@ -1,9 +1,17 @@
-/\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L44
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+RRSIG\s+SOA} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...2-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Diff:
@@ -1,9 +1,17 @@
-/\.\s+\d+\s+IN\s+RRSIG\s+SOA/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L45
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /flags: qr rd ra ad;/
Failure/Error: its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...2-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /flags: qr rd ra ad;/
Diff:
@@ -1,9 +1,17 @@
-/flags: qr rd ra ad;/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L49
unbound class running puppet code Command "dig +dnssec SOA servfail.nl @localhost" stdout is expected to match /status: SERVFAIL/
Failure/Error: its(:stdout) { is_expected.to match %r{status: SERVFAIL} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...<>> +dnssec SOA servfail.nl @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /status: SERVFAIL/
Diff:
@@ -1,9 +1,17 @@
-/status: SERVFAIL/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> +dnssec SOA servfail.nl @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Debian 12:
spec/acceptance/unbound_spec.rb#L53
unbound class running puppet code Command "dig +dnssec +cd SOA servfail.nl @localhost" stdout is expected to match /status: NOERROR/
Failure/Error: its(:stdout) { is_expected.to match %r{status: NOERROR} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...+dnssec +cd SOA servfail.nl @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /status: NOERROR/
Diff:
@@ -1,9 +1,17 @@
-/status: NOERROR/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> +dnssec +cd SOA servfail.nl @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Debian 12
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L17
unbound class running puppet code work with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114039094.noEUdg.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (file: /tmp/apply_manifest_114039094.noEUdg.pp, line: 1, column: 1) on node ubuntu2204-64-puppet8.example.com
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L30
unbound class running puppet code Command "service unbound restart" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 5
(compared using ==)
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L35
unbound class running puppet code Service "unbound" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "unbound" to be running
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L43
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...1-Ubuntu <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Diff:
@@ -1,9 +1,17 @@
-/\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.22.04.1-Ubuntu <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L44
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+RRSIG\s+SOA} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...1-Ubuntu <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Diff:
@@ -1,9 +1,17 @@
-/\.\s+\d+\s+IN\s+RRSIG\s+SOA/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.22.04.1-Ubuntu <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L45
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /flags: qr rd ra ad;/
Failure/Error: its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...1-Ubuntu <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /flags: qr rd ra ad;/
Diff:
@@ -1,9 +1,17 @@
-/flags: qr rd ra ad;/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.22.04.1-Ubuntu <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L49
unbound class running puppet code Command "dig +dnssec SOA servfail.nl @localhost" stdout is expected to match /status: SERVFAIL/
Failure/Error: its(:stdout) { is_expected.to match %r{status: SERVFAIL} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...<>> +dnssec SOA servfail.nl @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /status: SERVFAIL/
Diff:
@@ -1,9 +1,17 @@
-/status: SERVFAIL/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.22.04.1-Ubuntu <<>> +dnssec SOA servfail.nl @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 22.04:
spec/acceptance/unbound_spec.rb#L53
unbound class running puppet code Command "dig +dnssec +cd SOA servfail.nl @localhost" stdout is expected to match /status: NOERROR/
Failure/Error: its(:stdout) { is_expected.to match %r{status: NOERROR} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...+dnssec +cd SOA servfail.nl @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /status: NOERROR/
Diff:
@@ -1,9 +1,17 @@
-/status: NOERROR/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.22.04.1-Ubuntu <<>> +dnssec +cd SOA servfail.nl @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L17
unbound class running puppet code work with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114048943.U4iPJc.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (file: /tmp/apply_manifest_114048943.U4iPJc.pp, line: 1, column: 1) on node ubuntu2004-64-puppet8.example.com
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L30
unbound class running puppet code Command "service unbound restart" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 5
(compared using ==)
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L35
unbound class running puppet code Service "unbound" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "unbound" to be running
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L43
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...1-Ubuntu <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Diff:
@@ -1,9 +1,17 @@
-/\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.20.04.1-Ubuntu <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L44
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+RRSIG\s+SOA} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...1-Ubuntu <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Diff:
@@ -1,9 +1,17 @@
-/\.\s+\d+\s+IN\s+RRSIG\s+SOA/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.20.04.1-Ubuntu <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L45
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /flags: qr rd ra ad;/
Failure/Error: its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...1-Ubuntu <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /flags: qr rd ra ad;/
Diff:
@@ -1,9 +1,17 @@
-/flags: qr rd ra ad;/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.20.04.1-Ubuntu <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L49
unbound class running puppet code Command "dig +dnssec SOA servfail.nl @localhost" stdout is expected to match /status: SERVFAIL/
Failure/Error: its(:stdout) { is_expected.to match %r{status: SERVFAIL} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...<>> +dnssec SOA servfail.nl @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /status: SERVFAIL/
Diff:
@@ -1,9 +1,17 @@
-/status: SERVFAIL/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.20.04.1-Ubuntu <<>> +dnssec SOA servfail.nl @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 20.04:
spec/acceptance/unbound_spec.rb#L53
unbound class running puppet code Command "dig +dnssec +cd SOA servfail.nl @localhost" stdout is expected to match /status: NOERROR/
Failure/Error: its(:stdout) { is_expected.to match %r{status: NOERROR} }
expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...+dnssec +cd SOA servfail.nl @localhost\n;; global options: +cmd\n;; no servers could be reached\n\n" to match /status: NOERROR/
Diff:
@@ -1,9 +1,17 @@
-/status: NOERROR/
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to ::1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+;; communications error to 127.0.0.1#53: connection refused
+
+; <<>> DiG 9.18.28-0ubuntu0.20.04.1-Ubuntu <<>> +dnssec +cd SOA servfail.nl @localhost
+;; global options: +cmd
+;; no servers could be reached
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L17
unbound class running puppet code work with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114033378.2r5fdb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (file: /tmp/apply_manifest_114033378.2r5fdb.pp, line: 1, column: 1) on node debian11-64-puppet8.example.com
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L30
unbound class running puppet code Command "service unbound restart" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 5
(compared using ==)
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L35
unbound class running puppet code Service "unbound" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "unbound" to be running
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L39
unbound class running puppet code Port "53" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "53" to be listening
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L43
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
Diff:
@@ -1,4 +1,7 @@
-/\.\s+\d+\s+IN\s+SOA\s+a\.root-servers\.net\.\snstld\.verisign-grs\.com\.\s\d+\s1800\s900\s604800\s86400/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L44
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Failure/Error: its(:stdout) { is_expected.to match %r{\.\s+\d+\s+IN\s+RRSIG\s+SOA} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /\.\s+\d+\s+IN\s+RRSIG\s+SOA/
Diff:
@@ -1,4 +1,7 @@
-/\.\s+\d+\s+IN\s+RRSIG\s+SOA/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L45
unbound class running puppet code Command "dig +dnssec . soa @localhost" stdout is expected to match /flags: qr rd ra ad;/
Failure/Error: its(:stdout) { is_expected.to match %r{flags: qr rd ra ad;} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /flags: qr rd ra ad;/
Diff:
@@ -1,4 +1,7 @@
-/flags: qr rd ra ad;/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec . soa @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L49
unbound class running puppet code Command "dig +dnssec SOA servfail.nl @localhost" stdout is expected to match /status: SERVFAIL/
Failure/Error: its(:stdout) { is_expected.to match %r{status: SERVFAIL} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec SOA servfail.nl @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /status: SERVFAIL/
Diff:
@@ -1,4 +1,7 @@
-/status: SERVFAIL/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec SOA servfail.nl @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/unbound_spec.rb#L53
unbound class running puppet code Command "dig +dnssec +cd SOA servfail.nl @localhost" stdout is expected to match /status: NOERROR/
Failure/Error: its(:stdout) { is_expected.to match %r{status: NOERROR} }
expected "\n; <<>> DiG 9.16.50-Debian <<>> +dnssec +cd SOA servfail.nl @localhost\n;; global options: +cmd\n;; connection timed out; no servers could be reached\n\n" to match /status: NOERROR/
Diff:
@@ -1,4 +1,7 @@
-/status: NOERROR/
+
+; <<>> DiG 9.16.50-Debian <<>> +dnssec +cd SOA servfail.nl @localhost
+;; global options: +cmd
+;; connection timed out; no servers could be reached
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / 8 (Ruby 3.2):
spec/classes/init_spec.rb#L69
unbound on almalinux-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L27
unbound::localzone on debian-11-x86_64 with a TXT record (<255 characters) is expected to contain Unbound::Localzone[example.com]
Failure/Error: it { is_expected.to contain_unbound__localzone('example.com') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L29
unbound::localzone on debian-11-x86_64 with a TXT record (<255 characters) is expected to contain Concat::Fragment[unbound-localzone-example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-localzone-example.com').with(
content: <<~ZONE
server:
local-zone: "example.com" transparent
local-data: 'txt.example.com TXT "Short TXT Record"'
ZONE
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L56
unbound::localzone on debian-11-x86_64 with a TXT record (>255 characters) is expected to contain Unbound::Localzone[example.com]
Failure/Error: it { is_expected.to contain_unbound__localzone('example.com') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L58
unbound::localzone on debian-11-x86_64 with a TXT record (>255 characters) is expected to contain Concat::Fragment[unbound-localzone-example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-localzone-example.com').with(
content: <<~ZONE
server:
local-zone: "example.com" transparent
local-data: 'txt.example.com TXT "#{long_txt_record_chunked}"'
ZONE
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L27
unbound::localzone on debian-12-x86_64 with a TXT record (<255 characters) is expected to contain Unbound::Localzone[example.com]
Failure/Error: it { is_expected.to contain_unbound__localzone('example.com') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L29
unbound::localzone on debian-12-x86_64 with a TXT record (<255 characters) is expected to contain Concat::Fragment[unbound-localzone-example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-localzone-example.com').with(
content: <<~ZONE
server:
local-zone: "example.com" transparent
local-data: 'txt.example.com TXT "Short TXT Record"'
ZONE
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L56
unbound::localzone on debian-12-x86_64 with a TXT record (>255 characters) is expected to contain Unbound::Localzone[example.com]
Failure/Error: it { is_expected.to contain_unbound__localzone('example.com') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L58
unbound::localzone on debian-12-x86_64 with a TXT record (>255 characters) is expected to contain Concat::Fragment[unbound-localzone-example.com] with content supplied string
Failure/Error:
expect(subject).to contain_concat__fragment('unbound-localzone-example.com').with(
content: <<~ZONE
server:
local-zone: "example.com" transparent
local-data: 'txt.example.com TXT "#{long_txt_record_chunked}"'
ZONE
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/localzone_spec.rb#L27
unbound::localzone on ubuntu-20.04-x86_64 with a TXT record (<255 characters) is expected to contain Unbound::Localzone[example.com]
Failure/Error: it { is_expected.to contain_unbound__localzone('example.com') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Undefined variable 'confdir'; (line: 2, column: 1) on node fv-az1915-866.xkjcjftakiyujkhqi2elkn4nmb.dx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on almalinux-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on almalinux-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on rocky-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on rocky-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on redhat-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on redhat-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on centos-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on oraclelinux-8-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L69
unbound on oraclelinux-9-x86_64 with default params is expected to contain File[/etc/unbound/unbound.conf.d] with ensure => "directory", owner => "root", group => "0", purge => false and recurse => false
Failure/Error:
expect(subject).to contain_file(unbound_conf_d).with(
'ensure' => 'directory',
'owner' => 'root',
'group' => '0',
'purge' => purge_unbound_conf_d,
'recurse' => purge_unbound_conf_d
)
expected that the catalogue would contain File[/etc/unbound/unbound.conf.d]
|
Puppet / 7 (Ruby 2.7):
spec/classes/init_spec.rb#L61
unbound on debian-11-x86_64 with default params is expected to contain File[/etc/unbound/conf.d]
Failure/Error: it { is_expected.to contain_file(conf_d_dir) }
expected that the catalogue would contain File[/etc/unbound/conf.d]
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system FreeBSD 12
|