/usr/bin/ruby -I/usr/lib/ruby/gems/3.0.0/gems/rspec-support-3.12.0/lib:/usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.12.0/lib /usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.12.0/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb --colour --format progress --tag ~pkcs11 Run options: exclude {:pkcs11=>true} ....................................................*......F................................................................................................................................. Pending: (Failures listed here are expected and do not affect your suite's status) 1) CertificateAuthority::Certificate X.509 V3 Extensions on Signed Certificates CertificatePolicies should contain a nested userNotice if specified # No reason given Failure/Error: expect(ext.to_a[1]).to include("Testing explicit text!") expected "" to include "Testing explicit text!" # ./spec/units/certificate_spec.rb:280:in `block (5 levels) in ' # ./spec/units/certificate_spec.rb:278:in `each' # ./spec/units/certificate_spec.rb:278:in `block (4 levels) in ' Failures: 1) CertificateAuthority::Certificate from_openssl should check to make sure that if a certificate had extensions they were imported Failure/Error: expect(@cert_with_extensions.extensions["authorityKeyIdentifier"]).to eq(expected_authorityKeyIdentifier) expected: # got: # (compared using ==) Diff: @@ -1,5 +1,4 @@ -# + @identifier="4C:58:CB:25:F0:41:4F:52:F4:28:C8:81:43:9B:A6:A8:A0:E6:92:E5"> # ./spec/units/certificate_spec.rb:427:in `block (3 levels) in ' Finished in 0.80679 seconds (files took 0.2322 seconds to load) 189 examples, 1 failure, 1 pending Failed examples: rspec ./spec/units/certificate_spec.rb:403 # CertificateAuthority::Certificate from_openssl should check to make sure that if a certificate had extensions they were imported /usr/bin/ruby -I/usr/lib/ruby/gems/3.0.0/gems/rspec-support-3.12.0/lib:/usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.12.0/lib /usr/lib/ruby/gems/3.0.0/gems/rspec-core-3.12.0/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb --colour --format progress --tag ~pkcs11 failed ==> ERROR:(B A failure occurred in check().(B  Aborting...(B