| Summary: | [guru] dev-python/pg8000-1.29.4 fails tests (GCC-14-SYSTEM): AssertionError: assert pg_strtoint32_safe in (pg_atoi, pg_strtoint32) | ||
|---|---|---|---|
| Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
| Component: | Package issues | Assignee: | Alessandro Barbieri <lssndrbarbieri> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | guru-bugs |
| Priority: | Normal | Keywords: | TESTFAILURE |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2024-01-12 08:14:31 UTC
Created attachment 882049 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary:
E AssertionError: assert 'pg_strtoint32_safe' in ('pg_atoi', 'pg_strtoint32')
E AssertionError: assert 'pg_strtoint32_safe' in ('pg_atoi', 'pg_strtoint32')
FAILED test/dbapi/test_copy.py::test_copy_from_with_error - AssertionError: assert 'pg_strtoint32_safe' in ('pg_atoi', 'pg_strtoint32')
FAILED test/legacy/test_copy.py::test_copy_from_with_error - AssertionError: assert 'pg_strtoint32_safe' in ('pg_atoi', 'pg_strtoint32')
FAILED test/native/test_copy.py::test_copy_from_with_error - AssertionError: assert 'pg_strtoint32_safe' in ('pg_atoi', 'pg_strtoint32')
|