Skip to content

Test Arch linux changes #1045

Test Arch linux changes

Test Arch linux changes #1045

Triggered via pull request August 13, 2024 07:37
Status Failure
Total duration 3m 15s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
23s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
1s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 1 warning
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073910538.c3RHBX.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/mode: mode changed '0644' to '0640' Info: Class[Dns::Config]: Unscheduling all events on Class[Dns::Config] �[mNotice: /Stage[main]/Main/Dns::Zone[example.com]/File[/var/cache/bind/zones/db.example.com]/ensure: defined content as '{sha256}c18d2c8785bcc880340b663d2d40b9c16c2cd1eabf8ae08c4c63a8b515d00c99' Info: /Stage[main]/Main/Dns::Zone[example.com]/File[/var/cache/bind/zones/db.example.com]: Scheduling refresh of Class[Dns::Service] Info: Class[Dns::Service]: Unscheduling all events on Class[Dns::Service] �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 4.97 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install bind behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073917601.TzE2HP.pp Last 10 lines of output were: Error: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1263-rokwsj' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/zones.conf]/File[/etc/bind/zones.conf]/ensure: change from 'absent' to 'file' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1263-rokwsj' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Info: Computing checksum on file /etc/bind/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]: Filebucketed /etc/bind/named.conf to puppet with sum b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930 Error: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1263-atvfso' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/content: change from '{sha256}b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930' to '{sha256}f79c20c31aaed9ee8c81d0b583cb664e665d9c62d3b466f75de064d769130bc8' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1263-atvfso' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.07 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/dns_spec.rb#L22
Scenario: install bind Service "bind9" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "bind9" to be running
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/dns_spec.rb#L30
Scenario: install bind Command "dig +short SOA example.com @localhost" stdout is expected to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Failure/Error: its(:stdout) { is_expected.to match("ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n") } expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...ed\n;; communications error to 127.0.0.1#53: connection refused\n;; no servers could be reached\n\n" to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Diff: @@ -1,6 +1,11 @@ -ns1.example.com. root.example.com. 1 86400 3600 604800 3600 +;; 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 +;; no servers could be reached
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind with logging enabled with logging enabled behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073922037.Sx9pfT.pp Last 10 lines of output were: Info: Computing checksum on file /etc/bind/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]: Filebucketed /etc/bind/named.conf to puppet with sum b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930 Error: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1370-l6xu6m' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/content: change from '{sha256}b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930' to '{sha256}45e168f0528f29b3aaee3be81d4cc78baabe701d18fe814c5fd8c79995f17590' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1370-l6xu6m' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf �[mNotice: /Stage[main]/Dns::Logging/File[/var/log/named]/ensure: created �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/logging_spec.rb:5
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install bind with logging enabled with logging enabled behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073925174.ceeMOl.pp Last 10 lines of output were: Error: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1424-1rqtut5' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/zones.conf]/File[/etc/bind/zones.conf]/ensure: change from 'absent' to 'file' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1424-1rqtut5' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Info: Computing checksum on file /etc/bind/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]: Filebucketed /etc/bind/named.conf to puppet with sum b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930 Error: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1424-1548cla' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/content: change from '{sha256}b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930' to '{sha256}45e168f0528f29b3aaee3be81d4cc78baabe701d18fe814c5fd8c79995f17590' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1424-1548cla' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.09 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/logging_spec.rb:5
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/logging_spec.rb#L39
Scenario: install bind with logging enabled with logging enabled Service "bind9" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "bind9" to be running
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/logging_spec.rb#L47
Scenario: install bind with logging enabled with logging enabled Command "dig +short SOA example.com @localhost" stdout is expected to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Failure/Error: its(:stdout) { is_expected.to match("ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n") } expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...ed\n;; communications error to 127.0.0.1#53: connection refused\n;; no servers could be reached\n\n" to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Diff: @@ -1,6 +1,11 @@ -ns1.example.com. root.example.com. 1 86400 3600 604800 3600 +;; 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 +;; no servers could be reached
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/logging_spec.rb#L51
Scenario: install bind with logging enabled with logging enabled File "/var/log/named/queries.log" content is expected to match /query: example\.com IN SOA \+/ Failure/Error: its(:content) { is_expected.to match(%r{query: example\.com IN SOA \+}) } expected "" to match /query: example\.com IN SOA \+/ Diff: @@ -1 +1 @@ -/query: example\.com IN SOA \+/ +""
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind with views enabled with views enabled behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073928564.xqjCtH.pp Last 10 lines of output were: Info: Concat[/etc/bind/views/v6.conf]: Scheduling refresh of Class[Dns::Service] Error: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1491-v9a70r' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/zones.conf]/File[/etc/bind/zones.conf]/ensure: change from 'absent' to 'file' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1491-v9a70r' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Info: Class[Dns::Config]: Unscheduling all events on Class[Dns::Config] Info: Class[Dns::Service]: Unscheduling all events on Class[Dns::Service] �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/views_spec.rb:5
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073921274.5OTpJ4.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/mode: mode changed '0644' to '0640' Info: Class[Dns::Config]: Unscheduling all events on Class[Dns::Config] �[mNotice: /Stage[main]/Main/Dns::Zone[example.com]/File[/var/cache/bind/zones/db.example.com]/ensure: defined content as '{sha256}c18d2c8785bcc880340b663d2d40b9c16c2cd1eabf8ae08c4c63a8b515d00c99' Info: /Stage[main]/Main/Dns::Zone[example.com]/File[/var/cache/bind/zones/db.example.com]: Scheduling refresh of Class[Dns::Service] Info: Class[Dns::Service]: Unscheduling all events on Class[Dns::Service] �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 5.07 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install bind behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073928312.MCB6bQ.pp Last 10 lines of output were: Error: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1271-1hbcxdm' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/zones.conf]/File[/etc/bind/zones.conf]/ensure: change from 'absent' to 'file' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1271-1hbcxdm' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Info: Computing checksum on file /etc/bind/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]: Filebucketed /etc/bind/named.conf to puppet with sum b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930 Error: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1271-wyh1fx' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/content: change from '{sha256}b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930' to '{sha256}f79c20c31aaed9ee8c81d0b583cb664e665d9c62d3b466f75de064d769130bc8' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1271-wyh1fx' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.03 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/dns_spec.rb#L22
Scenario: install bind Service "bind9" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "bind9" to be running
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/dns_spec.rb#L30
Scenario: install bind Command "dig +short SOA example.com @localhost" stdout is expected to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Failure/Error: its(:stdout) { is_expected.to match("ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n") } expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...ed\n;; communications error to 127.0.0.1#53: connection refused\n;; no servers could be reached\n\n" to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Diff: @@ -1,6 +1,11 @@ -ns1.example.com. root.example.com. 1 86400 3600 604800 3600 +;; 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 +;; no servers could be reached
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind with logging enabled with logging enabled behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073932530.6QG2tn.pp Last 10 lines of output were: Info: Computing checksum on file /etc/bind/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]: Filebucketed /etc/bind/named.conf to puppet with sum b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930 Error: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1378-2pkt2v' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/content: change from '{sha256}b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930' to '{sha256}45e168f0528f29b3aaee3be81d4cc78baabe701d18fe814c5fd8c79995f17590' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1378-2pkt2v' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf �[mNotice: /Stage[main]/Dns::Logging/File[/var/log/named]/ensure: created �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/logging_spec.rb:5
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install bind with logging enabled with logging enabled behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073935520.qdLwYh.pp Last 10 lines of output were: Error: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1432-6a88sn' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/zones.conf]/File[/etc/bind/zones.conf]/ensure: change from 'absent' to 'file' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1432-6a88sn' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Info: Computing checksum on file /etc/bind/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]: Filebucketed /etc/bind/named.conf to puppet with sum b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930 Error: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1432-3guluc' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/named.conf]/File[/etc/bind/named.conf]/content: change from '{sha256}b2e8347dd7442eb1f1452e40fa47331694c8660d3f0a4ad41500c0f020d38930' to '{sha256}45e168f0528f29b3aaee3be81d4cc78baabe701d18fe814c5fd8c79995f17590' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/named.conf20240813-1432-3guluc' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies �[mNotice: Applied catalog in 1.13 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/logging_spec.rb:5
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/logging_spec.rb#L39
Scenario: install bind with logging enabled with logging enabled Service "bind9" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "bind9" to be running
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/logging_spec.rb#L47
Scenario: install bind with logging enabled with logging enabled Command "dig +short SOA example.com @localhost" stdout is expected to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Failure/Error: its(:stdout) { is_expected.to match("ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n") } expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...ed\n;; communications error to 127.0.0.1#53: connection refused\n;; no servers could be reached\n\n" to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Diff: @@ -1,6 +1,11 @@ -ns1.example.com. root.example.com. 1 86400 3600 604800 3600 +;; 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 +;; no servers could be reached
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/logging_spec.rb#L51
Scenario: install bind with logging enabled with logging enabled File "/var/log/named/queries.log" content is expected to match /query: example\.com IN SOA \+/ Failure/Error: its(:content) { is_expected.to match(%r{query: example\.com IN SOA \+}) } expected "" to match /query: example\.com IN SOA \+/ Diff: @@ -1 +1 @@ -/query: example\.com IN SOA \+/ +""
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind with views enabled with views enabled behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073938845.gm8YtL.pp Last 10 lines of output were: Info: Concat[/etc/bind/views/v6.conf]: Scheduling refresh of Class[Dns::Service] Error: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1499-1uy5byf' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Error: /Stage[main]/Dns::Config/Concat[/etc/bind/zones.conf]/File[/etc/bind/zones.conf]/ensure: change from 'absent' to 'file' failed: Execution of '/usr/sbin/named-checkconf /etc/bind/zones.conf20240813-1499-1uy5byf' returned 1: Error: Could not execute posix command: No such file or directory - /usr/sbin/named-checkconf Info: Class[Dns::Config]: Unscheduling all events on Class[Dns::Config] Info: Class[Dns::Service]: Unscheduling all events on Class[Dns::Service] �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/zones.conf] has failures: true �[mNotice: /Stage[main]/Dns::Service/Service[bind9]: Dependency File[/etc/bind/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[bind9]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.08 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/views_spec.rb:5
Puppet / Distro Puppet - Archlinux rolling: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'archlinuxrolling-64.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073949173.dKH1PL.pp Last 10 lines of output were: Error: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-726-uqgdm8' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. Error: /Stage[main]/Dns::Config/Concat[/etc/named.conf]/File[/etc/named.conf]/content: change from '{sha256}e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb' to '{sha256}353117179538086a90c98f8a981a9a8a48ab3fd3804bd084fd9224d2f782ed46' failed: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-726-uqgdm8' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. Info: Class[Dns::Config]: Unscheduling all events on Class[Dns::Config] �[mNotice: /Stage[main]/Main/Dns::Zone[example.com]/File[/var/named/dynamic/db.example.com]/ensure: defined content as '{sha256}c18d2c8785bcc880340b663d2d40b9c16c2cd1eabf8ae08c4c63a8b515d00c99' Info: /Stage[main]/Main/Dns::Zone[example.com]/File[/var/named/dynamic/db.example.com]: Scheduling refresh of Class[Dns::Service] Info: Class[Dns::Service]: Unscheduling all events on Class[Dns::Service] �[mNotice: /Stage[main]/Dns::Service/Service[named]: Dependency File[/etc/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[named]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.84 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Distro Puppet - Archlinux rolling: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install bind behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'archlinuxrolling-64.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073953620.jpSViB.pp Last 10 lines of output were: �[mNotice: Compiled catalog for archlinuxrolling-64.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1723534794' Info: Computing checksum on file /etc/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/named.conf]/File[/etc/named.conf]: Filebucketed /etc/named.conf to puppet with sum e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb Error: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-878-d5uhs1' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. Error: /Stage[main]/Dns::Config/Concat[/etc/named.conf]/File[/etc/named.conf]/content: change from '{sha256}e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb' to '{sha256}353117179538086a90c98f8a981a9a8a48ab3fd3804bd084fd9224d2f782ed46' failed: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-878-d5uhs1' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. �[mNotice: /Stage[main]/Dns::Service/Service[named]: Dependency File[/etc/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[named]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.29 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/dns_spec.rb:4
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/dns_spec.rb#L21
Scenario: install bind Service "named" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "named" to be enabled
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/dns_spec.rb#L22
Scenario: install bind Service "named" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "named" to be running
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/dns_spec.rb#L30
Scenario: install bind Command "dig +short SOA example.com @localhost" stdout is expected to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Failure/Error: its(:stdout) { is_expected.to match("ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n") } expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...ed\n;; communications error to 127.0.0.1#53: connection refused\n;; no servers could be reached\n\n" to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Diff: @@ -1,5 +1,9 @@ -ns1.example.com. root.example.com. 1 86400 3600 604800 3600 +;; 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 +;; no servers could be reached
Puppet / Distro Puppet - Archlinux rolling: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
Scenario: install bind with logging enabled with logging enabled behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'archlinuxrolling-64.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073956851.viiMAP.pp Last 10 lines of output were: Info: Applying configuration version '1723534798' Info: Computing checksum on file /etc/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/named.conf]/File[/etc/named.conf]: Filebucketed /etc/named.conf to puppet with sum e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb Error: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-938-1io5lb9' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. Error: /Stage[main]/Dns::Config/Concat[/etc/named.conf]/File[/etc/named.conf]/content: change from '{sha256}e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb' to '{sha256}1c1af875b332767dde002562b328ced992f46383b00d8f66a00bb9e913ed1607' failed: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-938-1io5lb9' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. �[mNotice: /Stage[main]/Dns::Logging/File[/var/log/named]/ensure: created �[mNotice: /Stage[main]/Dns::Service/Service[named]: Dependency File[/etc/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[named]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 0.28 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/logging_spec.rb:5
Puppet / Distro Puppet - Archlinux rolling: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
Scenario: install bind with logging enabled with logging enabled behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'archlinuxrolling-64.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073958705.dqE5QX.pp Last 10 lines of output were: �[mNotice: Compiled catalog for archlinuxrolling-64.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1723534800' Info: Computing checksum on file /etc/named.conf Info: /Stage[main]/Dns::Config/Concat[/etc/named.conf]/File[/etc/named.conf]: Filebucketed /etc/named.conf to puppet with sum e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb Error: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-966-2my1jk' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. Error: /Stage[main]/Dns::Config/Concat[/etc/named.conf]/File[/etc/named.conf]/content: change from '{sha256}e08a01d41b18bdb771d534daca99642314939aafdb088e5cfcf0ef2d33f8e7eb' to '{sha256}1c1af875b332767dde002562b328ced992f46383b00d8f66a00bb9e913ed1607' failed: Execution of '/usr/sbin/named-checkconf /etc/named.conf20240813-966-2my1jk' returned 1: /etc/named.options.conf:5: the 'dnssec-validation yes' option requires configured 'trust-anchors'; consider using 'dnssec-validation auto'. �[mNotice: /Stage[main]/Dns::Service/Service[named]: Dependency File[/etc/named.conf] has failures: true Warning: /Stage[main]/Dns::Service/Service[named]: Skipping because of failed dependencies �[mNotice: Applied catalog in 0.28 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/logging_spec.rb:5
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/logging_spec.rb#L38
Scenario: install bind with logging enabled with logging enabled Service "named" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "named" to be enabled
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/logging_spec.rb#L39
Scenario: install bind with logging enabled with logging enabled Service "named" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "named" to be running
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/logging_spec.rb#L47
Scenario: install bind with logging enabled with logging enabled Command "dig +short SOA example.com @localhost" stdout is expected to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Failure/Error: its(:stdout) { is_expected.to match("ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n") } expected ";; communications error to ::1#53: connection refused\n;; communications error to ::1#53: connection...ed\n;; communications error to 127.0.0.1#53: connection refused\n;; no servers could be reached\n\n" to match "ns1.example.com. root.example.com. 1 86400 3600 604800 3600\n" Diff: @@ -1,5 +1,9 @@ -ns1.example.com. root.example.com. 1 86400 3600 604800 3600 +;; 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 +;; no servers could be reached
Puppet / Test suite
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system FreeBSD 11