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

Bug 906778

Summary: dev-python/podman-4.5.0 fails tests (MUSL-SYSTEM): test_network.py::NetworkTestCase::test_remove
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: CONFIRMED ---    
Severity: normal CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-05-19 14:39:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/podman-4.5.0 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 14:39:46 UTC
Created attachment 862000 [details]
build.log

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


            APIError: when service returns an error
E               requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(31 bytes read, -31 more expected)', IncompleteRead(31 bytes read, -31 more expected))
E               urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(31 bytes read, -31 more expected)', IncompleteRead(31 bytes read, -31 more expected))
E           podman.errors.exceptions.APIError: http://%2Frun%2Fapi.sock/v4.5.0/libpod/networks/podman (DELETE operation failed)
FAILED                                                                [ 90/146]
FAILED podman/tests/unit/test_network.py::NetworkTestCase::test_remove - podm...