modulesync 9.1.0 #199
ci.yml
on: pull_request
Puppet
/
Static validations
31s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors and 3 warnings
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_092231757.k6kWCr.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Systemd::Dropin_file[foo.conf]/File[/etc/systemd/system/consul.service.d/foo.conf]/ensure: defined content as '{sha256}8d9c6201ada7e5849d76fe2c5f0a5d514955d1ae3958265252447b7212ef2ee3'
Info: /Stage[main]/Main/Systemd::Dropin_file[foo.conf]/File[/etc/systemd/system/consul.service.d/foo.conf]: Scheduling refresh of Service[consul]
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
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.60 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_092255674.tknnKS.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Systemd::Dropin_file[foo.conf]/File[/etc/systemd/system/consul.service.d/foo.conf]/ensure: defined content as '{sha256}8d9c6201ada7e5849d76fe2c5f0a5d514955d1ae3958265252447b7212ef2ee3'
Info: /Stage[main]/Main/Systemd::Dropin_file[foo.conf]/File[/etc/systemd/system/consul.service.d/foo.conf]: Scheduling refresh of Service[consul]
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
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.59 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/
+""
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system FreeBSD 11
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Ubuntu 18.04
|