[Ci-reports] fail on QtBase_5.4_Integration #588

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Oct 28 13:02:23 CET 2014


Autotest `tst_spdy' 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_Spdy
  QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION)
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_Spdy *********
  Config: Using QtTest library 5.4.0, Qt 5.4.0 (x86_64-little_endian-llp64 shared (dynamic) release build; by MSVC 2013)
  PASS   : tst_Spdy::initTestCase()
  PASS   : tst_Spdy::settingsAndNegotiation(default-settings)
  PASS   : tst_Spdy::settingsAndNegotiation(http-url)
  PASS   : tst_Spdy::settingsAndNegotiation(spdy-disabled)
  PASS   : tst_Spdy::settingsAndNegotiation(spdy-enabled)
  PASS   : tst_Spdy::download(mediumfile)
  PASS   : tst_Spdy::download(mediumfile-http-proxy)
  QWARN  : tst_Spdy::download(mediumfile-http-proxy-auth) QNativeSocketEngine::read() was called not in QAbstractSocket::ConnectedState or QAbstractSocket::BoundState
  PASS   : tst_Spdy::download(mediumfile-http-proxy-auth)
  PASS   : tst_Spdy::download(mediumfile-socks-proxy)
  QWARN  : tst_Spdy::download(mediumfile-socks-proxy-auth) QNativeSocketEngine::read() was called not in QAbstractSocket::ConnectedState or QAbstractSocket::BoundState
  PASS   : tst_Spdy::download(mediumfile-socks-proxy-auth)
  PASS   : tst_Spdy::download(bigfile)
  PASS   : tst_Spdy::headerFields()
  PASS   : tst_Spdy::upload(empty)
  PASS   : tst_Spdy::upload(generic)
  PASS   : tst_Spdy::upload(small)
  PASS   : tst_Spdy::upload(with-nul)
  PASS   : tst_Spdy::upload(4k+1)
  PASS   : tst_Spdy::upload(4k+1-with-http-proxy)
  PASS   : tst_Spdy::upload(4k+1-with-http-proxy-auth)
  PASS   : tst_Spdy::upload(4k+1-with-socks-proxy)
  PASS   : tst_Spdy::upload(4k+1-with-socks-proxy-auth)
  PASS   : tst_Spdy::upload(128k+1)
  PASS   : tst_Spdy::upload(128k+1-put)
  PASS   : tst_Spdy::upload(2MB+1)
  PASS   : tst_Spdy::upload(file-26K)
  FAIL!  : tst_Spdy::upload(file-1MB) '!QTestEventLoop::instance().timeout()' returned FALSE. ()
  tst_spdy.cpp(507) : failure location
  FAIL!  : tst_Spdy::upload(multipart-3images) Compared values are not the same
     Actual   (metaDataChangedSpy.count()): 0
     Expected (1)                         : 1
  tst_spdy.cpp(510) : failure location
  QWARN  : tst_Spdy::upload(multipart-3images) QIODevice::write: device not open
  QWARN  : tst_Spdy::UnknownTestFunc() QIODevice::write: device not open
  QWARN  : tst_Spdy::errors() QIODevice::write: device not open
  QWARN  : tst_Spdy::errors() QIODevice::write: device not open
  QWARN  : tst_Spdy::errors() QIODevice::write: device not open
  QWARN  : tst_Spdy::errors() QIODevice::write: device not open
  FAIL!  : tst_Spdy::errors(http-404) Compared values are not the same
     Actual   (finishedSpy.count()): 0
     Expected (1)                  : 1
  tst_spdy.cpp(595) : failure location
  FAIL!  : tst_Spdy::errors(ssl-errors) Compared values are not the same
  tst_spdy.cpp(598) : failure location
  QWARN  : tst_Spdy::errors(host-not-found) QIODevice::write: device not open
  QWARN  : tst_Spdy::errors(host-not-found) QIODevice::write: device not open
  QWARN  : tst_Spdy::errors(host-not-found) QIODevice::write: device not open
  QWARN  : tst_Spdy::errors(host-not-found) QIODevice::write: device not open
  FAIL!  : tst_Spdy::errors(host-not-found) Compared values are not the same
     Actual   (finishedSpy.count()): 0
     Expected (1)                  : 1
  tst_spdy.cpp(595) : failure location
  PASS   : tst_Spdy::errors(proxy-not-found)
  PASS   : tst_Spdy::errors(proxy-unavailable)
  PASS   : tst_Spdy::errors(no-proxy-credentials)
  PASS   : tst_Spdy::multipleRequests(one-request)
  PASS   : tst_Spdy::multipleRequests(two-requests)
  PASS   : tst_Spdy::multipleRequests(ten-requests)
  PASS   : tst_Spdy::multipleRequests(twenty-requests)
  PASS   : tst_Spdy::multipleRequests(fifty-requests)
  PASS   : tst_Spdy::cleanupTestCase()
  Totals: 34 passed, 5 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_Spdy *********
  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 3221225477
  QtQA::App::TestRunner:   second attempt: exited with exit code 5
  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_spdy: 27 seconds, exit code 5

  Build log: http://testresults.qt-project.org/ci/QtBase_5.4_Integration/build_00588/win64-msvc2013_developer-build_qtnamespace_Windows_81/log.txt.gz

  Tested changes (refs/builds/5.4_1414494066):
    http://codereview.qt-project.org/94910 [PS4] - Fix X86 Wince builds.
    http://codereview.qt-project.org/96893 [PS9] - Doc: corrected autolink issue animation
    http://codereview.qt-project.org/96906 [PS1] - add support for explicitly declaring the module master header
    http://codereview.qt-project.org/97655 [PS1] - work around MSVC2010 ICE
    http://codereview.qt-project.org/98087 [PS2] - QtBearer corewlan add list of remembered networks
    http://codereview.qt-project.org/98122 [PS2] - direct2d: Fix window resize with translucent windows
    http://codereview.qt-project.org/98156 [PS1] - direct2d: Fix pixmap fills in composition emulation mode



More information about the Ci-reports mailing list