Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 766520 Details for
Bug 834746
[guru] dev-cpp/wangle-2022.02.28.00 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
1-LastTest.log
1-LastTest.log (text/plain), 35.37 KB, created by
Agostino Sarubbo
on 2022-03-08 08:04:28 UTC
(
hide
)
Description:
1-LastTest.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2022-03-08 08:04:28 UTC
Size:
35.37 KB
patch
obsolete
>Start testing: Mar 08 00:55 CET >---------------------------------------------------------- >3/14 Testing: PeekingAcceptorHandshakeHelperTest >3/14 Test: PeekingAcceptorHandshakeHelperTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/PeekingAcceptorHandshakeHelperTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"PeekingAcceptorHandshakeHelperTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 7 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 7 tests from PeekingAcceptorHandshakeHelperTest >[ RUN ] PeekingAcceptorHandshakeHelperTest.TestPeekSuccess > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: setReadCB(0x557d38fd04b0) >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: closeNow() >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. >[ OK ] PeekingAcceptorHandshakeHelperTest.TestPeekSuccess (2 ms) >[ RUN ] PeekingAcceptorHandshakeHelperTest.TestPeekNonSuccess > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: setReadCB(0x557d38fd7150) >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: closeNow() >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. >[ OK ] PeekingAcceptorHandshakeHelperTest.TestPeekNonSuccess (0 ms) >[ RUN ] PeekingAcceptorHandshakeHelperTest.TestPeek2ndSuccess > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: setReadCB(0x557d38fd7150) >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: closeNow() >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. >[ OK ] PeekingAcceptorHandshakeHelperTest.TestPeek2ndSuccess (0 ms) >[ RUN ] PeekingAcceptorHandshakeHelperTest.TestEOFDuringPeek > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: closeNow() >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. >[ OK ] PeekingAcceptorHandshakeHelperTest.TestEOFDuringPeek (0 ms) >[ RUN ] PeekingAcceptorHandshakeHelperTest.TestPeekErr > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: setReadCB(0x557d38fd52b0) >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: closeNow() >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. >[ OK ] PeekingAcceptorHandshakeHelperTest.TestPeekErr (0 ms) >[ RUN ] PeekingAcceptorHandshakeHelperTest.TestDropDuringPeek > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: setReadCB(0x557d38fd52b0) >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. > >GMOCK WARNING: >/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle/acceptor/test/PeekingAcceptorHandshakeHelperTest.cpp:153: Actions ran out in EXPECT_CALL(*sslSock_, closeNow())... >Called 2 times, but only 1 WillOnce() is specified - returning directly. >Stack trace: >[ OK ] PeekingAcceptorHandshakeHelperTest.TestDropDuringPeek (0 ms) >[ RUN ] PeekingAcceptorHandshakeHelperTest.TestDropAfterPeek > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: setReadCB(0x557d38fd7150) >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. > >GMOCK WARNING: >Uninteresting mock function call - returning directly. > Function call: closeNow() >NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md#knowing-when-to-expect for details. >[ OK ] PeekingAcceptorHandshakeHelperTest.TestDropAfterPeek (0 ms) >[----------] 7 tests from PeekingAcceptorHandshakeHelperTest (3 ms total) > >[----------] Global test environment tear-down >[==========] 7 tests from 1 test suite ran. (3 ms total) >[ PASSED ] 7 tests. ><end of output> >Test time = 0.04 sec >---------------------------------------------------------- >Test Passed. >"PeekingAcceptorHandshakeHelperTest" end time: Mar 08 00:55 CET >"PeekingAcceptorHandshakeHelperTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >5/14 Testing: BroadcastHandlerTest >5/14 Test: BroadcastHandlerTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/BroadcastHandlerTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"BroadcastHandlerTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 4 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 4 tests from BroadcastHandlerTest >[ RUN ] BroadcastHandlerTest.SubscribeUnsubscribe >[ OK ] BroadcastHandlerTest.SubscribeUnsubscribe (0 ms) >[ RUN ] BroadcastHandlerTest.BufferedRead >[ OK ] BroadcastHandlerTest.BufferedRead (0 ms) >[ RUN ] BroadcastHandlerTest.OnCompleted >[ OK ] BroadcastHandlerTest.OnCompleted (0 ms) >[ RUN ] BroadcastHandlerTest.OnError >E20220308 00:55:49.069653 50 BroadcastHandler-inl.h:38] Error while reading from upstream for broadcast: std::exception: std::exception >[ OK ] BroadcastHandlerTest.OnError (0 ms) >[----------] 4 tests from BroadcastHandlerTest (1 ms total) > >[----------] Global test environment tear-down >[==========] 4 tests from 1 test suite ran. (1 ms total) >[ PASSED ] 4 tests. ><end of output> >Test time = 0.03 sec >---------------------------------------------------------- >Test Passed. >"BroadcastHandlerTest" end time: Mar 08 00:55 CET >"BroadcastHandlerTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >7/14 Testing: ObservingHandlerTest >7/14 Test: ObservingHandlerTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/ObservingHandlerTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"ObservingHandlerTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 9 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 9 tests from ObservingHandlerTest >[ RUN ] ObservingHandlerTest.Success >[ OK ] ObservingHandlerTest.Success (0 ms) >[ RUN ] ObservingHandlerTest.ConnectError >E20220308 00:55:49.072616 52 ObservingHandler-inl.h:75] Error subscribing to a broadcast: std::exception >[ OK ] ObservingHandlerTest.ConnectError (0 ms) >[ RUN ] ObservingHandlerTest.ConnectHandlerDeletion >[ OK ] ObservingHandlerTest.ConnectHandlerDeletion (0 ms) >[ RUN ] ObservingHandlerTest.ConnectErrorHandlerDeletion >[ OK ] ObservingHandlerTest.ConnectErrorHandlerDeletion (0 ms) >[ RUN ] ObservingHandlerTest.BroadcastError >E20220308 00:55:49.073168 52 ObservingHandler-inl.h:111] Error observing a broadcast: std::exception: std::exception >[ OK ] ObservingHandlerTest.BroadcastError (0 ms) >[ RUN ] ObservingHandlerTest.ReadEOF >[ OK ] ObservingHandlerTest.ReadEOF (0 ms) >[ RUN ] ObservingHandlerTest.ReadError >E20220308 00:55:49.073362 52 ObservingHandler-inl.h:89] Error on read: std::exception: std::exception >[ OK ] ObservingHandlerTest.ReadError (0 ms) >[ RUN ] ObservingHandlerTest.WriteError >E20220308 00:55:49.073462 52 ObservingHandler-inl.h:104] Error on write: std::exception >[ OK ] ObservingHandlerTest.WriteError (0 ms) >[ RUN ] ObservingHandlerTest.WriteErrorHandlerDeletion >[ OK ] ObservingHandlerTest.WriteErrorHandlerDeletion (0 ms) >[----------] 9 tests from ObservingHandlerTest (1 ms total) > >[----------] Global test environment tear-down >[==========] 9 tests from 1 test suite ran. (1 ms total) >[ PASSED ] 9 tests. ><end of output> >Test time = 0.03 sec >---------------------------------------------------------- >Test Passed. >"ObservingHandlerTest" end time: Mar 08 00:55 CET >"ObservingHandlerTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >8/14 Testing: AsyncSocketHandlerTest >8/14 Test: AsyncSocketHandlerTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/AsyncSocketHandlerTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"AsyncSocketHandlerTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 2 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 2 tests from AsyncSocketHandlerTest >[ RUN ] AsyncSocketHandlerTest.WriteErrOnShutdown >[ OK ] AsyncSocketHandlerTest.WriteErrOnShutdown (0 ms) >[ RUN ] AsyncSocketHandlerTest.TransportActiveInactive >[ OK ] AsyncSocketHandlerTest.TransportActiveInactive (0 ms) >[----------] 2 tests from AsyncSocketHandlerTest (0 ms total) > >[----------] Global test environment tear-down >[==========] 2 tests from 1 test suite ran. (0 ms total) >[ PASSED ] 2 tests. ><end of output> >Test time = 0.02 sec >---------------------------------------------------------- >Test Passed. >"AsyncSocketHandlerTest" end time: Mar 08 00:55 CET >"AsyncSocketHandlerTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >9/14 Testing: OutputBufferingHandlerTest >9/14 Test: OutputBufferingHandlerTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/OutputBufferingHandlerTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"OutputBufferingHandlerTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 1 test from 1 test suite. >[----------] Global test environment set-up. >[----------] 1 test from OutputBufferingHandlerTest >[ RUN ] OutputBufferingHandlerTest.Basic >[ OK ] OutputBufferingHandlerTest.Basic (0 ms) >[----------] 1 test from OutputBufferingHandlerTest (0 ms total) > >[----------] Global test environment tear-down >[==========] 1 test from 1 test suite ran. (0 ms total) >[ PASSED ] 1 test. ><end of output> >Test time = 0.02 sec >---------------------------------------------------------- >Test Passed. >"OutputBufferingHandlerTest" end time: Mar 08 00:55 CET >"OutputBufferingHandlerTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >11/14 Testing: CodecTest >11/14 Test: CodecTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/CodecTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"CodecTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 21 tests from 5 test suites. >[----------] Global test environment set-up. >[----------] 1 test from FixedLengthFrameDecoder >[ RUN ] FixedLengthFrameDecoder.FailWhenLengthFieldEndOffset >[ OK ] FixedLengthFrameDecoder.FailWhenLengthFieldEndOffset (0 ms) >[----------] 1 test from FixedLengthFrameDecoder (0 ms total) > >[----------] 2 tests from LengthFieldFramePipeline >[ RUN ] LengthFieldFramePipeline.SimpleTest >[ OK ] LengthFieldFramePipeline.SimpleTest (0 ms) >[ RUN ] LengthFieldFramePipeline.LittleEndian >[ OK ] LengthFieldFramePipeline.LittleEndian (0 ms) >[----------] 2 tests from LengthFieldFramePipeline (0 ms total) > >[----------] 10 tests from LengthFieldFrameDecoder >[ RUN ] LengthFieldFrameDecoder.Simple >[ OK ] LengthFieldFrameDecoder.Simple (0 ms) >[ RUN ] LengthFieldFrameDecoder.NoStrip >[ OK ] LengthFieldFrameDecoder.NoStrip (0 ms) >[ RUN ] LengthFieldFrameDecoder.Adjustment >[ OK ] LengthFieldFrameDecoder.Adjustment (0 ms) >[ RUN ] LengthFieldFrameDecoder.PreHeader >[ OK ] LengthFieldFrameDecoder.PreHeader (0 ms) >[ RUN ] LengthFieldFrameDecoder.PostHeader >[ OK ] LengthFieldFrameDecoder.PostHeader (0 ms) >[ RUN ] LengthFieldFrameDecoder.StripPrePostHeaderFrameInclHeader >[ OK ] LengthFieldFrameDecoder.StripPrePostHeaderFrameInclHeader (0 ms) >[ RUN ] LengthFieldFrameDecoder.FailTestLengthFieldEndOffset >[ OK ] LengthFieldFrameDecoder.FailTestLengthFieldEndOffset (0 ms) >[ RUN ] LengthFieldFrameDecoder.FailTestLengthFieldFrameSize >[ OK ] LengthFieldFrameDecoder.FailTestLengthFieldFrameSize (0 ms) >[ RUN ] LengthFieldFrameDecoder.FailTestLengthFieldInitialBytes >[ OK ] LengthFieldFrameDecoder.FailTestLengthFieldInitialBytes (0 ms) >[ RUN ] LengthFieldFrameDecoder.FailTestNotEnoughBytes >[ OK ] LengthFieldFrameDecoder.FailTestNotEnoughBytes (0 ms) >[----------] 10 tests from LengthFieldFrameDecoder (0 ms total) > >[----------] 1 test from LengthFieldFrameDecoderStrip >[ RUN ] LengthFieldFrameDecoderStrip.PrePostHeader >[ OK ] LengthFieldFrameDecoderStrip.PrePostHeader (0 ms) >[----------] 1 test from LengthFieldFrameDecoderStrip (0 ms total) > >[----------] 7 tests from LineBasedFrameDecoder >[ RUN ] LineBasedFrameDecoder.Simple >[ OK ] LineBasedFrameDecoder.Simple (0 ms) >[ RUN ] LineBasedFrameDecoder.SaveDelimiter >[ OK ] LineBasedFrameDecoder.SaveDelimiter (0 ms) >[ RUN ] LineBasedFrameDecoder.Fail >[ OK ] LineBasedFrameDecoder.Fail (0 ms) >[ RUN ] LineBasedFrameDecoder.NewLineOnly >[ OK ] LineBasedFrameDecoder.NewLineOnly (0 ms) >[ RUN ] LineBasedFrameDecoder.CarriageNewLineOnly >[ OK ] LineBasedFrameDecoder.CarriageNewLineOnly (0 ms) >[ RUN ] LineBasedFrameDecoder.CarriageOnly >[ OK ] LineBasedFrameDecoder.CarriageOnly (0 ms) >[ RUN ] LineBasedFrameDecoder.DoubleCarriage >[ OK ] LineBasedFrameDecoder.DoubleCarriage (0 ms) >[----------] 7 tests from LineBasedFrameDecoder (0 ms total) > >[----------] Global test environment tear-down >[==========] 21 tests from 5 test suites ran. (1 ms total) >[ PASSED ] 21 tests. ><end of output> >Test time = 0.02 sec >---------------------------------------------------------- >Test Passed. >"CodecTest" end time: Mar 08 00:55 CET >"CodecTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >2/14 Testing: LoadShedConfigurationTest >2/14 Test: LoadShedConfigurationTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/LoadShedConfigurationTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"LoadShedConfigurationTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 1 test from 1 test suite. >[----------] Global test environment set-up. >[----------] 1 test from LoadShedConfigurationTest >[ RUN ] LoadShedConfigurationTest.TestSettersAndGetters >[ OK ] LoadShedConfigurationTest.TestSettersAndGetters (0 ms) >[----------] 1 test from LoadShedConfigurationTest (0 ms total) > >[----------] Global test environment tear-down >[==========] 1 test from 1 test suite ran. (0 ms total) >[ PASSED ] 1 test. ><end of output> >Test time = 0.05 sec >---------------------------------------------------------- >Test Passed. >"LoadShedConfigurationTest" end time: Mar 08 00:55 CET >"LoadShedConfigurationTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >12/14 Testing: SSLContextManagerTest >12/14 Test: SSLContextManagerTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/SSLContextManagerTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"SSLContextManagerTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 8 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 8 tests from SSLContextManagerTest >[ RUN ] SSLContextManagerTest.Test1 >[ OK ] SSLContextManagerTest.Test1 (3 ms) >[ RUN ] SSLContextManagerTest.TestResetSSLContextConfigs >[ OK ] SSLContextManagerTest.TestResetSSLContextConfigs (5 ms) >[ RUN ] SSLContextManagerTest.TestSessionContextCertRemoval >E20220308 00:55:49.098538 75 SSLContextManager.cpp:466] Cert for the default domain www.abc.example.com can not be removed >[ OK ] SSLContextManagerTest.TestSessionContextCertRemoval (1 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 >E20220308 00:55:49.101567 75 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 >E20220308 00:55:49.102298 75 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 (13 ms total) > >[----------] Global test environment tear-down >[==========] 8 tests from 1 test suite ran. (14 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: Mar 08 00:55 CET >"SSLContextManagerTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >1/14 Testing: ConnectionManagerTest >1/14 Test: ConnectionManagerTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/ConnectionManagerTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"ConnectionManagerTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 14 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 14 tests from ConnectionManagerTest >[ RUN ] ConnectionManagerTest.testShutdownSequence >[ OK ] ConnectionManagerTest.testShutdownSequence (54 ms) >[ RUN ] ConnectionManagerTest.testRemoveDrainIterator >[ OK ] ConnectionManagerTest.testRemoveDrainIterator (53 ms) >[ RUN ] ConnectionManagerTest.testIdleGraceTimeout >[ OK ] ConnectionManagerTest.testIdleGraceTimeout (75 ms) >[ RUN ] ConnectionManagerTest.testDropAll >[ OK ] ConnectionManagerTest.testDropAll (2 ms) >[ RUN ] ConnectionManagerTest.testDropPercent >[ OK ] ConnectionManagerTest.testDropPercent (3 ms) >[ RUN ] ConnectionManagerTest.testDrainPercent >[ OK ] ConnectionManagerTest.testDrainPercent (51 ms) >[ RUN ] ConnectionManagerTest.testDrainPctAfterAll >[ OK ] ConnectionManagerTest.testDrainPctAfterAll (53 ms) >[ RUN ] ConnectionManagerTest.testDrainAllAfterPct >[ OK ] ConnectionManagerTest.testDrainAllAfterPct (53 ms) >[ RUN ] ConnectionManagerTest.testDropIdle >[ OK ] ConnectionManagerTest.testDropIdle (2 ms) >[ RUN ] ConnectionManagerTest.testDropActive >[ OK ] ConnectionManagerTest.testDropActive (3 ms) >[ RUN ] ConnectionManagerTest.testAddDuringShutdown >[ OK ] ConnectionManagerTest.testAddDuringShutdown (54 ms) >[ RUN ] ConnectionManagerTest.testAddDuringShutdownWithoutIdleGrace >[ OK ] ConnectionManagerTest.testAddDuringShutdownWithoutIdleGrace (3 ms) >[ RUN ] ConnectionManagerTest.testAddDuringCloseWhenIdleActive >[ OK ] ConnectionManagerTest.testAddDuringCloseWhenIdleActive (3 ms) >[ RUN ] ConnectionManagerTest.testAddDuringCloseWhenIdleInactive >[ OK ] ConnectionManagerTest.testAddDuringCloseWhenIdleInactive (2 ms) >[----------] 14 tests from ConnectionManagerTest (419 ms total) > >[----------] Global test environment tear-down >[==========] 14 tests from 1 test suite ran. (419 ms total) >[ PASSED ] 14 tests. ><end of output> >Test time = 0.46 sec >---------------------------------------------------------- >Test Passed. >"ConnectionManagerTest" end time: Mar 08 00:55 CET >"ConnectionManagerTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >6/14 Testing: BroadcastPoolTest >6/14 Test: BroadcastPoolTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/BroadcastPoolTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"BroadcastPoolTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 9 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 9 tests from BroadcastPoolTest >[ RUN ] BroadcastPoolTest.BasicConnect >[ OK ] BroadcastPoolTest.BasicConnect (218 ms) >[ RUN ] BroadcastPoolTest.OutstandingConnect >[ OK ] BroadcastPoolTest.OutstandingConnect (123 ms) >[ RUN ] BroadcastPoolTest.ConnectError >E20220308 00:55:49.426497 51 BroadcastPool-inl.h:90] Error connecting to upstream: AsyncSocketException: connect failed, type = Socket not open, errno = 111 (Connection refused) >[ OK ] BroadcastPoolTest.ConnectError (28 ms) >[ RUN ] BroadcastPoolTest.ConnectErrorServerPool >E20220308 00:55:49.452044 51 BroadcastPool-inl.h:90] Error connecting to upstream: std::exception >[ OK ] BroadcastPoolTest.ConnectErrorServerPool (12 ms) >[ RUN ] BroadcastPoolTest.RoutingDataException >E20220308 00:55:49.465224 51 BroadcastPool-inl.h:90] Error connecting to upstream: std::exception >[ OK ] BroadcastPoolTest.RoutingDataException (13 ms) >[ RUN ] BroadcastPoolTest.RoutingDataPipelineDeletion >E20220308 00:55:49.481221 51 BroadcastHandler-inl.h:38] Error while reading from upstream for broadcast: std::runtime_error: upstream error >E20220308 00:55:49.481334 51 BroadcastPool-inl.h:90] Error connecting to upstream: Broadcast deleted due to upstream connection error >[ OK ] BroadcastPoolTest.RoutingDataPipelineDeletion (16 ms) >[ RUN ] BroadcastPoolTest.HandlerEOFPoolDeletion >[ OK ] BroadcastPoolTest.HandlerEOFPoolDeletion (14 ms) >[ RUN ] BroadcastPoolTest.SubscriberDeletionBeforeConnect >[ OK ] BroadcastPoolTest.SubscriberDeletionBeforeConnect (15 ms) >[ RUN ] BroadcastPoolTest.ThreadLocalPool >[ OK ] BroadcastPoolTest.ThreadLocalPool (13 ms) >[----------] 9 tests from BroadcastPoolTest (456 ms total) > >[----------] Global test environment tear-down >[==========] 9 tests from 1 test suite ran. (456 ms total) >[ PASSED ] 9 tests. ><end of output> >Test time = 0.47 sec >---------------------------------------------------------- >Test Passed. >"BroadcastPoolTest" end time: Mar 08 00:55 CET >"BroadcastPoolTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >10/14 Testing: PipelineTest >10/14 Test: PipelineTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/PipelineTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"PipelineTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 19 tests from 2 test suites. >[----------] Global test environment set-up. >[----------] 12 tests from PipelineTest >[ RUN ] PipelineTest.RealHandlersCompile >[ OK ] PipelineTest.RealHandlersCompile (0 ms) >[ RUN ] PipelineTest.FireActions >[ OK ] PipelineTest.FireActions (0 ms) >[ RUN ] PipelineTest.ReachEndOfPipeline >[ OK ] PipelineTest.ReachEndOfPipeline (0 ms) >[ RUN ] PipelineTest.TurnAround >[ OK ] PipelineTest.TurnAround (0 ms) >[ RUN ] PipelineTest.DynamicFireActions >[ OK ] PipelineTest.DynamicFireActions (0 ms) >[ RUN ] PipelineTest.DynamicAttachDetachOrder >[ OK ] PipelineTest.DynamicAttachDetachOrder (0 ms) >[ RUN ] PipelineTest.GetContext >[ OK ] PipelineTest.GetContext (0 ms) >[ RUN ] PipelineTest.HandlerInMultiplePipelines >[ OK ] PipelineTest.HandlerInMultiplePipelines (0 ms) >[ RUN ] PipelineTest.HandlerInPipelineTwice >[ OK ] PipelineTest.HandlerInPipelineTwice (0 ms) >[ RUN ] PipelineTest.NoDetachOnOwner >[ OK ] PipelineTest.NoDetachOnOwner (0 ms) >[ RUN ] PipelineTest.NumHandler >[ OK ] PipelineTest.NumHandler (0 ms) >[ RUN ] PipelineTest.HandlerReuse >[ OK ] PipelineTest.HandlerReuse (0 ms) >[----------] 12 tests from PipelineTest (2 ms total) > >[----------] 7 tests from Pipeline >[ RUN ] Pipeline.MissingInboundOrOutbound >[ OK ] Pipeline.MissingInboundOrOutbound (1 ms) >[ RUN ] Pipeline.DynamicConstruction >[ OK ] Pipeline.DynamicConstruction (0 ms) >[ RUN ] Pipeline.RemovePointer >[ OK ] Pipeline.RemovePointer (0 ms) >[ RUN ] Pipeline.RemoveFront >[ OK ] Pipeline.RemoveFront (0 ms) >[ RUN ] Pipeline.RemoveBack >[ OK ] Pipeline.RemoveBack (0 ms) >[ RUN ] Pipeline.RemoveType >[ OK ] Pipeline.RemoveType (0 ms) >[ RUN ] Pipeline.Concurrent >[ OK ] Pipeline.Concurrent (615 ms) >[----------] 7 tests from Pipeline (616 ms total) > >[----------] Global test environment tear-down >[==========] 19 tests from 2 test suites ran. (618 ms total) >[ PASSED ] 19 tests. ><end of output> >Test time = 0.64 sec >---------------------------------------------------------- >Test Passed. >"PipelineTest" end time: Mar 08 00:55 CET >"PipelineTest" time elapsed: 00:00:00 >---------------------------------------------------------- > >4/14 Testing: BootstrapTest >4/14 Test: BootstrapTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/BootstrapTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"BootstrapTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 14 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 14 tests from Bootstrap >[ RUN ] Bootstrap.Basic >[ OK ] Bootstrap.Basic (0 ms) >[ RUN ] Bootstrap.ServerWithPipeline >[ OK ] Bootstrap.ServerWithPipeline (224 ms) >[ RUN ] Bootstrap.ServerWithChildHandler >[ OK ] Bootstrap.ServerWithChildHandler (69 ms) >[ RUN ] Bootstrap.ClientServerTest >[ OK ] Bootstrap.ClientServerTest (113 ms) >[ RUN ] Bootstrap.ClientConnectionManagerTest >[ OK ] Bootstrap.ClientConnectionManagerTest (101 ms) >[ RUN ] Bootstrap.ServerAcceptGroupTest >[ OK ] Bootstrap.ServerAcceptGroupTest (113 ms) >[ RUN ] Bootstrap.ServerAcceptGroup2Test >[ OK ] Bootstrap.ServerAcceptGroup2Test (118 ms) >[ RUN ] Bootstrap.SharedThreadPool >[ OK ] Bootstrap.SharedThreadPool (102 ms) >[ RUN ] Bootstrap.ExistingSocket >[ OK ] Bootstrap.ExistingSocket (15 ms) >[ RUN ] Bootstrap.LoadBalanceHandler >[ OK ] Bootstrap.LoadBalanceHandler (115 ms) >[ RUN ] Bootstrap.UDP >[ OK ] Bootstrap.UDP (16 ms) >[ RUN ] Bootstrap.UDPClientServerTest >/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle/bootstrap/test/BootstrapTest.cpp:383: Failure >Expected equality of these values: > connections > Which is: 0 > 1 >[ FAILED ] Bootstrap.UDPClientServerTest (16 ms) >[ RUN ] Bootstrap.UnixServer >[ OK ] Bootstrap.UnixServer (116 ms) >[ RUN ] Bootstrap.ServerBindFailure >[ OK ] Bootstrap.ServerBindFailure (17 ms) >[----------] 14 tests from Bootstrap (1140 ms total) > >[----------] Global test environment tear-down >[==========] 14 tests from 1 test suite ran. (1140 ms total) >[ PASSED ] 13 tests. >[ FAILED ] 1 test, listed below: >[ FAILED ] Bootstrap.UDPClientServerTest > > 1 FAILED TEST ><end of output> >Test time = 1.16 sec >---------------------------------------------------------- >Test Failed. >"BootstrapTest" end time: Mar 08 00:55 CET >"BootstrapTest" time elapsed: 00:00:01 >---------------------------------------------------------- > >14/14 Testing: FilePollerTest >14/14 Test: FilePollerTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/FilePollerTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"FilePollerTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 9 tests from 2 test suites. >[----------] Global test environment set-up. >[----------] 8 tests from FilePollerTest >[ RUN ] FilePollerTest.TestUpdateFile >[ OK ] FilePollerTest.TestUpdateFile (2 ms) >[ RUN ] FilePollerTest.TestUpdateFileSubSecond >[ OK ] FilePollerTest.TestUpdateFileSubSecond (0 ms) >[ RUN ] FilePollerTest.TestUpdateFileBackwards >[ OK ] FilePollerTest.TestUpdateFileBackwards (1 ms) >[ RUN ] FilePollerTest.TestCreateFile >[ OK ] FilePollerTest.TestCreateFile (0 ms) >[ RUN ] FilePollerTest.TestDeleteFile >[ OK ] FilePollerTest.TestDeleteFile (1000 ms) >[ RUN ] FilePollerTest.TestTwoUpdatesAndDelete >[ OK ] FilePollerTest.TestTwoUpdatesAndDelete (1010 ms) >[ RUN ] FilePollerTest.TestFileCreatedLate >[ OK ] FilePollerTest.TestFileCreatedLate (1000 ms) >[ RUN ] FilePollerTest.TestMultiplePollers >[ OK ] FilePollerTest.TestMultiplePollers (1020 ms) >[----------] 8 tests from FilePollerTest (4036 ms total) > >[----------] 1 test from FilePoller >[ RUN ] FilePoller.TestFork >[ OK ] FilePoller.TestFork (10 ms) >[----------] 1 test from FilePoller (10 ms total) > >[----------] Global test environment tear-down >[==========] 9 tests from 2 test suites ran. (4046 ms total) >[ PASSED ] 9 tests. ><end of output> >Test time = 4.06 sec >---------------------------------------------------------- >Test Passed. >"FilePollerTest" end time: Mar 08 00:55 CET >"FilePollerTest" time elapsed: 00:00:04 >---------------------------------------------------------- > >13/14 Testing: TLSCredProcessorTest >13/14 Test: TLSCredProcessorTest >Command: "/var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build/bin/TLSCredProcessorTest" >Directory: /var/tmp/portage/dev-cpp/wangle-2022.02.28.00/work/wangle-2022.02.28.00/wangle_build >"TLSCredProcessorTest" start time: Mar 08 00:55 CET >Output: >---------------------------------------------------------- >[==========] Running 8 tests from 1 test suite. >[----------] Global test environment set-up. >[----------] 8 tests from ProcessTicketTest >[ RUN ] ProcessTicketTest.ParseTicketFile >[ OK ] ProcessTicketTest.ParseTicketFile (0 ms) >[ RUN ] ProcessTicketTest.ParseTicketFileWithPassword >[ OK ] ProcessTicketTest.ParseTicketFileWithPassword (0 ms) >[ RUN ] ProcessTicketTest.ParseInvalidFile >[ OK ] ProcessTicketTest.ParseInvalidFile (1 ms) >[ RUN ] ProcessTicketTest.handleAbsentFile >[ OK ] ProcessTicketTest.handleAbsentFile (0 ms) >[ RUN ] ProcessTicketTest.TestUpdateTicketFile >[ OK ] ProcessTicketTest.TestUpdateTicketFile (40001 ms) >[ RUN ] ProcessTicketTest.TestUpdateTicketFileWithPassword >[ OK ] ProcessTicketTest.TestUpdateTicketFileWithPassword (20000 ms) >[ RUN ] ProcessTicketTest.TestMultipleCerts >[ OK ] ProcessTicketTest.TestMultipleCerts (1000 ms) >[ RUN ] ProcessTicketTest.TestSetPullInterval >[ OK ] ProcessTicketTest.TestSetPullInterval (12000 ms) >[----------] 8 tests from ProcessTicketTest (73007 ms total) > >[----------] Global test environment tear-down >[==========] 8 tests from 1 test suite ran. (73007 ms total) >[ PASSED ] 8 tests. ><end of output> >Test time = 73.03 sec >---------------------------------------------------------- >Test Passed. >"TLSCredProcessorTest" end time: Mar 08 00:57 CET >"TLSCredProcessorTest" time elapsed: 00:01:13 >---------------------------------------------------------- > >End testing: Mar 08 00:57 CET
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 834746
:
766519
| 766520