update puppet-systemd upper bound to 8.0.0 #196
ci.yml
on: pull_request
Puppet
/
Static validations
34s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L266
consul class package based installation runs consul via package with explicit default data_dir
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_111831694.pp.PD9DLn
Last 10 lines of output were:
Info: /Stage[main]/Main/Systemd::Dropin_file[foo.conf]/File[/etc/systemd/system/consul.service.d/foo.conf]: Scheduling refresh of Systemd::Daemon_reload[consul.service]
Info: Systemd::Daemon_reload[consul.service]: Scheduling refresh of Exec[systemd-consul.service-systemctl-daemon-reload]
�[mNotice: /Stage[main]/Main/Systemd::Dropin_file[type.conf]/Systemd::Daemon_reload[consul.service]/Exec[systemd-consul.service-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[consul.service]: Scheduling refresh of Service[consul]
Info: Systemd::Daemon_reload[consul.service]: Scheduling refresh of Service[consul]
Info: /Stage[main]/Consul::Run_service/Service[consul]: Unscheduling all events on Service[consul]
Warning: /Stage[main]/Consul::Run_service/Service[consul]: Skipping because of failed dependencies
Warning: /Stage[main]/Consul::Reload_service/Exec[reload consul service]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.53 seconds
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L309
consul class package based installation File "/etc/consul.d/config.json" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/consul.d/config.json".file?` to be truthy, got false
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L310
consul class package based installation File "/etc/consul.d/config.json" content is expected to match /server/
Failure/Error: its(:content) { is_expected.to match(%r{server}) }
expected "" to match /server/
Diff:
@@ -1 +1 @@
-/server/
+""
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L314
consul class package based installation Command "systemctl cat consul" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L315
consul class package based installation Command "systemctl cat consul" stdout is expected to match /Type=/
Failure/Error: its(:stdout) { is_expected.to match(%r{Type=}) }
expected "" to match /Type=/
Diff:
@@ -1 +1 @@
-/Type=/
+""
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L319
consul class package based installation File "/opt/consul" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/opt/consul".directory?` to be truthy, got false
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L323
consul class package based installation Service "consul" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "consul" to be enabled
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L324
consul class package based installation Service "consul" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "consul" to be running
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L328
consul class package based installation Package "consul" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "consul" to be installed
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/class_spec.rb#L332
consul class package based installation Command "consul version" stdout is expected to match /Consul v/
Failure/Error: its(:stdout) { is_expected.to match %r{Consul v} }
expected "" to match /Consul v/
Diff:
@@ -1 +1 @@
-/Consul v/
+""
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L266
consul class package based installation runs consul via package with explicit default data_dir
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112014943.pp.SPrunF
Last 10 lines of output were:
Info: /Stage[main]/Main/Systemd::Dropin_file[foo.conf]/File[/etc/systemd/system/consul.service.d/foo.conf]: Scheduling refresh of Systemd::Daemon_reload[consul.service]
Info: Systemd::Daemon_reload[consul.service]: Scheduling refresh of Exec[systemd-consul.service-systemctl-daemon-reload]
�[mNotice: /Stage[main]/Main/Systemd::Dropin_file[type.conf]/Systemd::Daemon_reload[consul.service]/Exec[systemd-consul.service-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[consul.service]: Scheduling refresh of Service[consul]
Info: Systemd::Daemon_reload[consul.service]: Scheduling refresh of Service[consul]
Warning: /Stage[main]/Consul::Run_service/Service[consul]: Skipping because of failed dependencies
Info: /Stage[main]/Consul::Run_service/Service[consul]: Unscheduling all events on Service[consul]
Warning: /Stage[main]/Consul::Reload_service/Exec[reload consul service]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 0.52 seconds
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L309
consul class package based installation File "/etc/consul.d/config.json" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/consul.d/config.json".file?` to be truthy, got false
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L310
consul class package based installation File "/etc/consul.d/config.json" content is expected to match /server/
Failure/Error: its(:content) { is_expected.to match(%r{server}) }
expected "" to match /server/
Diff:
@@ -1 +1 @@
-/server/
+""
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L314
consul class package based installation Command "systemctl cat consul" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L315
consul class package based installation Command "systemctl cat consul" stdout is expected to match /Type=/
Failure/Error: its(:stdout) { is_expected.to match(%r{Type=}) }
expected "" to match /Type=/
Diff:
@@ -1 +1 @@
-/Type=/
+""
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L319
consul class package based installation File "/opt/consul" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/opt/consul".directory?` to be truthy, got false
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L323
consul class package based installation Service "consul" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "consul" to be enabled
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L324
consul class package based installation Service "consul" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "consul" to be running
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L328
consul class package based installation Package "consul" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "consul" to be installed
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/class_spec.rb#L332
consul class package based installation Command "consul version" stdout is expected to match /Consul v/
Failure/Error: its(:stdout) { is_expected.to match %r{Consul v} }
expected "" to match /Consul v/
Diff:
@@ -1 +1 @@
-/Consul v/
+""
|