Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847232 - dev-python/setuptools-declarative-requirements-1.2.0-r2 fails tests: ModuleNotFoundError: No module named bottle
Summary: dev-python/setuptools-declarative-requirements-1.2.0-r2 fails tests: ModuleNo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-24 10:00 UTC by Agostino Sarubbo
Modified: 2022-05-24 15:15 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,99.40 KB, text/plain)
2022-05-24 10:00 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-05-24 10:00:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/setuptools-declarative-requirements-1.2.0-r2 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-24 10:00:16 UTC
Created attachment 780521 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-24 10:00:17 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


")
", cmdline=('/var/tmp/portage/dev-python/setuptools-declarative-requirements-1.2.0-r2/temp/pytest-of-portage/pytest-0/test_build_package_bdist_wheel0/cwd/bin/python', '-m', 'pip', 'install', 'dist/test_project-0.0.0-py3-none-any.whl'))
E               ERROR: Could not find a version that satisfies the requirement setuptools-declarative-requirements (from test-project) (from versions: none)
ERROR: Could not find a version that satisfies the requirement setuptools-declarative-requirements (from test-project) (from versions: none)
ERROR: No matching distribution found for setuptools-declarative-requirements
E           subprocess.CalledProcessError: Command '('/var/tmp/portage/dev-python/setuptools-declarative-requirements-1.2.0-r2/temp/pytest-of-portage/pytest-0/test_build_package_bdist_wheel0/cwd/bin/python', '-m', 'pip', 'install', 'dist/test_project-0.0.0-py3-none-any.whl')' returned non-zero exit status 1.
            except subprocess.CalledProcessError:
FAILED tests/integration/test_requirements_parse.py::test_build_package[bdist_wheel]
ModuleNotFoundError: No module named 'bottle'
proc       = CompletedProcess(args=('/var/tmp/portage/dev-python/setuptools-declarative-requirements-1.2.0-r2/temp/pytest-of-portage/pytest-0/test_build_package_bdist_wheel0/cwd/bin/python', '-m', 'pip', 'install', 'dist/test_project-0.0.0-py3-none-any.whl'), returncode=1, stdout='Looking in indexes: http://127.0.0.1:8080, http://127.0.0.1:8080
Processing ./dist/test_project-0.0.0-py3-none-any.whl
Requirement already satisfied: setuptools in ./lib/pypy3.9/site-packages (from test-project==0.0.0) (62.1.0)
ret        = CommandResult(exitcode=1, stdout='Looking in indexes: http://127.0.0.1:8080, http://127.0.0.1:8080
self       = CompletedProcess(args=('/var/tmp/portage/dev-python/setuptools-declarative-requirements-1.2.0-r2/temp/pytest-of-portage/pytest-0/test_build_package_bdist_wheel0/cwd/bin/python', '-m', 'pip', 'install', 'dist/test_project-0.0.0-py3-none-any.whl'), returncode=1, stdout='Looking in indexes: http://127.0.0.1:8080, http://127.0.0.1:8080
', stderr="WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000055f1f2e2f360>: Failed to establish a new connection: [Errno 111] Connection refused')': /setuptools-declarative-requirements/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000055f1f2e2fad0>: Failed to establish a new connection: [Errno 111] Connection refused')': /setuptools-declarative-requirements/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000055f1f2e2fa98>: Failed to establish a new connection: [Errno 111] Connection refused')': /setuptools-declarative-requirements/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000055f1f2e2f670>: Failed to establish a new connection: [Errno 111] Connection refused')': /setuptools-declarative-requirements/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000055f1f2e2f398>: Failed to establish a new connection: [Errno 111] Connection refused')': /setuptools-declarative-requirements/
Comment 3 Larry the Git Cow gentoo-dev 2022-05-24 15:15:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca3831bbc4ca3a4c4b55066b8e50a8f6bf11cfc

commit 2ca3831bbc4ca3a4c4b55066b8e50a8f6bf11cfc
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-05-24 15:14:03 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-05-24 15:15:53 +0000

    dev-python/pypiserver: bottle is a RDEPEND
    
    Closes: https://bugs.gentoo.org/847232
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../{pypiserver-1.5.0-r1.ebuild => pypiserver-1.5.0-r2.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)