Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910476 - dev-python/lazy-object-proxy-1.9.0 fails tests with pypy3
Summary: dev-python/lazy-object-proxy-1.9.0 fails tests with pypy3
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-07-18 07:25 UTC by Agostino Sarubbo
Modified: 2024-01-11 18:57 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,268.69 KB, text/plain)
2023-07-18 07:25 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-07-18 07:25:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/lazy-object-proxy-1.9.0 fails tests (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-18 07:25:35 UTC
Created attachment 865702 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-07-18 07:25:35 UTC
Error(s) that match a know pattern:


E   TypeError: unsupported operand type(s) for pow(): 'int', 'Proxy', 'int'
E   TypeError: unsupported operand type(s) for pow(): 'int', 'SubclassOf_Proxy', 'int'
FAILED tests/test_lazy_object_proxy.py::test_pow[normal-simple] - TypeError: ...
FAILED tests/test_lazy_object_proxy.py::test_pow[normal-slots] - TypeError: u...
FAILED tests/test_lazy_object_proxy.py::test_pow[subclassed-simple] - TypeErr...
FAILED tests/test_lazy_object_proxy.py::test_pow[subclassed-slots] - TypeErro...
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-11 17:11:10 UTC
Failure is with pypy3.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-01-11 18:57:48 UTC
1.10.0 passes for me.