Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created October 26, 2021 15:24
Show Gist options
  • Save ssbarnea/1d60106f25c479834aeaf52c504bb1e5 to your computer and use it in GitHub Desktop.
Save ssbarnea/1d60106f25c479834aeaf52c504bb1e5 to your computer and use it in GitHub Desktop.
$ tox -e py36-devel
py36-devel create: /Users/ssbarnea/c/a/molecule-docker/.tox/py36-devel
py36-devel installdeps: ansible-core>=2.11.1,<2.12, molecule[test], git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test], selinux
ERROR: invocation failed (exit code 1), logfile: /Users/ssbarnea/c/a/molecule-docker/.tox/py36-devel/log/py36-devel-1.log
================================================================ log start ================================================================
Collecting molecule[test]
Cloning https://github.com/ansible-community/molecule.git (to revision master) to /private/var/folders/3q/pc1jcyjj3qqbj6_x7n4kbtqw0000gn/T/pip-install-vms7q6_0/molecule_330d93256c2b4302aecd225d8015adbc
Running command git clone -q https://github.com/ansible-community/molecule.git /private/var/folders/3q/pc1jcyjj3qqbj6_x7n4kbtqw0000gn/T/pip-install-vms7q6_0/molecule_330d93256c2b4302aecd225d8015adbc
WARNING: Did not find branch or tag 'master', assuming revision or ref.
Running command git checkout -q master
error: pathspec 'master' did not match any file(s) known to git
WARNING: Discarding git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test]. Command errored out with exit status 1: git checkout -q master Check the logs for full command output.
Collecting ansible-core<2.12,>=2.11.1
Using cached ansible-core-2.11.6.tar.gz (7.0 MB)
Collecting molecule[test]
Using cached molecule-3.5.2-py3-none-any.whl (240 kB)
ERROR: Could not find a version that satisfies the requirement molecule (unavailable) (from versions: 1.20.1, 1.20.3, 1.21.1, 1.22.0, 1.23.0, 1.25.0, 1.25.1, 2.10.0, 2.10.1, 2.11.0, 2.12.0, 2.12.1, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.0, 2.18.0, 2.18.1, 2.19.0, 2.20.0.0a1, 2.20.0.0a2, 2.20.0, 2.20.1, 2.20.2, 2.22rc1, 2.22rc3, 2.22rc6, 2.22, 3.0a0, 3.0a1, 3.0a2, 3.0a3, 3.0a4, 3.0a5, 3.0a6, 3.0a8, 3.0a9, 3.0.0, 3.0.1, 3.0.2, 3.0.2.1, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.1.0a1, 3.1.0a2, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.2.0a0, 3.2.0a1, 3.2.0a2, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.1, 3.5.0a0, 3.5.1, 3.5.2)
ERROR: No matching distribution found for molecule (unavailable)
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/Users/ssbarnea/c/a/molecule-docker/.tox/py36-devel/bin/python -m pip install --upgrade pip' command.
================================================================= log end =================================================================
ERROR: could not install deps [ansible-core>=2.11.1,<2.12, molecule[test], git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test], selinux]; v = InvocationError("/Users/ssbarnea/c/a/molecule-docker/.tox/py36-devel/bin/python -m pip install 'ansible-core>=2.11.1,<2.12' 'molecule[test]' 'git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test]' selinux", 1)
_________________________________________________________________ summary _________________________________________________________________
ERROR: py36-devel: could not install deps [ansible-core>=2.11.1,<2.12, molecule[test], git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test], selinux]; v = InvocationError("/Users/ssbarnea/c/a/molecule-docker/.tox/py36-devel/bin/python -m pip install 'ansible-core>=2.11.1,<2.12' 'molecule[test]' 'git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test]' selinux", 1)
tox -e py36-devel 4.57s user 2.64s system 76% cpu 9.442 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment