Comment 5 for bug 733741

Revision history for this message
Loïc Minier (lool) wrote :

Still an issue with apt 0.8.13.2ubuntu1:

FAIL: linaro_image_tools.hwpack.tests.test_builder.HardwarePackBuilderTests.test_builds_correct_contents_multiple_packages
----------------------------------------------------------------------
Text attachment: traceback
------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/testtools/runtest.py", line 169, in _run_user
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 499, in _run_test_method
    return self._get_test_method()()
  File "linaro_image_tools/hwpack/tests/test_builder.py", line 155, in test_builds_correct_contents_multiple_packages
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 345, in assertThat
    % (matchee, matcher, mismatch.describe()))
AssertionError: Match failed. Matchee: "hwpack_ahwpack_1.0_armel.tar.gz"
Matcher: Is a valid hardware pack.
Difference: Differences: [
Differences: [
Differences: [
'foo' != u'goo': name
'foo_1.1_all.deb' != u'goo_1.2_all.deb': filename
'all' != u'armel': architecture
'1.1' != u'1.2': version
'737e59d917167e7766fd2f17b9a22685' != u'8eb4e9edd9af1ff1d9f434b7f90b0c9f': md5
]

Differences: [
'goo' != u'foo': name
'goo_1.2_all.deb' != u'foo_1.1_all.deb': filename
'all' != u'armel': architecture
'1.2' != u'1.1': version
'8eb4e9edd9af1ff1d9f434b7f90b0c9f' != u'737e59d917167e7766fd2f17b9a22685': md5
]

]
: There were 2 mismatches: The content of path "pkgs/Packages" did not match
]

Maybe python-apt needs to be rebuilt?