Remove legacy top-scope syntax #93
Triggered via pull request
November 23, 2023 03:04
Status
Failure
Total duration
40m 35s
Artifacts
–
ci.yml
on: pull_request
Setup Test Matrix
28s
Matrix: acceptance
Matrix: unit
Annotations
15 errors and 8 warnings
Puppet 7 - Ubuntu 16.04
Process completed with exit code 1.
|
Puppet 7 - Debian 9
Process completed with exit code 1.
|
Puppet 7 - Debian 10:
spec/acceptance/splunk_enterprise_spec.rb#L57
splunk enterprise class default parameters seed admin password works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_031343549.pp.wOZ2IS
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1700709225'
�[mNotice: /Stage[main]/Splunk::Enterprise::Service/Service[Splunkd]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Splunk::Enterprise::Service/Service[Splunkd]: Unscheduling refresh on Service[Splunkd]
�[mNotice: Applied catalog in 0.70 seconds
|
Puppet 7 - Debian 10:
spec/acceptance/splunk_enterprise_spec.rb#L71
splunk enterprise class default parameters seed admin password File "/opt/splunk/etc/passwd" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/splunk/etc/passwd".file?` to be truthy, got false
|
Puppet 7 - Debian 10:
spec/acceptance/splunk_enterprise_spec.rb#L72
splunk enterprise class default parameters seed admin password File "/opt/splunk/etc/passwd" content is expected to match /\$6\$not4r3alh45h/
Failure/Error: its(:content) { is_expected.to match %r{\$6\$not4r3alh45h} }
expected "" to match /\$6\$not4r3alh45h/
Diff:
@@ -1 +1 @@
-/\$6\$not4r3alh45h/
+""
|
Puppet 7 - Debian 10
Process completed with exit code 1.
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/splunk_enterprise_spec.rb#L57
splunk enterprise class default parameters seed admin password works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_031356878.pp.r1pUmi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu1804-64-puppet7.example.com in environment production in 0.29 seconds
Info: Using environment 'production'
Info: Applying configuration version '1700709238'
�[mNotice: /Stage[main]/Splunk::Enterprise::Service/Service[Splunkd]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Splunk::Enterprise::Service/Service[Splunkd]: Unscheduling refresh on Service[Splunkd]
�[mNotice: Applied catalog in 1.33 seconds
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/splunk_enterprise_spec.rb#L71
splunk enterprise class default parameters seed admin password File "/opt/splunk/etc/passwd" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/splunk/etc/passwd".file?` to be truthy, got false
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/splunk_enterprise_spec.rb#L72
splunk enterprise class default parameters seed admin password File "/opt/splunk/etc/passwd" content is expected to match /\$6\$not4r3alh45h/
Failure/Error: its(:content) { is_expected.to match %r{\$6\$not4r3alh45h} }
expected "" to match /\$6\$not4r3alh45h/
Diff:
@@ -1 +1 @@
-/\$6\$not4r3alh45h/
+""
|
Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/splunk_enterprise_spec.rb#L57
splunk enterprise class default parameters seed admin password works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_031358579.pp.BjJM9i
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1700709240'
�[mNotice: /Stage[main]/Splunk::Enterprise::Service/Service[Splunkd]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Splunk::Enterprise::Service/Service[Splunkd]: Unscheduling refresh on Service[Splunkd]
�[mNotice: Applied catalog in 1.22 seconds
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/splunk_enterprise_spec.rb#L71
splunk enterprise class default parameters seed admin password File "/opt/splunk/etc/passwd" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/splunk/etc/passwd".file?` to be truthy, got false
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/splunk_enterprise_spec.rb#L72
splunk enterprise class default parameters seed admin password File "/opt/splunk/etc/passwd" content is expected to match /\$6\$not4r3alh45h/
Failure/Error: its(:content) { is_expected.to match %r{\$6\$not4r3alh45h} }
expected "" to match /\$6\$not4r3alh45h/
Diff:
@@ -1 +1 @@
-/\$6\$not4r3alh45h/
+""
|
Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet 7 - CentOS 7
Process completed with exit code 1.
|
Setup Test Matrix
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Ubuntu 16.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Debian 9
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 (Ruby 2.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Debian 10
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Ubuntu 18.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - Ubuntu 20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Puppet 7 - CentOS 7
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|