Drop Debian 9 support #99
Triggered via pull request
February 11, 2024 21:42
Status
Failure
Total duration
34m 41s
Artifacts
–
ci.yml
on: pull_request
Setup Test Matrix
27s
Matrix: acceptance
Matrix: unit
Annotations
14 errors and 14 warnings
Puppet 7 - Ubuntu 16.04
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_214616043.pp.zu4cUc
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.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707687977'
�[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.74 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_214615777.pp.3ch4Gy
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 '1707687977'
�[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.09 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_214636991.pp.Pxfdxn
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 '1707687998'
�[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.09 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 (Ruby 2.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|