Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906721 - dev-python/httpbin-0.7.0-r5 fails tests (MUSL-SYSTEM): test_digest_auth - test_digest_auth_wrong_pass
Summary: dev-python/httpbin-0.7.0-r5 fails tests (MUSL-SYSTEM): test_digest_auth - tes...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-19 06:10 UTC by Agostino Sarubbo
Modified: 2023-05-19 06:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,76.63 KB, text/plain)
2023-05-19 06:10 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-19 06:10:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/httpbin-0.7.0-r5 fails tests (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-19 06:10:59 UTC
Created attachment 861950 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-19 06:11:00 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


AssertionError: 'stale=TRUE' not found in 'Digest realm="me@kennethreitz.com", nonce="22fa73f0403487e43ba95c2cfaf91104", qop="auth, auth-int", stale=True, opaque="47d158dbd5d7206c9f0d584e5b5a200a", algorithm=MD5'
AssertionError: 'stale=TRUE' not found in 'Digest realm="me@kennethreitz.com", nonce="8f4c4fd17739cf24e0595df8a82aecb9", qop="auth, auth-int", stale=True, opaque="7d502e01f2beeceec75b87c883223092", algorithm=MD5'
FAIL
FAIL: test_digest_auth (test_httpbin.HttpbinTestCase)
FAIL: test_digest_auth_wrong_pass (test_httpbin.HttpbinTestCase)
FAILED (failures=2, errors=1)
TypeError: decode() argument 'encoding' must be str, not None