[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable

Qt Continuous Integration System ci-noreply at qt-project.org
Fri May 3 14:26:21 CEST 2013


Autotest `tst_qdnslookup' failed :(

  Testing tst_QDnsLookup
  FAIL!  : tst_QDnsLookup::lookup(a-idn) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(a-single) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(a-multi) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(aaaa-single) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(aaaa-multi) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(any-ascii) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(mx-ascii) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(ns-ascii) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookupReuse() Compared values are not the same
     Actual   (int(lookup.error())): 7
     Expected (int(QDnsLookup::NoError)): 0
     Loc: [tst_qdnslookup.cpp(235)]
  FAIL!  : tst_QDnsLookup::lookupAbortRetry() Compared values are not the same
     Actual   (int(lookup.error())): 7
     Expected (int(QDnsLookup::NoError)): 0
     Loc: [tst_qdnslookup.cpp(273)]
  Totals: 20 passed, 10 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDnsLookup *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QDnsLookup::initTestCase()
  PASS   : tst_QDnsLookup::lookup(a-empty)
  PASS   : tst_QDnsLookup::lookup(a-notfound)
  FAIL!  : tst_QDnsLookup::lookup(a-idn) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(a-single) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(a-multi) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  PASS   : tst_QDnsLookup::lookup(aaaa-empty)
  PASS   : tst_QDnsLookup::lookup(aaaa-notfound)
  FAIL!  : tst_QDnsLookup::lookup(aaaa-single) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  FAIL!  : tst_QDnsLookup::lookup(aaaa-multi) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  PASS   : tst_QDnsLookup::lookup(any-empty)
  PASS   : tst_QDnsLookup::lookup(any-notfound)
  FAIL!  : tst_QDnsLookup::lookup(any-ascii) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  PASS   : tst_QDnsLookup::lookup(mx-empty)
  PASS   : tst_QDnsLookup::lookup(mx-notfound)
  FAIL!  : tst_QDnsLookup::lookup(mx-ascii) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  PASS   : tst_QDnsLookup::lookup(ns-empty)
  PASS   : tst_QDnsLookup::lookup(ns-notfound)
  FAIL!  : tst_QDnsLookup::lookup(ns-ascii) 'int(lookup.error()) == error' returned FALSE. (Non existent domain)
     Loc: [tst_qdnslookup.cpp(146)]
  PASS   : tst_QDnsLookup::lookup(ptr-empty)
  PASS   : tst_QDnsLookup::lookup(ptr-notfound)
  PASS   : tst_QDnsLookup::lookup(ptr-ascii)
  PASS   : tst_QDnsLookup::lookup(srv-empty)
  PASS   : tst_QDnsLookup::lookup(srv-notfound)
  PASS   : tst_QDnsLookup::lookup(txt-empty)
  PASS   : tst_QDnsLookup::lookup(txt-notfound)
  PASS   : tst_QDnsLookup::lookup(txt-ascii)
  FAIL!  : tst_QDnsLookup::lookupReuse() Compared values are not the same
     Actual   (int(lookup.error())): 7
     Expected (int(QDnsLookup::NoError)): 0
     Loc: [tst_qdnslookup.cpp(235)]
  FAIL!  : tst_QDnsLookup::lookupAbortRetry() Compared values are not the same
     Actual   (int(lookup.error())): 7
     Expected (int(QDnsLookup::NoError)): 0
     Loc: [tst_qdnslookup.cpp(273)]
  PASS   : tst_QDnsLookup::cleanupTestCase()
  Totals: 20 passed, 10 failed, 0 skipped
  ********* Finished testing of tst_QDnsLookup *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdnslookup: 0.109763 seconds, exit code 10

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01087/linux-g++-32_Ubuntu_10.04_x86/log.txt.gz

  Tested changes (refs/builds/stable_1367582151):
    http://codereview.qt-project.org/55158 [PS1] - doc: QWidget::setEnabled cannot enable children of a disabled widget
    http://codereview.qt-project.org/55227 [PS1] - Create a proper variable name in the cmake macro.
    http://codereview.qt-project.org/55226 [PS2] - Only expect EGL libraries in the cmake files if Qt is configured to use it.
    http://codereview.qt-project.org/55237 [PS2] - qmake/vcxproj: resurrect support for /we compiler switch
    http://codereview.qt-project.org/55243 [PS2] - qmake/vcxproj: fix parsing of /RTC* options



More information about the Ci-reports mailing list