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 vstinner
Recipients brett.cannon, miss-islington, ned.deily, python-dev, steve.dower, vstinner
Date 2020-04-02.02:45:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585795520.71.0.421097786864.issue39837@roundup.psfhosted.org>
In-reply-to
Content
> About the "Install Dependencies" issue, I created bpo-40146: "Upgrade Azure Pipelines to OpenSSL 1.1.1f".

I fixed this issue.

There is another issue: sometimes, the Ubuntu VM fails to download .deb from azure.archive.ubuntu.com.

Example:
https://github.com/python/cpython/pull/19282/checks?check_run_id=553744077

---
Err:1 http://azure.archive.ubuntu.com/ubuntu bionic/universe amd64 lcov all 1.13-3
  Could not connect to azure.archive.ubuntu.com:80 (52.177.174.250), connection timed out
---

This error is followed by many similar errors.
History
Date User Action Args
2020-04-02 02:45:20vstinnersetrecipients: + vstinner, brett.cannon, ned.deily, python-dev, steve.dower, miss-islington
2020-04-02 02:45:20vstinnersetmessageid: <1585795520.71.0.421097786864.issue39837@roundup.psfhosted.org>
2020-04-02 02:45:20vstinnerlinkissue39837 messages
2020-04-02 02:45:20vstinnercreate