Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923632 - dev-python/ansible-compat-4.1.11 fails tests: FAILED test_runtime.py::test_install_galaxy_role_unlink - FileExistsError: [Errno 17] File exists: null -> acme.ge..
Summary: dev-python/ansible-compat-4.1.11 fails tests: FAILED test_runtime.py::test_in...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-02 15:20 UTC by Agostino Sarubbo
Modified: 2024-06-28 10:59 UTC (History)
0 users

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


Attachments
build.log (build.log,93.09 KB, text/plain)
2024-02-02 15:20 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-02-02 15:20:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/ansible-compat-4.1.11 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-02-02 15:20:49 UTC
Created attachment 884039 [details]
build.log

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


E       FileExistsError: [Errno 17] File exists: '/dev/null' -> 'None/roles/acme.get_rich'
FAILED test/test_runtime.py::test_install_galaxy_role_unlink - FileExistsError: [Errno 17] File exists: '/dev/null' -> 'None/roles/acme.ge...
Comment 3 Marek Szuba (RETIRED) archtester gentoo-dev 2024-03-04 14:50:02 UTC
This happens if multiple Python targets are tested during a single test run. Have to think how to reproduce this outside Portage to make sure this something for upstream to look into.