Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 872482 - net-proxy/mitmproxy-8.1.1 fails tests (MUSL)
Summary: net-proxy/mitmproxy-8.1.1 fails tests (MUSL)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-23 06:59 UTC by Agostino Sarubbo
Modified: 2023-12-07 16:22 UTC (History)
0 users

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


Attachments
build.log (build.log,408.53 KB, text/plain)
2022-09-23 06:59 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 2022-09-23 06:59:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-proxy/mitmproxy-8.1.1 fails tests (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-09-23 06:59:49 UTC
Created attachment 813766 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-23 06:59:50 UTC
Error(s) that match a know pattern:


        except LookupError:
  IndexError: string index out of range
  RuntimeError: Event loop is closed
E           LookupError: <ContextVar name='flask.request_ctx' at 0x7f3ad66909a0>
E           RuntimeError: Working outside of request context.
E           ValueError: Exceeds the limit (4300) for integer string conversion
FAILED test/mitmproxy/io/test_tnetstring.py::Test_Format::test_roundtrip_big_integer
test/mitmproxy/addons/test_cut.py::test_cut_save_open[FileNotFoundError-No such file or directory] PASSED
test/mitmproxy/addons/test_cut.py::test_cut_save_open[PermissionError-Permission denied] PASSED
test/mitmproxy/addons/test_export.py::test_export_open[FileNotFoundError-No such file or directory] PASSED
test/mitmproxy/addons/test_export.py::test_export_open[PermissionError-Permission denied] PASSED
test/mitmproxy/test_flow.py::TestError::test_getset_state PASSED
test/mitmproxy/test_flow.py::TestError::test_repr PASSED