Skip to content

fix: remove nokeys option and set default empty import/export passwords #294

fix: remove nokeys option and set default empty import/export passwords

fix: remove nokeys option and set default empty import/export passwords #294

Re-run triggered January 13, 2025 14:00
Status Failure
Total duration 24m 42s
Artifacts

ci.yml

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

Annotations

176 errors
Puppet / Puppet 8 - Ubuntu 24.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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 'ubuntu2404-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140213283.HbFqZ3.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.93 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 24.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 'ubuntu2404-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140216292.LIz3jw.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for ubuntu2404-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736776938' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 0.85 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 24.04
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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 'debian12-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140223310.hnIPCU.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.69 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 'debian12-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140225981.357EOz.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for debian12-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1736776947' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 0.60 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 12
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140239964.8c915A.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.58 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140242515.roAeqm.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736776964' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 0.54 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140244566.lIDJWS.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140246895.IsRfY4.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736776968' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140251096.9zO9dy.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.14 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140253385.bboti4.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736776975' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 9
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140257845.FFfDMS.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140300284.twJv8y.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1736776982' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 8
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140358614.MnLtw5.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140400883.TEeczu.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1736777042' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140406320.48tLTy.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140408646.8T5a43.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777050' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140445964.OKA9Nn.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 1.08 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140449142.ErpjB3.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777090' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 1.03 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140525567.MA2OSR.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140528532.Mef5Pb.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777130' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 1.02 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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 'debian12-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140528371.bIxd5F.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.61 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 12: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 'debian12-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140530963.YGoGPb.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for debian12-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777132' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 12: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 12
Process completed with exit code 1.
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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 'rocky9-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140637832.Y9mvTQ.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 'rocky9-64-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140640299.I9Sfv9.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1736777202' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 9
Process completed with exit code 1.
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140708294.1KInXK.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.14 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140710525.zamKqS.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777232' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Rocky 8
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140744297.YQBAN5.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.14 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140746466.9mjVeE.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1736777268' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140754703.l8xVgE.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140757144.3zhcws.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777278' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - OracleLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140810660.dATuu4.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.14 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140812939.xWmhKf.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1736777294' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140816381.iDqOxF.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - CentOS 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140818664.I2ZELS.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777300' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - CentOS 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_140913670.oLcwnG.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.54 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 11: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140916311.POwht9.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777358' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 0.50 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 11: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141045639.xv3Isz.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 22.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141048832.j9aIX1.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1736777450' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 0.96 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 22.04: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141147759.z8heIJ.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141149874.06FPOG.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777511' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 8: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 8
Process completed with exit code 1.
Puppet / Distro Puppet - Archlinux rolling: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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 'archlinuxrolling-64.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141426150.8EV3dh.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.35 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Distro Puppet - Archlinux rolling: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 'archlinuxrolling-64.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_141428560.9tG3hV.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for archlinuxrolling-64.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736777670' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 0.28 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Distro Puppet - Archlinux rolling: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Distro Puppet - Archlinux rolling
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 24.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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 'ubuntu2404-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142045755.qgnlyS.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.92 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 24.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 'ubuntu2404-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142048677.C4ALyo.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for ubuntu2404-64-puppet7.example.com in environment production in 0.09 seconds Info: Using environment 'production' Info: Applying configuration version '1736778050' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 0.80 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 24.04: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Ubuntu 24.04
Process completed with exit code 1.
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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 'rocky9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142256294.arYoxQ.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events 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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 9: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 'rocky9-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142258511.o9gGDO.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736778180' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 9: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - Rocky 9
Process completed with exit code 1.
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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_142338303.Ot9d6P.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 0.16 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 8: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142340559.KM9TnT.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.10 seconds Info: Using environment 'production' Info: Applying configuration version '1736778222' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[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.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 8: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 7 - OracleLinux 8
Process completed with exit code 1.
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L4
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142453269.X2Qf8h.pp Last 10 lines of output were: �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/Openssl::Config[/tmp/sample_x509.cnf]/File[/tmp/sample_x509.cnf]/ensure: defined content as '{sha256}cc48d9e6e87ef31604e4f8d3a44ab3005b2c1897feb2cb1832f23d7898b43017' Info: Openssl::Config[/tmp/sample_x509.cnf]: Scheduling refresh of X509_request[/tmp/sample_x509.csr] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]/ensure: created Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Triggered 'refresh' from 1 event Info: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_request[/tmp/sample_x509.csr]: Scheduling refresh of X509_cert[/tmp/sample_x509.crt] �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]/ensure: created �[mNotice: /Stage[main]/Main/Openssl::Certificate::X509[sample_x509]/X509_cert[/tmp/sample_x509.crt]: Triggered 'refresh' from 2 events Info: Class[Main]: Unscheduling all events on Class[Main] �[mNotice: Applied catalog in 1.14 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 20.04: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb#L8
x509 to pkcs12 to pem key 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-puppet8.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142456655.KDz4oL.pp Last 10 lines of output were: Info: Loading facts Info: Loading facts Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other' �[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1736778298' �[mNotice: /Stage[main]/Main/Openssl::Export::Pkcs12[export.pkcs12]/Exec[Export export.pkcs12 to /tmp/export.pkcs12.p12]/returns: executed successfully �[mNotice: /Stage[main]/Main/Openssl::Export::Pem_key[key-UUID]/Exec[Export /tmp/export.pkcs12.p12 to /tmp/key.pem]/returns: executed successfully �[mNotice: Applied catalog in 1.09 seconds Shared Example Group: "an idempotent resource" called from ./vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.3.0/lib/voxpupuli/acceptance/examples.rb:14 Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L11
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.crt')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L12
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/sample_x509.key')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L13
x509 to pkcs12 to pem key behaves like the example Failure/Error: it { expect(file('/tmp/export.pkcs12.p12')).to be_file.and(its(:size) { is_expected.to > 0 }) } `its` is not available from within an example (e.g. an `it` block) or from constructs that run in the scope of an example (e.g. `before`, `let`, etc). It is only available on an example group (e.g. a `describe` or `context` block). Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 20.04: spec/acceptance/x509_pkcs12_spec.rb#L22
x509 to pkcs12 to pem key behaves like the example Command "openssl -text -noout -in /tmp/export.pkcs12.p12 -inpass pass:" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 1 (compared using ==) Shared Example Group: "the example" called from ./spec/acceptance/x509_pkcs12_spec.rb:10
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.