This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients pablogsal, vstinner, xtreak
Date 2018-09-19.09:51:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537350711.76.0.956365154283.issue34734@psf.upfronthosting.co.za>
In-reply-to
Content
It seems there is a sporadic failure in Azure linux buildbots while installing dependencies with the following error. It also fails sporadically on separate PRs that trigger the build. I noticed it for the few days since README Azure badge had the error for a couple of days with Linux builds passing on Travis.

Error message : 

2018-09-19T09:08:43.7414966Z Hit:17 http://packages.erlang-solutions.com/debian xenial Release
2018-09-19T09:08:45.1584376Z Reading package lists...
2018-09-19T09:08:45.2045716Z E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
2018-09-19T09:08:45.2063210Z E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
2018-09-19T09:08:45.2200826Z ##[error]Bash exited with code '100'.
2018-09-19T09:08:45.2734828Z ##[section]Finishing: Install dependencies

Reference buildbot failure : https://dev.azure.com/python/cpython/_build/results?buildId=30061&view=logs

Adding Victor and Pablo for notification. I don't think this is a requirement but just something I noticed and it also blocks miss-islington from auto-merging backport PRs in some cases like https://github.com/python/cpython/pull/9401#issuecomment-422505327

Thanks
History
Date User Action Args
2018-09-19 09:51:51xtreaksetrecipients: + xtreak, vstinner, pablogsal
2018-09-19 09:51:51xtreaksetmessageid: <1537350711.76.0.956365154283.issue34734@psf.upfronthosting.co.za>
2018-09-19 09:51:51xtreaklinkissue34734 messages
2018-09-19 09:51:51xtreakcreate