[Ci-reports] fail on QtBase_dev_Integration #4011

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Aug 4 10:56:29 CEST 2014


Autotest `tst_qtcpserver' failed :(

The test was determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  Testing tst_QTcpServer
  FAIL!  : tst_QTcpServer::clientServerLoop(WithSocks5Proxy) 'server.listen(QHostAddress::Any, 11423)' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(235)]
  FAIL!  : tst_QTcpServer::crashTests(WithSocks5Proxy) 'server.listen()' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(376)]
  FAIL!  : tst_QTcpServer::waitForConnectionTest(WithoutProxy) 'findLocalIpSocket.waitForConnected(5000)' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(487)]
  FAIL!  : tst_QTcpServer::listenWhileListening(WithSocks5Proxy) 'server.listen()' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(544)]
  FAIL!  : tst_QTcpServer::invalidProxy(WithoutProxy:socks5-on-http) Compared values are not the same
     Actual   (int(server.serverError())): -1
     Expected ("expectedError")          : 5
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(693)]
  FAIL!  : tst_QTcpServer::proxyFactory(WithoutProxy:socks5) Compared values are not the same
     Actual   (listenResult): 0
     Expected (!fails)      : 1
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(799)]
  FAIL!  : tst_QTcpServer::proxyFactory(WithoutProxy:cachinghttp+socks5) Compared values are not the same
     Actual   (listenResult): 0
     Expected (!fails)      : 1
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(799)]
  FAIL!  : tst_QTcpServer::proxyFactory(WithoutProxy:ftp+cachinghttp+socks5) Compared values are not the same
     Actual   (listenResult): 0
     Expected (!fails)      : 1
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(799)]
  Totals: 69 passed, 8 failed, 8 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTcpServer *********
  Config: Using QtTest library 5.4.0, Qt 5.4.0 (i386-little_endian-ilp32 shared (dynamic) release build; by GCC 4.6.1)
  PASS   : tst_QTcpServer::initTestCase()
  PASS   : tst_QTcpServer::getSetCheck(WithoutProxy)
  PASS   : tst_QTcpServer::getSetCheck(WithSocks5Proxy)
  PASS   : tst_QTcpServer::constructing(WithoutProxy)
  PASS   : tst_QTcpServer::constructing(WithSocks5Proxy)
  PASS   : tst_QTcpServer::clientServerLoop(WithoutProxy)
  FAIL!  : tst_QTcpServer::clientServerLoop(WithSocks5Proxy) 'server.listen(QHostAddress::Any, 11423)' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(235)]
  PASS   : tst_QTcpServer::ipv6Server(WithoutProxy)
  PASS   : tst_QTcpServer::ipv6Server(WithSocks5Proxy)
  PASS   : tst_QTcpServer::dualStack(WithoutProxy:any)
  PASS   : tst_QTcpServer::dualStack(WithoutProxy:anyIPv4)
  PASS   : tst_QTcpServer::dualStack(WithoutProxy:anyIPv6)
  SKIP   : tst_QTcpServer::dualStack(WithSocks5Proxy:any) test server proxy doesn't support ipv6
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(314)]
  SKIP   : tst_QTcpServer::dualStack(WithSocks5Proxy:anyIPv4) test server proxy doesn't support ipv6
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(314)]
  SKIP   : tst_QTcpServer::dualStack(WithSocks5Proxy:anyIPv6) test server proxy doesn't support ipv6
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(314)]
  PASS   : tst_QTcpServer::ipv6ServerMapped(WithoutProxy)
  PASS   : tst_QTcpServer::ipv6ServerMapped(WithSocks5Proxy)
  PASS   : tst_QTcpServer::crashTests(WithoutProxy)
  FAIL!  : tst_QTcpServer::crashTests(WithSocks5Proxy) 'server.listen()' returned FALSE. ()
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(376)]
  PASS   : tst_QTcpServer::maxPendingConnections(WithoutProxy)
  SKIP   : tst_QTcpServer::maxPendingConnections(WithSocks5Proxy) With socks5 only 1 connection is allowed ever
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(387)]
  PASS   : tst_QTcpServer::listenError(WithoutProxy)
  SKIP   : tst_QTcpServer::listenError(WithSocks5Proxy) With socks5 we can not make hard requirements on the address or port
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(429)]
  PASS   : tst_QTcpServer::waitForConnectionTest(WithoutProxy)
  SKIP   : tst_QTcpServer::waitForConnectionTest(WithSocks5Proxy) Localhost servers don't work well with SOCKS5
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(479)]
  PASS   : tst_QTcpServer::setSocketDescriptor(WithoutProxy)
  PASS   : tst_QTcpServer::setSocketDescriptor(WithSocks5Proxy)
  PASS   : tst_QTcpServer::listenWhileListening(WithoutProxy)
  PASS   : tst_QTcpServer::listenWhileListening(WithSocks5Proxy)
  SKIP   : tst_QTcpServer::addressReusable(WithoutProxy) The addressReusable test is unstable on Linux. See QTBUG-39985.
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(580)]
  PASS   : tst_QTcpServer::setNewSocketDescriptorBlocking(WithoutProxy)
  SKIP   : tst_QTcpServer::setNewSocketDescriptorBlocking(WithSocks5Proxy) With socks5 we can not make the socket descripter blocking
     Loc: [/work/build/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(637)]
  PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:ftp-proxy)
  PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:http-proxy)
  PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:no-such-host)
  PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:socks5-on-http)
  PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:ftp-proxy)
  PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:http-proxy)
  PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:no-such-host)
  PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:socks5-on-http)
  PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:socks5)
  PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:cachinghttp+socks5)
  PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:ftp+cachinghttp+socks5)
  PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:http)
  PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:cachinghttp)
  PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:ftp)
  PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:ftp+cachinghttp)
  PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:socks5)
  PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:cachinghttp+socks5)
  PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:ftp+cachinghttp+socks5)
  PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:http)
  PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:cachinghttp)
  PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:ftp)
  PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:ftp+cachinghttp)
  PASS   : tst_QTcpServer::qtbug14268_peek(WithoutProxy)
  PASS   : tst_QTcpServer::qtbug14268_peek(WithSocks5Proxy)
  PASS   : tst_QTcpServer::serverAddress(WithoutProxy:Any)
  PASS   : tst_QTcpServer::serverAddress(WithoutProxy:AnyIPv4)
  PASS   : tst_QTcpServer::serverAddress(WithoutProxy:AnyIPv6)
  PASS   : tst_QTcpServer::serverAddress(WithoutProxy:127.0.0.1)
  PASS   : tst_QTcpServer::serverAddress(WithoutProxy:::1)
  PASS   : tst_QTcpServer::serverAddress(WithoutProxy:10.212.2.129)
  PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:Any)
  PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:AnyIPv4)
  PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:AnyIPv6)
  PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:127.0.0.1)
  PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:::1)
  PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:10.212.2.129)
  PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:Any)
  PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:AnyIPv4)
  PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:AnyIPv6)
  PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:127.0.0.1)
  PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:::1)
  PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:10.212.2.129)
  PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:Any)
  PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:AnyIPv4)
  PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:AnyIPv6)
  PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:127.0.0.1)
  PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:::1)
  PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:10.212.2.129)
  QDEBUG : tst_QTcpServer::linkLocal(WithoutProxy)  QHostAddress( "fe80::250:56ff:feb0:4bc3%eth0" )
  PASS   : tst_QTcpServer::linkLocal(WithoutProxy)
  PASS   : tst_QTcpServer::linkLocal(WithSocks5Proxy)
  PASS   : tst_QTcpServer::eagainBlockingAccept(WithoutProxy)
  PASS   : tst_QTcpServer::eagainBlockingAccept(WithSocks5Proxy)
  PASS   : tst_QTcpServer::cleanupTestCase()
  Totals: 75 passed, 2 failed, 8 skipped
  ********* Finished testing of tst_QTcpServer *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 8
  QtQA::App::TestRunner:   second attempt: exited with exit code 2
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qtcpserver: 73 seconds, exit code 2

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_04011/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz

  Tested changes (refs/builds/dev_1407140499):
    http://codereview.qt-project.org/91132 [PS6] - Rename globalShareContext to qt_gl_global_share_context



More information about the Ci-reports mailing list