Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failure #206

Open
Alessandro-Barbieri opened this issue May 30, 2022 · 1 comment
Open

test failure #206

Alessandro-Barbieri opened this issue May 30, 2022 · 1 comment

Comments

@Alessandro-Barbieri
Copy link

Gentoo's CI had test failures

12/14 Testing: SSLContextManagerTest
12/14 Test: SSLContextManagerTest
Command: "/var/tmp/portage/dev-cpp/wangle-2022.04.11.00-r1/work/wangle-2022.04.11.00/wangle_build/bin/SSLContextManagerTest"
Directory: /var/tmp/portage/dev-cpp/wangle-2022.04.11.00-r1/work/wangle-2022.04.11.00/wangle_build
"SSLContextManagerTest" start time: May 30 08:44 CEST
Output:
----------------------------------------------------------
[==========] Running 8 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 8 tests from SSLContextManagerTest
[ RUN      ] SSLContextManagerTest.Test1
[       OK ] SSLContextManagerTest.Test1 (2 ms)
[ RUN      ] SSLContextManagerTest.TestResetSSLContextConfigs
[       OK ] SSLContextManagerTest.TestResetSSLContextConfigs (4 ms)
[ RUN      ] SSLContextManagerTest.TestSessionContextCertRemoval
E20220530 08:44:30.200873    87 SSLContextManager.cpp:466] Cert for the default domain www.abc.example.com can not be removed
[       OK ] SSLContextManagerTest.TestSessionContextCertRemoval (0 ms)
[ RUN      ] SSLContextManagerTest.TestCertificateWithNoCN
[       OK ] SSLContextManagerTest.TestCertificateWithNoCN (0 ms)
[ RUN      ] SSLContextManagerTest.TestAlpnAllowMismatch
[       OK ] SSLContextManagerTest.TestAlpnAllowMismatch (0 ms)
[ RUN      ] SSLContextManagerTest.TestAlpnNotAllowMismatch
[       OK ] SSLContextManagerTest.TestAlpnNotAllowMismatch (0 ms)
[ RUN      ] SSLContextManagerTest.TestSingleClientCAFileSet
E20220530 08:44:30.203253    87 SSLContextManager.cpp:491] error loading client CA folly/io/async/test/certs/client_chain.pem: std::runtime_error: SSL_CTX_load_verify_locations: No such file or directory; no such file; system lib
unknown file: Failure
C++ exception with description "error loading client CA folly/io/async/test/certs/client_chain.pem: std::runtime_error: SSL_CTX_load_verify_locations: No such file or directory; no such file; system lib" thrown in the test body.
[  FAILED  ] SSLContextManagerTest.TestSingleClientCAFileSet (0 ms)
[ RUN      ] SSLContextManagerTest.TestMultipleClientCAsSet
E20220530 08:44:30.204098    87 SSLContextManager.cpp:491] error loading client CA folly/io/async/test/certs/client_cert.pem: std::runtime_error: SSL_CTX_load_verify_locations: No such file or directory; no such file; system lib
unknown file: Failure
C++ exception with description "error loading client CA folly/io/async/test/certs/client_cert.pem: std::runtime_error: SSL_CTX_load_verify_locations: No such file or directory; no such file; system lib" thrown in the test body.
[  FAILED  ] SSLContextManagerTest.TestMultipleClientCAsSet (0 ms)
[----------] 8 tests from SSLContextManagerTest (11 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 1 test suite ran. (11 ms total)
[  PASSED  ] 6 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLContextManagerTest.TestSingleClientCAFileSet
[  FAILED  ] SSLContextManagerTest.TestMultipleClientCAsSet

 2 FAILED TESTS
<end of output>
Test time =   0.03 sec
----------------------------------------------------------
Test Failed.
"SSLContextManagerTest" end time: May 30 08:44 CEST
"SSLContextManagerTest" time elapsed: 00:00:00
----------------------------------------------------------

see https://bugs.gentoo.org/848459
log https://848459.bugs.gentoo.org/attachment.cgi?id=781391
test log https://848459.bugs.gentoo.org/attachment.cgi?id=781394

@risicle
Copy link

risicle commented Jan 29, 2024

We get the same TestSessionContextCertRemoval failure in the NixOS package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants