** Description changed: + [Impact] + + autopkgtest execution for Xenial is broken, blocking automated inclusion + into xenial-updates of SRUs for packages that python-virtualenv depends + on. So human intervention is needed. + + [Test Case] + + $ pull-lp-source python-virtualenv xenial + $ autopkgtest -U --apt-pocket=proposed python-virtualenv-15.0.1+ds/ -- lxd autopkgtest/ubuntu/xenial/amd64 + + Expected Result: all tests pass + + Actual Result: + smoketest-2 fails because world 4.0 doesn't support python2.7 + smoketest-3 fails because gcc is not available + + [Regression Potential] + + None expected, because this change is already available Debian and + Yakkety/Zesty + + [Other Info] + http://autopkgtest.ubuntu.com/packages/python-virtualenv/yakkety/amd64 and http://ci.debian.net/packages/p/python-virtualenv/unstable/amd64/ recently started failing. Apparently until recently it downloaded the "chroot": - Downloading world-3.1.1-py2.py3-none-any.whl + Downloading world-3.1.1-py2.py3-none-any.whl Requirement already satisfied (use --upgrade to upgrade): setuptools in /tmp/autopkgtest.zlm6cw/autopkgtest_tmp/p2a/lib/python2.7/site-packages (from world) Installing collected packages: world Successfully installed world-3.1.1 it originates from ITALY but now: - Downloading world-4.0.tar.gz - Complete output from command python setup.py egg_info: - Python 3.4.0 or better is required + Downloading world-4.0.tar.gz + Complete output from command python setup.py egg_info: + Python 3.4.0 or better is required and then it apparently tries to build it, but is missing gcc and python?-dev. So some external resource changed and broke the test, which uncovers that python?-virtualenv ought to Recommends: gcc, python?-dev. Then the test should add "Restrictions: needs-recommends"
** Tags added: sru -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1626201 Title: missing python*-dev and gcc dependencies To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/1626201/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
