Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940516 - dev-python/libarchive-c-5.1 fails tests: FAILED test_entry.py::test_check_archiveentry_using_python_testtar - libarchive.exception.ArchiveError: Damaged tar archive (errno=22, retcode=-10, archive_p=1452922048)
Summary: dev-python/libarchive-c-5.1 fails tests: FAILED test_entry.py::test_check_arc...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-09-30 07:19 UTC by Agostino Sarubbo
Modified: 2025-02-05 18:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,81.51 KB, text/plain)
2024-09-30 07:19 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-09-30 07:19:07 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/libarchive-c-5.1 fails tests.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-30 07:19:08 UTC
Created attachment 904238 [details]
build.log

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


E           libarchive.exception.ArchiveError: Damaged tar archive (errno=22, retcode=-10, archive_p=1452922048)
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
FAILED tests/test_entry.py::test_check_archiveentry_using_python_testtar - libarchive.exception.ArchiveError: Damaged tar archive (errno=22, retcode=-10, archive_p=1452922048)
tests/test_entry.py::test_check_archiveentry_using_python_testtar FAILED [12/36]
Comment 3 Jonathan Lovelace 2025-02-05 18:50:14 UTC
This is apparently fixed upstream, https://github.com/Changaco/python-libarchive-c/pull/131 . (I dropped that commit into /etc/portage/patches and the test phase then completed without error.)