fix: remove nokeys
option and set default empty import/export passwords
#293
Triggered via pull request
January 10, 2025 09:50
Status
Cancelled
Total duration
11m 22s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
171 errors
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095330492.M6UGtu.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095330492.M6UGtu.pp, line: 3) on node oracle9-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095332393.0njn9M.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095332393.0njn9M.pp, line: 3) on node oracle9-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 - 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095349333.4dI2Nn.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095349333.4dI2Nn.pp, line: 3) on node rocky9-64-puppet8.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095351402.w0g5Ls.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095351402.w0g5Ls.pp, line: 3) on node rocky9-64-puppet8.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095409955.MXyg8N.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095409955.MXyg8N.pp, line: 3) on node almalinux9-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095411970.6CNrfr.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095411970.6CNrfr.pp, line: 3) on node almalinux9-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095414994.EVZoD1.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095414994.EVZoD1.pp, line: 3) on node almalinux8-64-puppet8.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095417045.y5Pde8.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095417045.y5Pde8.pp, line: 3) on node almalinux8-64-puppet8.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095553950.FOpbkA.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095553950.FOpbkA.pp, line: 3) on node centos9-64-puppet8.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095555969.sMja5e.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095555969.sMja5e.pp, line: 3) on node centos9-64-puppet8.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 - 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095558953.ZnRnnb.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095558953.ZnRnnb.pp, line: 3) on node almalinux8-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095600855.I76oN8.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095600855.I76oN8.pp, line: 3) on node almalinux8-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095602303.ZHcwl9.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095602303.ZHcwl9.pp, line: 3) on node debian12-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095604091.xOHQ0R.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095604091.xOHQ0R.pp, line: 3) on node debian12-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095615523.qYybfU.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095615523.qYybfU.pp, line: 3) on node debian11-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095617294.l0kXDC.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095617294.l0kXDC.pp, line: 3) on node debian11-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 - 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095729841.iIrGAO.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095729841.iIrGAO.pp, line: 3) on node ubuntu2004-64-puppet8.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095731943.wdLupY.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095731943.wdLupY.pp, line: 3) on node ubuntu2004-64-puppet8.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 / 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095745426.u7Rg1B.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095745426.u7Rg1B.pp, line: 3) on node ubuntu2404-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095747305.UnVdQP.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095747305.UnVdQP.pp, line: 3) on node ubuntu2404-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 - 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095854305.DdxyBg.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095854305.DdxyBg.pp, line: 3) on node ubuntu2004-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095856348.nDQnmX.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095856348.nDQnmX.pp, line: 3) on node ubuntu2004-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095854084.rnRNEO.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095854084.rnRNEO.pp, line: 3) on node oracle8-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095855943.gXE6sI.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095855943.gXE6sI.pp, line: 3) on node oracle8-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095859209.bFw0Mk.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095859209.bFw0Mk.pp, line: 3) on node ubuntu2404-64-puppet8.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_095901103.vNNgDU.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_095901103.vNNgDU.pp, line: 3) on node ubuntu2404-64-puppet8.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 - 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_100046461.lapgL8.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_100046461.lapgL8.pp, line: 3) on node rocky9-64-puppet7.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_100048393.j8mPlM.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_100048393.j8mPlM.pp, line: 3) on node rocky9-64-puppet7.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_100059161.mDI7t9.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_100059161.mDI7t9.pp, line: 3) on node almalinux9-64-puppet8.example.com
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 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_100101231.cvEJjy.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, At least one of $country, $organization, $unit, $state or $commonname is required. (file: /etc/puppetlabs/code/environments/production/modules/openssl/manifests/certificate/x509.pp, line: 155, column: 5) (file: /tmp/apply_manifest_100101231.cvEJjy.pp, line: 3) on node almalinux9-64-puppet8.example.com
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#L16
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be certificate
Failure/Error: it { is_expected.to be_certificate }
expected `X509 certificate "/tmp/sample_x509.crt".certificate?` to be truthy, got false
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#L17
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" is expected to be valid
Failure/Error: it { is_expected.to be_valid }
expected `X509 certificate "/tmp/sample_x509.crt".valid?` to be truthy, got false
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#L18
x509 to pkcs12 to pem key behaves like the example X509 certificate "/tmp/sample_x509.crt" keylength is expected to eq 1024
Failure/Error: its(:keylength) { is_expected.to eq 1024 }
expected: 1024
got: 0
(compared using ==)
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 - Ubuntu 22.04
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 8 - Debian 11
The operation was canceled.
|
Puppet / Puppet 8 - Debian 12
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 8 - Debian 12
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 7 - Rocky 8
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 8 - Rocky 8
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 7 - CentOS 9
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 7 - Ubuntu 22.04
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8
The operation was canceled.
|
Puppet / Distro Puppet - Archlinux rolling
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Distro Puppet - Archlinux rolling
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9
Canceling since a higher priority waiting request for '232/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9
The operation was canceled.
|
Puppet / Test suite
Process completed with exit code 1.
|