Add acceptance test for PKCS#12 generation with password #327
Triggered via pull request
February 10, 2025 11:43
Status
Cancelled
Total duration
5m 11s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
4s
Annotations
64 errors
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114551049.wWLI9b.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.13 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - AlmaLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114553140.PgvYyr.pp
Last 10 lines of output were:
Info: Applying configuration version '1739187954'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: User interface error
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 139668888631104:error:2807106B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:545:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: unable to load private key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 139668888631104:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:643:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 139668888631104:error:0906A065:PEM routines:PEM_do_header:bad decrypt:crypto/pem/pem_lib.c:461:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.06 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114639585.gR4P2T.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 1.07 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - Ubuntu 20.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114642616.yJrP1s.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188004'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: User interface error
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140129816286528:error:2807106B:UI routines:UI_process:processing error:../crypto/ui/ui_lib.c:545:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: unable to load private key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140129816286528:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:../crypto/evp/evp_enc.c:610:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140129816286528:error:0906A065:PEM routines:PEM_do_header:bad decrypt:../crypto/pem/pem_lib.c:461:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 1.06 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114657499.4tNzCN.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.13 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - OracleLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114659620.vIyatB.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188021'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Warning: output encryption option -nodes ignored with -export
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Could not find private key from -inkey file from /tmp/foo.example.com.key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 00FE55A4E87F0000:error:1400006B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:528:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 00FE55A4E87F0000:error:07880028:common libcrypto routines:do_ui_passphrase:UI lib:crypto/passphrase.c:181:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 00FE55A4E87F0000:error:04800068:PEM routines:PEM_do_header:bad password read:crypto/pem/pem_lib.c:445:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - OracleLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114702798.9gLyxK.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 1.06 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114705833.OVls5W.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188027'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Warning: output encryption option -nodes ignored with -export
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Could not read private key from -inkey file from /tmp/foo.example.com.key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 40C7FCBF4D7F0000:error:1400006B:UI routines:UI_process:processing error:../crypto/ui/ui_lib.c:544:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 40C7FCBF4D7F0000:error:07880028:common libcrypto routines:do_ui_passphrase:UI lib:../crypto/passphrase.c:187:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 40C7FCBF4D7F0000:error:04800068:PEM routines:PEM_do_header:bad password read:../crypto/pem/pem_lib.c:440:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 1.05 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114722203.a5bep7.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.51 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114724542.HWS7OC.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188046'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: User interface error
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140559172777280:error:2807106B:UI routines:UI_process:processing error:../crypto/ui/ui_lib.c:549:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: unable to load private key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140559172777280:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:../crypto/evp/evp_enc.c:612:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140559172777280:error:0906A065:PEM routines:PEM_do_header:bad decrypt:../crypto/pem/pem_lib.c:461:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.47 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114722338.bfi5nV.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.53 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - Debian 11:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114724886.hsKCFm.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188046'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: User interface error
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140027260798272:error:2807106B:UI routines:UI_process:processing error:../crypto/ui/ui_lib.c:549:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: unable to load private key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140027260798272:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:../crypto/evp/evp_enc.c:612:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140027260798272:error:0906A065:PEM routines:PEM_do_header:bad decrypt:../crypto/pem/pem_lib.c:461:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.48 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114731461.OO5TCx.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.12 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - AlmaLinux 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114733636.U5Ancf.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188055'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Warning: output encryption option -nodes ignored with -export
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Could not find private key from -inkey file from /tmp/foo.example.com.key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 004E8A162E7F0000:error:1400006B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:528:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 004E8A162E7F0000:error:07880028:common libcrypto routines:do_ui_passphrase:UI lib:crypto/passphrase.c:181:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 004E8A162E7F0000:error:04800068:PEM routines:PEM_do_header:bad password read:crypto/pem/pem_lib.c:445:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.06 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114743804.3BGI0m.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.13 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114745798.JD5IvY.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188067'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: User interface error
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140263094867776:error:2807106B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:545:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: unable to load private key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140263094867776:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:643:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140263094867776:error:0906A065:PEM routines:PEM_do_header:bad decrypt:crypto/pem/pem_lib.c:461:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.06 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 7 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114808521.F87s43.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.12 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - Rocky 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114810805.Ptmh9j.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188092'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: User interface error
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 139639555565376:error:2807106B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:545:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: unable to load private key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 139639555565376:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:643:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 139639555565376:error:0906A065:PEM routines:PEM_do_header:bad decrypt:crypto/pem/pem_lib.c:461:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.06 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - Rocky 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114823567.aYRDK1.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.15 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - CentOS 9:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114826128.bdBRYY.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188108'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Warning: output encryption option -nodes ignored with -export
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Could not find private key from -inkey file from /tmp/foo.example.com.key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 00CED06E027F0000:error:1400006B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:528:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 00CED06E027F0000:error:07880028:common libcrypto routines:do_ui_passphrase:UI lib:crypto/passphrase.c:181:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 00CED06E027F0000:error:04800068:PEM routines:PEM_do_header:bad password read:crypto/pem/pem_lib.c:445:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.08 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L4
pkcs12 example behaves like the example applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114828211.Mpj6Yw.pp
Last 10 lines of output were:
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]/ensure: created
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Triggered 'refresh' from 1 event
Info: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_request[/tmp/foo.example.com.csr]: Scheduling refresh of X509_cert[/tmp/foo.example.com.crt]
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]/ensure: created
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/X509_cert[/tmp/foo.example.com.crt]: Triggered 'refresh' from 2 events
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.crt]/owner: owner changed 'root' to 'nobody'
�[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[foo.example.com]/File[/tmp/foo.example.com.csr]/owner: owner changed 'root' to 'nobody'
Info: Class[Main]: Unscheduling all events on Class[Main]
�[mNotice: Applied catalog in 0.11 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - OracleLinux 8:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb#L8
pkcs12 example behaves like the example applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_114830535.pWidMg.pp
Last 10 lines of output were:
Info: Applying configuration version '1739188112'
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: Enter pass phrase for /tmp/foo.example.com.key:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: User interface error
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140576674801472:error:2807106B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:545:while reading strings
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: unable to load private key
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140576674801472:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:643:
�[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: 140576674801472:error:0906A065:PEM routines:PEM_do_header:bad decrypt:crypto/pem/pem_lib.c:461:
Error: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
Error: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: change from 'notrun' to ['0'] failed: '["openssl", "pkcs12", "-export", "-in", "/tmp/foo.example.com.key", "-inkey", "/tmp/foo.example.com.key", "-out", "/tmp/export.pkcs12.p12", "-name", "export.pkcs12", "-nodes", "-noiter"]' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 0.07 seconds
Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.4.0/lib/voxpupuli/acceptance/examples.rb:14
Shared Example Group: "the example" called from ./spec/acceptance/pkcs12_spec.rb:6
|
Puppet / Puppet 8 - OracleLinux 8
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - Rocky 9
The operation was canceled.
|
Puppet / Distro Puppet - Archlinux rolling
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Distro Puppet - Archlinux rolling
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 9
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 7 - Rocky 9
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 22.04
The operation was canceled.
|
Puppet / Puppet 8 - Debian 12
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - Debian 12
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 24.04
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 7 - Ubuntu 24.04
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 24.04
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - Ubuntu 24.04
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8
The operation was canceled.
|
Puppet / Puppet 7 - Debian 12
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 7 - Debian 12
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 7 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 7 - Rocky 8
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9
Canceling since a higher priority waiting request for '239/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9
The operation was canceled.
|
Puppet / Test suite
Process completed with exit code 1.
|