Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913861 - app-admin/augeas-1.14.1 fails tests (PYTHON-3.12-SYSTEM): FAIL: test-free
Summary: app-admin/augeas-1.14.1 fails tests (PYTHON-3.12-SYSTEM): FAIL: test-free
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-09-08 10:50 UTC by Agostino Sarubbo
Modified: 2024-01-11 21:53 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,537.75 KB, text/plain)
2023-09-08 10:50 UTC, Agostino Sarubbo
Details
1-test-suite.log (1-test-suite.log,7.20 KB, text/plain)
2023-09-08 10:50 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-09-08 10:50:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-admin/augeas-1.14.1 fails tests (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_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-09-08 10:50:09 UTC
Created attachment 870080 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-09-08 10:50:09 UTC
Created attachment 870081 [details]
1-test-suite.log

1-test-suite.log
Comment 3 Agostino Sarubbo gentoo-dev 2023-09-08 10:51:30 UTC
the test failed because of an heap overflow discovered with ASAN. Please check if it is intended on not, and while on it if there are security implications. The best could be get in touch with upstream
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-08 13:12:45 UTC
This test is from gnulib.

If you try build gnulib itself with ASAN, can you reproduce the failure? If so, please report it upstream to bug-gnulib@ (and link it here, feel free to CC me too).

I've not analysed the test to see if ASAN is getting confused by gnulib's own free() implementation (if it even has one, I assume it does given the test exists) or not.