Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931740 - dev-python/psycopg-3.1.19 fails tests: test_copy_async.py::test_copy_out_error_with_copy_finished[asyncio] Fatal Python error: Aborted
Summary: dev-python/psycopg-3.1.19 fails tests: test_copy_async.py::test_copy_out_erro...
Status: CONFIRMED
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: 2024-05-11 13:11 UTC by Agostino Sarubbo
Modified: 2024-05-11 13:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,286.62 KB, text/plain)
2024-05-11 13:11 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-05-11 13:11:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/psycopg-3.1.19 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-11 13:11:07 UTC
Created attachment 892735 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-11 13:11:08 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
tests/crdb/test_copy_async.py::test_copy_in_buffers_pg_error[asyncio] SKIPPED [  19/4193]
tests/crdb/test_copy_async.py::test_copy_in_buffers_with_pg_error[asyncio] SKIPPED [  24/4193]
tests/crdb/test_copy_async.py::test_copy_in_buffers_with_py_error[asyncio] SKIPPED [  31/4193]
tests/crdb/test_copy_async.py::test_copy_in_error[asyncio] SKIPPED (only
tests/test_client_cursor_async.py::test_executemany_badquery[asyncio-insert into nosuchtable values (%s, %s)] 2024-05-11 07:53:12.860 CEST [148] ERROR:  relation "nosuchtable" does not exist at character 13
tests/test_client_cursor_async.py::test_executemany_badquery[asyncio-wat (%s, %s)] 2024-05-11 07:53:12.890 CEST [150] ERROR:  syntax error at or near "wat" at character 1
tests/test_client_cursor_async.py::test_statusmessage[asyncio] 2024-05-11 07:53:12.420 CEST [121] ERROR:  syntax error at or near "wat" at character 1
tests/test_connection_async.py::test_autocommit_inerror[asyncio] 2024-05-11 07:53:13.695 CEST [204] ERROR:  syntax error at or near "meh" at character 1
tests/test_connection_async.py::test_auto_transaction_fail[asyncio] 2024-05-11 07:53:13.656 CEST [200] ERROR:  syntax error at or near "meh" at character 1
tests/test_connection_async.py::test_commit_error[asyncio] 2024-05-11 07:53:13.604 CEST [197] ERROR:  insert or update on table "selfref" violates foreign key constraint "selfref_y_fkey"
tests/test_copy_async.py::test_copy_bad_result[asyncio] 2024-05-11 07:53:15.015 CEST [329] ERROR:  syntax error at or near "wat" at character 1
tests/test_copy_async.py::test_copy_in_buffers_pg_error[asyncio] 2024-05-11 07:53:15.002 CEST [328] ERROR:  duplicate key value violates unique constraint "copy_in_pkey"
tests/test_copy_async.py::test_copy_in_buffers_with_pg_error[asyncio] 2024-05-11 07:53:15.138 CEST [338] ERROR:  duplicate key value violates unique constraint "copy_in_pkey"
tests/test_copy_async.py::test_copy_in_buffers_with_py_error[asyncio] 2024-05-11 07:53:15.154 CEST [339] ERROR:  COPY from stdin failed: error from Python: ZeroDivisionError - nuttengoggenio
tests/test_copy_async.py::test_copy_in_error[asyncio] 2024-05-11 07:53:15.039 CEST [331] ERROR:  COPY from stdin failed: error from Python: TypeError - cannot copy str data in binary mode: use bytes instead
/var/tmp/portage/dev-python/psycopg-3.1.19/temp/environment: line 2464:   104 Aborted                 "${@}"
tests/test_copy_async.py::test_copy_out_error_with_copy_finished[asyncio] Fatal Python error: Aborted