Skip to content

Support changing passwords on keystores & truststores #1124

Support changing passwords on keystores & truststores

Support changing passwords on keystores & truststores #1124

Triggered via pull request September 28, 2023 16:23
Status Failure
Total duration 9m 54s
Artifacts

ci.yml

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

Annotations

8 errors
Puppet / 7 - CentOS 8: spec/acceptance/keystore_spec.rb#L85
certs with keystore type Command "keytool -list -keystore /etc/pki/keystore -storepass other-password" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 1 (compared using ==)
Puppet / 7 - CentOS 8: spec/acceptance/keystore_spec.rb#L86
certs with keystore type Command "keytool -list -keystore /etc/pki/keystore -storepass other-password" stdout is expected to match /^Keystore type: PKCS12$/i Failure/Error: its(:stdout) { should match(/^Keystore type: PKCS12$/i) } expected "keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking\n" to match /^Keystore type: PKCS12$/i Diff: @@ -1 +1 @@ -/^Keystore type: PKCS12$/i +keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking
Puppet / 7 - CentOS 8: spec/acceptance/keystore_spec.rb#L87
certs with keystore type Command "keytool -list -keystore /etc/pki/keystore -storepass other-password" stdout is expected to match /^Your keystore contains 0 entries$/ Failure/Error: its(:stdout) { should match(/^Your keystore contains 0 entries$/) } expected "keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking\n" to match /^Your keystore contains 0 entries$/ Diff: @@ -1 +1 @@ -/^Your keystore contains 0 entries$/ +keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking
Puppet / 7 - CentOS 8
Process completed with exit code 1.
Puppet / 6 - CentOS 8: spec/acceptance/keystore_spec.rb#L85
certs with keystore type Command "keytool -list -keystore /etc/pki/keystore -storepass other-password" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { should eq 0 } expected: 0 got: 1 (compared using ==)
Puppet / 6 - CentOS 8: spec/acceptance/keystore_spec.rb#L86
certs with keystore type Command "keytool -list -keystore /etc/pki/keystore -storepass other-password" stdout is expected to match /^Keystore type: PKCS12$/i Failure/Error: its(:stdout) { should match(/^Keystore type: PKCS12$/i) } expected "keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking\n" to match /^Keystore type: PKCS12$/i Diff: @@ -1 +1 @@ -/^Keystore type: PKCS12$/i +keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking
Puppet / 6 - CentOS 8: spec/acceptance/keystore_spec.rb#L87
certs with keystore type Command "keytool -list -keystore /etc/pki/keystore -storepass other-password" stdout is expected to match /^Your keystore contains 0 entries$/ Failure/Error: its(:stdout) { should match(/^Your keystore contains 0 entries$/) } expected "keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking\n" to match /^Your keystore contains 0 entries$/ Diff: @@ -1 +1 @@ -/^Your keystore contains 0 entries$/ +keytool error: java.io.IOException: Integrity check failed: java.security.UnrecoverableKeyException: Failed PKCS12 integrity checking
Puppet / 6 - CentOS 8
Process completed with exit code 1.