Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 849017 - [guru] [HELP] dev-python/pip-api-0.0.29 fails tests
Summary: [guru] [HELP] dev-python/pip-api-0.0.29 fails tests
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: 2022-06-01 14:06 UTC by Agostino Sarubbo
Modified: 2022-06-06 16:28 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,204.27 KB, text/plain)
2022-06-01 14:06 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 2022-06-01 14:06:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pip-api-0.0.29 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-01 14:06:20 UTC
Created attachment 781991 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-06-01 14:06:22 UTC
Error(s) that match a know pattern:


E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_all_the_right_pips0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_installed_distributions0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_installed_distributions_l0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_installed_distributions_p0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_invoke_install_fails0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_invoke_install_requiremen0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_invoke_install_some_other0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_invoke_uninstall_fails0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_invoke_uninstall_requirem0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_invoke_uninstall_some_oth0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_isolation_False_0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_isolation_True_0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/var/tmp/portage/dev-python/pip-api-0.0.29/temp/pytest-of-portage/pytest-0/test_version0/workspace/venv/bin/python', '-m', 'pip', 'install', 'pip==22.1.2']' returned non-zero exit status 1.
ERROR tests/test_version.py::test_version - subprocess.CalledProcessError: Co...
ERROR: Could not find a version that satisfies the requirement pip==22.1.2 (from versions: none)
Comment 3 Larry the Git Cow gentoo-dev 2022-06-06 16:28:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a3c31fcd9c5bd5b6aad09ddd3004630a018186c

commit 1a3c31fcd9c5bd5b6aad09ddd3004630a018186c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2022-06-04 23:06:53 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2022-06-05 06:12:14 +0000

    dev-python/pip-api: fix tests
    
    Closes: https://bugs.gentoo.org/849017
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 dev-python/pip-api/pip-api-0.0.29.ebuild | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)