thoth-station / workflow-helpers

All code required to help workflows (e.g Argo).
GNU General Public License v3.0
3 stars 10 forks source link

SI workflow cannot download packages correctly #108

Closed pacospace closed 4 years ago

pacospace commented 4 years ago

Describe the bug SI workflow cannot download packages correctly due to name difference, but version exists on https://pypi.org/project/BentoML/ and we solved it already (see logs). Solver is installing the packages and when finishes investigator submit SI workflow that download the package but fails.

To Reproduce Steps to reproduce the behavior: 1.Schedule SI workflow for ('bentoml', '0.0.8', 'https://pypi.org/simple')

Expected behavior SI workflow can successfully download a package.

Screenshots

Solver workflow logs finished successfuly

solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:10.48854153Z 2020-09-23 17:17:10,488   1 INFO     thoth.common:321: Setting up logging to a Sentry instance 'sentry.io/1298083', environment 'ocp-test' and integrations ['AioHttpIntegration']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:10.494235701Z 2020-09-23 17:17:10,494   1 INFO     thoth.common:368: Logging to rsyslog endpoint is turned off
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:10.495294407Z 2020-09-23 17:17:10,495   1 INFO     thoth.solver.cli:66: Thoth Dependency Solver v1.6.2
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:10.495353178Z 2020-09-23 17:17:10,495   1 DEBUG    thoth.solver.cli:67: Debug mode is on
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:10.976075806Z 2020-09-23 17:17:10,975   1 DEBUG    thoth.solver.python.python:213: Parsing requirement 'bentoml===0.0.8'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:10.977383929Z 2020-09-23 17:17:10,977   1 INFO     thoth.solver.python.python:225: Resolving package 'bentoml' with version specifier '===0.0.8' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:10.979485525Z 2020-09-23 17:17:10,977   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('bentoml===0.0.8')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:11.090413093Z 2020-09-23 17:17:11,090   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.0.8', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:11.090477243Z 2020-09-23 17:17:11,090   1 INFO     thoth.solver.python.python:246: Adding package 'bentoml' in version '0.0.8' for solving
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:11.090617531Z 2020-09-23 17:17:11,090   1 INFO     thoth.solver.python.python:253: Using index 'https://pypi.org/simple' to discover package 'bentoml' in version '0.0.8'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:11.090704493Z 2020-09-23 17:17:11,090   1 DEBUG    thoth.solver.python.python:125: Obtaining pip dependency tree using: '/home/solver/venv/bin/python3 -m pipdeptree --json'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:11.497189087Z 2020-09-23 17:17:11,496   1 DEBUG    thoth.solver.python.python:80: Installing requirement 'bentoml' in version '0.0.8'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z stdout: Collecting bentoml===0.0.8
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z Installing collected packages: bentoml
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z Successfully installed bentoml-0.0.8
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z stderr:WARNING: You are using pip version 20.2.2; however, version 20.2.3 is available.
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z You should consider upgrading via the '/home/solver/venv/bin/python3 -m pip install --upgrade pip' command.
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z   Downloading BentoML-0.0.8-py3-none-any.whl (75 kB)
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.466746855Z 2020-09-23 17:17:12,466   1 DEBUG    thoth.solver.python.python:82: Log during installation:
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.47708283Z 2020-09-23 17:17:12,476   1 DEBUG    thoth.solver.python.instrument:187: Executing the following command in Python interpreter (env: None): '/home/solver/venv/bin/python3 -c \'def _find_distribution_name(package_name):  # type: (str) -> None\n    """Find the given distribution based on package name and print out distribution\'"\'"\'s project name.\n\n    For example, `backports-weakref\'"\'"\' has distribution\'"\'"\'s project nmae `backports.weakref\'"\'"\'. This is also\n    applicable to all namespace\'"\'"\'d packages - we need to find the actual name. based on distribution discovery.\n    """\n    import sys\n    import pkg_resources\n    from pkg_resources._vendor.packaging.utils import canonicalize_name\n\n    for path in sys.path:\n        for distribution in pkg_resources.find_distributions(path):\n            if canonicalize_name(distribution.project_name) == canonicalize_name(package_name):\n                print(distribution.project_name, end="")\n                sys.exit(0)\n\n    print("No matching distribution found for ", package_name, file=sys.stderr, end="")\n    sys.exit(1)\n\n\n_find_distribution_name(package_name="bentoml")\''
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.711521375Z 2020-09-23 17:17:12,711   1 DEBUG    thoth.solver.python.instrument:190: stderr during command execution: 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.711573661Z 2020-09-23 17:17:12,711   1 DEBUG    thoth.solver.python.instrument:195: stdout during command execution: BentoML
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.712529466Z 2020-09-23 17:17:12,712   1 DEBUG    thoth.solver.python.instrument:187: Executing the following command in Python interpreter (env: None): '/home/solver/venv/bin/python3 -c \'def _get_import_path():  # type: () -> None\n    """Get import path configured for the given Python interpreter."""\n    import json\n    import sys\n\n    json.dump({"path": sys.path}, sys.stdout)\n    sys.exit(0)\n\n\n_get_import_path()\''
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.753139862Z 2020-09-23 17:17:12,752   1 DEBUG    thoth.solver.python.instrument:190: stderr during command execution: 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.753420136Z 2020-09-23 17:17:12,753   1 DEBUG    thoth.solver.python.instrument:195: stdout during command execution: {'path': ['', '/usr/lib64/python37.zip', '/usr/lib64/python3.7', '/usr/lib64/python3.7/lib-dynload', '/home/solver/venv/lib64/python3.7/site-packages', '/home/solver/venv/lib/python3.7/site-packages']}
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.754586385Z 2020-09-23 17:17:12,754   1 DEBUG    thoth.solver.python.instrument:187: Executing the following command in Python interpreter (env: {'PYTHONPATH': '/usr/lib64/python37.zip:/usr/lib64/python3.7:/usr/lib64/python3.7/lib-dynload:/home/solver/venv/lib64/python3.7/site-packages:/home/solver/venv/lib/python3.7/site-packages:/usr/local/bin:/usr/lib64/python38.zip:/usr/lib64/python3.8:/usr/lib64/python3.8/lib-dynload:/usr/local/lib64/python3.8/site-packages:/usr/local/lib/python3.8/site-packages:/usr/lib64/python3.8/site-packages:/usr/lib/python3.8/site-packages'}): '/home/solver/venv/bin/python3 -c \'def _get_importlib_metadata_metadata(package_name):  # type: (str) -> None\n    """Retrieve all the metadata for the given package."""\n    import sys\n    try:\n        import importlib_metadata\n    except ImportError:\n        import importlib.metadata as importlib_metadata  # type: ignore\n    import json\n\n    result = dict(importlib_metadata.metadata(package_name).items())\n\n    # As metadata are encoded as email.message, it\'"\'"\'s not possible to implicitly expose information about which keys\n    # keep multiple values and which are single-value. Let\'"\'"\'s explicitly maintain a list for metadata keys that\n    # are arrays:\n    #    https://packaging.python.org/specifications/core-metadata\n    keys = frozenset(\n        (\n            "Platform",\n            "Supported-Platform",\n            "Classifier",\n            "Provides-Dist",\n            "Requires-Dist",\n            "Requires-External",\n            "Project-URL",\n            "Provides-Extra",\n        ),\n    )\n    for key in keys:\n        value = importlib_metadata.metadata(package_name).get_all(key)\n        if value:\n            # Override the previous one (single value) with array.\n            result[key] = value\n\n    print(json.dumps(result))\n    sys.exit(0)\n\n\n_get_importlib_metadata_metadata(package_name="BentoML")\''
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.855425489Z 2020-09-23 17:17:12,854   1 DEBUG    thoth.solver.python.instrument:190: stderr during command execution: 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.855619866Z 2020-09-23 17:17:12,855   1 DEBUG    thoth.solver.python.instrument:195: stdout during command execution: {'Metadata-Version': '2.1', 'Name': 'BentoML', 'Version': '0.0.8', 'Summary': 'BentoML: Package and Deploy Your Machine Learning Models', 'Home-page': 'https://github.com/atalaya-io/BentoML', 'Author': 'atalaya.io', 'Author-email': 'contact@atalaya.io', 'License': 'UNKNOWN', 'Project-URL': ['Bug Reports, https://github.com/bentoml/BentoML/issues', 'Source Code, https://github.com/bentoml/BentoML'], 'Platform': ['UNKNOWN'], 'Classifier': ['Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent'], 'Requires-Python': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', 'Description-Content-Type': 'text/markdown', 'Requires-Dist': ['pathlib2', 'prometheus-client', 'ruamel.yaml (>=0.15.0)', 'numpy', 'flask', 'gunicorn', 'six', 'click', 'pandas', 'dill', 'python-json-logger', 'boto3', 'Werkzeug', "tox (==3.8.4) ; extra == 'dev'", "yapf (==0.26.0) ; extra == 'dev'", "pylint (==2.3.1) ; extra == 'dev'", "pytest (==4.4.0) ; extra == 'dev'", "tox-conda (==0.2.0) ; extra == 'dev'", "twine ; extra == 'dev'", "setuptools ; extra == 'dev'", "pycodestyle ; extra == 'dev'", "torch ; extra == 'optional'", "torchvision ; extra == 'optional'", "tensorflow ; extra == 'optional'", "opencv-python ; extra == 'optional'", "pytest (==4.4.0) ; extra == 'test'", "snapshottest (==0.5.0) ; extra == 'test'", "mock (==2.0.0) ; extra == 'test'", "tox (==3.8.4) ; extra == 'test'"], 'Provides-Extra': ['dev', 'optional', 'test']}
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.856482589Z 2020-09-23 17:17:12,856   1 DEBUG    thoth.solver.python.instrument:187: Executing the following command in Python interpreter (env: {'PYTHONPATH': '/usr/lib64/python37.zip:/usr/lib64/python3.7:/usr/lib64/python3.7/lib-dynload:/home/solver/venv/lib64/python3.7/site-packages:/home/solver/venv/lib/python3.7/site-packages:/usr/local/bin:/usr/lib64/python38.zip:/usr/lib64/python3.8:/usr/lib64/python3.8/lib-dynload:/usr/local/lib64/python3.8/site-packages:/usr/local/lib/python3.8/site-packages:/usr/lib64/python3.8/site-packages:/usr/lib/python3.8/site-packages'}): '/home/solver/venv/bin/python3 -c \'def _get_importlib_metadata_requires(package_name):  # type: (str) -> None\n    """Retrieve requires based on the given package."""\n    import sys\n    try:\n        import importlib_metadata\n    except ImportError:\n        import importlib.metadata as importlib_metadata  # type: ignore\n    import json\n\n    print(json.dumps(importlib_metadata.requires(package_name)))\n    sys.exit(0)\n\n\n_get_importlib_metadata_requires(package_name="BentoML")\''
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.966867206Z 2020-09-23 17:17:12,966   1 DEBUG    thoth.solver.python.instrument:190: stderr during command execution: 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.967198748Z 2020-09-23 17:17:12,966   1 DEBUG    thoth.solver.python.instrument:195: stdout during command execution: ['pathlib2', 'prometheus-client', 'ruamel.yaml (>=0.15.0)', 'numpy', 'flask', 'gunicorn', 'six', 'click', 'pandas', 'dill', 'python-json-logger', 'boto3', 'Werkzeug', "tox (==3.8.4) ; extra == 'dev'", "yapf (==0.26.0) ; extra == 'dev'", "pylint (==2.3.1) ; extra == 'dev'", "pytest (==4.4.0) ; extra == 'dev'", "tox-conda (==0.2.0) ; extra == 'dev'", "twine ; extra == 'dev'", "setuptools ; extra == 'dev'", "pycodestyle ; extra == 'dev'", "torch ; extra == 'optional'", "torchvision ; extra == 'optional'", "tensorflow ; extra == 'optional'", "opencv-python ; extra == 'optional'", "pytest (==4.4.0) ; extra == 'test'", "snapshottest (==0.5.0) ; extra == 'test'", "mock (==2.0.0) ; extra == 'test'", "tox (==3.8.4) ; extra == 'test'"]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:12.968703559Z 2020-09-23 17:17:12,968   1 DEBUG    thoth.solver.python.instrument:187: Executing the following command in Python interpreter (env: {'PYTHONPATH': '/usr/lib64/python37.zip:/usr/lib64/python3.7:/usr/lib64/python3.7/lib-dynload:/home/solver/venv/lib64/python3.7/site-packages:/home/solver/venv/lib/python3.7/site-packages:/usr/local/bin:/usr/lib64/python38.zip:/usr/lib64/python3.8:/usr/lib64/python3.8/lib-dynload:/usr/local/lib64/python3.8/site-packages:/usr/local/lib/python3.8/site-packages:/usr/lib64/python3.8/site-packages:/usr/lib/python3.8/site-packages'}): '/home/solver/venv/bin/python3 -c \'def _get_importlib_metadata_entry_points(package_name):  # type: (str) -> None\n    """Retrieve information about entry-points for the given package."""\n    import sys\n    try:\n        import importlib_metadata\n    except ImportError:\n        import importlib.metadata as importlib_metadata  # type: ignore\n    import json\n\n    entry_points = importlib_metadata.distribution(package_name).entry_points\n    print(json.dumps([{"name": ep.name, "value": ep.value, "group": ep.group} for ep in entry_points]))\n    sys.exit(0)\n\n\n_get_importlib_metadata_entry_points(package_name="BentoML")\''
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.08109226Z 2020-09-23 17:17:13,080   1 DEBUG    thoth.solver.python.instrument:190: stderr during command execution: 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.081149941Z 2020-09-23 17:17:13,081   1 DEBUG    thoth.solver.python.instrument:195: stdout during command execution: [{'name': 'bentoml', 'value': 'bentoml.cli.commands:cli', 'group': 'console_scripts'}]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.082139093Z 2020-09-23 17:17:13,082   1 DEBUG    thoth.solver.python.instrument:187: Executing the following command in Python interpreter (env: {'PYTHONPATH': '/usr/lib64/python37.zip:/usr/lib64/python3.7:/usr/lib64/python3.7/lib-dynload:/home/solver/venv/lib64/python3.7/site-packages:/home/solver/venv/lib/python3.7/site-packages:/usr/local/bin:/usr/lib64/python38.zip:/usr/lib64/python3.8:/usr/lib64/python3.8/lib-dynload:/usr/local/lib64/python3.8/site-packages:/usr/local/lib/python3.8/site-packages:/usr/lib64/python3.8/site-packages:/usr/lib/python3.8/site-packages'}): '/home/solver/venv/bin/python3 -c \'def _get_importlib_metadata_files(package_name):  # type: (str) -> None\n    """Retrieve information about files present for the given package."""\n    import sys\n    try:\n        import importlib_metadata\n    except ImportError:\n        import importlib.metadata as importlib_metadata  # type: ignore\n    import json\n\n    print(\n        json.dumps(\n            [\n                {"hash": f.hash.__dict__ if f.hash else None, "size": f.size, "path": str(f)}\n                for f in importlib_metadata.files(package_name)\n            ],\n        ),\n    )\n    sys.exit(0)\n\n\n_get_importlib_metadata_files(package_name="BentoML")\''
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.176784371Z 2020-09-23 17:17:13,176   1 DEBUG    thoth.solver.python.instrument:190: stderr during command execution: 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.177314272Z 2020-09-23 17:17:13,176   1 DEBUG    thoth.solver.python.instrument:195: stdout during command execution: [{'hash': {'mode': 'sha256', 'value': '8I07Js6LBD4qPlKQVLyqrHNWl05IUf8EGe1pp8Ctbec'}, 'size': 230, 'path': '../../../bin/bentoml'}, {'hash': {'mode': 'sha256', 'value': 'ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s'}, 'size': 35148, 'path': 'BentoML-0.0.8.dist-info/COPYING'}, {'hash': {'mode': 'sha256', 'value': 'zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg'}, 'size': 4, 'path': 'BentoML-0.0.8.dist-info/INSTALLER'}, {'hash': {'mode': 'sha256', 'value': 'Y5NgCrC506R5Xdw7qbarNBVhnbnWewElaqUho75tcmU'}, 'size': 9061, 'path': 'BentoML-0.0.8.dist-info/METADATA'}, {'hash': None, 'size': None, 'path': 'BentoML-0.0.8.dist-info/RECORD'}, {'hash': {'mode': 'sha256', 'value': '47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU'}, 'size': 0, 'path': 'BentoML-0.0.8.dist-info/REQUESTED'}, {'hash': {'mode': 'sha256', 'value': '_NOXIqFgOaYmlm9RJLPQZ13BJuEIrp5jx5ptRD5uh3Y'}, 'size': 92, 'path': 'BentoML-0.0.8.dist-info/WHEEL'}, {'hash': {'mode': 'sha256', 'value': 'RAnaT8uK96VKmLkZISSmU9hRc4neMhcGNZSh8lSzuB0'}, 'size': 54, 'path': 'BentoML-0.0.8.dist-info/entry_points.txt'}, {'hash': {'mode': 'sha256', 'value': 'ENZD7P1UQk9PzDhaKJ0VIFmRuiSXbjT268BgVkOBVYI'}, 'size': 8, 'path': 'BentoML-0.0.8.dist-info/top_level.txt'}, {'hash': {'mode': 'sha256', 'value': '1wacWGibB_flhSaA_Q9-FY_1iBnJz8ejXX3s1bwLwAE'}, 'size': 1262, 'path': 'bentoml/__init__.py'}, {'hash': None, 'size': None, 'path': 'bentoml/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/__pycache__/archive.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/__pycache__/loader.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/__pycache__/model.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/__pycache__/service.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/__pycache__/service_env.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/__pycache__/version.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': 'v4V9TUsSHUELcsAronntgs85X-JLZ_4SReZllVcy6UE'}, 'size': 10212, 'path': 'bentoml/archive.py'}, {'hash': {'mode': 'sha256', 'value': 'kzyxNOsau5EUeGsmTHMTUMMzoxNdTi3BBNXzUfNkXD4'}, 'size': 1383, 'path': 'bentoml/artifact/__init__.py'}, {'hash': None, 'size': None, 'path': 'bentoml/artifact/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifact/__pycache__/artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifact/__pycache__/pickle_artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifact/__pycache__/pytorch_model_artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifact/__pycache__/text_file_artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifact/__pycache__/tf_keras_model_artifact.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': 'FhmikhQ-8NiJ0f2pGX8qLezPQyQcIaTBkwSWJEGGvoM'}, 'size': 4132, 'path': 'bentoml/artifact/artifact.py'}, {'hash': {'mode': 'sha256', 'value': 'aSVT4ZQrtKFakMT4nMyCQGy9yKs7GbiXWKPwegbqdPI'}, 'size': 2199, 'path': 'bentoml/artifact/pickle_artifact.py'}, {'hash': {'mode': 'sha256', 'value': 'pZd9YKPZF9CB_giV3W5lfy4Zd2Oe4bV4NJzxPqNGkho'}, 'size': 2762, 'path': 'bentoml/artifact/pytorch_model_artifact.py'}, {'hash': {'mode': 'sha256', 'value': '3RP8RtIw30UqeX1l-fcw5q-6nm_X5-MWoPSLmk58lW4'}, 'size': 2096, 'path': 'bentoml/artifact/text_file_artifact.py'}, {'hash': {'mode': 'sha256', 'value': 'kmOA6r8Ts3bz1FLmcsRlr1UfHJBFiMY0Atibxj7n8xE'}, 'size': 2418, 'path': 'bentoml/artifact/tf_keras_model_artifact.py'}, {'hash': {'mode': 'sha256', 'value': 'CSWHoX8hoNuSvPtKQb5EQJ6o4RM9pviPeQB1JJfyvaY'}, 'size': 1342, 'path': 'bentoml/artifacts/__init__.py'}, {'hash': None, 'size': None, 'path': 'bentoml/artifacts/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifacts/__pycache__/artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifacts/__pycache__/pickle_artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifacts/__pycache__/pytorch_model_artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifacts/__pycache__/text_file_artifact.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/artifacts/__pycache__/tf_keras_model_artifact.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': 'mOkQKpfjfgJHZNtpfHT9ysA6fg9jFR76I3n7Zux-PHg'}, 'size': 4531, 'path': 'bentoml/artifacts/artifact.py'}, {'hash': {'mode': 'sha256', 'value': 'BRlgb-qdvd_VC_tHKzf-RbJfwzKOz7_Ki6F4cH0m1w4'}, 'size': 2289, 'path': 'bentoml/artifacts/pickle_artifact.py'}, {'hash': {'mode': 'sha256', 'value': '3Da9nJ_DeRgbwwZ2yjgTU24h-6ZaJPsOe0JKyA_z3cg'}, 'size': 2373, 'path': 'bentoml/artifacts/pytorch_model_artifact.py'}, {'hash': {'mode': 'sha256', 'value': '2Oz--VGuu4klloPnNgCr9QbxBPPpA2m6FyO8q6O_iX0'}, 'size': 1962, 'path': 'bentoml/artifacts/text_file_artifact.py'}, {'hash': {'mode': 'sha256', 'value': '2riDTtCBZfmv7XwV-DTOJsCnyW8b0AdLGeGTFmnIAGU'}, 'size': 1934, 'path': 'bentoml/artifacts/tf_keras_model_artifact.py'}, {'hash': {'mode': 'sha256', 'value': 'vs7GzBDrYDYj9DLmNcj3Yjhkg4ccQmPx789X6tYayFM'}, 'size': 745, 'path': 'bentoml/cli/__init__.py'}, {'hash': None, 'size': None, 'path': 'bentoml/cli/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/cli/__pycache__/commands.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': '325zcgt0ODdDaF-DmtLoYM7gpPY2FitVrSItupgsU1Q'}, 'size': 2898, 'path': 'bentoml/cli/commands.py'}, {'hash': {'mode': 'sha256', 'value': 'tx_qFD1cL-oNRGHV5K7OhwgH4BOa0inlgZhIBPsJ2Kw'}, 'size': 1409, 'path': 'bentoml/handlers/__init__.py'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/base_handlers.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/dataframe_handler.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/image_handler.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/json_handler.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/pytorch_tensor_handler.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/tensorflow_tensor_handler.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/handlers/__pycache__/utils.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': '0umlAGhnLx_XBlF5Zl7aIZaH7Vttoyv7ucdM9MyhEsg'}, 'size': 1215, 'path': 'bentoml/handlers/base_handlers.py'}, {'hash': {'mode': 'sha256', 'value': '8az8OlOUS1sdvliBuZ9Iqs85onfqbswz1dC-LH3G8eQ'}, 'size': 3954, 'path': 'bentoml/handlers/dataframe_handler.py'}, {'hash': {'mode': 'sha256', 'value': 'SmOP7dFBjE_rQeZRPfLxEyWwn6klewvjDDO7D1KNc1U'}, 'size': 4105, 'path': 'bentoml/handlers/image_handler.py'}, {'hash': {'mode': 'sha256', 'value': 's93Isqwouar6Q0wAo1U9XVAhIC8MYfeLLyUFvMltx4g'}, 'size': 3250, 'path': 'bentoml/handlers/json_handler.py'}, {'hash': {'mode': 'sha256', 'value': 'XbHuGnNy5lWM3jVQwRPJRRjivBk2DNwgiSVPBUjBORw'}, 'size': 1341, 'path': 'bentoml/handlers/pytorch_tensor_handler.py'}, {'hash': {'mode': 'sha256', 'value': 'HcIZcmDTKNf1mLOvYvvq7iUiLHPT7wStwQ4uGj5WJJM'}, 'size': 1250, 'path': 'bentoml/handlers/tensorflow_tensor_handler.py'}, {'hash': {'mode': 'sha256', 'value': '7ol5aSvVb__8H262DW37u4p14weo-zqEexsqe0VAiyM'}, 'size': 1391, 'path': 'bentoml/handlers/utils.py'}, {'hash': {'mode': 'sha256', 'value': '2lIIEYa0lwEij9MqOS278_fb_sunNvNxl0sYb4lo83Y'}, 'size': 4315, 'path': 'bentoml/loader.py'}, {'hash': {'mode': 'sha256', 'value': 'QjZske7uKhWBYArcLU-K9dw1C5_bRmh12yJYL_BX3tw'}, 'size': 11998, 'path': 'bentoml/model.py'}, {'hash': {'mode': 'sha256', 'value': 'cUL7wJ_YfBNJBY0e85ouFGBcqUN19l2WsU6DLLq4BQY'}, 'size': 1012, 'path': 'bentoml/server/__init__.py'}, {'hash': None, 'size': None, 'path': 'bentoml/server/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/server/__pycache__/feedback_logger.cpython-37.pyc'}, {'hash': No2020-09-23T17:17:13.177352317Z ne, 'size': None, 'path': 'bentoml/server/__pycache__/metrics.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/server/__pycache__/model_api_server.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/server/__pycache__/prediction_logger.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': 'MZ38st9PYV1NN16FJtTNnRaua-wlQ0v7_x-20zmrLd8'}, 'size': 1932, 'path': 'bentoml/server/feedback_logger.py'}, {'hash': {'mode': 'sha256', 'value': 'FVDN8O6ae9ILEWQuyZtAHjZmO-uX6GOVkkkvcNOJ1eU'}, 'size': 1173, 'path': 'bentoml/server/metrics.py'}, {'hash': {'mode': 'sha256', 'value': 'kG3SXGCTG6VkIopouCt5y2mAl4hrpq9WWMaSu5LgpSo'}, 'size': 7301, 'path': 'bentoml/server/model_api_server.py'}, {'hash': {'mode': 'sha256', 'value': '79D7lNq2GNzsIbnAF7k-M1MsUXshUA51iZQWeFnWltc'}, 'size': 3902, 'path': 'bentoml/server/prediction_logger.py'}, {'hash': {'mode': 'sha256', 'value': 'Z9jP5i_L9TGRw5skvec3gr7T7JTJaUeGl_5bRz_aQpY'}, 'size': 8733, 'path': 'bentoml/service.py'}, {'hash': {'mode': 'sha256', 'value': '1w61lX9kMo7h6a5i8GC2mOCYtvg4Affte-CuEeRpzbk'}, 'size': 6496, 'path': 'bentoml/service_env.py'}, {'hash': {'mode': 'sha256', 'value': 'aZkPllEtk6bplgq5BUC2Ew4VXhPMI-6T2SPcRyVWIjk'}, 'size': 982, 'path': 'bentoml/utils/__init__.py'}, {'hash': None, 'size': None, 'path': 'bentoml/utils/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/utils/__pycache__/config.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/utils/__pycache__/exceptions.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/utils/__pycache__/module_helper.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/utils/__pycache__/py_module_utils.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'bentoml/utils/__pycache__/s3.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': 'cJmGz2JBObBZb161Np4K9nPY2chyqEpPSzonjR3W4Bg'}, 'size': 922, 'path': 'bentoml/utils/config.py'}, {'hash': {'mode': 'sha256', 'value': 'BoDzWk1Xk7yWD1AZ-zUcgTMcsIpEfzcJ9GMkWxIDBfs'}, 'size': 1009, 'path': 'bentoml/utils/exceptions.py'}, {'hash': {'mode': 'sha256', 'value': 'aTEd1YYs3pORpHlMK1Yis-x5YbAILIFFxVvUbKTCn8s'}, 'size': 6190, 'path': 'bentoml/utils/module_helper.py'}, {'hash': {'mode': 'sha256', 'value': 'JC5Ns8DxVLDljMXZVIuXQhgc0kjrUGKJkrMzsKHnxn0'}, 'size': 5281, 'path': 'bentoml/utils/py_module_utils.py'}, {'hash': {'mode': 'sha256', 'value': 'GcrFCunWbhaQ5Hut2KG5SK9Th4U8j5snY59hZn_W3uE'}, 'size': 2532, 'path': 'bentoml/utils/s3.py'}, {'hash': {'mode': 'sha256', 'value': 'SUj1Vi7mzRzmHakI7sioczeQsNCvewceDyJlt5yyWS4'}, 'size': 768, 'path': 'bentoml/version.py'}, {'hash': {'mode': 'sha256', 'value': '47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU'}, 'size': 0, 'path': 'tests/__init__.py'}, {'hash': None, 'size': None, 'path': 'tests/__pycache__/__init__.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'tests/__pycache__/test_model.cpython-37.pyc'}, {'hash': None, 'size': None, 'path': 'tests/__pycache__/test_model_api_server.cpython-37.pyc'}, {'hash': {'mode': 'sha256', 'value': 'oRNDxFueMStflCCud7Jx4HERtnXO6btfaP_u6p5GBvo'}, 'size': 2369, 'path': 'tests/test_model.py'}, {'hash': {'mode': 'sha256', 'value': 'zyQuZeuT5OwAVEpoEjZMW4wxT8Gj1EYGtGAFJ914MyQ'}, 'size': 1793, 'path': 'tests/test_model_api_server.py'}]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.17823787Z 2020-09-23 17:17:13,178   1 DEBUG    thoth.solver.python.instrument:187: Executing the following command in Python interpreter (env: {'PYTHONPATH': '/usr/lib64/python37.zip:/usr/lib64/python3.7:/usr/lib64/python3.7/lib-dynload:/home/solver/venv/lib64/python3.7/site-packages:/home/solver/venv/lib/python3.7/site-packages:/usr/local/bin:/usr/lib64/python38.zip:/usr/lib64/python3.8:/usr/lib64/python3.8/lib-dynload:/usr/local/lib64/python3.8/site-packages:/usr/local/lib/python3.8/site-packages:/usr/lib64/python3.8/site-packages:/usr/lib/python3.8/site-packages'}): '/home/solver/venv/bin/python3 -c \'def _get_importlib_metadata_version(package_name):  # type: (str) -> None\n    """Retrieve version based on the given package."""\n    import sys\n    try:\n        import importlib_metadata\n    except ImportError:\n        import importlib.metadata as importlib_metadata  # type: ignore\n\n    print(importlib_metadata.version(package_name), end="")\n    sys.exit(0)\n\n\n_get_importlib_metadata_version(package_name="BentoML")\''
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.278095078Z 2020-09-23 17:17:13,277   1 DEBUG    thoth.solver.python.instrument:190: stderr during command execution: 
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.278095078Z 2020-09-23 17:17:13,278   1 DEBUG    thoth.solver.python.instrument:195: stdout during command execution: 0.0.8
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.29660338Z 2020-09-23 17:17:13,296   1 DEBUG    thoth.solver.python.python:86: Removing installed package 'bentoml'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.762903952Z 2020-09-23 17:17:13,762   1 DEBUG    thoth.solver.python.python:99: Restoring previous environment setup after installation of 'bentoml' (None)
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.826871737Z 2020-09-23 17:17:13,826   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'pathlib2' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.827791133Z 2020-09-23 17:17:13,827   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('pathlib2')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.891688651Z 2020-09-23 17:17:13,891   1 DEBUG    thoth.solver.python.base:91:   matching: [('2.0', 'https://pypi.org/simple'), ('2.0.1', 'https://pypi.org/simple'), ('2.1.0', 'https://pypi.org/simple'), ('2.2.0', 'https://pypi.org/simple'), ('2.2.1', 'https://pypi.org/simple'), ('2.3.0', 'https://pypi.org/simple'), ('2.3.2', 'https://pypi.org/simple'), ('2.3.3', 'https://pypi.org/simple'), ('2.3.4', 'https://pypi.org/simple'), ('2.3.5', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.891816358Z 2020-09-23 17:17:13,891   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'pathlib2' with range specifier None: ['2.0', '2.0.1', '2.1.0', '2.2.0', '2.2.1', '2.3.0', '2.3.2', '2.3.3', '2.3.4', '2.3.5']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.891816358Z 2020-09-23 17:17:13,891   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'prometheus-client' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.892435483Z 2020-09-23 17:17:13,892   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('prometheus-client')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.95180062Z 2020-09-23 17:17:13,951   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.0.1', 'https://pypi.org/simple'), ('0.0.10', 'https://pypi.org/simple'), ('0.0.11', 'https://pypi.org/simple'), ('0.0.12', 'https://pypi.org/simple'), ('0.0.13', 'https://pypi.org/simple'), ('0.0.14', 'https://pypi.org/simple'), ('0.0.15', 'https://pypi.org/simple'), ('0.0.16', 'https://pypi.org/simple'), ('0.0.17', 'https://pypi.org/simple'), ('0.0.18', 'https://pypi.org/simple'), ('0.0.19', 'https://pypi.org/simple'), ('0.0.2', 'https://pypi.org/simple'), ('0.0.20', 'https://pypi.org/simple'), ('0.0.21', 'https://pypi.org/simple'), ('0.0.3', 'https://pypi.org/simple'), ('0.0.4', 'https://pypi.org/simple'), ('0.0.5', 'https://pypi.org/simple'), ('0.0.6', 'https://pypi.org/simple'), ('0.0.7', 'https://pypi.org/simple'), ('0.0.8', 'https://pypi.org/simple'), ('0.0.9', 'https://pypi.org/simple'), ('0.1.0', 'https://pypi.org/simple'), ('0.1.1', 'https://pypi.org/simple'), ('0.2.0', 'https://pypi.org/simple'), ('0.3.0', 'https://pypi.org/simple'), ('0.3.1', 'https://pypi.org/simple'), ('0.4.0', 'https://pypi.org/simple'), ('0.4.1', 'https://pypi.org/simple'), ('0.4.2', 'https://pypi.org/simple'), ('0.5.0', 'https://pypi.org/simple'), ('0.6.0', 'https://pypi.org/simple'), ('0.7.0', 'https://pypi.org/simple'), ('0.7.1', 'https://pypi.org/simple'), ('0.8.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.951847228Z 2020-09-23 17:17:13,951   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'prometheus-client' with range specifier None: ['0.0.1', '0.0.10', '0.0.11', '0.0.12', '0.0.13', '0.0.14', '0.0.15', '0.0.16', '0.0.17', '0.0.18', '0.0.19', '0.0.2', '0.0.20', '0.0.21', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.2.0', '0.3.0', '0.3.1', '0.4.0', '0.4.1', '0.4.2', '0.5.0', '0.6.0', '0.7.0', '0.7.1', '0.8.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.951907264Z 2020-09-23 17:17:13,951   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'ruamel-yaml' with range '>=0.15.0' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:13.952754034Z 2020-09-23 17:17:13,952   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('ruamel-yaml>=0.15.0')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.10061275Z 2020-09-23 17:17:14,100   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.15.0', 'https://pypi.org/simple'), ('0.15.1', 'https://pypi.org/simple'), ('0.15.10', 'https://pypi.org/simple'), ('0.15.100', 'https://pypi.org/simple'), ('0.15.11', 'https://pypi.org/simple'), ('0.15.12', 'https://pypi.org/simple'), ('0.15.13', 'https://pypi.org/simple'), ('0.15.14', 'https://pypi.org/simple'), ('0.15.15', 'https://pypi.org/simple'), ('0.15.16', 'https://pypi.org/simple'), ('0.15.17', 'https://pypi.org/simple'), ('0.15.18', 'https://pypi.org/simple'), ('0.15.19', 'https://pypi.org/simple'), ('0.15.2', 'https://pypi.org/simple'), ('0.15.20', 'https://pypi.org/simple'), ('0.15.21', 'https://pypi.org/simple'), ('0.15.22', 'https://pypi.org/simple'), ('0.15.23', 'https://pypi.org/simple'), ('0.15.24', 'https://pypi.org/simple'), ('0.15.25', 'https://pypi.org/simple'), ('0.15.26', 'https://pypi.org/simple'), ('0.15.27', 'https://pypi.org/simple'), ('0.15.28', 'https://pypi.org/simple'), ('0.15.29', 'https://pypi.org/simple'), ('0.15.3', 'https://pypi.org/simple'), ('0.15.30', 'https://pypi.org/simple'), ('0.15.31', 'https://pypi.org/simple'), ('0.15.32', 'https://pypi.org/simple'), ('0.15.33', 'https://pypi.org/simple'), ('0.15.34', 'https://pypi.org/simple'), ('0.15.35', 'https://pypi.org/simple'), ('0.15.37', 'https://pypi.org/simple'), ('0.15.38', 'https://pypi.org/simple'), ('0.15.39', 'https://pypi.org/simple'), ('0.15.4', 'https://pypi.org/simple'), ('0.15.40', 'https://pypi.org/simple'), ('0.15.41', 'https://pypi.org/simple'), ('0.15.42', 'https://pypi.org/simple'), ('0.15.43', 'https://pypi.org/simple'), ('0.15.44', 'https://pypi.org/simple'), ('0.15.45', 'https://pypi.org/simple'), ('0.15.46', 'https://pypi.org/simple'), ('0.15.47', 'https://pypi.org/simple'), ('0.15.48', 'https://pypi.org/simple'), ('0.15.49', 'https://pypi.org/simple'), ('0.15.5', 'https://pypi.org/simple'), ('0.15.50', 'https://pypi.org/simple'), ('0.15.51', 'https://pypi.org/simple'), ('0.15.52', 'https://pypi.org/simple'), ('0.15.53', 'https://pypi.org/simple'), ('0.15.54', 'https://pypi.org/simple'), ('0.15.55', 'https://pypi.org/simple'), ('0.15.56', 'https://pypi.org/simple'), ('0.15.57', 'https://pypi.org/simple'), ('0.15.58', 'https://pypi.org/simple'), ('0.15.59', 'https://pypi.org/simple'), ('0.15.6', 'https://pypi.org/simple'), ('0.15.60', 'https://pypi.org/simple'), ('0.15.61', 'https://pypi.org/simple'), ('0.15.62', 'https://pypi.org/simple'), ('0.15.63', 'https://pypi.org/simple'), ('0.15.64', 'https://pypi.org/simple'), ('0.15.65', 'https://pypi.org/simple'), ('0.15.66', 'https://pypi.org/simple'), ('0.15.67', 'https://pypi.org/simple'), ('0.15.68', 'https://pypi.org/simple'), ('0.15.69', 'https://pypi.org/simple'), ('0.15.7', 'https://pypi.org/simple'), ('0.15.70', 'https://pypi.org/simple'), ('0.15.71', 'https://pypi.org/simple'), ('0.15.72', 'https://pypi.org/simple'), ('0.15.73', 'https://pypi.org/simple'), ('0.15.74', 'https://pypi.org/simple'), ('0.15.75', 'https://pypi.org/simple'), ('0.15.76', 'https://pypi.org/simple'), ('0.15.77', 'https://pypi.org/simple'), ('0.15.78', 'https://pypi.org/simple'), ('0.15.79', 'https://pypi.org/simple'), ('0.15.8', 'https://pypi.org/simple'), ('0.15.80', 'https://pypi.org/simple'), ('0.15.81', 'https://pypi.org/simple'), ('0.15.82', 'https://pypi.org/simple'), ('0.15.83', 'https://pypi.org/simple'), ('0.15.84', 'https://pypi.org/simple'), ('0.15.85', 'https://pypi.org/simple'), ('0.15.86', 'https://pypi.org/simple'), ('0.15.87', 'https://pypi.org/simple'), ('0.15.88', 'https://pypi.org/simple'), ('0.15.89', 'https://pypi.org/simple'), ('0.15.9', 'https://pypi.org/simple'), ('0.15.90', 'https://pypi.org/simple'), ('0.15.91', 'https://pypi.org/simple'), ('0.15.92', 'https://pypi.org/simple'), ('0.15.93', 'https://pypi.org/simple'), ('0.15.94', 'https://pypi.org/simple'), ('0.15.95', 'https://pypi.org/simple'), ('0.15.96', 'https://pypi.org/simple'), ('0.15.97', 'https://pypi.org/simple'), ('0.15.98', 'https://pypi.org/simple'), ('0.15.99', 'https://pypi.org/simple'), ('0.16.0', 'https://pypi.org/simple'), ('0.16.1', 'https://pypi.org/simple'), ('0.16.10', 'https://pypi.org/simple'), ('0.16.11', 'https://pypi.org/simple'), ('0.16.12', 'https://pypi.org/simple'), ('0.16.2', 'https://pypi.org/simple'), ('0.16.3', 'https://pypi.org/simple'), ('0.16.4', 'https://pypi.org/simple'), ('0.16.5', 'https://pypi.org/simple'), ('0.16.6', 'https://pypi.org/simple'), ('0.16.7', 'https://pypi.org/simple'), ('0.16.9', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.100699289Z 2020-09-23 17:17:14,100   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'ruamel-yaml' with range specifier '>=0.15.0': ['0.15.0', '0.15.1', '0.15.10', '0.15.100', '0.15.11', '0.15.12', '0.15.13', '0.15.14', '0.15.15', '0.15.16', '0.15.17', '0.15.18', '0.15.19', '0.15.2', '0.15.20', '0.15.21', '0.15.22', '0.15.23', '0.15.24', '0.15.25', '0.15.26', '0.15.27', '0.15.28', '0.15.29', '0.15.3', '0.15.30', '0.15.31', '0.15.32', '0.15.33', '0.15.34', '0.15.35', '0.15.37', '0.15.38', '0.15.39', '0.15.4', '0.15.40', '0.15.41', '0.15.42', '0.15.43', '0.15.44', '0.15.45', '0.15.46', '0.15.47', '0.15.48', '0.15.49', '0.15.5', '0.15.50', '0.15.51', '0.15.52', '0.15.53', '0.15.54', '0.15.55', '0.15.56', '0.15.57', '0.15.58', '0.15.59', '0.15.6', '0.15.60', '0.15.61', '0.15.62', '0.15.63', '0.15.64', '0.15.65', '0.15.66', '0.15.67', '0.15.68', '0.15.69', '0.15.7', '0.15.70', '0.15.71', '0.15.72', '0.15.73', '0.15.74', '0.15.75', '0.15.76', '0.15.77', '0.15.78', '0.15.79', '0.15.8', '0.15.80', '0.15.81', '0.15.82', '0.15.83', '0.15.84', '0.15.85', '0.15.86', '0.15.87', '0.15.88', '0.15.89', '0.15.9', '0.15.90', '0.15.91', '0.15.92', '0.15.93', '0.15.94', '0.15.95', '0.15.96', '0.15.97', '0.15.98', '0.15.99', '0.16.0', '0.16.1', '0.16.10', '0.16.11', '0.16.12', '0.16.2', '0.16.3', '0.16.4', '0.16.5', '0.16.6', '0.16.7', '0.16.9']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.100776211Z 2020-09-23 17:17:14,100   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'numpy' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.101302067Z 2020-09-23 17:17:14,101   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('numpy')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.205491341Z 2020-09-23 17:17:14,205   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.9.6', 'https://pypi.org/simple'), ('0.9.8', 'https://pypi.org/simple'), ('1.0', 'https://pypi.org/simple'), ('1.0.3', 'https://pypi.org/simple'), ('1.0.4', 'https://pypi.org/simple'), ('1.1.1', 'https://pypi.org/simple'), ('1.10.0', 'https://pypi.org/simple'), ('1.10.1', 'https://pypi.org/simple'), ('1.10.2', 'https://pypi.org/simple'), ('1.10.3', 'https://pypi.org/simple'), ('1.10.4', 'https://pypi.org/simple'), ('1.11.0', 'https://pypi.org/simple'), ('1.11.1', 'https://pypi.org/simple'), ('1.11.2', 'https://pypi.org/simple'), ('1.11.3', 'https://pypi.org/simple'), ('1.12.0', 'https://pypi.org/simple'), ('1.12.1', 'https://pypi.org/simple'), ('1.13.0', 'https://pypi.org/simple'), ('1.13.1', 'https://pypi.org/simple'), ('1.13.3', 'https://pypi.org/simple'), ('1.14.0', 'https://pypi.org/simple'), ('1.14.1', 'https://pypi.org/simple'), ('1.14.2', 'https://pypi.org/simple'), ('1.14.3', 'https://pypi.org/simple'), ('1.14.4', 'https://pypi.org/simple'), ('1.14.5', 'https://pypi.org/simple'), ('1.14.6', 'https://pypi.org/simple'), ('1.15.0', 'https://pypi.org/simple'), ('1.15.1', 'https://pypi.org/simple'), ('1.15.2', 'https://pypi.org/simple'), ('1.15.3', 'https://pypi.org/simple'), ('1.15.4', 'https://pypi.org/simple'), ('1.16.0', 'https://pypi.org/simple'), ('1.16.1', 'https://pypi.org/simple'), ('1.16.2', 'https://pypi.org/simple'), ('1.16.3', 'https://pypi.org/simple'), ('1.16.4', 'https://pypi.org/simple'), ('1.16.5', 'https://pypi.org/simple'), ('1.16.6', 'https://pypi.org/simple'), ('1.17.0', 'https://pypi.org/simple'), ('1.17.1', 'https://pypi.org/simple'), ('1.17.2', 'https://pypi.org/simple'), ('1.17.3', 'https://pypi.org/simple'), ('1.17.4', 'https://pypi.org/simple'), ('1.17.5', 'https://pypi.org/simple'), ('1.18.0', 'https://pypi.org/simple'), ('1.18.1', 'https://pypi.org/simple'), ('1.18.2', 'https://pypi.org/simple'), ('1.18.3', 'https://pypi.org/simple'), ('1.18.4', 'https://pypi.org/simple'), ('1.18.5', 'https://pypi.org/simple'), ('1.19.0', 'https://pypi.org/simple'), ('1.19.1', 'https://pypi.org/simple'), ('1.19.2', 'https://pypi.org/simple'), ('1.2.0', 'https://pypi.org/simple'), ('1.2.1', 'https://pypi.org/simple'), ('1.3.0', 'https://pypi.org/simple'), ('1.4.0', 'https://pypi.org/simple'), ('1.4.1', 'https://pypi.org/simple'), ('1.5.0', 'https://pypi.org/simple'), ('1.5.1', 'https://pypi.org/simple'), ('1.6.0', 'https://pypi.org/simple'), ('1.6.1', 'https://pypi.org/simple'), ('1.6.2', 'https://pypi.org/simple'), ('1.7.0', 'https://pypi.org/simple'), ('1.7.1', 'https://pypi.org/simple'), ('1.7.2', 'https://pypi.org/simple'), ('1.8.0', 'https://pypi.org/simple'), ('1.8.1', 'https://pypi.org/simple'), ('1.8.2', 'https://pypi.org/simple'), ('1.9.0', 'https://pypi.org/simple'), ('1.9.1', 'https://pypi.org/simple'), ('1.9.2', 'https://pypi.org/simple'), ('1.9.3', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.205551414Z 2020-09-23 17:17:14,205   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'numpy' with range specifier None: ['0.9.6', '0.9.8', '1.0', '1.0.3', '1.0.4', '1.1.1', '1.10.0', '1.10.1', '1.10.2', '1.10.3', '1.10.4', '1.11.0', '1.11.1', '1.11.2', '1.11.3', '1.12.0', '1.12.1', '1.13.0', '1.13.1', '1.13.3', '1.14.0', '1.14.1', '1.14.2', '1.14.3', '1.14.4', '1.14.5', '1.14.6', '1.15.0', '1.15.1', '1.15.2', '1.15.3', '1.15.4', '1.16.0', '1.16.1', '1.16.2', '1.16.3', '1.16.4', '1.16.5', '1.16.6', '1.17.0', '1.17.1', '1.17.2', '1.17.3', '1.17.4', '1.17.5', '1.18.0', '1.18.1', '1.18.2', '1.18.3', '1.18.4', '1.18.5', '1.19.0', '1.19.1', '1.19.2', '1.2.0', '1.2.1', '1.3.0', '1.4.0', '1.4.1', '1.5.0', '1.5.1', '1.6.0', '1.6.1', '1.6.2', '1.7.0', '1.7.1', '1.7.2', '1.8.0', '1.8.1', '1.8.2', '1.9.0', '1.9.1', '1.9.2', '1.9.3']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.205610727Z 2020-09-23 17:17:14,205   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'flask' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.206158316Z 2020-09-23 17:17:14,206   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('flask')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.269102701Z 2020-09-23 17:17:14,268   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.1', 'https://pypi.org/simple'), ('0.10', 'https://pypi.org/simple'), ('0.10.1', 'https://pypi.org/simple'), ('0.11', 'https://pypi.org/simple'), ('0.11.1', 'https://pypi.org/simple'), ('0.12', 'https://pypi.org/simple'), ('0.12.1', 'https://pypi.org/simple'), ('0.12.2', 'https://pypi.org/simple'), ('0.12.3', 'https://pypi.org/simple'), ('0.12.4', 'https://pypi.org/simple'), ('0.12.5', 'https://pypi.org/simple'), ('0.2', 'https://pypi.org/simple'), ('0.3', 'https://pypi.org/simple'), ('0.3.1', 'https://pypi.org/simple'), ('0.4', 'https://pypi.org/simple'), ('0.5', 'https://pypi.org/simple'), ('0.5.1', 'https://pypi.org/simple'), ('0.5.2', 'https://pypi.org/simple'), ('0.6', 'https://pypi.org/simple'), ('0.6.1', 'https://pypi.org/simple'), ('0.7', 'https://pypi.org/simple'), ('0.7.1', 'https://pypi.org/simple'), ('0.7.2', 'https://pypi.org/simple'), ('0.8', 'https://pypi.org/simple'), ('0.8.1', 'https://pypi.org/simple'), ('0.9', 'https://pypi.org/simple'), ('1.0', 'https://pypi.org/simple'), ('1.0.1', 'https://pypi.org/simple'), ('1.0.2', 'https://pypi.org/simple'), ('1.0.3', 'https://pypi.org/simple'), ('1.0.4', 'https://pypi.org/simple'), ('1.1.0', 'https://pypi.org/simple'), ('1.1.1', 'https://pypi.org/simple'), ('1.1.2', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.269153102Z 2020-09-23 17:17:14,269   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'flask' with range specifier None: ['0.1', '0.10', '0.10.1', '0.11', '0.11.1', '0.12', '0.12.1', '0.12.2', '0.12.3', '0.12.4', '0.12.5', '0.2', '0.3', '0.3.1', '0.4', '0.5', '0.5.1', '0.5.2', '0.6', '0.6.1', '0.7', '0.7.1', '0.7.2', '0.8', '0.8.1', '0.9', '1.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.1.0', '1.1.1', '1.1.2']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.269186157Z 2020-09-23 17:17:14,269   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'gunicorn' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.269759817Z 2020-09-23 17:17:14,269   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('gunicorn')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.330941423Z 2020-09-23 17:17:14,330   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.1', 'https://pypi.org/simple'), ('0.10.0', 'https://pypi.org/simple'), ('0.10.1', 'https://pypi.org/simple'), ('0.11.0', 'https://pypi.org/simple'), ('0.11.1', 'https://pypi.org/simple'), ('0.11.2', 'https://pypi.org/simple'), ('0.12.0', 'https://pypi.org/simple'), ('0.12.1', 'https://pypi.org/simple'), ('0.12.2', 'https://pypi.org/simple'), ('0.13.0', 'https://pypi.org/simple'), ('0.13.1', 'https://pypi.org/simple'), ('0.13.2', 'https://pypi.org/simple'), ('0.13.3', 'https://pypi.org/simple'), ('0.13.4', 'https://pypi.org/simple'), ('0.14.0', 'https://pypi.org/simple'), ('0.14.1', 'https://pypi.org/simple'), ('0.14.2', 'https://pypi.org/simple'), ('0.14.3', 'https://pypi.org/simple'), ('0.14.4', 'https://pypi.org/simple'), ('0.14.5', 'https://pypi.org/simple'), ('0.14.6', 'https://pypi.org/simple'), ('0.15.0', 'https://pypi.org/simple'), ('0.16.0', 'https://pypi.org/simple'), ('0.16.1', 'https://pypi.org/simple'), ('0.17.0', 'https://pypi.org/simple'), ('0.17.1', 'https://pypi.org/simple'), ('0.17.2', 'https://pypi.org/simple'), ('0.17.3', 'https://pypi.org/simple'), ('0.17.4', 'https://pypi.org/simple'), ('0.2', 'https://pypi.org/simple'), ('0.2.1', 'https://pypi.org/simple'), ('0.3', 'https://pypi.org/simple'), ('0.3.1', 'https://pypi.org/simple'), ('0.3.2', 'https://pypi.org/simple'), ('0.4', 'https://pypi.org/simple'), ('0.4.1', 'https://pypi.org/simple'), ('0.4.2', 'https://pypi.org/simple'), ('0.5', 'https://pypi.org/simple'), ('0.5.1', 'https://pypi.org/simple'), ('0.6', 'https://pypi.org/simple'), ('0.6.1', 'https://pypi.org/simple'), ('0.6.2', 'https://pypi.org/simple'), ('0.6.3', 'https://pypi.org/simple'), ('0.6.4', 'https://pypi.org/simple'), ('0.6.5', 'https://pypi.org/simple'), ('0.6.6', 'https://pypi.org/simple'), ('0.7.0', 'https://pypi.org/simple'), ('0.7.1', 'https://pypi.org/simple'), ('0.7.2', 'https://pypi.org/simple'), ('0.8.0', 'https://pypi.org/simple'), ('0.8.1', 'https://pypi.org/simple'), ('0.9.0', 'https://pypi.org/simple'), ('0.9.1', 'https://pypi.org/simple'), ('17.5', 'https://pypi.org/simple'), ('18.0', 'https://pypi.org/simple'), ('19.0.0', 'https://pypi.org/simple'), ('19.1.0', 'https://pypi.org/simple'), ('19.1.1', 'https://pypi.org/simple'), ('19.10.0', 'https://pypi.org/simple'), ('19.2.0', 'https://pypi.org/simple'), ('19.2.1', 'https://pypi.org/simple'), ('19.3.0', 'https://pypi.org/simple'), ('19.4.0', 'https://pypi.org/simple'), ('19.4.1', 'https://pypi.org/simple'), ('19.4.2', 'https://pypi.org/simple'), ('19.4.3', 'https://pypi.org/simple'), ('19.4.4', 'https://pypi.org/simple'), ('19.4.5', 'https://pypi.org/simple'), ('19.5.0', 'https://pypi.org/simple'), ('19.6.0', 'https://pypi.org/simple'), ('19.7.0', 'https://pypi.org/simple'), ('19.7.1', 'https://pypi.org/simple'), ('19.8.0', 'https://pypi.org/simple'), ('19.8.1', 'https://pypi.org/simple'), ('19.9.0', 'https://pypi.org/simple'), ('20.0.0', 'https://pypi.org/simple'), ('20.0.1', 'https://pypi.org/simple'), ('20.0.2', 'https://pypi.org/simple'), ('20.0.3', 'https://pypi.org/simple'), ('20.0.4', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.331016372Z 2020-09-23 17:17:14,330   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'gunicorn' with range specifier None: ['0.1', '0.10.0', '0.10.1', '0.11.0', '0.11.1', '0.11.2', '0.12.0', '0.12.1', '0.12.2', '0.13.0', '0.13.1', '0.13.2', '0.13.3', '0.13.4', '0.14.0', '0.14.1', '0.14.2', '0.14.3', '0.14.4', '0.14.5', '0.14.6', '0.15.0', '0.16.0', '0.16.1', '0.17.0', '0.17.1', '0.17.2', '0.17.3', '0.17.4', '0.2', '0.2.1', '0.3', '0.3.1', '0.3.2', '0.4', '0.4.1', '0.4.2', '0.5', '0.5.1', '0.6', '0.6.1', '0.6.2', '0.6.3', '0.6.4', '0.6.5', '0.6.6', '0.7.0', '0.7.1', '0.7.2', '0.8.0', '0.8.1', '0.9.0', '0.9.1', '17.5', '18.0', '19.0.0', '19.1.0', '19.1.1', '19.10.0', '19.2.0', '19.2.1', '19.3.0', '19.4.0', '19.4.1', '19.4.2', '19.4.3', '19.4.4', '19.4.5', '19.5.0', '19.6.0', '19.7.0', '19.7.1', '19.8.0', '19.8.1', '19.9.0', '20.0.0', '20.0.1', '20.0.2', '20.0.3', '20.0.4']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.331016372Z 2020-09-23 17:17:14,330   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'six' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.331628748Z 2020-09-23 17:17:14,331   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('six')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.382917048Z 2020-09-23 17:17:14,382   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.9.0', 'https://pypi.org/simple'), ('0.9.1', 'https://pypi.org/simple'), ('0.9.2', 'https://pypi.org/simple'), ('1.0.0', 'https://pypi.org/simple'), ('1.1.0', 'https://pypi.org/simple'), ('1.10.0', 'https://pypi.org/simple'), ('1.11.0', 'https://pypi.org/simple'), ('1.12.0', 'https://pypi.org/simple'), ('1.13.0', 'https://pypi.org/simple'), ('1.14.0', 'https://pypi.org/simple'), ('1.15.0', 'https://pypi.org/simple'), ('1.2.0', 'https://pypi.org/simple'), ('1.3.0', 'https://pypi.org/simple'), ('1.4.0', 'https://pypi.org/simple'), ('1.4.1', 'https://pypi.org/simple'), ('1.5.0', 'https://pypi.org/simple'), ('1.5.1', 'https://pypi.org/simple'), ('1.5.2', 'https://pypi.org/simple'), ('1.6.0', 'https://pypi.org/simple'), ('1.6.1', 'https://pypi.org/simple'), ('1.7.0', 'https://pypi.org/simple'), ('1.7.1', 'https://pypi.org/simple'), ('1.7.2', 'https://pypi.org/simple'), ('1.7.3', 'https://pypi.org/simple'), ('1.8.0', 'https://pypi.org/simple'), ('1.9.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.382967757Z 2020-09-23 17:17:14,382   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'six' with range specifier None: ['0.9.0', '0.9.1', '0.9.2', '1.0.0', '1.1.0', '1.10.0', '1.11.0', '1.12.0', '1.13.0', '1.14.0', '1.15.0', '1.2.0', '1.3.0', '1.4.0', '1.4.1', '1.5.0', '1.5.1', '1.5.2', '1.6.0', '1.6.1', '1.7.0', '1.7.1', '1.7.2', '1.7.3', '1.8.0', '1.9.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.382967757Z 2020-09-23 17:17:14,382   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'click' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.383508873Z 2020-09-23 17:17:14,383   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('click')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.442177912Z 2020-09-23 17:17:14,441   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.1', 'https://pypi.org/simple'), ('0.2', 'https://pypi.org/simple'), ('0.3', 'https://pypi.org/simple'), ('0.4', 'https://pypi.org/simple'), ('0.5', 'https://pypi.org/simple'), ('0.5.1', 'https://pypi.org/simple'), ('0.6', 'https://pypi.org/simple'), ('0.7', 'https://pypi.org/simple'), ('1.0', 'https://pypi.org/simple'), ('1.1', 'https://pypi.org/simple'), ('2.0', 'https://pypi.org/simple'), ('2.1', 'https://pypi.org/simple'), ('2.2', 'https://pypi.org/simple'), ('2.3', 'https://pypi.org/simple'), ('2.4', 'https://pypi.org/simple'), ('2.5', 'https://pypi.org/simple'), ('2.6', 'https://pypi.org/simple'), ('3.0', 'https://pypi.org/simple'), ('3.1', 'https://pypi.org/simple'), ('3.2', 'https://pypi.org/simple'), ('3.3', 'https://pypi.org/simple'), ('4.0', 'https://pypi.org/simple'), ('4.1', 'https://pypi.org/simple'), ('5.0', 'https://pypi.org/simple'), ('5.1', 'https://pypi.org/simple'), ('6.0', 'https://pypi.org/simple'), ('6.1', 'https://pypi.org/simple'), ('6.2', 'https://pypi.org/simple'), ('6.3', 'https://pypi.org/simple'), ('6.4', 'https://pypi.org/simple'), ('6.5', 'https://pypi.org/simple'), ('6.6', 'https://pypi.org/simple'), ('6.7', 'https://pypi.org/simple'), ('7.0', 'https://pypi.org/simple'), ('7.1', 'https://pypi.org/simple'), ('7.1.1', 'https://pypi.org/simple'), ('7.1.2', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.442449663Z 2020-09-23 17:17:14,442   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'click' with range specifier None: ['0.1', '0.2', '0.3', '0.4', '0.5', '0.5.1', '0.6', '0.7', '1.0', '1.1', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '3.0', '3.1', '3.2', '3.3', '4.0', '4.1', '5.0', '5.1', '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7', '7.0', '7.1', '7.1.1', '7.1.2']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.442449663Z 2020-09-23 17:17:14,442   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'pandas' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.442966313Z 2020-09-23 17:17:14,442   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('pandas')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.52869448Z 2020-09-23 17:17:14,528   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.1', 'https://pypi.org/simple'), ('0.10.0', 'https://pypi.org/simple'), ('0.10.1', 'https://pypi.org/simple'), ('0.11.0', 'https://pypi.org/simple'), ('0.12.0', 'https://pypi.org/simple'), ('0.13.0', 'https://pypi.org/simple'), ('0.13.1', 'https://pypi.org/simple'), ('0.14.0', 'https://pypi.org/simple'), ('0.14.1', 'https://pypi.org/simple'), ('0.15.0', 'https://pypi.org/simple'), ('0.15.1', 'https://pypi.org/simple'), ('0.15.2', 'https://pypi.org/simple'), ('0.16.0', 'https://pypi.org/simple'), ('0.16.1', 'https://pypi.org/simple'), ('0.16.2', 'https://pypi.org/simple'), ('0.17.0', 'https://pypi.org/simple'), ('0.17.1', 'https://pypi.org/simple'), ('0.18.0', 'https://pypi.org/simple'), ('0.18.1', 'https://pypi.org/simple'), ('0.19.0', 'https://pypi.org/simple'), ('0.19.1', 'https://pypi.org/simple'), ('0.19.2', 'https://pypi.org/simple'), ('0.2', 'https://pypi.org/simple'), ('0.20.0', 'https://pypi.org/simple'), ('0.20.1', 'https://pypi.org/simple'), ('0.20.2', 'https://pypi.org/simple'), ('0.20.3', 'https://pypi.org/simple'), ('0.21.0', 'https://pypi.org/simple'), ('0.21.1', 'https://pypi.org/simple'), ('0.22.0', 'https://pypi.org/simple'), ('0.23.0', 'https://pypi.org/simple'), ('0.23.1', 'https://pypi.org/simple'), ('0.23.2', 'https://pypi.org/simple'), ('0.23.3', 'https://pypi.org/simple'), ('0.23.4', 'https://pypi.org/simple'), ('0.24.0', 'https://pypi.org/simple'), ('0.24.1', 'https://pypi.org/simple'), ('0.24.2', 'https://pypi.org/simple'), ('0.25.0', 'https://pypi.org/simple'), ('0.25.1', 'https://pypi.org/simple'), ('0.25.2', 'https://pypi.org/simple'), ('0.25.3', 'https://pypi.org/simple'), ('0.3.0', 'https://pypi.org/simple'), ('0.4.0', 'https://pypi.org/simple'), ('0.4.1', 'https://pypi.org/simple'), ('0.4.2', 'https://pypi.org/simple'), ('0.4.3', 'https://pypi.org/simple'), ('0.5.0', 'https://pypi.org/simple'), ('0.6.0', 'https://pypi.org/simple'), ('0.6.1', 'https://pypi.org/simple'), ('0.7.0', 'https://pypi.org/simple'), ('0.7.1', 'https://pypi.org/simple'), ('0.7.2', 'https://pypi.org/simple'), ('0.7.3', 'https://pypi.org/simple'), ('0.8.0', 'https://pypi.org/simple'), ('0.8.1', 'https://pypi.org/simple'), ('0.9.0', 'https://pypi.org/simple'), ('0.9.1', 'https://pypi.org/simple'), ('1.0.0', 'https://pypi.org/simple'), ('1.0.1', 'https://pypi.org/simple'), ('1.0.2', 'https://pypi.org/simple'), ('1.0.3', 'https://pypi.org/simple'), ('1.0.4', 'https://pypi.org/simple'), ('1.0.5', 'https://pypi.org/simple'), ('1.1.0', 'https://pypi.org/simple'), ('1.1.1', 'https://pypi.org/simple'), ('1.1.2', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.52880006Z 2020-09-23 17:17:14,528   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'pandas' with range specifier None: ['0.1', '0.10.0', '0.10.1', '0.11.0', '0.12.0', '0.13.0', '0.13.1', '0.14.0', '0.14.1', '0.15.0', '0.15.1', '0.15.2', '0.16.0', '0.16.1', '0.16.2', '0.17.0', '0.17.1', '0.18.0', '0.18.1', '0.19.0', '0.19.1', '0.19.2', '0.2', '0.20.0', '0.20.1', '0.20.2', '0.20.3', '0.21.0', '0.21.1', '0.22.0', '0.23.0', '0.23.1', '0.23.2', '0.23.3', '0.23.4', '0.24.0', '0.24.1', '0.24.2', '0.25.0', '0.25.1', '0.25.2', '0.25.3', '0.3.0', '0.4.0', '0.4.1', '0.4.2', '0.4.3', '0.5.0', '0.6.0', '0.6.1', '0.7.0', '0.7.1', '0.7.2', '0.7.3', '0.8.0', '0.8.1', '0.9.0', '0.9.1', '1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.1.0', '1.1.1', '1.1.2']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.52880006Z 2020-09-23 17:17:14,528   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'dill' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.529352246Z 2020-09-23 17:17:14,529   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('dill')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.588247417Z 2020-09-23 17:17:14,587   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.2', 'https://pypi.org/simple'), ('0.2.1', 'https://pypi.org/simple'), ('0.2.2', 'https://pypi.org/simple'), ('0.2.3', 'https://pypi.org/simple'), ('0.2.4', 'https://pypi.org/simple'), ('0.2.5', 'https://pypi.org/simple'), ('0.2.6', 'https://pypi.org/simple'), ('0.2.7', 'https://pypi.org/simple'), ('0.2.7.1', 'https://pypi.org/simple'), ('0.2.8', 'https://pypi.org/simple'), ('0.2.8.1', 'https://pypi.org/simple'), ('0.2.8.2', 'https://pypi.org/simple'), ('0.2.9', 'https://pypi.org/simple'), ('0.3.0', 'https://pypi.org/simple'), ('0.3.1.1', 'https://pypi.org/simple'), ('0.3.2', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.588318154Z 2020-09-23 17:17:14,588   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'dill' with range specifier None: ['0.2', '0.2.1', '0.2.2', '0.2.3', '0.2.4', '0.2.5', '0.2.6', '0.2.7', '0.2.7.1', '0.2.8', '0.2.8.1', '0.2.8.2', '0.2.9', '0.3.0', '0.3.1.1', '0.3.2']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.588328237Z 2020-09-23 17:17:14,588   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'python-json-logger' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.588914164Z 2020-09-23 17:17:14,588   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('python-json-logger')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.649760178Z 2020-09-23 17:17:14,649   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.0.1', 'https://pypi.org/simple'), ('0.0.2', 'https://pypi.org/simple'), ('0.0.3', 'https://pypi.org/simple'), ('0.0.4', 'https://pypi.org/simple'), ('0.0.5', 'https://pypi.org/simple'), ('0.0.6', 'https://pypi.org/simple'), ('0.0.7', 'https://pypi.org/simple'), ('0.1.0', 'https://pypi.org/simple'), ('0.1.1', 'https://pypi.org/simple'), ('0.1.10', 'https://pypi.org/simple'), ('0.1.11', 'https://pypi.org/simple'), ('0.1.2', 'https://pypi.org/simple'), ('0.1.3', 'https://pypi.org/simple'), ('0.1.4', 'https://pypi.org/simple'), ('0.1.5', 'https://pypi.org/simple'), ('0.1.6', 'https://pypi.org/simple'), ('0.1.7', 'https://pypi.org/simple'), ('0.1.8', 'https://pypi.org/simple'), ('0.1.9', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.64983125Z 2020-09-23 17:17:14,649   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'python-json-logger' with range specifier None: ['0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.1.0', '0.1.1', '0.1.10', '0.1.11', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8', '0.1.9']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.649844622Z 2020-09-23 17:17:14,649   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'boto3' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.650425116Z 2020-09-23 17:17:14,650   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('boto3')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.755100091Z 2020-09-23 17:17:14,754   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.0.1', 'https://pypi.org/simple'), ('0.0.10', 'https://pypi.org/simple'), ('0.0.11', 'https://pypi.org/simple'), ('0.0.12', 'https://pypi.org/simple'), ('0.0.13', 'https://pypi.org/simple'), ('0.0.14', 'https://pypi.org/simple'), ('0.0.15', 'https://pypi.org/simple'), ('0.0.16', 'https://pypi.org/simple'), ('0.0.17', 'https://pypi.org/simple'), ('0.0.18', 'https://pypi.org/simple'), ('0.0.19', 'https://pypi.org/simple'), ('0.0.2', 'https://pypi.org/simple'), ('0.0.20', 'https://pypi.org/simple'), ('0.0.21', 'https://pypi.org/simple'), ('0.0.22', 'https://pypi.org/simple'), ('0.0.3', 'https://pypi.org/simple'), ('0.0.4', 'https://pypi.org/simple'), ('0.0.5', 'https://pypi.org/simple'), ('0.0.6', 'https://pypi.org/simple'), ('0.0.7', 'https://pypi.org/simple'), ('0.0.8', 'https://pypi.org/simple'), ('0.0.9', 'https://pypi.org/simple'), ('1.0.0', 'https://pypi.org/simple'), ('1.0.1', 'https://pypi.org/simple'), ('1.1.0', 'https://pypi.org/simple'), ('1.1.1', 'https://pypi.org/simple'), ('1.1.2', 'https://pypi.org/simple'), ('1.1.3', 'https://pypi.org/simple'), ('1.1.4', 'https://pypi.org/simple'), ('1.10.0', 'https://pypi.org/simple'), ('1.10.1', 'https://pypi.org/simple'), ('1.10.10', 'https://pypi.org/simple'), ('1.10.11', 'https://pypi.org/simple'), ('1.10.12', 'https://pypi.org/simple'), ('1.10.13', 'https://pypi.org/simple'), ('1.10.14', 'https://pypi.org/simple'), ('1.10.15', 'https://pypi.org/simple'), ('1.10.16', 'https://pypi.org/simple'), ('1.10.17', 'https://pypi.org/simple'), ('1.10.18', 'https://pypi.org/simple'), ('1.10.19', 'https://pypi.org/simple'), ('1.10.2', 'https://pypi.org/simple'), ('1.10.20', 'https://pypi.org/simple'), ('1.10.21', 'https://pypi.org/simple'), ('1.10.22', 'https://pypi.org/simple'), ('1.10.23', 'https://pypi.org/simple'), ('1.10.24', 'https://pypi.org/simple'), ('1.10.25', 'https://pypi.org/simple'), ('1.10.26', 'https://pypi.org/simple'), ('1.10.27', 'https://pypi.org/simple'), ('1.10.28', 'https://pypi.org/simple'), ('1.10.29', 'https://pypi.org/simple'), ('1.10.3', 'https://pypi.org/simple'), ('1.10.30', 'https://pypi.org/simple'), ('1.10.31', 'https://pypi.org/simple'), ('1.10.32', 'https://pypi.org/simple'), ('1.10.33', 'https://pypi.org/simple'), ('1.10.34', 'https://pypi.org/simple'), ('1.10.35', 'https://pypi.org/simple'), ('1.10.36', 'https://pypi.org/simple'), ('1.10.37', 'https://pypi.org/simple'), ('1.10.38', 'https://pypi.org/simple'), ('1.10.39', 'https://pypi.org/simple'), ('1.10.4', 'https://pypi.org/simple'), ('1.10.40', 'https://pypi.org/simple'), ('1.10.41', 'https://pypi.org/simple'), ('1.10.42', 'https://pypi.org/simple'), ('1.10.43', 'https://pypi.org/simple'), ('1.10.44', 'https://pypi.org/simple'), ('1.10.45', 'https://pypi.org/simple'), ('1.10.46', 'https://pypi.org/simple'), ('1.10.47', 'https://pypi.org/simple'), ('1.10.48', 'https://pypi.org/simple'), ('1.10.49', 'https://pypi.org/simple'), ('1.10.5', 'https://pypi.org/simple'), ('1.10.50', 'https://pypi.org/simple'), ('1.10.6', 'https://pypi.org/simple'), ('1.10.7', 'https://pypi.org/simple'), ('1.10.8', 'https://pypi.org/simple'), ('1.10.9', 'https://pypi.org/simple'), ('1.11.0', 'https://pypi.org/simple'), ('1.11.1', 'https://pypi.org/simple'), ('1.11.10', 'https://pypi.org/simple'), ('1.11.11', 'https://pypi.org/simple'), ('1.11.12', 'https://pypi.org/simple'), ('1.11.13', 'https://pypi.org/simple'), ('1.11.14', 'https://pypi.org/simple'), ('1.11.15', 'https://pypi.org/simple'), ('1.11.16', 'https://pypi.org/simple'), ('1.11.17', 'https://pypi.org/simple'), ('1.11.2', 'https://pypi.org/simple'), ('1.11.3', 'https://pypi.org/simple'), ('1.11.4', 'https://pypi.org/simple'), ('1.11.5', 'https://pypi.org/simple'), ('1.11.6', 'https://pypi.org/simple'), ('1.11.7', 'https://pypi.org/simple'), ('1.11.8', 'https://pypi.org/simple'), ('1.11.9', 'https://pypi.org/simple'), ('1.12.0', 'https://pypi.org/simple'), ('1.12.1', 'https://pypi.org/simple'), ('1.12.10', 'https://pypi.org/simple'), ('1.12.11', 'https://pypi.org/simple'), ('1.12.12', 'https://pypi.org/simple'), ('1.12.13', 'https://pypi.org/simple'), ('1.12.14', 'https://pypi.org/simple'), ('1.12.15', 'https://pypi.org/simple'), ('1.12.16', 'https://pypi.org/simple'), ('1.12.17', 'https://pypi.org/simple'), ('1.12.18', 'https://pypi.org/simple'), ('1.12.19', 'https://pypi.org/simple'), ('1.12.2', 'https://pypi.org/simple'), ('1.12.20', 'https://pypi.org/simple'), ('1.12.21', 'https://pypi.org/simple'), ('1.12.22', 'https://pypi.org/simple'), ('1.12.23', 'https://pypi.org/simple'), ('1.12.24', 'https://pypi.org/simple'), ('1.12.25', 'https://pypi.org/simple'), ('1.12.26', 'https://pypi.org/simple'), ('1.12.27', 'https://pypi.org/simple'), ('1.12.28', 'https://pypi.org/simple'), ('1.12.29', 'https://pypi.org/simple'), ('1.12.3', 'https://pypi.org/simple'), ('1.12.30', 'https://pypi.org/simple'), ('1.12.31', 'https://pypi.org/simple'), ('1.12.32', 'https://pypi.org/simple'), ('1.12.33', 'https://pypi.org/simple'), ('1.12.34', 'https://pypi.org/simple'), ('1.12.35', 'https://pypi.org/simple'), ('1.12.36', 'https://pypi.org/simple'), ('1.12.37', 'https://pypi.org/simple'), ('1.12.38', 'https://pypi.org/simple'), ('1.12.39', 'https://pypi.org/simple'), ('1.12.4', 'https://pypi.org/simple'), ('1.12.40', 'https://pypi.org/simple'), ('1.12.41', 'https://pypi.org/simple'), ('1.12.42', 'https://pypi.org/simple'), ('1.12.43', 'https://pypi.org/simple'), ('1.12.44', 'https://pypi.org/simple'), ('1.12.45', 'https://pypi.org/simple'), ('1.12.46', 'https://pypi.org/simple'), ('1.12.47', 'https://pypi.org/simple'), ('1.12.48', 'https://pypi.org/simple'), ('1.12.49', 'https://pypi.org/simple'), ('1.12.5', 'https://pypi.org/simple'), ('1.12.6', 'https://pypi.org/simple'), ('1.12.7', 'https://pypi.org/simple'), ('1.12.8', 'https://pypi.org/simple'), ('1.12.9', 'https://pypi.org/simple'), ('1.13.0', 'https://pypi.org/simple'), ('1.13.1', 'https://pypi.org/simple'), ('1.13.10', 'https://pypi.org/simple'), ('1.13.11', 'https://pypi.org/simple'), ('1.13.12', 'https://pypi.org/simple'), ('1.13.13', 'https://pypi.org/simple'), ('1.13.14', 'https://pypi.org/simple'), ('1.13.15', 'https://pypi.org/simple'), ('1.13.16', 'https://pypi.org/simple'), ('1.13.17', 'https://pypi.org/simple'), ('1.13.18', 'https://pypi.org/simple'), ('1.13.19', 'https://pypi.org/simple'), ('1.13.2', 'https://pypi.org/simple'), ('1.13.20', 'https://pypi.org/simple'), ('1.13.21', 'https://pypi.org/simple'), ('1.13.22', 'https://pypi.org/simple'), ('1.13.23', 'https://pypi.org/simple'), ('1.13.24', 'https://pypi.org/simple'), ('1.13.25', 'https://pypi.org/simple'), ('1.13.26', 'https://pypi.org/simple'), ('1.13.3', 'https://pypi.org/simple'), ('1.13.4', 'https://pypi.org/simple'), ('1.13.5', 'https://pypi.org/simple'), ('1.13.6', 'https://pypi.org/simple'), ('1.13.7', 'https://pypi.org/simple'), ('1.13.8', 'https://pypi.org/simple'), ('1.13.9', 'https://pypi.org/simple'), ('1.14.0', 'https://pypi.org/simple'), ('1.14.1', 'https://pypi.org/simple'), ('1.14.10', 'https://pypi.org/simple'), ('1.14.11', 'https://pypi.org/simple'), ('1.14.12', 'https://pypi.org/simple'), ('1.14.13', 'https://pypi.org/simple'), ('1.14.14', 'https://pypi.org/simple'), ('1.14.15', 'https://pypi.org/simple'), ('1.14.16', 'https://pypi.org/simple'), ('1.14.17', 'https://pypi.org/simple'), ('1.14.18', 'https://pypi.org/simple'), ('1.14.19', 'https://pypi.org/simple'), ('1.14.2', 'https://pypi.org/simple'), ('1.14.20', 'https://pypi.org/simple'), ('1.14.21', 'https://pypi.org/simple'), ('1.14.22', 'https://pypi.org/simple'), ('1.14.23', 'https://pypi.org/simple'), ('1.14.24', 'https://pypi.org/simple'), ('1.14.25', 'https://pypi.org/simple'), ('1.14.26', 'https://pypi.org/simple'), ('1.14.27', 'https://pypi.org/simple'), ('1.14.28', 'https://pypi.org/simple'), ('1.14.29', 'https://pypi.org/simple'), ('1.14.3', 'https://pypi.org/simple'), ('1.14.30', 'https://pypi.org/simple'), ('1.14.31', 'https://pypi.org/simple'), ('1.14.32', 'https://pypi.org/simple'), ('1.14.33', 'https://pypi.org/simple'), ('1.14.34', 'https://pypi.org/simple'), ('1.14.35', 'https://pypi.org/simple'), ('2020-09-23T17:17:14.755182579Z 1.14.36', 'https://pypi.org/simple'), ('1.14.37', 'https://pypi.org/simple'), ('1.14.38', 'https://pypi.org/simple'), ('1.14.39', 'https://pypi.org/simple'), ('1.14.4', 'https://pypi.org/simple'), ('1.14.40', 'https://pypi.org/simple'), ('1.14.41', 'https://pypi.org/simple'), ('1.14.42', 'https://pypi.org/simple'), ('1.14.43', 'https://pypi.org/simple'), ('1.14.44', 'https://pypi.org/simple'), ('1.14.45', 'https://pypi.org/simple'), ('1.14.46', 'https://pypi.org/simple'), ('1.14.47', 'https://pypi.org/simple'), ('1.14.48', 'https://pypi.org/simple'), ('1.14.49', 'https://pypi.org/simple'), ('1.14.5', 'https://pypi.org/simple'), ('1.14.50', 'https://pypi.org/simple'), ('1.14.51', 'https://pypi.org/simple'), ('1.14.52', 'https://pypi.org/simple'), ('1.14.53', 'https://pypi.org/simple'), ('1.14.54', 'https://pypi.org/simple'), ('1.14.55', 'https://pypi.org/simple'), ('1.14.56', 'https://pypi.org/simple'), ('1.14.57', 'https://pypi.org/simple'), ('1.14.58', 'https://pypi.org/simple'), ('1.14.59', 'https://pypi.org/simple'), ('1.14.6', 'https://pypi.org/simple'), ('1.14.60', 'https://pypi.org/simple'), ('1.14.61', 'https://pypi.org/simple'), ('1.14.62', 'https://pypi.org/simple'), ('1.14.63', 'https://pypi.org/simple'), ('1.14.7', 'https://pypi.org/simple'), ('1.14.8', 'https://pypi.org/simple'), ('1.14.9', 'https://pypi.org/simple'), ('1.15.0', 'https://pypi.org/simple'), ('1.15.1', 'https://pypi.org/simple'), ('1.15.2', 'https://pypi.org/simple'), ('1.15.3', 'https://pypi.org/simple'), ('1.2.0', 'https://pypi.org/simple'), ('1.2.1', 'https://pypi.org/simple'), ('1.2.2', 'https://pypi.org/simple'), ('1.2.3', 'https://pypi.org/simple'), ('1.2.4', 'https://pypi.org/simple'), ('1.2.5', 'https://pypi.org/simple'), ('1.2.6', 'https://pypi.org/simple'), ('1.3.0', 'https://pypi.org/simple'), ('1.3.1', 'https://pypi.org/simple'), ('1.4.0', 'https://pypi.org/simple'), ('1.4.1', 'https://pypi.org/simple'), ('1.4.2', 'https://pypi.org/simple'), ('1.4.3', 'https://pypi.org/simple'), ('1.4.4', 'https://pypi.org/simple'), ('1.4.5', 'https://pypi.org/simple'), ('1.4.6', 'https://pypi.org/simple'), ('1.4.7', 'https://pypi.org/simple'), ('1.4.8', 'https://pypi.org/simple'), ('1.5.0', 'https://pypi.org/simple'), ('1.5.1', 'https://pypi.org/simple'), ('1.5.10', 'https://pypi.org/simple'), ('1.5.11', 'https://pypi.org/simple'), ('1.5.12', 'https://pypi.org/simple'), ('1.5.13', 'https://pypi.org/simple'), ('1.5.14', 'https://pypi.org/simple'), ('1.5.15', 'https://pypi.org/simple'), ('1.5.16', 'https://pypi.org/simple'), ('1.5.17', 'https://pypi.org/simple'), ('1.5.18', 'https://pypi.org/simple'), ('1.5.19', 'https://pypi.org/simple'), ('1.5.2', 'https://pypi.org/simple'), ('1.5.20', 'https://pypi.org/simple'), ('1.5.21', 'https://pypi.org/simple'), ('1.5.22', 'https://pypi.org/simple'), ('1.5.23', 'https://pypi.org/simple'), ('1.5.24', 'https://pypi.org/simple'), ('1.5.25', 'https://pypi.org/simple'), ('1.5.26', 'https://pypi.org/simple'), ('1.5.27', 'https://pypi.org/simple'), ('1.5.28', 'https://pypi.org/simple'), ('1.5.29', 'https://pypi.org/simple'), ('1.5.3', 'https://pypi.org/simple'), ('1.5.30', 'https://pypi.org/simple'), ('1.5.31', 'https://pypi.org/simple'), ('1.5.32', 'https://pypi.org/simple'), ('1.5.33', 'https://pypi.org/simple'), ('1.5.34', 'https://pypi.org/simple'), ('1.5.35', 'https://pypi.org/simple'), ('1.5.36', 'https://pypi.org/simple'), ('1.5.4', 'https://pypi.org/simple'), ('1.5.5', 'https://pypi.org/simple'), ('1.5.6', 'https://pypi.org/simple'), ('1.5.7', 'https://pypi.org/simple'), ('1.5.8', 'https://pypi.org/simple'), ('1.5.9', 'https://pypi.org/simple'), ('1.6.0', 'https://pypi.org/simple'), ('1.6.1', 'https://pypi.org/simple'), ('1.6.10', 'https://pypi.org/simple'), ('1.6.11', 'https://pypi.org/simple'), ('1.6.12', 'https://pypi.org/simple'), ('1.6.13', 'https://pypi.org/simple'), ('1.6.14', 'https://pypi.org/simple'), ('1.6.15', 'https://pypi.org/simple'), ('1.6.16', 'https://pypi.org/simple'), ('1.6.17', 'https://pypi.org/simple'), ('1.6.18', 'https://pypi.org/simple'), ('1.6.19', 'https://pypi.org/simple'), ('1.6.2', 'https://pypi.org/simple'), ('1.6.20', 'https://pypi.org/simple'), ('1.6.21', 'https://pypi.org/simple'), ('1.6.22', 'https://pypi.org/simple'), ('1.6.23', 'https://pypi.org/simple'), ('1.6.3', 'https://pypi.org/simple'), ('1.6.4', 'https://pypi.org/simple'), ('1.6.5', 'https://pypi.org/simple'), ('1.6.6', 'https://pypi.org/simple'), ('1.6.7', 'https://pypi.org/simple'), ('1.6.8', 'https://pypi.org/simple'), ('1.6.9', 'https://pypi.org/simple'), ('1.7.0', 'https://pypi.org/simple'), ('1.7.1', 'https://pypi.org/simple'), ('1.7.10', 'https://pypi.org/simple'), ('1.7.11', 'https://pypi.org/simple'), ('1.7.12', 'https://pypi.org/simple'), ('1.7.13', 'https://pypi.org/simple'), ('1.7.14', 'https://pypi.org/simple'), ('1.7.15', 'https://pypi.org/simple'), ('1.7.16', 'https://pypi.org/simple'), ('1.7.17', 'https://pypi.org/simple'), ('1.7.18', 'https://pypi.org/simple'), ('1.7.19', 'https://pypi.org/simple'), ('1.7.2', 'https://pypi.org/simple'), ('1.7.20', 'https://pypi.org/simple'), ('1.7.21', 'https://pypi.org/simple'), ('1.7.22', 'https://pypi.org/simple'), ('1.7.23', 'https://pypi.org/simple'), ('1.7.24', 'https://pypi.org/simple'), ('1.7.25', 'https://pypi.org/simple'), ('1.7.26', 'https://pypi.org/simple'), ('1.7.27', 'https://pypi.org/simple'), ('1.7.28', 'https://pypi.org/simple'), ('1.7.29', 'https://pypi.org/simple'), ('1.7.3', 'https://pypi.org/simple'), ('1.7.30', 'https://pypi.org/simple'), ('1.7.31', 'https://pypi.org/simple'), ('1.7.32', 'https://pypi.org/simple'), ('1.7.33', 'https://pypi.org/simple'), ('1.7.34', 'https://pypi.org/simple'), ('1.7.35', 'https://pypi.org/simple'), ('1.7.36', 'https://pypi.org/simple'), ('1.7.37', 'https://pypi.org/simple'), ('1.7.38', 'https://pypi.org/simple'), ('1.7.39', 'https://pypi.org/simple'), ('1.7.4', 'https://pypi.org/simple'), ('1.7.40', 'https://pypi.org/simple'), ('1.7.41', 'https://pypi.org/simple'), ('1.7.42', 'https://pypi.org/simple'), ('1.7.43', 'https://pypi.org/simple'), ('1.7.44', 'https://pypi.org/simple'), ('1.7.45', 'https://pypi.org/simple'), ('1.7.46', 'https://pypi.org/simple'), ('1.7.47', 'https://pypi.org/simple'), ('1.7.48', 'https://pypi.org/simple'), ('1.7.49', 'https://pypi.org/simple'), ('1.7.5', 'https://pypi.org/simple'), ('1.7.50', 'https://pypi.org/simple'), ('1.7.51', 'https://pypi.org/simple'), ('1.7.52', 'https://pypi.org/simple'), ('1.7.53', 'https://pypi.org/simple'), ('1.7.54', 'https://pypi.org/simple'), ('1.7.55', 'https://pypi.org/simple'), ('1.7.56', 'https://pypi.org/simple'), ('1.7.57', 'https://pypi.org/simple'), ('1.7.58', 'https://pypi.org/simple'), ('1.7.59', 'https://pypi.org/simple'), ('1.7.6', 'https://pypi.org/simple'), ('1.7.60', 'https://pypi.org/simple'), ('1.7.61', 'https://pypi.org/simple'), ('1.7.62', 'https://pypi.org/simple'), ('1.7.63', 'https://pypi.org/simple'), ('1.7.64', 'https://pypi.org/simple'), ('1.7.65', 'https://pypi.org/simple'), ('1.7.66', 'https://pypi.org/simple'), ('1.7.67', 'https://pypi.org/simple'), ('1.7.68', 'https://pypi.org/simple'), ('1.7.69', 'https://pypi.org/simple'), ('1.7.7', 'https://pypi.org/simple'), ('1.7.70', 'https://pypi.org/simple'), ('1.7.71', 'https://pypi.org/simple'), ('1.7.72', 'https://pypi.org/simple'), ('1.7.73', 'https://pypi.org/simple'), ('1.7.74', 'https://pypi.org/simple'), ('1.7.75', 'https://pypi.org/simple'), ('1.7.76', 'https://pypi.org/simple'), ('1.7.77', 'https://pypi.org/simple'), ('1.7.78', 'https://pypi.org/simple'), ('1.7.79', 'https://pypi.org/simple'), ('1.7.8', 'https://pypi.org/simple'), ('1.7.80', 'https://pypi.org/simple'), ('1.7.81', 'https://pypi.org/simple'), ('1.7.82', 'https://pypi.org/simple'), ('1.7.83', 'https://pypi.org/simple'), ('1.7.84', 'https://pypi.org/simple'), ('1.7.9', 'https://pypi.org/simple'), ('1.8.0', 'https://pypi.org/simple'), ('1.8.1', 'https://pypi.org/simple'), ('1.8.2', 'https://pypi.org/simple'), ('1.8.3', 'https://pypi.org/simple'), ('1.8.4', 'https://pypi.org/simple'), ('1.8.5', 'https://pypi.org/simple'), ('1.8.6', 'https://pypi.org/simple'), ('1.8.7', 'https://pypi.org/simple'), ('1.8.8', 'https://pypi.org/simp2020-09-23T17:17:14.755204374Z le'), ('1.8.9', 'https://pypi.org/simple'), ('1.9.0', 'https://pypi.org/simple'), ('1.9.1', 'https://pypi.org/simple'), ('1.9.10', 'https://pypi.org/simple'), ('1.9.100', 'https://pypi.org/simple'), ('1.9.101', 'https://pypi.org/simple'), ('1.9.102', 'https://pypi.org/simple'), ('1.9.103', 'https://pypi.org/simple'), ('1.9.104', 'https://pypi.org/simple'), ('1.9.105', 'https://pypi.org/simple'), ('1.9.106', 'https://pypi.org/simple'), ('1.9.107', 'https://pypi.org/simple'), ('1.9.108', 'https://pypi.org/simple'), ('1.9.109', 'https://pypi.org/simple'), ('1.9.11', 'https://pypi.org/simple'), ('1.9.110', 'https://pypi.org/simple'), ('1.9.111', 'https://pypi.org/simple'), ('1.9.112', 'https://pypi.org/simple'), ('1.9.113', 'https://pypi.org/simple'), ('1.9.114', 'https://pypi.org/simple'), ('1.9.115', 'https://pypi.org/simple'), ('1.9.116', 'https://pypi.org/simple'), ('1.9.117', 'https://pypi.org/simple'), ('1.9.118', 'https://pypi.org/simple'), ('1.9.119', 'https://pypi.org/simple'), ('1.9.12', 'https://pypi.org/simple'), ('1.9.120', 'https://pypi.org/simple'), ('1.9.121', 'https://pypi.org/simple'), ('1.9.122', 'https://pypi.org/simple'), ('1.9.123', 'https://pypi.org/simple'), ('1.9.124', 'https://pypi.org/simple'), ('1.9.125', 'https://pypi.org/simple'), ('1.9.126', 'https://pypi.org/simple'), ('1.9.127', 'https://pypi.org/simple'), ('1.9.128', 'https://pypi.org/simple'), ('1.9.129', 'https://pypi.org/simple'), ('1.9.13', 'https://pypi.org/simple'), ('1.9.130', 'https://pypi.org/simple'), ('1.9.131', 'https://pypi.org/simple'), ('1.9.132', 'https://pypi.org/simple'), ('1.9.133', 'https://pypi.org/simple'), ('1.9.134', 'https://pypi.org/simple'), ('1.9.135', 'https://pypi.org/simple'), ('1.9.136', 'https://pypi.org/simple'), ('1.9.137', 'https://pypi.org/simple'), ('1.9.138', 'https://pypi.org/simple'), ('1.9.139', 'https://pypi.org/simple'), ('1.9.14', 'https://pypi.org/simple'), ('1.9.140', 'https://pypi.org/simple'), ('1.9.141', 'https://pypi.org/simple'), ('1.9.142', 'https://pypi.org/simple'), ('1.9.143', 'https://pypi.org/simple'), ('1.9.144', 'https://pypi.org/simple'), ('1.9.145', 'https://pypi.org/simple'), ('1.9.146', 'https://pypi.org/simple'), ('1.9.147', 'https://pypi.org/simple'), ('1.9.148', 'https://pypi.org/simple'), ('1.9.149', 'https://pypi.org/simple'), ('1.9.15', 'https://pypi.org/simple'), ('1.9.150', 'https://pypi.org/simple'), ('1.9.151', 'https://pypi.org/simple'), ('1.9.152', 'https://pypi.org/simple'), ('1.9.153', 'https://pypi.org/simple'), ('1.9.154', 'https://pypi.org/simple'), ('1.9.155', 'https://pypi.org/simple'), ('1.9.156', 'https://pypi.org/simple'), ('1.9.157', 'https://pypi.org/simple'), ('1.9.158', 'https://pypi.org/simple'), ('1.9.159', 'https://pypi.org/simple'), ('1.9.16', 'https://pypi.org/simple'), ('1.9.160', 'https://pypi.org/simple'), ('1.9.161', 'https://pypi.org/simple'), ('1.9.162', 'https://pypi.org/simple'), ('1.9.163', 'https://pypi.org/simple'), ('1.9.164', 'https://pypi.org/simple'), ('1.9.165', 'https://pypi.org/simple'), ('1.9.166', 'https://pypi.org/simple'), ('1.9.167', 'https://pypi.org/simple'), ('1.9.168', 'https://pypi.org/simple'), ('1.9.169', 'https://pypi.org/simple'), ('1.9.17', 'https://pypi.org/simple'), ('1.9.170', 'https://pypi.org/simple'), ('1.9.171', 'https://pypi.org/simple'), ('1.9.172', 'https://pypi.org/simple'), ('1.9.173', 'https://pypi.org/simple'), ('1.9.174', 'https://pypi.org/simple'), ('1.9.175', 'https://pypi.org/simple'), ('1.9.176', 'https://pypi.org/simple'), ('1.9.177', 'https://pypi.org/simple'), ('1.9.178', 'https://pypi.org/simple'), ('1.9.179', 'https://pypi.org/simple'), ('1.9.18', 'https://pypi.org/simple'), ('1.9.180', 'https://pypi.org/simple'), ('1.9.181', 'https://pypi.org/simple'), ('1.9.182', 'https://pypi.org/simple'), ('1.9.183', 'https://pypi.org/simple'), ('1.9.184', 'https://pypi.org/simple'), ('1.9.185', 'https://pypi.org/simple'), ('1.9.186', 'https://pypi.org/simple'), ('1.9.187', 'https://pypi.org/simple'), ('1.9.188', 'https://pypi.org/simple'), ('1.9.189', 'https://pypi.org/simple'), ('1.9.19', 'https://pypi.org/simple'), ('1.9.190', 'https://pypi.org/simple'), ('1.9.191', 'https://pypi.org/simple'), ('1.9.192', 'https://pypi.org/simple'), ('1.9.193', 'https://pypi.org/simple'), ('1.9.194', 'https://pypi.org/simple'), ('1.9.195', 'https://pypi.org/simple'), ('1.9.196', 'https://pypi.org/simple'), ('1.9.197', 'https://pypi.org/simple'), ('1.9.198', 'https://pypi.org/simple'), ('1.9.199', 'https://pypi.org/simple'), ('1.9.2', 'https://pypi.org/simple'), ('1.9.20', 'https://pypi.org/simple'), ('1.9.200', 'https://pypi.org/simple'), ('1.9.201', 'https://pypi.org/simple'), ('1.9.202', 'https://pypi.org/simple'), ('1.9.203', 'https://pypi.org/simple'), ('1.9.204', 'https://pypi.org/simple'), ('1.9.205', 'https://pypi.org/simple'), ('1.9.206', 'https://pypi.org/simple'), ('1.9.207', 'https://pypi.org/simple'), ('1.9.208', 'https://pypi.org/simple'), ('1.9.209', 'https://pypi.org/simple'), ('1.9.21', 'https://pypi.org/simple'), ('1.9.210', 'https://pypi.org/simple'), ('1.9.211', 'https://pypi.org/simple'), ('1.9.212', 'https://pypi.org/simple'), ('1.9.213', 'https://pypi.org/simple'), ('1.9.214', 'https://pypi.org/simple'), ('1.9.215', 'https://pypi.org/simple'), ('1.9.216', 'https://pypi.org/simple'), ('1.9.217', 'https://pypi.org/simple'), ('1.9.218', 'https://pypi.org/simple'), ('1.9.219', 'https://pypi.org/simple'), ('1.9.22', 'https://pypi.org/simple'), ('1.9.220', 'https://pypi.org/simple'), ('1.9.221', 'https://pypi.org/simple'), ('1.9.222', 'https://pypi.org/simple'), ('1.9.223', 'https://pypi.org/simple'), ('1.9.224', 'https://pypi.org/simple'), ('1.9.225', 'https://pypi.org/simple'), ('1.9.226', 'https://pypi.org/simple'), ('1.9.227', 'https://pypi.org/simple'), ('1.9.228', 'https://pypi.org/simple'), ('1.9.229', 'https://pypi.org/simple'), ('1.9.23', 'https://pypi.org/simple'), ('1.9.230', 'https://pypi.org/simple'), ('1.9.231', 'https://pypi.org/simple'), ('1.9.232', 'https://pypi.org/simple'), ('1.9.233', 'https://pypi.org/simple'), ('1.9.234', 'https://pypi.org/simple'), ('1.9.235', 'https://pypi.org/simple'), ('1.9.236', 'https://pypi.org/simple'), ('1.9.237', 'https://pypi.org/simple'), ('1.9.238', 'https://pypi.org/simple'), ('1.9.239', 'https://pypi.org/simple'), ('1.9.24', 'https://pypi.org/simple'), ('1.9.240', 'https://pypi.org/simple'), ('1.9.241', 'https://pypi.org/simple'), ('1.9.242', 'https://pypi.org/simple'), ('1.9.243', 'https://pypi.org/simple'), ('1.9.244', 'https://pypi.org/simple'), ('1.9.245', 'https://pypi.org/simple'), ('1.9.246', 'https://pypi.org/simple'), ('1.9.247', 'https://pypi.org/simple'), ('1.9.248', 'https://pypi.org/simple'), ('1.9.249', 'https://pypi.org/simple'), ('1.9.25', 'https://pypi.org/simple'), ('1.9.250', 'https://pypi.org/simple'), ('1.9.251', 'https://pypi.org/simple'), ('1.9.252', 'https://pypi.org/simple'), ('1.9.253', 'https://pypi.org/simple'), ('1.9.26', 'https://pypi.org/simple'), ('1.9.27', 'https://pypi.org/simple'), ('1.9.28', 'https://pypi.org/simple'), ('1.9.29', 'https://pypi.org/simple'), ('1.9.3', 'https://pypi.org/simple'), ('1.9.30', 'https://pypi.org/simple'), ('1.9.31', 'https://pypi.org/simple'), ('1.9.32', 'https://pypi.org/simple'), ('1.9.33', 'https://pypi.org/simple'), ('1.9.34', 'https://pypi.org/simple'), ('1.9.35', 'https://pypi.org/simple'), ('1.9.36', 'https://pypi.org/simple'), ('1.9.37', 'https://pypi.org/simple'), ('1.9.38', 'https://pypi.org/simple'), ('1.9.39', 'https://pypi.org/simple'), ('1.9.4', 'https://pypi.org/simple'), ('1.9.40', 'https://pypi.org/simple'), ('1.9.41', 'https://pypi.org/simple'), ('1.9.42', 'https://pypi.org/simple'), ('1.9.43', 'https://pypi.org/simple'), ('1.9.44', 'https://pypi.org/simple'), ('1.9.45', 'https://pypi.org/simple'), ('1.9.46', 'https://pypi.org/simple'), ('1.9.47', 'https://pypi.org/simple'), ('1.9.48', 'https://pypi.org/simple'), ('1.9.49', 'https://pypi.org/simple'), ('1.9.5', 'https://pypi.org/simple'), ('1.9.50', 'https://pypi.org/simple'), ('1.9.51', 'https://pypi.org/simple'), ('1.9.52', 'https://pypi.org/simple'), ('1.9.53', 'https://pypi.org/simple'), ('1.9.54', 'https://pypi.org/simple'), ('1.92020-09-23T17:17:14.755234426Z .55', 'https://pypi.org/simple'), ('1.9.56', 'https://pypi.org/simple'), ('1.9.57', 'https://pypi.org/simple'), ('1.9.58', 'https://pypi.org/simple'), ('1.9.59', 'https://pypi.org/simple'), ('1.9.6', 'https://pypi.org/simple'), ('1.9.60', 'https://pypi.org/simple'), ('1.9.61', 'https://pypi.org/simple'), ('1.9.62', 'https://pypi.org/simple'), ('1.9.63', 'https://pypi.org/simple'), ('1.9.64', 'https://pypi.org/simple'), ('1.9.65', 'https://pypi.org/simple'), ('1.9.66', 'https://pypi.org/simple'), ('1.9.67', 'https://pypi.org/simple'), ('1.9.68', 'https://pypi.org/simple'), ('1.9.69', 'https://pypi.org/simple'), ('1.9.7', 'https://pypi.org/simple'), ('1.9.70', 'https://pypi.org/simple'), ('1.9.71', 'https://pypi.org/simple'), ('1.9.72', 'https://pypi.org/simple'), ('1.9.73', 'https://pypi.org/simple'), ('1.9.74', 'https://pypi.org/simple'), ('1.9.75', 'https://pypi.org/simple'), ('1.9.76', 'https://pypi.org/simple'), ('1.9.77', 'https://pypi.org/simple'), ('1.9.78', 'https://pypi.org/simple'), ('1.9.79', 'https://pypi.org/simple'), ('1.9.8', 'https://pypi.org/simple'), ('1.9.80', 'https://pypi.org/simple'), ('1.9.81', 'https://pypi.org/simple'), ('1.9.82', 'https://pypi.org/simple'), ('1.9.83', 'https://pypi.org/simple'), ('1.9.84', 'https://pypi.org/simple'), ('1.9.85', 'https://pypi.org/simple'), ('1.9.86', 'https://pypi.org/simple'), ('1.9.87', 'https://pypi.org/simple'), ('1.9.88', 'https://pypi.org/simple'), ('1.9.89', 'https://pypi.org/simple'), ('1.9.9', 'https://pypi.org/simple'), ('1.9.90', 'https://pypi.org/simple'), ('1.9.91', 'https://pypi.org/simple'), ('1.9.92', 'https://pypi.org/simple'), ('1.9.93', 'https://pypi.org/simple'), ('1.9.94', 'https://pypi.org/simple'), ('1.9.95', 'https://pypi.org/simple'), ('1.9.96', 'https://pypi.org/simple'), ('1.9.97', 'https://pypi.org/simple'), ('1.9.98', 'https://pypi.org/simple'), ('1.9.99', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.755397517Z 2020-09-23 17:17:14,755   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'boto3' with range specifier None: ['0.0.1', '0.0.10', '0.0.11', '0.0.12', '0.0.13', '0.0.14', '0.0.15', '0.0.16', '0.0.17', '0.0.18', '0.0.19', '0.0.2', '0.0.20', '0.0.21', '0.0.22', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '1.0.0', '1.0.1', '1.1.0', '1.1.1', '1.1.2', '1.1.3', '1.1.4', '1.10.0', '1.10.1', '1.10.10', '1.10.11', '1.10.12', '1.10.13', '1.10.14', '1.10.15', '1.10.16', '1.10.17', '1.10.18', '1.10.19', '1.10.2', '1.10.20', '1.10.21', '1.10.22', '1.10.23', '1.10.24', '1.10.25', '1.10.26', '1.10.27', '1.10.28', '1.10.29', '1.10.3', '1.10.30', '1.10.31', '1.10.32', '1.10.33', '1.10.34', '1.10.35', '1.10.36', '1.10.37', '1.10.38', '1.10.39', '1.10.4', '1.10.40', '1.10.41', '1.10.42', '1.10.43', '1.10.44', '1.10.45', '1.10.46', '1.10.47', '1.10.48', '1.10.49', '1.10.5', '1.10.50', '1.10.6', '1.10.7', '1.10.8', '1.10.9', '1.11.0', '1.11.1', '1.11.10', '1.11.11', '1.11.12', '1.11.13', '1.11.14', '1.11.15', '1.11.16', '1.11.17', '1.11.2', '1.11.3', '1.11.4', '1.11.5', '1.11.6', '1.11.7', '1.11.8', '1.11.9', '1.12.0', '1.12.1', '1.12.10', '1.12.11', '1.12.12', '1.12.13', '1.12.14', '1.12.15', '1.12.16', '1.12.17', '1.12.18', '1.12.19', '1.12.2', '1.12.20', '1.12.21', '1.12.22', '1.12.23', '1.12.24', '1.12.25', '1.12.26', '1.12.27', '1.12.28', '1.12.29', '1.12.3', '1.12.30', '1.12.31', '1.12.32', '1.12.33', '1.12.34', '1.12.35', '1.12.36', '1.12.37', '1.12.38', '1.12.39', '1.12.4', '1.12.40', '1.12.41', '1.12.42', '1.12.43', '1.12.44', '1.12.45', '1.12.46', '1.12.47', '1.12.48', '1.12.49', '1.12.5', '1.12.6', '1.12.7', '1.12.8', '1.12.9', '1.13.0', '1.13.1', '1.13.10', '1.13.11', '1.13.12', '1.13.13', '1.13.14', '1.13.15', '1.13.16', '1.13.17', '1.13.18', '1.13.19', '1.13.2', '1.13.20', '1.13.21', '1.13.22', '1.13.23', '1.13.24', '1.13.25', '1.13.26', '1.13.3', '1.13.4', '1.13.5', '1.13.6', '1.13.7', '1.13.8', '1.13.9', '1.14.0', '1.14.1', '1.14.10', '1.14.11', '1.14.12', '1.14.13', '1.14.14', '1.14.15', '1.14.16', '1.14.17', '1.14.18', '1.14.19', '1.14.2', '1.14.20', '1.14.21', '1.14.22', '1.14.23', '1.14.24', '1.14.25', '1.14.26', '1.14.27', '1.14.28', '1.14.29', '1.14.3', '1.14.30', '1.14.31', '1.14.32', '1.14.33', '1.14.34', '1.14.35', '1.14.36', '1.14.37', '1.14.38', '1.14.39', '1.14.4', '1.14.40', '1.14.41', '1.14.42', '1.14.43', '1.14.44', '1.14.45', '1.14.46', '1.14.47', '1.14.48', '1.14.49', '1.14.5', '1.14.50', '1.14.51', '1.14.52', '1.14.53', '1.14.54', '1.14.55', '1.14.56', '1.14.57', '1.14.58', '1.14.59', '1.14.6', '1.14.60', '1.14.61', '1.14.62', '1.14.63', '1.14.7', '1.14.8', '1.14.9', '1.15.0', '1.15.1', '1.15.2', '1.15.3', '1.2.0', '1.2.1', '1.2.2', '1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.3.0', '1.3.1', '1.4.0', '1.4.1', '1.4.2', '1.4.3', '1.4.4', '1.4.5', '1.4.6', '1.4.7', '1.4.8', '1.5.0', '1.5.1', '1.5.10', '1.5.11', '1.5.12', '1.5.13', '1.5.14', '1.5.15', '1.5.16', '1.5.17', '1.5.18', '1.5.19', '1.5.2', '1.5.20', '1.5.21', '1.5.22', '1.5.23', '1.5.24', '1.5.25', '1.5.26', '1.5.27', '1.5.28', '1.5.29', '1.5.3', '1.5.30', '1.5.31', '1.5.32', '1.5.33', '1.5.34', '1.5.35', '1.5.36', '1.5.4', '1.5.5', '1.5.6', '1.5.7', '1.5.8', '1.5.9', '1.6.0', '1.6.1', '1.6.10', '1.6.11', '1.6.12', '1.6.13', '1.6.14', '1.6.15', '1.6.16', '1.6.17', '1.6.18', '1.6.19', '1.6.2', '1.6.20', '1.6.21', '1.6.22', '1.6.23', '1.6.3', '1.6.4', '1.6.5', '1.6.6', '1.6.7', '1.6.8', '1.6.9', '1.7.0', '1.7.1', '1.7.10', '1.7.11', '1.7.12', '1.7.13', '1.7.14', '1.7.15', '1.7.16', '1.7.17', '1.7.18', '1.7.19', '1.7.2', '1.7.20', '1.7.21', '1.7.22', '1.7.23', '1.7.24', '1.7.25', '1.7.26', '1.7.27', '1.7.28', '1.7.29', '1.7.3', '1.7.30', '1.7.31', '1.7.32', '1.7.33', '1.7.34', '1.7.35', '1.7.36', '1.7.37', '1.7.38', '1.7.39', '1.7.4', '1.7.40', '1.7.41', '1.7.42', '1.7.43', '1.7.44', '1.7.45', '1.7.46', '1.7.47', '1.7.48', '1.7.49', '1.7.5', '1.7.50', '1.7.51', '1.7.52', '1.7.53', '1.7.54', '1.7.55', '1.7.56', '1.7.57', '1.7.58', '1.7.59', '1.7.6', '1.7.60', '1.7.61', '1.7.62', '1.7.63', '1.7.64', '1.7.65', '1.7.66', '1.7.67', '1.7.68', '1.7.69', '1.7.7', '1.7.70', '1.7.71', '1.7.72', '1.7.73', '1.7.74', '1.7.75', '1.7.76', '1.7.77', '1.7.78', '1.7.79', '1.7.8', '1.7.80', '1.7.81', '1.7.82', '1.7.83', '1.7.84', '1.7.9', '1.8.0', '1.8.1', '1.8.2', '1.8.3', '1.8.4', '1.8.5', '1.8.6', '1.8.7', '1.8.8', '1.8.9', '1.9.0', '1.9.1', '1.9.10', '1.9.100', '1.9.101', '1.9.102', '1.9.103', '1.9.104', '1.9.105', '1.9.106', '1.9.107', '1.9.108', '1.9.109', '1.9.11', '1.9.110', '1.9.111', '1.9.112', '1.9.113', '1.9.114', '1.9.115', '1.9.116', '1.9.117', '1.9.118', '1.9.119', '1.9.12', '1.9.120', '1.9.121', '1.9.122', '1.9.123', '1.9.124', '1.9.125', '1.9.126', '1.9.127', '1.9.128', '1.9.129', '1.9.13', '1.9.130', '1.9.131', '1.9.132', '1.9.133', '1.9.134', '1.9.135', '1.9.136', '1.9.137', '1.9.138', '1.9.139', '1.9.14', '1.9.140', '1.9.141', '1.9.142', '1.9.143', '1.9.144', '1.9.145', '1.9.146', '1.9.147', '1.9.148', '1.9.149', '1.9.15', '1.9.150', '1.9.151', '1.9.152', '1.9.153', '1.9.154', '1.9.155', '1.9.156', '1.9.157', '1.9.158', '1.9.159', '1.9.16', '1.9.160', '1.9.161', '1.9.162', '1.9.163', '1.9.164', '1.9.165', '1.9.166', '1.9.167', '1.9.168', '1.9.169', '1.9.17', '1.9.170', '1.9.171', '1.9.172', '1.9.173', '1.9.174', '1.9.175', '1.9.176', '1.9.177', '1.9.178', '1.9.179', '1.9.18', '1.9.180', '1.9.181', '1.9.182', '1.9.183', '1.9.184', '1.9.185', '1.9.186', '1.9.187', '1.9.188', '1.9.189', '1.9.19', '1.9.190', '1.9.191', '1.9.192', '1.9.193', '1.9.194', '1.9.195', '1.9.196', '1.9.197', '1.9.198', '1.9.199', '1.9.2', '1.9.20', '1.9.200', '1.9.201', '1.9.202', '1.9.203', '1.9.204', '1.9.205', '1.9.206', '1.9.207', '1.9.208', '1.9.209', '1.9.21', '1.9.210', '1.9.211', '1.9.212', '1.9.213', '1.9.214', '1.9.215', '1.9.216', '1.9.217', '1.9.218', '1.9.219', '1.9.22', '1.9.220', '1.9.221', '1.9.222', '1.9.223', '1.9.224', '1.9.225', '1.9.226', '1.9.227', '1.9.228', '1.9.229', '1.9.23', '1.9.230', '1.9.231', '1.9.232', '1.9.233', '1.9.234', '1.9.235', '1.9.236', '1.9.237', '1.9.238', '1.9.239', '1.9.24', '1.9.240', '1.9.241', '1.9.242', '1.9.243', '1.9.244', '1.9.245', '1.9.246', '1.9.247', '1.9.248', '1.9.249', '1.9.25', '1.9.250', '1.9.251', '1.9.252', '1.9.253', '1.9.26', '1.9.27', '1.9.28', '1.9.29', '1.9.3', '1.9.30', '1.9.31', '1.9.32', '1.9.33', '1.9.34', '1.9.35', '1.9.36', '1.9.37', '1.9.38', '1.9.39', '1.9.4', '1.9.40', '1.9.41', '1.9.42', '1.9.43', '1.9.44', '1.9.45', '1.9.46', '1.9.47', '1.9.48', '1.9.49', '1.9.5', '1.9.50', '1.9.51', '1.9.52', '1.9.53', '1.9.54', '1.9.55', '1.9.56', '1.9.57', '1.9.58', '1.9.59', '1.9.6', '1.9.60', '1.9.61', '1.9.62', '1.9.63', '1.9.64', '1.9.65', '1.9.66', '1.9.67', '1.9.68', '1.9.69', '1.9.7', '1.9.70', '1.9.71', '1.9.72', '1.9.73', '1.9.74', '1.9.75', '1.9.76', '1.9.77', '1.9.78', '1.9.79', '1.9.8', '1.9.80', '1.9.81', '1.9.82', '1.9.83', '1.9.84', '1.9.85', '1.9.86', '1.9.87', '1.9.88', '1.9.89', '1.9.9', '1.9.90', '1.9.91', '1.9.92', '1.9.93', '1.9.94', '1.9.95', '1.9.96', '1.9.97', '1.9.98', '1.9.99']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.755456759Z 2020-09-23 17:17:14,755   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'werkzeug' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.756179202Z 2020-09-23 17:17:14,756   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('werkzeug')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.825111814Z 2020-09-23 17:17:14,824   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.1', 'https://pypi.org/simple'), ('0.10', 'https://pypi.org/simple'), ('0.10.1', 'https://pypi.org/simple'), ('0.10.2', 'https://pypi.org/simple'), ('0.10.3', 'https://pypi.org/simple'), ('0.10.4', 'https://pypi.org/simple'), ('0.11', 'https://pypi.org/simple'), ('0.11.1', 'https://pypi.org/simple'), ('0.11.10', 'https://pypi.org/simple'), ('0.11.11', 'https://pypi.org/simple'), ('0.11.12', 'https://pypi.org/simple'), ('0.11.13', 'https://pypi.org/simple'), ('0.11.14', 'https://pypi.org/simple'), ('0.11.15', 'https://pypi.org/simple'), ('0.11.2', 'https://pypi.org/simple'), ('0.11.3', 'https://pypi.org/simple'), ('0.11.4', 'https://pypi.org/simple'), ('0.11.5', 'https://pypi.org/simple'), ('0.11.6', 'https://pypi.org/simple'), ('0.11.7', 'https://pypi.org/simple'), ('0.11.8', 'https://pypi.org/simple'), ('0.11.9', 'https://pypi.org/simple'), ('0.12', 'https://pypi.org/simple'), ('0.12.1', 'https://pypi.org/simple'), ('0.12.2', 'https://pypi.org/simple'), ('0.13', 'https://pypi.org/simple'), ('0.14', 'https://pypi.org/simple'), ('0.14.1', 'https://pypi.org/simple'), ('0.15.0', 'https://pypi.org/simple'), ('0.15.1', 'https://pypi.org/simple'), ('0.15.2', 'https://pypi.org/simple'), ('0.15.3', 'https://pypi.org/simple'), ('0.15.4', 'https://pypi.org/simple'), ('0.15.5', 'https://pypi.org/simple'), ('0.15.6', 'https://pypi.org/simple'), ('0.16.0', 'https://pypi.org/simple'), ('0.16.1', 'https://pypi.org/simple'), ('0.2', 'https://pypi.org/simple'), ('0.3', 'https://pypi.org/simple'), ('0.3.1', 'https://pypi.org/simple'), ('0.4', 'https://pypi.org/simple'), ('0.4.1', 'https://pypi.org/simple'), ('0.5', 'https://pypi.org/simple'), ('0.5.1', 'https://pypi.org/simple'), ('0.6', 'https://pypi.org/simple'), ('0.6.1', 'https://pypi.org/simple'), ('0.6.2', 'https://pypi.org/simple'), ('0.7', 'https://pypi.org/simple'), ('0.7.1', 'https://pypi.org/simple'), ('0.7.2', 'https://pypi.org/simple'), ('0.8', 'https://pypi.org/simple'), ('0.8.1', 'https://pypi.org/simple'), ('0.8.2', 'https://pypi.org/simple'), ('0.8.3', 'https://pypi.org/simple'), ('0.9', 'https://pypi.org/simple'), ('0.9.1', 'https://pypi.org/simple'), ('0.9.2', 'https://pypi.org/simple'), ('0.9.3', 'https://pypi.org/simple'), ('0.9.4', 'https://pypi.org/simple'), ('0.9.5', 'https://pypi.org/simple'), ('0.9.6', 'https://pypi.org/simple'), ('1.0.0', 'https://pypi.org/simple'), ('1.0.1', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.830543338Z 2020-09-23 17:17:14,825   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'werkzeug' with range specifier None: ['0.1', '0.10', '0.10.1', '0.10.2', '0.10.3', '0.10.4', '0.11', '0.11.1', '0.11.10', '0.11.11', '0.11.12', '0.11.13', '0.11.14', '0.11.15', '0.11.2', '0.11.3', '0.11.4', '0.11.5', '0.11.6', '0.11.7', '0.11.8', '0.11.9', '0.12', '0.12.1', '0.12.2', '0.13', '0.14', '0.14.1', '0.15.0', '0.15.1', '0.15.2', '0.15.3', '0.15.4', '0.15.5', '0.15.6', '0.16.0', '0.16.1', '0.2', '0.3', '0.3.1', '0.4', '0.4.1', '0.5', '0.5.1', '0.6', '0.6.1', '0.6.2', '0.7', '0.7.1', '0.7.2', '0.8', '0.8.1', '0.8.2', '0.8.3', '0.9', '0.9.1', '0.9.2', '0.9.3', '0.9.4', '0.9.5', '0.9.6', '1.0.0', '1.0.1']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.830543338Z 2020-09-23 17:17:14,825   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'tox' with range '==3.8.4' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.830543338Z 2020-09-23 17:17:14,825   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('tox==3.8.4')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.889996835Z 2020-09-23 17:17:14,889   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'tox' with range specifier '==3.8.4': ['3.8.4']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.889996835Z 2020-09-23 17:17:14,889   1 DEBUG    thoth.solver.python.base:91:   matching: [('3.8.4', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.890088269Z 2020-09-23 17:17:14,889   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'yapf' with range '==0.26.0' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.890893044Z 2020-09-23 17:17:14,890   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('yapf==0.26.0')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.950851017Z 2020-09-23 17:17:14,950   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.26.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.950851017Z 2020-09-23 17:17:14,950   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'yapf' with range specifier '==0.26.0': ['0.26.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.950920629Z 2020-09-23 17:17:14,950   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'pylint' with range '==2.3.1' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:14.951654437Z 2020-09-23 17:17:14,951   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('pylint==2.3.1')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.029679963Z 2020-09-23 17:17:15,029   1 DEBUG    thoth.solver.python.base:91:   matching: [('2.3.1', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.029751812Z 2020-09-23 17:17:15,029   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'pylint' with range specifier '==2.3.1': ['2.3.1']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.029786365Z 2020-09-23 17:17:15,029   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'pytest' with range '==4.4.0' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.030567073Z 2020-09-23 17:17:15,030   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('pytest==4.4.0')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.102580087Z 2020-09-23 17:17:15,102   1 DEBUG    thoth.solver.python.base:91:   matching: [('4.4.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.10264144Z 2020-09-23 17:17:15,102   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'pytest' with range specifier '==4.4.0': ['4.4.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.102692087Z 2020-09-23 17:17:15,102   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'tox-conda' with range '==0.2.0' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.103679289Z 2020-09-23 17:17:15,103   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('tox-conda==0.2.0')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.168112191Z 2020-09-23 17:17:15,167   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.2.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.168112191Z 2020-09-23 17:17:15,168   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'twine' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.168112191Z 2020-09-23 17:17:15,168   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'tox-conda' with range specifier '==0.2.0': ['0.2.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.168632528Z 2020-09-23 17:17:15,168   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('twine')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.227165079Z 2020-09-23 17:17:15,226   1 DEBUG    thoth.solver.python.base:91:   matching: [('1.0.1', 'https://pypi.org/simple'), ('1.1.0', 'https://pypi.org/simple'), ('1.1.1', 'https://pypi.org/simple'), ('1.10.0', 'https://pypi.org/simple'), ('1.11.0', 'https://pypi.org/simple'), ('1.12.0', 'https://pypi.org/simple'), ('1.12.1', 'https://pypi.org/simple'), ('1.13.0', 'https://pypi.org/simple'), ('1.14.0', 'https://pypi.org/simple'), ('1.15.0', 'https://pypi.org/simple'), ('1.2.0', 'https://pypi.org/simple'), ('1.2.2', 'https://pypi.org/simple'), ('1.2.3', 'https://pypi.org/simple'), ('1.3.0', 'https://pypi.org/simple'), ('1.3.1', 'https://pypi.org/simple'), ('1.4.0', 'https://pypi.org/simple'), ('1.5.0', 'https://pypi.org/simple'), ('1.6.0', 'https://pypi.org/simple'), ('1.6.1', 'https://pypi.org/simple'), ('1.6.2', 'https://pypi.org/simple'), ('1.6.3', 'https://pypi.org/simple'), ('1.6.4', 'https://pypi.org/simple'), ('1.6.5', 'https://pypi.org/simple'), ('1.7.0', 'https://pypi.org/simple'), ('1.7.1', 'https://pypi.org/simple'), ('1.7.2', 'https://pypi.org/simple'), ('1.7.3', 'https://pypi.org/simple'), ('1.7.4', 'https://pypi.org/simple'), ('1.8.0', 'https://pypi.org/simple'), ('1.8.1', 'https://pypi.org/simple'), ('1.9.0', 'https://pypi.org/simple'), ('1.9.1', 'https://pypi.org/simple'), ('2.0.0', 'https://pypi.org/simple'), ('3.0.0', 'https://pypi.org/simple'), ('3.1.0', 'https://pypi.org/simple'), ('3.1.1', 'https://pypi.org/simple'), ('3.2.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.227250996Z 2020-09-23 17:17:15,227   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'setuptools' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.227250996Z 2020-09-23 17:17:15,227   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'twine' with range specifier None: ['1.0.1', '1.1.0', '1.1.1', '1.10.0', '1.11.0', '1.12.0', '1.12.1', '1.13.0', '1.14.0', '1.15.0', '1.2.0', '1.2.2', '1.2.3', '1.3.0', '1.3.1', '1.4.0', '1.5.0', '1.6.0', '1.6.1', '1.6.2', '1.6.3', '1.6.4', '1.6.5', '1.7.0', '1.7.1', '1.7.2', '1.7.3', '1.7.4', '1.8.0', '1.8.1', '1.9.0', '1.9.1', '2.0.0', '3.0.0', '3.1.0', '3.1.1', '3.2.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.227725933Z 2020-09-23 17:17:15,227   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('setuptools')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.316436773Z 2020-09-23 17:17:15,315   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.7.2', 'https://pypi.org/simple'), ('0.7.3', 'https://pypi.org/simple'), ('0.7.4', 'https://pypi.org/simple'), ('0.7.5', 'https://pypi.org/simple'), ('0.7.6', 'https://pypi.org/simple'), ('0.7.7', 'https://pypi.org/simple'), ('0.7.8', 'https://pypi.org/simple'), ('0.8', 'https://pypi.org/simple'), ('0.9', 'https://pypi.org/simple'), ('0.9.1', 'https://pypi.org/simple'), ('0.9.2', 'https://pypi.org/simple'), ('0.9.3', 'https://pypi.org/simple'), ('0.9.4', 'https://pypi.org/simple'), ('0.9.5', 'https://pypi.org/simple'), ('0.9.6', 'https://pypi.org/simple'), ('0.9.7', 'https://pypi.org/simple'), ('0.9.8', 'https://pypi.org/simple'), ('1.0', 'https://pypi.org/simple'), ('1.1', 'https://pypi.org/simple'), ('1.1.1', 'https://pypi.org/simple'), ('1.1.2', 'https://pypi.org/simple'), ('1.1.3', 'https://pypi.org/simple'), ('1.1.4', 'https://pypi.org/simple'), ('1.1.5', 'https://pypi.org/simple'), ('1.1.6', 'https://pypi.org/simple'), ('1.1.7', 'https://pypi.org/simple'), ('1.2', 'https://pypi.org/simple'), ('1.3', 'https://pypi.org/simple'), ('1.3.1', 'https://pypi.org/simple'), ('1.3.2', 'https://pypi.org/simple'), ('1.4', 'https://pypi.org/simple'), ('1.4.1', 'https://pypi.org/simple'), ('1.4.2', 'https://pypi.org/simple'), ('10.0', 'https://pypi.org/simple'), ('10.0.1', 'https://pypi.org/simple'), ('10.1', 'https://pypi.org/simple'), ('10.2', 'https://pypi.org/simple'), ('10.2.1', 'https://pypi.org/simple'), ('11.0', 'https://pypi.org/simple'), ('11.1', 'https://pypi.org/simple'), ('11.2', 'https://pypi.org/simple'), ('11.3', 'https://pypi.org/simple'), ('11.3.1', 'https://pypi.org/simple'), ('12.0', 'https://pypi.org/simple'), ('12.0.1', 'https://pypi.org/simple'), ('12.0.2', 'https://pypi.org/simple'), ('12.0.3', 'https://pypi.org/simple'), ('12.0.4', 'https://pypi.org/simple'), ('12.0.5', 'https://pypi.org/simple'), ('12.1', 'https://pypi.org/simple'), ('12.2', 'https://pypi.org/simple'), ('12.3', 'https://pypi.org/simple'), ('12.4', 'https://pypi.org/simple'), ('13.0', 'https://pypi.org/simple'), ('13.0.1', 'https://pypi.org/simple'), ('13.0.2', 'https://pypi.org/simple'), ('14.0', 'https://pypi.org/simple'), ('14.1', 'https://pypi.org/simple'), ('14.1.1', 'https://pypi.org/simple'), ('14.2', 'https://pypi.org/simple'), ('14.3', 'https://pypi.org/simple'), ('14.3.1', 'https://pypi.org/simple'), ('15.0', 'https://pypi.org/simple'), ('15.1', 'https://pypi.org/simple'), ('15.2', 'https://pypi.org/simple'), ('16.0', 'https://pypi.org/simple'), ('17.0', 'https://pypi.org/simple'), ('17.1', 'https://pypi.org/simple'), ('17.1.1', 'https://pypi.org/simple'), ('18.0', 'https://pypi.org/simple'), ('18.0.1', 'https://pypi.org/simple'), ('18.1', 'https://pypi.org/simple'), ('18.2', 'https://pypi.org/simple'), ('18.3', 'https://pypi.org/simple'), ('18.3.1', 'https://pypi.org/simple'), ('18.3.2', 'https://pypi.org/simple'), ('18.4', 'https://pypi.org/simple'), ('18.5', 'https://pypi.org/simple'), ('18.6', 'https://pypi.org/simple'), ('18.6.1', 'https://pypi.org/simple'), ('18.7', 'https://pypi.org/simple'), ('18.7.1', 'https://pypi.org/simple'), ('18.8', 'https://pypi.org/simple'), ('18.8.1', 'https://pypi.org/simple'), ('19.0', 'https://pypi.org/simple'), ('19.1', 'https://pypi.org/simple'), ('19.1.1', 'https://pypi.org/simple'), ('19.2', 'https://pypi.org/simple'), ('19.3', 'https://pypi.org/simple'), ('19.4', 'https://pypi.org/simple'), ('19.4.1', 'https://pypi.org/simple'), ('19.5', 'https://pypi.org/simple'), ('19.6', 'https://pypi.org/simple'), ('19.6.1', 'https://pypi.org/simple'), ('19.6.2', 'https://pypi.org/simple'), ('19.7', 'https://pypi.org/simple'), ('2.0', 'https://pypi.org/simple'), ('2.0.1', 'https://pypi.org/simple'), ('2.0.2', 'https://pypi.org/simple'), ('2.1', 'https://pypi.org/simple'), ('2.1.1', 'https://pypi.org/simple'), ('2.1.2', 'https://pypi.org/simple'), ('2.2', 'https://pypi.org/simple'), ('20.0', 'https://pypi.org/simple'), ('20.1', 'https://pypi.org/simple'), ('20.1.1', 'https://pypi.org/simple'), ('20.10.1', 'https://pypi.org/simple'), ('20.2.2', 'https://pypi.org/simple'), ('20.3', 'https://pypi.org/simple'), ('20.3.1', 'https://pypi.org/simple'), ('20.4', 'https://pypi.org/simple'), ('20.6.6', 'https://pypi.org/simple'), ('20.6.7', 'https://pypi.org/simple'), ('20.6.8', 'https://pypi.org/simple'), ('20.7.0', 'https://pypi.org/simple'), ('20.8.0', 'https://pypi.org/simple'), ('20.8.1', 'https://pypi.org/simple'), ('20.9.0', 'https://pypi.org/simple'), ('21.0.0', 'https://pypi.org/simple'), ('21.1.0', 'https://pypi.org/simple'), ('21.2.0', 'https://pypi.org/simple'), ('21.2.1', 'https://pypi.org/simple'), ('21.2.2', 'https://pypi.org/simple'), ('22.0.0', 'https://pypi.org/simple'), ('22.0.1', 'https://pypi.org/simple'), ('22.0.2', 'https://pypi.org/simple'), ('22.0.4', 'https://pypi.org/simple'), ('22.0.5', 'https://pypi.org/simple'), ('23.0.0', 'https://pypi.org/simple'), ('23.1.0', 'https://pypi.org/simple'), ('23.2.0', 'https://pypi.org/simple'), ('23.2.1', 'https://pypi.org/simple'), ('24.0.0', 'https://pypi.org/simple'), ('24.0.1', 'https://pypi.org/simple'), ('24.0.2', 'https://pypi.org/simple'), ('24.0.3', 'https://pypi.org/simple'), ('24.1.0', 'https://pypi.org/simple'), ('24.1.1', 'https://pypi.org/simple'), ('24.2.0', 'https://pypi.org/simple'), ('24.2.1', 'https://pypi.org/simple'), ('24.3.0', 'https://pypi.org/simple'), ('24.3.1', 'https://pypi.org/simple'), ('25.0.0', 'https://pypi.org/simple'), ('25.0.1', 'https://pypi.org/simple'), ('25.0.2', 'https://pypi.org/simple'), ('25.1.0', 'https://pypi.org/simple'), ('25.1.1', 'https://pypi.org/simple'), ('25.1.2', 'https://pypi.org/simple'), ('25.1.3', 'https://pypi.org/simple'), ('25.1.4', 'https://pypi.org/simple'), ('25.1.5', 'https://pypi.org/simple'), ('25.1.6', 'https://pypi.org/simple'), ('25.2.0', 'https://pypi.org/simple'), ('25.3.0', 'https://pypi.org/simple'), ('25.4.0', 'https://pypi.org/simple'), ('26.0.0', 'https://pypi.org/simple'), ('26.1.0', 'https://pypi.org/simple'), ('26.1.1', 'https://pypi.org/simple'), ('27.0.0', 'https://pypi.org/simple'), ('27.1.0', 'https://pypi.org/simple'), ('27.1.2', 'https://pypi.org/simple'), ('27.2.0', 'https://pypi.org/simple'), ('27.3.0', 'https://pypi.org/simple'), ('27.3.1', 'https://pypi.org/simple'), ('28.0.0', 'https://pypi.org/simple'), ('28.1.0', 'https://pypi.org/simple'), ('28.2.0', 'https://pypi.org/simple'), ('28.3.0', 'https://pypi.org/simple'), ('28.4.0', 'https://pypi.org/simple'), ('28.5.0', 'https://pypi.org/simple'), ('28.6.0', 'https://pypi.org/simple'), ('28.6.1', 'https://pypi.org/simple'), ('28.7.0', 'https://pypi.org/simple'), ('28.7.1', 'https://pypi.org/simple'), ('28.8.0', 'https://pypi.org/simple'), ('28.8.1', 'https://pypi.org/simple'), ('29.0.0', 'https://pypi.org/simple'), ('29.0.1', 'https://pypi.org/simple'), ('3.0', 'https://pypi.org/simple'), ('3.0.1', 'https://pypi.org/simple'), ('3.0.2', 'https://pypi.org/simple'), ('3.1', 'https://pypi.org/simple'), ('3.2', 'https://pypi.org/simple'), ('3.3', 'https://pypi.org/simple'), ('3.4', 'https://pypi.org/simple'), ('3.4.1', 'https://pypi.org/simple'), ('3.4.2', 'https://pypi.org/simple'), ('3.4.3', 'https://pypi.org/simple'), ('3.4.4', 'https://pypi.org/simple'), ('3.5', 'https://pypi.org/simple'), ('3.5.1', 'https://pypi.org/simple'), ('3.5.2', 'https://pypi.org/simple'), ('3.6', 'https://pypi.org/simple'), ('3.7', 'https://pypi.org/simple'), ('3.7.1', 'https://pypi.org/simple'), ('3.8', 'https://pypi.org/simple'), ('3.8.1', 'https://pypi.org/simple'), ('30.0.0', 'https://pypi.org/simple'), ('30.1.0', 'https://pypi.org/simple'), ('30.2.0', 'https://pypi.org/simple'), ('30.2.1', 'https://pypi.org/simple'), ('30.3.0', 'https://pypi.org/simple'), ('30.4.0', 'https://pypi.org/simple'), ('31.0.0', 'https://pypi.org/simple'), ('31.0.1', 'https://pypi.org/simple'), ('32.0.0', 'https://pypi.org/simple'), ('32.1.0', 'https://pypi.org/simple'), ('32.1.1', 'https://pypi.org/simple'), ('32.1.2', 'https://pypi.org/simple'), ('32.1.3', 'https://pypi.org/simple'), ('32.2.0', 'https://pypi.org/simple'), ('32.3.0', 'https://pypi.org/simple'), ('32.3.1', 'https://pypi.org/2020-09-23T17:17:15.316503686Z simple'), ('33.1.0', 'https://pypi.org/simple'), ('33.1.1', 'https://pypi.org/simple'), ('34.0.0', 'https://pypi.org/simple'), ('34.0.1', 'https://pypi.org/simple'), ('34.0.2', 'https://pypi.org/simple'), ('34.0.3', 'https://pypi.org/simple'), ('34.1.0', 'https://pypi.org/simple'), ('34.1.1', 'https://pypi.org/simple'), ('34.2.0', 'https://pypi.org/simple'), ('34.3.0', 'https://pypi.org/simple'), ('34.3.1', 'https://pypi.org/simple'), ('34.3.2', 'https://pypi.org/simple'), ('34.3.3', 'https://pypi.org/simple'), ('34.4.0', 'https://pypi.org/simple'), ('34.4.1', 'https://pypi.org/simple'), ('35.0.0', 'https://pypi.org/simple'), ('35.0.1', 'https://pypi.org/simple'), ('35.0.2', 'https://pypi.org/simple'), ('36.0.1', 'https://pypi.org/simple'), ('36.1.0', 'https://pypi.org/simple'), ('36.1.1', 'https://pypi.org/simple'), ('36.2.0', 'https://pypi.org/simple'), ('36.2.1', 'https://pypi.org/simple'), ('36.2.2', 'https://pypi.org/simple'), ('36.2.3', 'https://pypi.org/simple'), ('36.2.4', 'https://pypi.org/simple'), ('36.2.5', 'https://pypi.org/simple'), ('36.2.6', 'https://pypi.org/simple'), ('36.2.7', 'https://pypi.org/simple'), ('36.3.0', 'https://pypi.org/simple'), ('36.4.0', 'https://pypi.org/simple'), ('36.5.0', 'https://pypi.org/simple'), ('36.6.0', 'https://pypi.org/simple'), ('36.6.1', 'https://pypi.org/simple'), ('36.7.0', 'https://pypi.org/simple'), ('36.7.1', 'https://pypi.org/simple'), ('36.7.2', 'https://pypi.org/simple'), ('36.8.0', 'https://pypi.org/simple'), ('37.0.0', 'https://pypi.org/simple'), ('38.0.0', 'https://pypi.org/simple'), ('38.1.0', 'https://pypi.org/simple'), ('38.2.0', 'https://pypi.org/simple'), ('38.2.1', 'https://pypi.org/simple'), ('38.2.3', 'https://pypi.org/simple'), ('38.2.4', 'https://pypi.org/simple'), ('38.2.5', 'https://pypi.org/simple'), ('38.3.0', 'https://pypi.org/simple'), ('38.4.0', 'https://pypi.org/simple'), ('38.4.1', 'https://pypi.org/simple'), ('38.5.0', 'https://pypi.org/simple'), ('38.5.1', 'https://pypi.org/simple'), ('38.5.2', 'https://pypi.org/simple'), ('38.6.0', 'https://pypi.org/simple'), ('38.6.1', 'https://pypi.org/simple'), ('38.7.0', 'https://pypi.org/simple'), ('39.0.0', 'https://pypi.org/simple'), ('39.0.1', 'https://pypi.org/simple'), ('39.1.0', 'https://pypi.org/simple'), ('39.2.0', 'https://pypi.org/simple'), ('4.0', 'https://pypi.org/simple'), ('4.0.1', 'https://pypi.org/simple'), ('40.0.0', 'https://pypi.org/simple'), ('40.1.0', 'https://pypi.org/simple'), ('40.1.1', 'https://pypi.org/simple'), ('40.2.0', 'https://pypi.org/simple'), ('40.3.0', 'https://pypi.org/simple'), ('40.4.0', 'https://pypi.org/simple'), ('40.4.1', 'https://pypi.org/simple'), ('40.4.2', 'https://pypi.org/simple'), ('40.4.3', 'https://pypi.org/simple'), ('40.5.0', 'https://pypi.org/simple'), ('40.6.0', 'https://pypi.org/simple'), ('40.6.1', 'https://pypi.org/simple'), ('40.6.2', 'https://pypi.org/simple'), ('40.6.3', 'https://pypi.org/simple'), ('40.7.0', 'https://pypi.org/simple'), ('40.7.1', 'https://pypi.org/simple'), ('40.7.2', 'https://pypi.org/simple'), ('40.7.3', 'https://pypi.org/simple'), ('40.8.0', 'https://pypi.org/simple'), ('40.9.0', 'https://pypi.org/simple'), ('41.0.0', 'https://pypi.org/simple'), ('41.0.1', 'https://pypi.org/simple'), ('41.1.0', 'https://pypi.org/simple'), ('41.2.0', 'https://pypi.org/simple'), ('41.3.0', 'https://pypi.org/simple'), ('41.4.0', 'https://pypi.org/simple'), ('41.5.0', 'https://pypi.org/simple'), ('41.5.1', 'https://pypi.org/simple'), ('41.6.0', 'https://pypi.org/simple'), ('42.0.0', 'https://pypi.org/simple'), ('42.0.1', 'https://pypi.org/simple'), ('42.0.2', 'https://pypi.org/simple'), ('43.0.0', 'https://pypi.org/simple'), ('44.0.0', 'https://pypi.org/simple'), ('44.1.0', 'https://pypi.org/simple'), ('44.1.1', 'https://pypi.org/simple'), ('45.0.0', 'https://pypi.org/simple'), ('45.1.0', 'https://pypi.org/simple'), ('45.2.0', 'https://pypi.org/simple'), ('45.3.0', 'https://pypi.org/simple'), ('46.0.0', 'https://pypi.org/simple'), ('46.1.0', 'https://pypi.org/simple'), ('46.1.1', 'https://pypi.org/simple'), ('46.1.2', 'https://pypi.org/simple'), ('46.1.3', 'https://pypi.org/simple'), ('46.2.0', 'https://pypi.org/simple'), ('46.3.0', 'https://pypi.org/simple'), ('46.3.1', 'https://pypi.org/simple'), ('46.4.0', 'https://pypi.org/simple'), ('47.0.0', 'https://pypi.org/simple'), ('47.1.0', 'https://pypi.org/simple'), ('47.1.1', 'https://pypi.org/simple'), ('47.2.0', 'https://pypi.org/simple'), ('47.3.0', 'https://pypi.org/simple'), ('47.3.1', 'https://pypi.org/simple'), ('47.3.2', 'https://pypi.org/simple'), ('48.0.0', 'https://pypi.org/simple'), ('49.0.0', 'https://pypi.org/simple'), ('49.0.1', 'https://pypi.org/simple'), ('49.1.0', 'https://pypi.org/simple'), ('49.1.1', 'https://pypi.org/simple'), ('49.1.2', 'https://pypi.org/simple'), ('49.1.3', 'https://pypi.org/simple'), ('49.2.0', 'https://pypi.org/simple'), ('49.2.1', 'https://pypi.org/simple'), ('49.3.0', 'https://pypi.org/simple'), ('49.3.1', 'https://pypi.org/simple'), ('49.3.2', 'https://pypi.org/simple'), ('49.4.0', 'https://pypi.org/simple'), ('49.5.0', 'https://pypi.org/simple'), ('49.6.0', 'https://pypi.org/simple'), ('5.0', 'https://pypi.org/simple'), ('5.0.1', 'https://pypi.org/simple'), ('5.0.2', 'https://pypi.org/simple'), ('5.1', 'https://pypi.org/simple'), ('5.2', 'https://pypi.org/simple'), ('5.3', 'https://pypi.org/simple'), ('5.4', 'https://pypi.org/simple'), ('5.4.1', 'https://pypi.org/simple'), ('5.4.2', 'https://pypi.org/simple'), ('5.5', 'https://pypi.org/simple'), ('5.5.1', 'https://pypi.org/simple'), ('5.6', 'https://pypi.org/simple'), ('5.7', 'https://pypi.org/simple'), ('5.8', 'https://pypi.org/simple'), ('50.0.0', 'https://pypi.org/simple'), ('50.0.1', 'https://pypi.org/simple'), ('50.0.2', 'https://pypi.org/simple'), ('50.0.3', 'https://pypi.org/simple'), ('50.1.0', 'https://pypi.org/simple'), ('50.2.0', 'https://pypi.org/simple'), ('50.3.0', 'https://pypi.org/simple'), ('6.0.1', 'https://pypi.org/simple'), ('6.0.2', 'https://pypi.org/simple'), ('6.1', 'https://pypi.org/simple'), ('7.0', 'https://pypi.org/simple'), ('8.0', 'https://pypi.org/simple'), ('8.0.1', 'https://pypi.org/simple'), ('8.0.2', 'https://pypi.org/simple'), ('8.0.3', 'https://pypi.org/simple'), ('8.0.4', 'https://pypi.org/simple'), ('8.1', 'https://pypi.org/simple'), ('8.2', 'https://pypi.org/simple'), ('8.2.1', 'https://pypi.org/simple'), ('8.3', 'https://pypi.org/simple'), ('9.0', 'https://pypi.org/simple'), ('9.0.1', 'https://pypi.org/simple'), ('9.1', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.316801008Z 2020-09-23 17:17:15,316   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'setuptools' with range specifier None: ['0.7.2', '0.7.3', '0.7.4', '0.7.5', '0.7.6', '0.7.7', '0.7.8', '0.8', '0.9', '0.9.1', '0.9.2', '0.9.3', '0.9.4', '0.9.5', '0.9.6', '0.9.7', '0.9.8', '1.0', '1.1', '1.1.1', '1.1.2', '1.1.3', '1.1.4', '1.1.5', '1.1.6', '1.1.7', '1.2', '1.3', '1.3.1', '1.3.2', '1.4', '1.4.1', '1.4.2', '10.0', '10.0.1', '10.1', '10.2', '10.2.1', '11.0', '11.1', '11.2', '11.3', '11.3.1', '12.0', '12.0.1', '12.0.2', '12.0.3', '12.0.4', '12.0.5', '12.1', '12.2', '12.3', '12.4', '13.0', '13.0.1', '13.0.2', '14.0', '14.1', '14.1.1', '14.2', '14.3', '14.3.1', '15.0', '15.1', '15.2', '16.0', '17.0', '17.1', '17.1.1', '18.0', '18.0.1', '18.1', '18.2', '18.3', '18.3.1', '18.3.2', '18.4', '18.5', '18.6', '18.6.1', '18.7', '18.7.1', '18.8', '18.8.1', '19.0', '19.1', '19.1.1', '19.2', '19.3', '19.4', '19.4.1', '19.5', '19.6', '19.6.1', '19.6.2', '19.7', '2.0', '2.0.1', '2.0.2', '2.1', '2.1.1', '2.1.2', '2.2', '20.0', '20.1', '20.1.1', '20.10.1', '20.2.2', '20.3', '20.3.1', '20.4', '20.6.6', '20.6.7', '20.6.8', '20.7.0', '20.8.0', '20.8.1', '20.9.0', '21.0.0', '21.1.0', '21.2.0', '21.2.1', '21.2.2', '22.0.0', '22.0.1', '22.0.2', '22.0.4', '22.0.5', '23.0.0', '23.1.0', '23.2.0', '23.2.1', '24.0.0', '24.0.1', '24.0.2', '24.0.3', '24.1.0', '24.1.1', '24.2.0', '24.2.1', '24.3.0', '24.3.1', '25.0.0', '25.0.1', '25.0.2', '25.1.0', '25.1.1', '25.1.2', '25.1.3', '25.1.4', '25.1.5', '25.1.6', '25.2.0', '25.3.0', '25.4.0', '26.0.0', '26.1.0', '26.1.1', '27.0.0', '27.1.0', '27.1.2', '27.2.0', '27.3.0', '27.3.1', '28.0.0', '28.1.0', '28.2.0', '28.3.0', '28.4.0', '28.5.0', '28.6.0', '28.6.1', '28.7.0', '28.7.1', '28.8.0', '28.8.1', '29.0.0', '29.0.1', '3.0', '3.0.1', '3.0.2', '3.1', '3.2', '3.3', '3.4', '3.4.1', '3.4.2', '3.4.3', '3.4.4', '3.5', '3.5.1', '3.5.2', '3.6', '3.7', '3.7.1', '3.8', '3.8.1', '30.0.0', '30.1.0', '30.2.0', '30.2.1', '30.3.0', '30.4.0', '31.0.0', '31.0.1', '32.0.0', '32.1.0', '32.1.1', '32.1.2', '32.1.3', '32.2.0', '32.3.0', '32.3.1', '33.1.0', '33.1.1', '34.0.0', '34.0.1', '34.0.2', '34.0.3', '34.1.0', '34.1.1', '34.2.0', '34.3.0', '34.3.1', '34.3.2', '34.3.3', '34.4.0', '34.4.1', '35.0.0', '35.0.1', '35.0.2', '36.0.1', '36.1.0', '36.1.1', '36.2.0', '36.2.1', '36.2.2', '36.2.3', '36.2.4', '36.2.5', '36.2.6', '36.2.7', '36.3.0', '36.4.0', '36.5.0', '36.6.0', '36.6.1', '36.7.0', '36.7.1', '36.7.2', '36.8.0', '37.0.0', '38.0.0', '38.1.0', '38.2.0', '38.2.1', '38.2.3', '38.2.4', '38.2.5', '38.3.0', '38.4.0', '38.4.1', '38.5.0', '38.5.1', '38.5.2', '38.6.0', '38.6.1', '38.7.0', '39.0.0', '39.0.1', '39.1.0', '39.2.0', '4.0', '4.0.1', '40.0.0', '40.1.0', '40.1.1', '40.2.0', '40.3.0', '40.4.0', '40.4.1', '40.4.2', '40.4.3', '40.5.0', '40.6.0', '40.6.1', '40.6.2', '40.6.3', '40.7.0', '40.7.1', '40.7.2', '40.7.3', '40.8.0', '40.9.0', '41.0.0', '41.0.1', '41.1.0', '41.2.0', '41.3.0', '41.4.0', '41.5.0', '41.5.1', '41.6.0', '42.0.0', '42.0.1', '42.0.2', '43.0.0', '44.0.0', '44.1.0', '44.1.1', '45.0.0', '45.1.0', '45.2.0', '45.3.0', '46.0.0', '46.1.0', '46.1.1', '46.1.2', '46.1.3', '46.2.0', '46.3.0', '46.3.1', '46.4.0', '47.0.0', '47.1.0', '47.1.1', '47.2.0', '47.3.0', '47.3.1', '47.3.2', '48.0.0', '49.0.0', '49.0.1', '49.1.0', '49.1.1', '49.1.2', '49.1.3', '49.2.0', '49.2.1', '49.3.0', '49.3.1', '49.3.2', '49.4.0', '49.5.0', '49.6.0', '5.0', '5.0.1', '5.0.2', '5.1', '5.2', '5.3', '5.4', '5.4.1', '5.4.2', '5.5', '5.5.1', '5.6', '5.7', '5.8', '50.0.0', '50.0.1', '50.0.2', '50.0.3', '50.1.0', '50.2.0', '50.3.0', '6.0.1', '6.0.2', '6.1', '7.0', '8.0', '8.0.1', '8.0.2', '8.0.3', '8.0.4', '8.1', '8.2', '8.2.1', '8.3', '9.0', '9.0.1', '9.1']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.316826384Z 2020-09-23 17:17:15,316   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'pycodestyle' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.317428469Z 2020-09-23 17:17:15,317   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('pycodestyle')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.384132779Z 2020-09-23 17:17:15,384   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'pycodestyle' with range specifier None: ['0.0.0', '2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.3.1', '2.4.0', '2.5.0', '2.6.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.384132779Z 2020-09-23 17:17:15,383   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.0.0', 'https://pypi.org/simple'), ('2.0.0', 'https://pypi.org/simple'), ('2.1.0', 'https://pypi.org/simple'), ('2.2.0', 'https://pypi.org/simple'), ('2.3.0', 'https://pypi.org/simple'), ('2.3.1', 'https://pypi.org/simple'), ('2.4.0', 'https://pypi.org/simple'), ('2.5.0', 'https://pypi.org/simple'), ('2.6.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.384193713Z 2020-09-23 17:17:15,384   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'torch' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.384688774Z 2020-09-23 17:17:15,384   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('torch')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.441353836Z 2020-09-23 17:17:15,441   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.1.2', 'https://pypi.org/simple'), ('0.1.2.post1', 'https://pypi.org/simple'), ('0.1.2.post2', 'https://pypi.org/simple'), ('0.3.0.post4', 'https://pypi.org/simple'), ('0.3.1', 'https://pypi.org/simple'), ('0.4.0', 'https://pypi.org/simple'), ('0.4.1', 'https://pypi.org/simple'), ('0.4.1.post2', 'https://pypi.org/simple'), ('1.0.0', 'https://pypi.org/simple'), ('1.0.1', 'https://pypi.org/simple'), ('1.0.1.post2', 'https://pypi.org/simple'), ('1.1.0', 'https://pypi.org/simple'), ('1.1.0.post2', 'https://pypi.org/simple'), ('1.2.0', 'https://pypi.org/simple'), ('1.3.0', 'https://pypi.org/simple'), ('1.3.0.post2', 'https://pypi.org/simple'), ('1.3.1', 'https://pypi.org/simple'), ('1.4.0', 'https://pypi.org/simple'), ('1.5.0', 'https://pypi.org/simple'), ('1.5.1', 'https://pypi.org/simple'), ('1.6.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.441396019Z 2020-09-23 17:17:15,441   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'torch' with range specifier None: ['0.1.2', '0.1.2.post1', '0.1.2.post2', '0.3.0.post4', '0.3.1', '0.4.0', '0.4.1', '0.4.1.post2', '1.0.0', '1.0.1', '1.0.1.post2', '1.1.0', '1.1.0.post2', '1.2.0', '1.3.0', '1.3.0.post2', '1.3.1', '1.4.0', '1.5.0', '1.5.1', '1.6.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.44150534Z 2020-09-23 17:17:15,441   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'torchvision' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.442054494Z 2020-09-23 17:17:15,441   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('torchvision')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.50053977Z 2020-09-23 17:17:15,500   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.1.6', 'https://pypi.org/simple'), ('0.1.7', 'https://pypi.org/simple'), ('0.1.8', 'https://pypi.org/simple'), ('0.1.9', 'https://pypi.org/simple'), ('0.2.0', 'https://pypi.org/simple'), ('0.2.1', 'https://pypi.org/simple'), ('0.2.2', 'https://pypi.org/simple'), ('0.2.2.post2', 'https://pypi.org/simple'), ('0.2.2.post3', 'https://pypi.org/simple'), ('0.3.0', 'https://pypi.org/simple'), ('0.4.0', 'https://pypi.org/simple'), ('0.4.1', 'https://pypi.org/simple'), ('0.4.1.post2', 'https://pypi.org/simple'), ('0.4.2', 'https://pypi.org/simple'), ('0.5.0', 'https://pypi.org/simple'), ('0.6.0', 'https://pypi.org/simple'), ('0.6.1', 'https://pypi.org/simple'), ('0.7.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.500596544Z 2020-09-23 17:17:15,500   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'torchvision' with range specifier None: ['0.1.6', '0.1.7', '0.1.8', '0.1.9', '0.2.0', '0.2.1', '0.2.2', '0.2.2.post2', '0.2.2.post3', '0.3.0', '0.4.0', '0.4.1', '0.4.1.post2', '0.4.2', '0.5.0', '0.6.0', '0.6.1', '0.7.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.500688884Z 2020-09-23 17:17:15,500   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'tensorflow' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.501541383Z 2020-09-23 17:17:15,501   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('tensorflow')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.59437885Z 2020-09-23 17:17:15,594   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.12.0', 'https://pypi.org/simple'), ('0.12.1', 'https://pypi.org/simple'), ('1.0.0', 'https://pypi.org/simple'), ('1.0.1', 'https://pypi.org/simple'), ('1.1.0', 'https://pypi.org/simple'), ('1.10.0', 'https://pypi.org/simple'), ('1.10.1', 'https://pypi.org/simple'), ('1.11.0', 'https://pypi.org/simple'), ('1.12.0', 'https://pypi.org/simple'), ('1.12.2', 'https://pypi.org/simple'), ('1.12.3', 'https://pypi.org/simple'), ('1.13.1', 'https://pypi.org/simple'), ('1.13.2', 'https://pypi.org/simple'), ('1.14.0', 'https://pypi.org/simple'), ('1.15.0', 'https://pypi.org/simple'), ('1.15.2', 'https://pypi.org/simple'), ('1.15.3', 'https://pypi.org/simple'), ('1.2.0', 'https://pypi.org/simple'), ('1.2.1', 'https://pypi.org/simple'), ('1.3.0', 'https://pypi.org/simple'), ('1.4.0', 'https://pypi.org/simple'), ('1.4.1', 'https://pypi.org/simple'), ('1.5.0', 'https://pypi.org/simple'), ('1.5.1', 'https://pypi.org/simple'), ('1.6.0', 'https://pypi.org/simple'), ('1.7.0', 'https://pypi.org/simple'), ('1.7.1', 'https://pypi.org/simple'), ('1.8.0', 'https://pypi.org/simple'), ('1.9.0', 'https://pypi.org/simple'), ('2.0.0', 'https://pypi.org/simple'), ('2.0.1', 'https://pypi.org/simple'), ('2.0.2', 'https://pypi.org/simple'), ('2.1.0', 'https://pypi.org/simple'), ('2.1.1', 'https://pypi.org/simple'), ('2.2.0', 'https://pypi.org/simple'), ('2.3.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.594487052Z 2020-09-23 17:17:15,594   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'tensorflow' with range specifier None: ['0.12.0', '0.12.1', '1.0.0', '1.0.1', '1.1.0', '1.10.0', '1.10.1', '1.11.0', '1.12.0', '1.12.2', '1.12.3', '1.13.1', '1.13.2', '1.14.0', '1.15.0', '1.15.2', '1.15.3', '1.2.0', '1.2.1', '1.3.0', '1.4.0', '1.4.1', '1.5.0', '1.5.1', '1.6.0', '1.7.0', '1.7.1', '1.8.0', '1.9.0', '2.0.0', '2.0.1', '2.0.2', '2.1.0', '2.1.1', '2.2.0', '2.3.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.594581921Z 2020-09-23 17:17:15,594   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'opencv-python' with range None from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.595179198Z 2020-09-23 17:17:15,595   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('opencv-python')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.681516297Z 2020-09-23 17:17:15,681   1 DEBUG    thoth.solver.python.base:91:   matching: [('3.1.0', 'https://pypi.org/simple'), ('3.1.0.0', 'https://pypi.org/simple'), ('3.1.0.1', 'https://pypi.org/simple'), ('3.1.0.2', 'https://pypi.org/simple'), ('3.1.0.3', 'https://pypi.org/simple'), ('3.1.0.4', 'https://pypi.org/simple'), ('3.1.0.5', 'https://pypi.org/simple'), ('3.2.0.6', 'https://pypi.org/simple'), ('3.2.0.7', 'https://pypi.org/simple'), ('3.2.0.8', 'https://pypi.org/simple'), ('3.3.0.10', 'https://pypi.org/simple'), ('3.3.0.9', 'https://pypi.org/simple'), ('3.3.1.11', 'https://pypi.org/simple'), ('3.4.0.12', 'https://pypi.org/simple'), ('3.4.0.14', 'https://pypi.org/simple'), ('3.4.1.15', 'https://pypi.org/simple'), ('3.4.10.35', 'https://pypi.org/simple'), ('3.4.10.37', 'https://pypi.org/simple'), ('3.4.11.39', 'https://pypi.org/simple'), ('3.4.11.41', 'https://pypi.org/simple'), ('3.4.11.43', 'https://pypi.org/simple'), ('3.4.2.16', 'https://pypi.org/simple'), ('3.4.2.17', 'https://pypi.org/simple'), ('3.4.3.18', 'https://pypi.org/simple'), ('3.4.4.19', 'https://pypi.org/simple'), ('3.4.5.20', 'https://pypi.org/simple'), ('3.4.6.27', 'https://pypi.org/simple'), ('3.4.7.28', 'https://pypi.org/simple'), ('3.4.8.29', 'https://pypi.org/simple'), ('3.4.9.31', 'https://pypi.org/simple'), ('3.4.9.33', 'https://pypi.org/simple'), ('4.0.0.21', 'https://pypi.org/simple'), ('4.0.1.23', 'https://pypi.org/simple'), ('4.0.1.24', 'https://pypi.org/simple'), ('4.1.0.25', 'https://pypi.org/simple'), ('4.1.1.26', 'https://pypi.org/simple'), ('4.1.2.30', 'https://pypi.org/simple'), ('4.2.0.32', 'https://pypi.org/simple'), ('4.2.0.34', 'https://pypi.org/simple'), ('4.3.0.36', 'https://pypi.org/simple'), ('4.3.0.38', 'https://pypi.org/simple'), ('4.4.0.40', 'https://pypi.org/simple'), ('4.4.0.42', 'https://pypi.org/simple'), ('4.4.0.44', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.68159241Z 2020-09-23 17:17:15,681   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'opencv-python' with range specifier None: ['3.1.0', '3.1.0.0', '3.1.0.1', '3.1.0.2', '3.1.0.3', '3.1.0.4', '3.1.0.5', '3.2.0.6', '3.2.0.7', '3.2.0.8', '3.3.0.10', '3.3.0.9', '3.3.1.11', '3.4.0.12', '3.4.0.14', '3.4.1.15', '3.4.10.35', '3.4.10.37', '3.4.11.39', '3.4.11.41', '3.4.11.43', '3.4.2.16', '3.4.2.17', '3.4.3.18', '3.4.4.19', '3.4.5.20', '3.4.6.27', '3.4.7.28', '3.4.8.29', '3.4.9.31', '3.4.9.33', '4.0.0.21', '4.0.1.23', '4.0.1.24', '4.1.0.25', '4.1.1.26', '4.1.2.30', '4.2.0.32', '4.2.0.34', '4.3.0.36', '4.3.0.38', '4.4.0.40', '4.4.0.42', '4.4.0.44']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.681601023Z 2020-09-23 17:17:15,681   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'pytest' with range '==4.4.0' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.68246773Z 2020-09-23 17:17:15,682   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('pytest==4.4.0')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.688908428Z 2020-09-23 17:17:15,688   1 DEBUG    thoth.solver.python.base:91:   matching: [('4.4.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.688952231Z 2020-09-23 17:17:15,688   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'pytest' with range specifier '==4.4.0': ['4.4.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.689284207Z 2020-09-23 17:17:15,688   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'snapshottest' with range '==0.5.0' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.690094798Z 2020-09-23 17:17:15,689   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('snapshottest==0.5.0')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.754956224Z 2020-09-23 17:17:15,754   1 DEBUG    thoth.solver.python.base:91:   matching: [('0.5.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.755188052Z 2020-09-23 17:17:15,754   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'snapshottest' with range specifier '==0.5.0': ['0.5.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.75533343Z 2020-09-23 17:17:15,755   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'mock' with range '==2.0.0' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.756492506Z 2020-09-23 17:17:15,756   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('mock==2.0.0')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.810576846Z 2020-09-23 17:17:15,810   1 DEBUG    thoth.solver.python.base:91:   matching: [('2.0.0', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.810653995Z 2020-09-23 17:17:15,810   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'mock' with range specifier '==2.0.0': ['2.0.0']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.81071724Z 2020-09-23 17:17:15,810   1 INFO     thoth.solver.python.python:309: Resolving dependency versions for 'tox' with range '==3.8.4' from 'https://pypi.org/simple'
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.811640079Z 2020-09-23 17:17:15,811   1 DEBUG    thoth.solver.python.base:72: Fetching releases for: <Requirement('tox==3.8.4')>
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.874626127Z 2020-09-23 17:17:15,874   1 DEBUG    thoth.solver.python.base:91:   matching: [('3.8.4', 'https://pypi.org/simple')]
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.874690281Z 2020-09-23 17:17:15,874   1 DEBUG    thoth.solver.python.python:318: Resolved versions for package 'tox' with range specifier '==3.8.4': ['3.8.4']
solver-fedora-32-py37-216e9a86-3952277453: 2020-09-23T17:17:15.906897392Z 2020-09-23 17:17:15,906   1 INFO     thoth.analyzer.cli:175: Writing results to '/mnt/workdir/solver-fedora-32-py37-216e9a86'

SI workflow failed logs

security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:13.35707674Z 2020-09-23 17:07:13,356   1 WARNING  thoth.common:346: Logging to a Sentry instance is turned off
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:13.35707674Z 2020-09-23 17:07:13,356   1 INFO     thoth.common:368: Logging to rsyslog endpoint is turned off
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:13.36016546Z 2020-09-23 17:07:13,359   1 INFO     thoth.download_package:33: Thoth workflow-helpers task: download_package v0.1.7+thamos.0.12.2
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z 
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z   File "download_py_package.py", line 63, in <module>
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z     download_py_package()
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z   File "download_py_package.py", line 42, in download_py_package
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z     run_command(command)
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z   File "/opt/app-root/lib/python3.6/site-packages/thoth/analyzer/command.py", line 107, in run_command
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z 2020-09-23 17:07:16,743   1 CRITICAL root:102: Traceback (most recent call last):
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z thoth.analyzer.command.CommandError: Command exited with non-zero status code (1): ERROR: Could not find a version that satisfies the requirement bentoml===0.0.8 (from versions: 0.0.3, 0.0.5, 0.0.6a0, 0.0.7.dev0, 0.0.7, 0.0.9, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.3, 0.3.4, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.9.0rc0)
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z ERROR: No matching distribution found for bentoml===0.0.8
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z 
security-indicator-9fb7cc84-343846591: 2020-09-23T17:07:16.743789399Z     raise CommandError(error_msg, command=command, is_json=is_json)

Additional context

fridex commented 4 years ago

It is not due to the package name - PyPI automatically normalizes package names on access.

It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side.

[1] https://pypi.org/project/BentoML/0.8.0/

pacospace commented 4 years ago

It is not due to the package name - PyPI automatically normalizes package names on access.

It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side.

[1] https://pypi.org/project/BentoML/0.8.0/

0.0.8 is not yanked, you are referring to 0.8.0 :) [2]

[2] https://pypi.org/project/BentoML/0.0.8/

KPostOffice commented 4 years ago

This is because there is no source distro, for 0.0.8

fridex commented 4 years ago

It is not due to the package name - PyPI automatically normalizes package names on access. It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side. [1] https://pypi.org/project/BentoML/0.8.0/

0.0.8 is not yanked, you are referring to 0.8.0 :) [2]

[2] https://pypi.org/project/BentoML/0.0.8/

Oh, my bad :) Starting to need an extra pair of eyes :)

KPostOffice commented 4 years ago

It is not due to the package name - PyPI automatically normalizes package names on access. It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side. [1] https://pypi.org/project/BentoML/0.8.0/

0.0.8 is not yanked, you are referring to 0.8.0 :) [2] [2] https://pypi.org/project/BentoML/0.0.8/

Oh, my bad :) Starting to need an extra pair of eyes :)

I did the exact same thing :laughing:

KPostOffice commented 4 years ago

I'm going to add some sort of check to workflow helpers to make this error more obvious

pacospace commented 4 years ago

It is not due to the package name - PyPI automatically normalizes package names on access. It looks like the package in 0.0.8 release is yanked [1]. We need to support yanked releases on SI side. [1] https://pypi.org/project/BentoML/0.8.0/

0.0.8 is not yanked, you are referring to 0.8.0 :) [2] [2] https://pypi.org/project/BentoML/0.0.8/

Oh, my bad :) Starting to need an extra pair of eyes :)

you have a team :D

pacospace commented 4 years ago

Fixed by: https://github.com/thoth-station/workflow-helpers/pull/122