Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 806232

Summary: dev-python/urllib3-1.26.6 fails tests
Product: Gentoo Linux Reporter: Jonathan Lovelace <kingjon3377>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dev-python:urllib3-1.26.6:20210803-005121.log
emerge-info.txt

Description Jonathan Lovelace 2021-08-03 01:26:35 UTC
Created attachment 729783 [details]
dev-python:urllib3-1.26.6:20210803-005121.log

On two of my three systems (the third hasn't caught up this far on updates), =dev-python/urllib3-1.26.6 fails its test phase. (Version 1.26.5 passed all its tests when I last installed it on July 2.) In python3_8 this is specifically the test TestHTTPS.test_verified in test/contrib/test_pyopenssl.py, with the following error lines in the build log:

E               assert [<warnings.WarningMessage object at 0x7f9f3c62a4f0>,\n <warnings.WarningMessage object at 0x7f9f3c62ae80>,\n <warnings.WarningMessage object at 0x7f9f3c62ee20>,\n <warnings.WarningMessage object at 0x7f9f3c62ebe0>] == []
E                 Left contains 4 more items, first extra item: <warnings.WarningMessage object at 0x7f9f3c62a4f0>
E                 Full diff:
E                   [
E                 -  ,
E                 +  <warnings.WarningMessage object at 0x7f9f3c62a4f0>,
E                 +  <warnings.WarningMessage object at 0x7f9f3c62ae80>,
E                 +  <warnings.WarningMessage object at 0x7f9f3c62ee20>,
E                 +  <warnings.WarningMessage object at 0x7f9f3c62ebe0>,
E                   ]

But when I tried a test build for python3_9 only, I also saw additional possibly-similar failures in TestHTTPS_TLSv1_2.test_no_tls_version_deprecation_with_ssl_context, TestHTTPS_TLSv1_3.test_verified, and TestHTTPS_TLSv1_2.test_verified. I can provide that build log as well if desired.
Comment 1 Jonathan Lovelace 2021-08-03 01:26:53 UTC
Created attachment 729786 [details]
emerge-info.txt
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-06-16 08:40:53 UTC
old version.