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 pablogsal, vstinner, xtreak
Date 2019-03-26.12:37:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553603872.29.0.0950174246841.issue36414@roundup.psfhosted.org>
In-reply-to
Content
> https://travis-ci.org/python/cpython/jobs/510447289

This failure is on the master branch.

./python.exe  ./Tools/scripts/run_tests.py -j 1 -u all -W --slowest --fail-env-changed --timeout=1200 -j4 -uall,-cpu
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/Users/travis/build/python/cpython/Lib/hashlib.py", line 244, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/Users/travis/build/python/cpython/Lib/hashlib.py", line 113, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
(...)

Travis CI config has been changed to use a more recent Ubuntu version, it can explain the failure.

commit 74ae50e53e59bbe39d6287b902757f0cd01327dc
Author: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Date:   Mon Mar 18 05:44:58 2019 -0500

    bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
History
Date User Action Args
2019-03-26 12:37:52vstinnersetrecipients: + vstinner, pablogsal, xtreak
2019-03-26 12:37:52vstinnersetmessageid: <1553603872.29.0.0950174246841.issue36414@roundup.psfhosted.org>
2019-03-26 12:37:52vstinnerlinkissue36414 messages
2019-03-26 12:37:52vstinnercreate