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

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Dec 13 23:39:29 CET 2012


Autotest `tst_qdbusxmlparser' failed :(

The test was determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  Testing tst_QDBusXmlParser
  FAIL!  : tst_QDBusXmlParser::methods(one-in) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
    <arg direction="in" type="v"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in-one-invalid) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
    <arg direction="in" type="v"/>
    <arg name="invalid" direction="in" type="~"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
    <arg name="invalid" type="~" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(one-out) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="out" type="s"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="out"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in-one-out) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
    <arg direction="in" type="v"/>
    <arg direction="out" type="s"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
    <arg type="s" direction="out"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(one-in-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg name="foo" direction="in" type="s"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg name="foo" type="s" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg name="foo" direction="in" type="s"/>
    <arg name="bar" direction="in" type="i"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg name="foo" type="s" direction="in"/>
    <arg name="bar" type="i" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method1">
    <arg name="arg1" direction="in" type="s"/>
    <arg name="arg2" direction="in" type="y"/>
    <arg direction="out" type="as"/>
   </method>
   <method name="Method2">
    <arg name="variantMap" direction="in" type="a{sv}"/>
    <arg name="index" direction="in" type="u"/>
    <arg name="key" direction="out" type="s"/>
    <arg name="value" direction="out" type="v"/>
    <annotation name="foo.equivalent" value="QVariantMap"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method1">
    <arg name="arg1" type="s" direction="in"/>
    <arg name="arg2" type="y" direction="in"/>
    <arg type="as" direction="out"/>
   </method>
   <method name="Method2">
    <arg name="variantMap" type="a{sv}" direction="in"/>
    <arg name="index" type="u" direction="in"/>
    <arg name="key" type="s" direction="out"/>
    <arg name="value"
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::signals_(one-out) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg direction="out" type="s"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg type="s" direction="out"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  FAIL!  : tst_QDBusXmlParser::signals_(two-out-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg direction="out" type="s"/>
    <arg name="bar" type="i"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg type="s" direction="out"/>
    <arg name="bar" type="i"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  FAIL!  : tst_QDBusXmlParser::signals_(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg direction="out" type="as"/>
   </signal>
   <signal name="Signal2">
    <arg name="key" direction="out" type="s"/>
    <arg name="value" direction="out" type="v"/>
    <annotation name="foo.equivalent" value="QVariantMap"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg type="as" direction="out"/>
   </signal>
   <signal name="Signal2">
    <arg name="key" type="s" direction="out"/>
    <arg name="value" type="v" direction="out"/>
    <annotation name="foo.equivalent" value="QVariantMap"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  Totals: 47 passed, 11 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusXmlParser *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QDBusXmlParser::initTestCase()
  PASS   : tst_QDBusXmlParser::parsing(null)
  PASS   : tst_QDBusXmlParser::parsing(empty)
  PASS   : tst_QDBusXmlParser::parsing(junk)
  PASS   : tst_QDBusXmlParser::parsing(interface-inside-junk)
  PASS   : tst_QDBusXmlParser::parsing(object-inside-junk)
  PASS   : tst_QDBusXmlParser::parsing(zero-interfaces)
  PASS   : tst_QDBusXmlParser::parsing(one-interface)
  PASS   : tst_QDBusXmlParser::parsing(two-interfaces)
  PASS   : tst_QDBusXmlParser::parsing(one-object)
  PASS   : tst_QDBusXmlParser::parsing(two-objects)
  PASS   : tst_QDBusXmlParser::parsing(i1o1)
  PASS   : tst_QDBusXmlParser::parsing(one-interface-annotated)
  PASS   : tst_QDBusXmlParser::parsing(one-interface-docnamespace)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(null)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(empty)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(junk)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(interface-inside-junk)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(object-inside-junk)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(zero-interfaces)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-interface)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(two-interfaces)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-object)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(two-objects)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(i1o1)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-interface-annotated)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-interface-docnamespace)
  PASS   : tst_QDBusXmlParser::methods(no-methods)
  PASS   : tst_QDBusXmlParser::methods(one-method)
  PASS   : tst_QDBusXmlParser::methods(two-methods)
  PASS   : tst_QDBusXmlParser::methods(two-methods-inverse)
  PASS   : tst_QDBusXmlParser::methods(method-with-annotation)
  FAIL!  : tst_QDBusXmlParser::methods(one-in) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
    <arg direction="in" type="v"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in-one-invalid) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
    <arg direction="in" type="v"/>
    <arg direction="in" type="~" name="invalid"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
    <arg type="~" direction="in" name="invalid"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(one-out) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="out" type="s"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="out"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in-one-out) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s"/>
    <arg direction="in" type="v"/>
    <arg direction="out" type="s"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
    <arg type="s" direction="out"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(one-in-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s" name="foo"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in" name="foo"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg direction="in" type="s" name="foo"/>
    <arg direction="in" type="i" name="bar"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in" name="foo"/>
    <arg type="i" direction="in" name="bar"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method1">
    <arg direction="in" type="s" name="arg1"/>
    <arg direction="in" type="y" name="arg2"/>
    <arg direction="out" type="as"/>
   </method>
   <method name="Method2">
    <arg direction="in" type="a{sv}" name="variantMap"/>
    <arg direction="in" type="u" name="index"/>
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method1">
    <arg type="s" direction="in" name="arg1"/>
    <arg type="y" direction="in" name="arg2"/>
    <arg type="as" direction="out"/>
   </method>
   <method name="Method2">
    <arg type="a{sv}" direction="in" name="variantMap"/>
    <arg type="u" direction="in" name="index"/>
    <arg type="s" direction="out" name="key"/>
    <arg type="v" dire
     Loc: [tst_qdbusxmlparser.cpp(358)]
  PASS   : tst_QDBusXmlParser::signals_(no-signals)
  PASS   : tst_QDBusXmlParser::signals_(one-signal)
  PASS   : tst_QDBusXmlParser::signals_(two-signals)
  PASS   : tst_QDBusXmlParser::signals_(two-signals-inverse)
  PASS   : tst_QDBusXmlParser::signals_(signal-with-annotation)
  FAIL!  : tst_QDBusXmlParser::signals_(one-out) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg direction="out" type="s"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg type="s" direction="out"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  PASS   : tst_QDBusXmlParser::signals_(one-out-no-direction)
  FAIL!  : tst_QDBusXmlParser::signals_(two-out-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg direction="out" type="s"/>
    <arg type="i" name="bar"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <signal name="Signal">
    <arg type="s" direction="out"/>
    <arg type="i" name="bar"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  FAIL!  : tst_QDBusXmlParser::signals_(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg direction="out" type="as"/>
   </signal>
   <signal name="Signal2">
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg type="as" direction="out"/>
   </signal>
   <signal name="Signal2">
    <arg type="s" direction="out" name="key"/>
    <arg type="v" direction="out" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  PASS   : tst_QDBusXmlParser::properties(no-signals)
  FAIL!  : tst_QDBusXmlParser::properties(one-readable) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="read" type="s" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property type="s" access="read" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(one-writable) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="write" type="s" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property type="s" access="write" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(one-read-writable) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="readwrite" type="s" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(two-1) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="readwrite" type="s" name="foo"/>
   <property access="read" type="i" name="bar"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property type="s" access="readwrite" name="foo"/>
   <property type="i" access="read" name="bar"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(two-2) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="read" type="i" name="bar"/>
   <property access="readwrite" type="s" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property type="i" access="read" name="bar"/>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="read" type="i" name="bar"/>
   <property access="write" type="as" name="baz">
    <annotation value="Hello, World" name="foo.annotation"/>
    <annotation value="Goodbye, World" name="foo.annotation2"/>
   </property>
   <property access="readwrite" type="s" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property type="i" access="read" name="bar"/>
   <property type="as" access="write" name="baz">
    <annotation value="Hello, World" name="foo.annotation"/>
    <annotation value="Goodbye, World" name="foo.annotation2"/>
   </property>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(complex2) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="write" type="as" name="baz">
    <annotation value="Goodbye, World" name="foo.annotation2"/>
    <annotation value="Hello, World" name="foo.annotation"/>
   </property>
   <property access="read" type="i" name="bar"/>
   <property access="readwrite" type="s" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property type="as" access="write" name="baz">
    <annotation value="Goodbye, World" name="foo.annotation2"/>
    <annotation value="Hello, World" name="foo.annotation"/>
   </property>
   <property type="i" access="read" name="bar"/>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  PASS   : tst_QDBusXmlParser::cleanupTestCase()
  Totals: 40 passed, 18 failed, 0 skipped
  ********* Finished testing of tst_QDBusXmlParser *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 11
  QtQA::App::TestRunner:   second attempt: exited with exit code 18
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qdbusxmlparser: 0.053553 seconds, exit code 18

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

  Tested changes (refs/builds/stable_1355436464):
    http://codereview.qt-project.org/42559 [PS1] - Add a Q_ENUMS for MeasurementSystem
    http://codereview.qt-project.org/41660 [PS1] - Fix styleName support in QPA font database
    http://codereview.qt-project.org/42770 [PS1] - Add missing WARNING header.



More information about the Ci-reports mailing list