touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #75944
[Bug 1451531] [NEW] python-apt fails to build with python 2.7.9 in trusty
Public bug reported:
seen in a test rebuild:
https://launchpad.net/ubuntu/+archive/test-rebuild-20150317/+build/7080384
debian/rules override_dh_auto_test
make[1]: Entering directory `/build/buildd/python-apt-0.9.3.5'
set -e; for python in python2.7 python3.4 ; do \
$python tests/test_all.py -q || [ "linux" = "hurd" ]; \
done;
[tests] Running on 2.7.9 (default, Apr 29 2015, 20:22:58) [GCC 4.8.4]
Using library_dir: '/build/buildd/python-apt-0.9.3.5/build/lib.linux-x86_64-2.7'======================================================================
FAIL: test_add_key_from_server_mitm (test_auth.TestAuthKeys)
Verify that the key fingerprint is verified after download
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/buildd/python-apt-0.9.3.5/tests/test_auth.py", line 216, in test_add_key_from_server_mitm
cm.exception)
AssertionError: recv from 'hkp://localhost:19191' failed for '0101010178F7FE5C3E65D8AF8B48AD6246925553'
----------------------------------------------------------------------
Ran 88 tests in 15.236s
FAILED (failures=1)
make[1]: *** [override_dh_auto_test] Error 1
** Affects: python-apt (Ubuntu)
Importance: High
Status: Confirmed
** Tags: ftbfs python2.7
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-apt in Ubuntu.
https://bugs.launchpad.net/bugs/1451531
Title:
python-apt fails to build with python 2.7.9 in trusty
Status in python-apt package in Ubuntu:
Confirmed
Bug description:
seen in a test rebuild:
https://launchpad.net/ubuntu/+archive/test-rebuild-20150317/+build/7080384
debian/rules override_dh_auto_test
make[1]: Entering directory `/build/buildd/python-apt-0.9.3.5'
set -e; for python in python2.7 python3.4 ; do \
$python tests/test_all.py -q || [ "linux" = "hurd" ]; \
done;
[tests] Running on 2.7.9 (default, Apr 29 2015, 20:22:58) [GCC 4.8.4]
Using library_dir: '/build/buildd/python-apt-0.9.3.5/build/lib.linux-x86_64-2.7'======================================================================
FAIL: test_add_key_from_server_mitm (test_auth.TestAuthKeys)
Verify that the key fingerprint is verified after download
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/buildd/python-apt-0.9.3.5/tests/test_auth.py", line 216, in test_add_key_from_server_mitm
cm.exception)
AssertionError: recv from 'hkp://localhost:19191' failed for '0101010178F7FE5C3E65D8AF8B48AD6246925553'
----------------------------------------------------------------------
Ran 88 tests in 15.236s
FAILED (failures=1)
make[1]: *** [override_dh_auto_test] Error 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1451531/+subscriptions
Follow ups
References