Skip to content

Instantly share code, notes, and snippets.

@zlanich
Created October 24, 2016 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zlanich/c67190a14610f70412965f3a91792925 to your computer and use it in GitHub Desktop.
Save zlanich/c67190a14610f70412965f3a91792925 to your computer and use it in GitHub Desktop.
Saltstack-LXD-Formula lxd state failed - Output
app_runtime_2:
----------
ID: pip
Function: pkg.installed
Name: python-pip
Result: True
Comment: The following packages were installed/updated: python-pip
Started: 00:45:25.314551
Duration: 21431.701 ms
Changes:
----------
build-essential:
----------
new:
11.6ubuntu6
old:
c++-compiler:
----------
new:
1
old:
c++abi2-dev:
----------
new:
1
old:
dpkg-dev:
----------
new:
1.17.5ubuntu5.7
old:
g++:
----------
new:
4:4.8.2-1ubuntu6
old:
g++-4.8:
----------
new:
4.8.4-2ubuntu1~14.04.3
old:
libalgorithm-diff-perl:
----------
new:
1.19.02-3
old:
libalgorithm-diff-xs-perl:
----------
new:
0.04-2build4
old:
libalgorithm-merge-perl:
----------
new:
0.08-2
old:
libdpkg-perl:
----------
new:
1.17.5ubuntu5.7
old:
libfile-fcntllock-perl:
----------
new:
0.14-2build1
old:
libstdc++-4.8-dev:
----------
new:
4.8.4-2ubuntu1~14.04.3
old:
libstdc++-dev:
----------
new:
1
old:
python-chardet-whl:
----------
new:
2.2.1-2~ubuntu1
old:
python-colorama:
----------
new:
0.2.5-0.1ubuntu2
old:
python-colorama-whl:
----------
new:
0.2.5-0.1ubuntu2
old:
python-distlib:
----------
new:
0.1.8-1ubuntu1
old:
python-distlib-whl:
----------
new:
0.1.8-1ubuntu1
old:
python-distribute:
----------
new:
1
old:
python-html5lib:
----------
new:
0.999-3~ubuntu1
old:
python-html5lib-whl:
----------
new:
0.999-3~ubuntu1
old:
python-pip:
----------
new:
1.5.4-1ubuntu4
old:
python-pip-whl:
----------
new:
1.5.4-1ubuntu4
old:
python-requests-whl:
----------
new:
2.2.1-1ubuntu0.3
old:
python-setuptools:
----------
new:
3.3-1ubuntu2
old:
python-setuptools-whl:
----------
new:
3.3-1ubuntu2
old:
python-six-whl:
----------
new:
1.5.2-1ubuntu1
old:
python-urllib3-whl:
----------
new:
1.7.1-1ubuntu4
old:
python-wheel:
----------
new:
0.24.0-1~ubuntu1
old:
python3-pkg-resources:
----------
new:
3.3-1ubuntu2
old:
python3.4-setuptools:
----------
new:
1
old:
*****************************
* IN RED
*****************************
----------
ID: lxd_lxd
Function: pkg.installed
Result: False
Comment: Problem encountered installing package(s). Additional info follows:
errors:
- E: Package 'criu' has no installation candidate
Started: 00:45:46.751973
Duration: 649.754 ms
Changes:
----------
*****************************
* END - IN RED
*****************************
ID: lxd_python_pip
Function: pkg.installed
Result: True
Comment: 2 targeted packages were installed/updated.
Started: 00:45:47.659791
Duration: 3873.525 ms
Changes:
----------
libffi-dev:
----------
new:
3.1~rc1+r3.0.13-12ubuntu0.1
old:
libssl-dev:
----------
new:
1.0.1f-1ubuntu2.21
old:
libssl-doc:
----------
new:
1.0.1f-1ubuntu2.21
old:
libz-dev:
----------
new:
1
old:
zlib1g-dev:
----------
new:
1:1.2.8.dfsg-1ubuntu1
old:
----------
ID: lxd_python
Function: pkg.removed
Result: True
Comment: All specified packages are already absent
Started: 00:45:51.549786
Duration: 518.543 ms
Changes:
*****************************
* IN RED
*****************************
----------
ID: lxd_python
Function: pip.installed
Name: pylxd
Result: False
Comment: Failed to install packages: pylxd. Error: Downloading/unpacking pylxd
Running setup.py (path:/tmp/pip_build_root/pylxd/setup.py) egg_info for package pylxd
Installed /tmp/easy_install-H516iD/requests-unixsocket-0.1.5/pbr-1.10.0-py2.7.egg
Installed /tmp/pip_build_root/pylxd/requests_unixsocket-0.1.5-py2.7.egg
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/pylxd/setup.py", line 34, in <module>
pbr=True)
File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
replace_conflicting=True
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 620, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 852, in best_match
dist = working_set.find(req)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 503, in find
raise VersionConflict(dist,req) # XXX add more info
pkg_resources.VersionConflict: (requests 2.2.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('requests>=2.5.2,!=2.8.0'))
Complete output from command python setup.py egg_info:
Installed /tmp/easy_install-H516iD/requests-unixsocket-0.1.5/pbr-1.10.0-py2.7.egg
Installed /tmp/pip_build_root/pylxd/requests_unixsocket-0.1.5-py2.7.egg
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/pylxd/setup.py", line 34, in <module>
pbr=True)
File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
replace_conflicting=True
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 620, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 852, in best_match
dist = working_set.find(req)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 503, in find
raise VersionConflict(dist,req) # XXX add more info
pkg_resources.VersionConflict: (requests 2.2.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('requests>=2.5.2,!=2.8.0'))
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pylxd
Storing debug log for failure in /root/.pip/pip.log
Started: 00:45:52.072446
Duration: 2638.98 ms
Changes:
----------
ID: lxd_lxd
Function: lxd.init
Result: False
Comment: One or more requisite failed: lxd.lxd.lxd_lxd, lxd.python.lxd_python
Started:
Duration:
Changes:
*****************************
* END - IN RED
*****************************
----------
ID: lxd_client
Function: pkg.installed
Result: True
Comment: The following packages were installed/updated: lxd-client
Started: 00:45:55.367039
Duration: 6090.388 ms
Changes:
----------
lxd-client:
----------
new:
2.0.4-0ubuntu1~ubuntu14.04.1
old:
Summary for app_runtime_2
------------
Succeeded: 4 (changed=3)
Failed: 3
------------
Total states run: 7
Total run time: 35.203 s
ERROR: Minions returned with non-zero exit code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment