Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921895 - [guru] dev-python/pg8000-1.29.4 fails tests (GCC-14-SYSTEM): AssertionError: assert pg_strtoint32_safe in (pg_atoi, pg_strtoint32)
Summary: [guru] dev-python/pg8000-1.29.4 fails tests (GCC-14-SYSTEM): AssertionError: ...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-12 08:14 UTC by Agostino Sarubbo
Modified: 2024-03-25 20:55 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,127.41 KB, text/plain)
2024-01-12 08:14 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 2024-01-12 08:14:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pg8000-1.29.4 fails tests (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-12 08:14:34 UTC
Created attachment 882049 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-12 08:14:34 UTC
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')