[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 08:42:40 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.099471 seconds, exit code 10

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

  Tested changes (refs/builds/stable_1367820804):
    http://codereview.qt-project.org/55023 [PS1] - Make access to xkbcommon_workaround.h more generic
    http://codereview.qt-project.org/53042 [PS8] - Use X11 core protocol when xkb not available
    http://codereview.qt-project.org/52176 [PS5] - Added possibleKeys(QKeyEvent *) to QXcbIntegration
    http://codereview.qt-project.org/52175 [PS8] - Utilize libxkbcommon API for the keyboard backend on X11
    http://codereview.qt-project.org/52793 [PS3] - Add xcb-xkb to 3rd party libs
    http://codereview.qt-project.org/53496 [PS6] - Add libxkbcommon to 3rd party libs



More information about the Ci-reports mailing list