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

Qt Continuous Integration System ci-noreply at qt-project.org
Mon May 6 11:20:39 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.071167 seconds, exit code 10

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

  Tested changes (refs/builds/stable_1367830214):
    http://codereview.qt-project.org/55292 [PS1] - Menu item shortcuts reaching Qt's event loop are disabled
    http://codereview.qt-project.org/55228 [PS6] - Doc: Updated the addtional information about elide marks
    http://codereview.qt-project.org/55096 [PS1] - qdoc: The \wrapper command is added



More information about the Ci-reports mailing list