Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-62580

tst_QDnsLookup tests fail in B2Qt Morty

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 5.9
    • Network: DNS
    • B2Qt Morty on Ubuntu 16.04 host

    Description

      agent:2017/08/17 10:56:44 build.go:280: [taskset -c 0 make check -j1] 900 1200
      /home/qt/work/qt/qtbase/tests/auto/network/kernel/qdnslookup/target_wrapper.sh ./tst_qdnslookup -o /home/qt/work/testresults/tests/auto/network/kernel/qdnslookup282887187,xml -o -,txt
      ********* Start testing of tst_QDnsLookup *********
      Config: Using QtTest library 5.9.2, Qt 5.9.2 (arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 6.2.0)
      PASS : tst_QDnsLookup::initTestCase()
      PASS : tst_QDnsLookup::lookup(normal:a-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:a-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:a-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-single.test.qt-project.org, host: 192.0.2.1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:a-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-multi.test.qt-project.org, host: 192.0.2.1;192.0.2.2;192.0.2.3)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(normal:aaaa-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:aaaa-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:aaaa-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: aaaa-single.test.qt-project.org, host: 2001:db8::1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:aaaa-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: aaaa-multi.test.qt-project.org, host: 2001:db8::1;2001:db8::2;2001:db8::3)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(normal:any-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:any-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:any-a-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-single.test.qt-project.org, host: 192.0.2.1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:any-a-plus-aaaa) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-plus-aaaa.test.qt-project.org, host: 198.51.100.1;2001:db8::1:1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:any-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: multi.test.qt-project.org, host: 198.51.100.1;198.51.100.2;198.51.100.3;2001:db8::1:1;2001:db8::1:2)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(normal:mx-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:mx-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:mx-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-single.test.qt-project.org, host: mx: 10 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:mx-single-cname) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-single-cname.test.qt-project.org, host: mx: 10 cname)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:mx-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-multi.test.qt-project.org, host: mx: 10 multi;20 a-single)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:mx-multi-sameprio) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-multi-sameprio.test.qt-project.org, host: mx: 10 multi;10 a-single|10 a-single;10 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(normal:ns-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:ns-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:ns-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: ns-single.test.qt-project.org, host: ns: ns11.cloudns.net)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:ns-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: ns-multi.test.qt-project.org, host: ns: ns11.cloudns.net;ns12.cloudns.net)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(normal:ptr-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:ptr-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(normal:srv-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:srv-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:srv-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-single.test.qt-project.org, host: server: 5 0 7 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:srv-prio) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-prio.test.qt-project.org, host: server: 1 0 7 multi;2 0 7 a-plus-aaaa)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:srv-weighted) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-weighted.test.qt-project.org, host: server: 5 75 7 multi;5 25 7 a-plus-aaaa|5 25 7 a-plus-aaaa;5 75 7 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:srv-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-multi.test.qt-project.org, host: server: 1 50 7 multi;2 50 7 a-single;2 50 7 aaaa-single;3 50 7 a-multi|1 50 7 multi;2 50 7 aaaa-single;2 50 7 a-single;3 50 7 a-multi)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(normal:txt-empty)
      FAIL! : tst_QDnsLookup::lookup(normal:txt-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:txt-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: txt-single.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:txt-multi-onerr) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: txt-multi-onerr.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(normal:txt-multi-multirr) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: txt-multi-multirr.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:a-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:a-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:a-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-single.alqualondë.test.qt-project.org, host: 192.0.2.1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:a-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-multi.alqualondë.test.qt-project.org, host: 192.0.2.1;192.0.2.2;192.0.2.3)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:aaaa-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:aaaa-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:aaaa-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: aaaa-single.alqualondë.test.qt-project.org, host: 2001:db8::1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:aaaa-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: aaaa-multi.alqualondë.test.qt-project.org, host: 2001:db8::1;2001:db8::2;2001:db8::3)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:any-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:any-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:any-a-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-single.alqualondë.test.qt-project.org, host: 192.0.2.1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:any-a-plus-aaaa) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: a-plus-aaaa.alqualondë.test.qt-project.org, host: 198.51.100.1;2001:db8::1:1)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:any-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: multi.alqualondë.test.qt-project.org, host: 198.51.100.1;198.51.100.2;198.51.100.3;2001:db8::1:1;2001:db8::1:2)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:mx-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:mx-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:mx-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-single.alqualondë.test.qt-project.org, host: mx: 10 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:mx-single-cname) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-single-cname.alqualondë.test.qt-project.org, host: mx: 10 cname)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:mx-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-multi.alqualondë.test.qt-project.org, host: mx: 10 multi;20 a-single)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:mx-multi-sameprio) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: mx-multi-sameprio.alqualondë.test.qt-project.org, host: mx: 10 multi;10 a-single|10 a-single;10 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:ns-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:ns-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:ns-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: ns-single.alqualondë.test.qt-project.org, host: ns: ns11.cloudns.net)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:ns-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: ns-multi.alqualondë.test.qt-project.org, host: ns: ns11.cloudns.net;ns12.cloudns.net)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:ptr-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:ptr-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:srv-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:srv-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:srv-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-single.alqualondë.test.qt-project.org, host: server: 5 0 7 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:srv-prio) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-prio.alqualondë.test.qt-project.org, host: server: 1 0 7 multi;2 0 7 a-plus-aaaa)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:srv-weighted) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-weighted.alqualondë.test.qt-project.org, host: server: 5 75 7 multi;5 25 7 a-plus-aaaa|5 25 7 a-plus-aaaa;5 75 7 multi)
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:srv-multi) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: _echo._tcp.srv-multi.alqualondë.test.qt-project.org, host: server: 1 50 7 multi;2 50 7 a-single;2 50 7 aaaa-single;3 50 7 a-multi|1 50 7 multi;2 50 7 aaaa-single;2 50 7 a-single;3 50 7 a-multi)
      Loc: [tst_qdnslookup.cpp(233)]
      PASS : tst_QDnsLookup::lookup(idn:txt-empty)
      FAIL! : tst_QDnsLookup::lookup(idn:txt-notfound) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 7, domain: invalid.invalid.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:txt-single) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: txt-single.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:txt-multi-onerr) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: txt-multi-onerr.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookup(idn:txt-multi-multirr) 'int(lookup.error()) == error' returned FALSE. (Actual error: 4 (Invalid reply received), expected: 0, domain: txt-multi-multirr.alqualondë.test.qt-project.org, host: )
      Loc: [tst_qdnslookup.cpp(233)]
      FAIL! : tst_QDnsLookup::lookupReuse(normal) Compared values are not the same
      Actual (int(lookup.error())) : 4
      Expected (int(QDnsLookup::NoError)): 0
      Loc: [tst_qdnslookup.cpp(331)]
      FAIL! : tst_QDnsLookup::lookupReuse(idn) Compared values are not the same
      Actual (int(lookup.error())) : 4
      Expected (int(QDnsLookup::NoError)): 0
      Loc: [tst_qdnslookup.cpp(331)]
      FAIL! : tst_QDnsLookup::lookupAbortRetry(normal) Compared values are not the same
      Actual (int(lookup.error())) : 4
      Expected (int(QDnsLookup::NoError)): 0
      Loc: [tst_qdnslookup.cpp(372)]
      FAIL! : tst_QDnsLookup::lookupAbortRetry(idn) Compared values are not the same
      Actual (int(lookup.error())) : 4
      Expected (int(QDnsLookup::NoError)): 0
      Loc: [tst_qdnslookup.cpp(372)]
      PASS : tst_QDnsLookup::cleanupTestCase()
      Totals: 18 passed, 60 failed, 0 skipped, 0 blacklisted, 1141ms
      ********* Finished testing of tst_QDnsLookup *********
      Makefile:319: recipe for target 'check' failed
      make: *** [check] Error 60
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              sanurmen Sami Nurmenniemi
              tosaraja Tony Sarajärvi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes