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

Qt Continuous Integration System ci-noreply at qt-project.org
Fri May 3 16:25:48 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.2.0, Qt 5.2.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.08532 seconds, exit code 10

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

  Tested changes (refs/builds/dev_1367588940):
    http://codereview.qt-project.org/50372 [PS1] - Make the QCollator class public



More information about the Ci-reports mailing list