Skip to content

Instantly share code, notes, and snippets.

@JLHwung
Created September 8, 2016 00:10
Show Gist options
  • Save JLHwung/1d87435c2234bd0d17b59f449e418315 to your computer and use it in GitHub Desktop.
Save JLHwung/1d87435c2234bd0d17b59f449e418315 to your computer and use it in GitHub Desktop.
charm-tools on Mac OS X 10.11.6 - Homebrew build logs
Homebrew build logs for charm-tools on Mac OS X 10.11.6
Build date: 2016-09-07 21:09:09
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 9586390418dbcb8655bf7c62bb315c2a2090722e
Last commit: 11 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 8fba6904e803e7766af6d38c1726c92db895496c
Core tap last commit: 22 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 7.3 build 703
Git: 2.10.0 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_102
OS X: 10.11.6-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should `sudo chown -R $(whoami)` them:
/usr/local/share/man/mann
Warning: Python is installed at /Library/Frameworks/Python.framework
Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/jansson.h
/usr/local/include/jansson_config.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/pqStubs.h
/usr/local/include/python2.7/greenlet/greenlet.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/tcl.pc
/usr/local/lib/pkgconfig/tk.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
2016-09-07 21:08:44 -0300
python
-c
import setuptools, tokenize
__file__ = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))
--no-user-cfg
install
--prefix=/tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
copying virtualenv.py -> build/lib
creating build/lib/virtualenv_support
copying virtualenv_support/__init__.py -> build/lib/virtualenv_support
copying virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl -> build/lib/virtualenv_support
copying virtualenv_support/pip-8.1.2-py2.py3-none-any.whl -> build/lib/virtualenv_support
copying virtualenv_support/setuptools-21.2.1-py2.py3-none-any.whl -> build/lib/virtualenv_support
copying virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl -> build/lib/virtualenv_support
running install_lib
copying build/lib/virtualenv.py -> /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages
creating /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv_support
copying build/lib/virtualenv_support/__init__.py -> /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv_support
copying build/lib/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl -> /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv_support
copying build/lib/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl -> /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv_support
copying build/lib/virtualenv_support/setuptools-21.2.1-py2.py3-none-any.whl -> /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv_support
copying build/lib/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl -> /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv_support
byte-compiling /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv.py to virtualenv.pyc
byte-compiling /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv_support/__init__.py to __init__.pyc
running install_egg_info
running egg_info
writing virtualenv.egg-info/PKG-INFO
writing top-level names to virtualenv.egg-info/top_level.txt
writing dependency_links to virtualenv.egg-info/dependency_links.txt
writing entry points to virtualenv.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'virtualenv.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'docs/_templates'
warning: no previously-included files matching '*' found under directory 'docs/_build'
writing manifest file 'virtualenv.egg-info/SOURCES.txt'
Copying virtualenv.egg-info to /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/lib/python2.7/site-packages/virtualenv-15.0.2-py2.7.egg-info
running install_scripts
Installing virtualenv script to /tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/bin
writing list of installed files to 'installed.txt'
2016-09-07 21:08:44 -0300
python
-s
/tmp/charm-tools--homebrew-virtualenv-20160907-5741-2n7tcy/target/bin/virtualenv
-p
python
/usr/local/Cellar/charm-tools/2.1.2/libexec
Already using interpreter /usr/bin/python
New python executable in /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python
Installing setuptools, pip, wheel...done.
2016-09-07 21:08:55 -0300
/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/pip
install
-v
--no-deps
--no-binary
:all:
--ignore-installed
/private/tmp/charm-tools--argparse-20160907-5741-1nku98q/argparse-1.4.0
Processing /private/tmp/charm-tools--argparse-20160907-5741-1nku98q/argparse-1.4.0
Running setup.py (path:/tmp/pip-wsjSWJ-build/setup.py) egg_info for package from file:///private/tmp/charm-tools--argparse-20160907-5741-1nku98q/argparse-1.4.0
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/argparse.egg-info
writing pip-egg-info/argparse.egg-info/PKG-INFO
writing top-level names to pip-egg-info/argparse.egg-info/top_level.txt
writing dependency_links to pip-egg-info/argparse.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/argparse.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/argparse.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
writing manifest file 'pip-egg-info/argparse.egg-info/SOURCES.txt'
Source in /tmp/pip-wsjSWJ-build has version 1.4.0, which satisfies requirement argparse==1.4.0 from file:///private/tmp/charm-tools--argparse-20160907-5741-1nku98q/argparse-1.4.0
Skipping bdist_wheel for argparse, due to binaries being disabled for it.
Installing collected packages: argparse
Running setup.py install for argparse: started
Running command /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-wsjSWJ-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-VFGbrT-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/argparse
running install
running build
running build_py
creating build
creating build/lib
copying argparse.py -> build/lib
running install_lib
copying build/lib/argparse.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/argparse.py to argparse.pyc
running install_egg_info
running egg_info
writing argparse.egg-info/PKG-INFO
writing top-level names to argparse.egg-info/top_level.txt
writing dependency_links to argparse.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'argparse.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
writing manifest file 'argparse.egg-info/SOURCES.txt'
Copying argparse.egg-info to /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/argparse-1.4.0-py2.7.egg-info
running install_scripts
writing list of installed files to '/tmp/pip-VFGbrT-record/install-record.txt'
Running setup.py install for argparse: finished with status 'done'
Removing source in /tmp/pip-wsjSWJ-build
Successfully installed argparse-1.4.0
Cleaning up...
2016-09-07 21:08:57 -0300
/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/pip
install
-v
--no-deps
--no-binary
:all:
--ignore-installed
/private/tmp/charm-tools--blessings-20160907-5741-1fvxxme/blessings-1.6
Processing /private/tmp/charm-tools--blessings-20160907-5741-1fvxxme/blessings-1.6
Running setup.py (path:/tmp/pip-Rt6yeJ-build/setup.py) egg_info for package from file:///private/tmp/charm-tools--blessings-20160907-5741-1fvxxme/blessings-1.6
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/blessings.egg-info
writing pip-egg-info/blessings.egg-info/PKG-INFO
writing top-level names to pip-egg-info/blessings.egg-info/top_level.txt
writing dependency_links to pip-egg-info/blessings.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/blessings.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/blessings.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/blessings.egg-info/SOURCES.txt'
Source in /tmp/pip-Rt6yeJ-build has version 1.6, which satisfies requirement blessings==1.6 from file:///private/tmp/charm-tools--blessings-20160907-5741-1fvxxme/blessings-1.6
Skipping bdist_wheel for blessings, due to binaries being disabled for it.
Installing collected packages: blessings
Running setup.py install for blessings: started
Running command /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-Rt6yeJ-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-gJINBO-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/blessings
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/blessings
copying blessings/__init__.py -> build/lib/blessings
copying blessings/tests.py -> build/lib/blessings
running egg_info
writing blessings.egg-info/PKG-INFO
writing top-level names to blessings.egg-info/top_level.txt
writing dependency_links to blessings.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'blessings.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'blessings.egg-info/SOURCES.txt'
running install_lib
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/blessings
copying build/lib/blessings/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/blessings
copying build/lib/blessings/tests.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/blessings
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/blessings/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/blessings/tests.py to tests.pyc
running install_egg_info
Copying blessings.egg-info to /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/blessings-1.6-py2.7.egg-info
running install_scripts
writing list of installed files to '/tmp/pip-gJINBO-record/install-record.txt'
Running setup.py install for blessings: finished with status 'done'
Removing source in /tmp/pip-Rt6yeJ-build
Successfully installed blessings-1.6
Cleaning up...
2016-09-07 21:08:58 -0300
/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/pip
install
-v
--no-deps
--no-binary
:all:
--ignore-installed
/private/tmp/charm-tools--cffi-20160907-5741-n6oz2s/cffi-1.7.0
Processing /private/tmp/charm-tools--cffi-20160907-5741-n6oz2s/cffi-1.7.0
Running setup.py (path:/tmp/pip-EVgvCK-build/setup.py) egg_info for package from file:///private/tmp/charm-tools--cffi-20160907-5741-n6oz2s/cffi-1.7.0
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/cffi.egg-info
writing requirements to pip-egg-info/cffi.egg-info/requires.txt
writing pip-egg-info/cffi.egg-info/PKG-INFO
writing top-level names to pip-egg-info/cffi.egg-info/top_level.txt
writing dependency_links to pip-egg-info/cffi.egg-info/dependency_links.txt
writing entry points to pip-egg-info/cffi.egg-info/entry_points.txt
writing manifest file 'pip-egg-info/cffi.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/cffi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/cffi.egg-info/SOURCES.txt'
Source in /tmp/pip-EVgvCK-build has version 1.7.0, which satisfies requirement cffi==1.7.0 from file:///private/tmp/charm-tools--cffi-20160907-5741-n6oz2s/cffi-1.7.0
Skipping bdist_wheel for cffi, due to binaries being disabled for it.
Installing collected packages: cffi
Running setup.py install for cffi: started
Running command /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-EVgvCK-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ZXyODL-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/cffi
running install
running build
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/__init__.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/api.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/backend_ctypes.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/cffi_opcode.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/commontypes.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/cparser.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/ffiplatform.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/lock.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/model.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/recompiler.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/setuptools_ext.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/vengine_cpy.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/vengine_gen.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/verifier.py -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/_cffi_include.h -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/parse_c_type.h -> build/lib.macosx-10.11-intel-2.7/cffi
copying cffi/_embedding.h -> build/lib.macosx-10.11-intel-2.7/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.macosx-10.11-intel-2.7
creating build/temp.macosx-10.11-intel-2.7/c
clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -DUSE__THREAD -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c/_cffi_backend.c -o build/temp.macosx-10.11-intel-2.7/c/_cffi_backend.o
clang -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/c/_cffi_backend.o -L/usr/local/Cellar/libffi/3.0.13/lib -lffi -o build/lib.macosx-10.11-intel-2.7/_cffi_backend.so
running install_lib
copying build/lib.macosx-10.11-intel-2.7/_cffi_backend.so -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/_cffi_include.h -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/_embedding.h -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/api.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/backend_ctypes.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/cffi_opcode.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/commontypes.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/cparser.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/ffiplatform.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/lock.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/model.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/parse_c_type.h -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/recompiler.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/setuptools_ext.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/vengine_cpy.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/vengine_gen.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
copying build/lib.macosx-10.11-intel-2.7/cffi/verifier.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/api.py to api.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/backend_ctypes.py to backend_ctypes.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/cffi_opcode.py to cffi_opcode.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/commontypes.py to commontypes.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/cparser.py to cparser.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/ffiplatform.py to ffiplatform.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/lock.py to lock.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/model.py to model.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/recompiler.py to recompiler.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/setuptools_ext.py to setuptools_ext.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/vengine_cpy.py to vengine_cpy.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/vengine_gen.py to vengine_gen.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi/verifier.py to verifier.pyc
running install_egg_info
running egg_info
writing requirements to cffi.egg-info/requires.txt
writing cffi.egg-info/PKG-INFO
writing top-level names to cffi.egg-info/top_level.txt
writing dependency_links to cffi.egg-info/dependency_links.txt
writing entry points to cffi.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'cffi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'cffi.egg-info/SOURCES.txt'
Copying cffi.egg-info to /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/cffi-1.7.0-py2.7.egg-info
running install_scripts
writing list of installed files to '/tmp/pip-ZXyODL-record/install-record.txt'
Running setup.py install for cffi: finished with status 'done'
Removing source in /tmp/pip-EVgvCK-build
Successfully installed cffi-1.7.0
Cleaning up...
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -c _configtest.c -o _configtest.o
superenv removed: -arch i386 -arch x86_64 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch i386 -arch x86_64
superenv added: -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -c _configtest.c -o _configtest.o
superenv removed: -arch i386 -arch x86_64 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch i386 -arch x86_64
superenv added: -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -c _configtest.c -o _configtest.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -DUSE__THREAD -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c/_cffi_backend.c -o build/temp.macosx-10.11-intel-2.7/c/_cffi_backend.o
superenv removed: -arch i386 -arch x86_64 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch i386 -arch x86_64
superenv added: -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -DUSE__THREAD -I/usr/local/Cellar/libffi/3.0.13/lib/libffi-3.0.13/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c/_cffi_backend.c -o build/temp.macosx-10.11-intel-2.7/c/_cffi_backend.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
clang called with: -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/c/_cffi_backend.o -L/usr/local/Cellar/libffi/3.0.13/lib -lffi -o build/lib.macosx-10.11-intel-2.7/_cffi_backend.so
superenv removed: -arch i386 -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/c/_cffi_backend.o -L/usr/local/Cellar/libffi/3.0.13/lib -lffi -o build/lib.macosx-10.11-intel-2.7/_cffi_backend.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2016-09-07 21:09:03 -0300
/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/pip
install
-v
--no-deps
--no-binary
:all:
--ignore-installed
/private/tmp/charm-tools--Cheetah-20160907-5741-q1ro30/Cheetah-2.4.4
Processing /private/tmp/charm-tools--Cheetah-20160907-5741-q1ro30/Cheetah-2.4.4
Running setup.py (path:/tmp/pip-Cx2WoJ-build/setup.py) egg_info for package from file:///private/tmp/charm-tools--Cheetah-20160907-5741-q1ro30/Cheetah-2.4.4
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/Cheetah.egg-info
writing requirements to pip-egg-info/Cheetah.egg-info/requires.txt
writing pip-egg-info/Cheetah.egg-info/PKG-INFO
writing top-level names to pip-egg-info/Cheetah.egg-info/top_level.txt
writing dependency_links to pip-egg-info/Cheetah.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/Cheetah.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/Cheetah.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'cheetah'
warning: no previously-included files matching '*.aux' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'docs'
warning: no previously-included files matching '*.aux' found under directory 'docs'
writing manifest file 'pip-egg-info/Cheetah.egg-info/SOURCES.txt'
Source in /tmp/pip-Cx2WoJ-build has version 2.4.4, which satisfies requirement Cheetah==2.4.4 from file:///private/tmp/charm-tools--Cheetah-20160907-5741-q1ro30/Cheetah-2.4.4
Skipping bdist_wheel for Cheetah, due to binaries being disabled for it.
Installing collected packages: Cheetah
Running setup.py install for Cheetah: started
Running command /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-Cx2WoJ-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-50inGP-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/Cheetah
running install
running build
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/CacheRegion.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/CacheStore.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/CheetahWrapper.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Compiler.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/convertTmplPathToModuleName.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/DirectiveAnalyzer.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Django.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/DummyTransaction.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/ErrorCatchers.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/FileUtils.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Filters.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/ImportHooks.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/ImportManager.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/NameMapper.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Parser.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Servlet.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/SettingsManager.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/SourceReader.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Template.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/TemplateCmdLineIface.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Unspecified.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
copying cheetah/Version.py -> build/lib.macosx-10.11-intel-2.7/Cheetah
creating build/lib.macosx-10.11-intel-2.7/Cheetah/Macros
copying cheetah/Macros/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Macros
copying cheetah/Macros/I18n.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Macros
creating build/lib.macosx-10.11-intel-2.7/Cheetah/Templates
copying cheetah/Templates/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Templates
copying cheetah/Templates/_SkeletonPage.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Templates
copying cheetah/Templates/SkeletonPage.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Templates
creating build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Analyzer.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/CheetahWrapper.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Cheps.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Filters.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Misc.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/NameMapper.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Parser.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Performance.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Regressions.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/SyntaxAndOutput.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Template.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Test.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/Unicode.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
copying cheetah/Tests/xmlrunner.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tests
creating build/lib.macosx-10.11-intel-2.7/Cheetah/Tools
copying cheetah/Tools/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tools
copying cheetah/Tools/CGITemplate.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tools
copying cheetah/Tools/MondoReport.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tools
copying cheetah/Tools/RecursiveNull.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tools
copying cheetah/Tools/SiteHierarchy.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Tools
creating build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
copying cheetah/Utils/__init__.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
copying cheetah/Utils/htmlDecode.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
copying cheetah/Utils/htmlEncode.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
copying cheetah/Utils/Indenter.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
copying cheetah/Utils/Misc.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
copying cheetah/Utils/statprof.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
copying cheetah/Utils/WebInputMixin.py -> build/lib.macosx-10.11-intel-2.7/Cheetah/Utils
running build_ext
building 'Cheetah._namemapper' extension
creating build/temp.macosx-10.11-intel-2.7
creating build/temp.macosx-10.11-intel-2.7/cheetah
creating build/temp.macosx-10.11-intel-2.7/cheetah/c
clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.11-intel-2.7/cheetah/c/_namemapper.o
clang -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/cheetah/c/_namemapper.o -o build/lib.macosx-10.11-intel-2.7/Cheetah/_namemapper.so
running build_scripts
creating build/scripts-2.7
copying and adjusting bin/cheetah-compile -> build/scripts-2.7
copying and adjusting bin/cheetah -> build/scripts-2.7
copying and adjusting bin/cheetah-analyze -> build/scripts-2.7
changing mode of build/scripts-2.7/cheetah-compile from 644 to 755
changing mode of build/scripts-2.7/cheetah from 644 to 755
changing mode of build/scripts-2.7/cheetah-analyze from 644 to 755
running install_lib
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/_namemapper.so -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/CacheRegion.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/CacheStore.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/CheetahWrapper.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Compiler.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/convertTmplPathToModuleName.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/DirectiveAnalyzer.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Django.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/DummyTransaction.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/ErrorCatchers.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/FileUtils.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Filters.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/ImportHooks.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/ImportManager.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Macros/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Macros/I18n.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Macros
copying build/lib.macosx-10.11-intel-2.7/Cheetah/NameMapper.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Parser.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Servlet.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/SettingsManager.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/SourceReader.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Template.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
copying build/lib.macosx-10.11-intel-2.7/Cheetah/TemplateCmdLineIface.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Templates/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Templates/_SkeletonPage.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Templates/SkeletonPage.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Analyzer.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/CheetahWrapper.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Cheps.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Filters.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Misc.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/NameMapper.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Parser.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Performance.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Regressions.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/SyntaxAndOutput.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Template.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Test.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/Unicode.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tests/xmlrunner.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tools/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tools/CGITemplate.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tools/MondoReport.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tools/RecursiveNull.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Tools/SiteHierarchy.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Unspecified.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Utils/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Utils/htmlDecode.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Utils/htmlEncode.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Utils/Indenter.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Utils/Misc.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Utils/statprof.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Utils/WebInputMixin.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils
copying build/lib.macosx-10.11-intel-2.7/Cheetah/Version.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/CacheRegion.py to CacheRegion.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/CacheStore.py to CacheStore.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/CheetahWrapper.py to CheetahWrapper.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Compiler.py to Compiler.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/convertTmplPathToModuleName.py to convertTmplPathToModuleName.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/DirectiveAnalyzer.py to DirectiveAnalyzer.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Django.py to Django.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/DummyTransaction.py to DummyTransaction.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/ErrorCatchers.py to ErrorCatchers.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/FileUtils.py to FileUtils.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Filters.py to Filters.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/ImportHooks.py to ImportHooks.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/ImportManager.py to ImportManager.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Macros/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Macros/I18n.py to I18n.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/NameMapper.py to NameMapper.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Parser.py to Parser.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Servlet.py to Servlet.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/SettingsManager.py to SettingsManager.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/SourceReader.py to SourceReader.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Template.py to Template.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/TemplateCmdLineIface.py to TemplateCmdLineIface.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates/_SkeletonPage.py to _SkeletonPage.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates/SkeletonPage.py to SkeletonPage.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Analyzer.py to Analyzer.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/CheetahWrapper.py to CheetahWrapper.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Cheps.py to Cheps.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Filters.py to Filters.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Misc.py to Misc.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/NameMapper.py to NameMapper.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Parser.py to Parser.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Performance.py to Performance.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Regressions.py to Regressions.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/SyntaxAndOutput.py to SyntaxAndOutput.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Template.py to Template.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Test.py to Test.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/Unicode.py to Unicode.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tests/xmlrunner.py to xmlrunner.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools/CGITemplate.py to CGITemplate.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools/MondoReport.py to MondoReport.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools/RecursiveNull.py to RecursiveNull.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools/SiteHierarchy.py to SiteHierarchy.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Unspecified.py to Unspecified.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils/htmlDecode.py to htmlDecode.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils/htmlEncode.py to htmlEncode.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils/Indenter.py to Indenter.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils/Misc.py to Misc.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils/statprof.py to statprof.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Utils/WebInputMixin.py to WebInputMixin.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Version.py to Version.pyc
running install_data
copying cheetah/Tools/MondoReportDoc.txt -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Tools
copying cheetah/Templates/SkeletonPage.tmpl -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah/Templates
running install_egg_info
running egg_info
writing requirements to Cheetah.egg-info/requires.txt
writing Cheetah.egg-info/PKG-INFO
writing top-level names to Cheetah.egg-info/top_level.txt
writing dependency_links to Cheetah.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'Cheetah.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'cheetah'
warning: no previously-included files matching '*.aux' found under directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 'docs'
warning: no previously-included files matching '*.aux' found under directory 'docs'
writing manifest file 'Cheetah.egg-info/SOURCES.txt'
Copying Cheetah.egg-info to /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/Cheetah-2.4.4-py2.7.egg-info
running install_scripts
copying build/scripts-2.7/cheetah -> /usr/local/Cellar/charm-tools/2.1.2/libexec/bin
copying build/scripts-2.7/cheetah-analyze -> /usr/local/Cellar/charm-tools/2.1.2/libexec/bin
copying build/scripts-2.7/cheetah-compile -> /usr/local/Cellar/charm-tools/2.1.2/libexec/bin
changing mode of /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/cheetah to 755
changing mode of /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/cheetah-analyze to 755
changing mode of /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/cheetah-compile to 755
writing list of installed files to '/tmp/pip-50inGP-record/install-record.txt'
Running setup.py install for Cheetah: finished with status 'done'
Removing source in /tmp/pip-Cx2WoJ-build
Successfully installed Cheetah-2.4.4
Cleaning up...
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.11-intel-2.7/cheetah/c/_namemapper.o
superenv removed: -arch i386 -arch x86_64 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch i386 -arch x86_64
superenv added: -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.11-intel-2.7/cheetah/c/_namemapper.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
clang called with: -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -Wl,-F. build/temp.macosx-10.11-intel-2.7/cheetah/c/_namemapper.o -o build/lib.macosx-10.11-intel-2.7/Cheetah/_namemapper.so
superenv removed: -arch i386 -arch x86_64
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.11-intel-2.7/cheetah/c/_namemapper.o -o build/lib.macosx-10.11-intel-2.7/Cheetah/_namemapper.so -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2016-09-07 21:09:05 -0300
/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/pip
install
-v
--no-deps
--no-binary
:all:
--ignore-installed
/private/tmp/charm-tools--colander-20160907-5741-1wjej2t/colander-1.3.1
Processing /private/tmp/charm-tools--colander-20160907-5741-1wjej2t/colander-1.3.1
Running setup.py (path:/tmp/pip-o8CMl5-build/setup.py) egg_info for package from file:///private/tmp/charm-tools--colander-20160907-5741-1wjej2t/colander-1.3.1
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/colander.egg-info
writing requirements to pip-egg-info/colander.egg-info/requires.txt
writing pip-egg-info/colander.egg-info/PKG-INFO
writing top-level names to pip-egg-info/colander.egg-info/top_level.txt
writing dependency_links to pip-egg-info/colander.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/colander.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/colander.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/colander.egg-info/SOURCES.txt'
Source in /tmp/pip-o8CMl5-build has version 1.3.1, which satisfies requirement colander==1.3.1 from file:///private/tmp/charm-tools--colander-20160907-5741-1wjej2t/colander-1.3.1
Skipping bdist_wheel for colander, due to binaries being disabled for it.
Installing collected packages: colander
Running setup.py install for colander: started
Running command /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-o8CMl5-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4ZGMJw-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/colander
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/colander
copying colander/__init__.py -> build/lib/colander
copying colander/compat.py -> build/lib/colander
copying colander/interfaces.py -> build/lib/colander
copying colander/iso8601.py -> build/lib/colander
creating build/lib/colander/tests
copying colander/tests/__init__.py -> build/lib/colander/tests
copying colander/tests/test_colander.py -> build/lib/colander/tests
copying colander/tests/test_interfaces.py -> build/lib/colander/tests
copying colander/tests/test_iso8601.py -> build/lib/colander/tests
running egg_info
writing requirements to colander.egg-info/requires.txt
writing colander.egg-info/PKG-INFO
writing top-level names to colander.egg-info/top_level.txt
writing dependency_links to colander.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'colander.egg-info/SOURCES.txt'
writing manifest file 'colander.egg-info/SOURCES.txt'
creating build/lib/colander/locale
copying colander/locale/colander.pot -> build/lib/colander/locale
creating build/lib/colander/locale/cs
creating build/lib/colander/locale/cs/LC_MESSAGES
copying colander/locale/cs/LC_MESSAGES/colander.mo -> build/lib/colander/locale/cs/LC_MESSAGES
copying colander/locale/cs/LC_MESSAGES/colander.po -> build/lib/colander/locale/cs/LC_MESSAGES
creating build/lib/colander/locale/de
creating build/lib/colander/locale/de/LC_MESSAGES
copying colander/locale/de/LC_MESSAGES/colander.mo -> build/lib/colander/locale/de/LC_MESSAGES
copying colander/locale/de/LC_MESSAGES/colander.po -> build/lib/colander/locale/de/LC_MESSAGES
creating build/lib/colander/locale/el
creating build/lib/colander/locale/el/LC_MESSAGES
copying colander/locale/el/LC_MESSAGES/colander.mo -> build/lib/colander/locale/el/LC_MESSAGES
copying colander/locale/el/LC_MESSAGES/colander.po -> build/lib/colander/locale/el/LC_MESSAGES
creating build/lib/colander/locale/es
creating build/lib/colander/locale/es/LC_MESSAGES
copying colander/locale/es/LC_MESSAGES/colander.mo -> build/lib/colander/locale/es/LC_MESSAGES
copying colander/locale/es/LC_MESSAGES/colander.po -> build/lib/colander/locale/es/LC_MESSAGES
creating build/lib/colander/locale/fi
creating build/lib/colander/locale/fi/LC_MESSAGES
copying colander/locale/fi/LC_MESSAGES/colander.mo -> build/lib/colander/locale/fi/LC_MESSAGES
copying colander/locale/fi/LC_MESSAGES/colander.po -> build/lib/colander/locale/fi/LC_MESSAGES
creating build/lib/colander/locale/fr
creating build/lib/colander/locale/fr/LC_MESSAGES
copying colander/locale/fr/LC_MESSAGES/colander.mo -> build/lib/colander/locale/fr/LC_MESSAGES
copying colander/locale/fr/LC_MESSAGES/colander.po -> build/lib/colander/locale/fr/LC_MESSAGES
creating build/lib/colander/locale/it
creating build/lib/colander/locale/it/LC_MESSAGES
copying colander/locale/it/LC_MESSAGES/colander.mo -> build/lib/colander/locale/it/LC_MESSAGES
copying colander/locale/it/LC_MESSAGES/colander.po -> build/lib/colander/locale/it/LC_MESSAGES
creating build/lib/colander/locale/ja
creating build/lib/colander/locale/ja/LC_MESSAGES
copying colander/locale/ja/LC_MESSAGES/colander.mo -> build/lib/colander/locale/ja/LC_MESSAGES
copying colander/locale/ja/LC_MESSAGES/colander.po -> build/lib/colander/locale/ja/LC_MESSAGES
creating build/lib/colander/locale/nl
creating build/lib/colander/locale/nl/LC_MESSAGES
copying colander/locale/nl/LC_MESSAGES/colander.mo -> build/lib/colander/locale/nl/LC_MESSAGES
copying colander/locale/nl/LC_MESSAGES/colander.po -> build/lib/colander/locale/nl/LC_MESSAGES
creating build/lib/colander/locale/pl
creating build/lib/colander/locale/pl/LC_MESSAGES
copying colander/locale/pl/LC_MESSAGES/colander.mo -> build/lib/colander/locale/pl/LC_MESSAGES
copying colander/locale/pl/LC_MESSAGES/colander.po -> build/lib/colander/locale/pl/LC_MESSAGES
creating build/lib/colander/locale/pt
creating build/lib/colander/locale/pt/LC_MESSAGES
copying colander/locale/pt/LC_MESSAGES/colander.mo -> build/lib/colander/locale/pt/LC_MESSAGES
copying colander/locale/pt/LC_MESSAGES/colander.po -> build/lib/colander/locale/pt/LC_MESSAGES
creating build/lib/colander/locale/pt_BR
creating build/lib/colander/locale/pt_BR/LC_MESSAGES
copying colander/locale/pt_BR/LC_MESSAGES/colander.mo -> build/lib/colander/locale/pt_BR/LC_MESSAGES
copying colander/locale/pt_BR/LC_MESSAGES/colander.po -> build/lib/colander/locale/pt_BR/LC_MESSAGES
creating build/lib/colander/locale/ro
creating build/lib/colander/locale/ro/LC_MESSAGES
copying colander/locale/ro/LC_MESSAGES/colander.mo -> build/lib/colander/locale/ro/LC_MESSAGES
copying colander/locale/ro/LC_MESSAGES/colander.po -> build/lib/colander/locale/ro/LC_MESSAGES
creating build/lib/colander/locale/ru
creating build/lib/colander/locale/ru/LC_MESSAGES
copying colander/locale/ru/LC_MESSAGES/colander.mo -> build/lib/colander/locale/ru/LC_MESSAGES
copying colander/locale/ru/LC_MESSAGES/colander.po -> build/lib/colander/locale/ru/LC_MESSAGES
creating build/lib/colander/locale/sv
creating build/lib/colander/locale/sv/LC_MESSAGES
copying colander/locale/sv/LC_MESSAGES/colander.mo -> build/lib/colander/locale/sv/LC_MESSAGES
copying colander/locale/sv/LC_MESSAGES/colander.po -> build/lib/colander/locale/sv/LC_MESSAGES
creating build/lib/colander/locale/zh
creating build/lib/colander/locale/zh/LC_MESSAGES
copying colander/locale/zh/LC_MESSAGES/colander.mo -> build/lib/colander/locale/zh/LC_MESSAGES
copying colander/locale/zh/LC_MESSAGES/colander.po -> build/lib/colander/locale/zh/LC_MESSAGES
running install_lib
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander
copying build/lib/colander/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander
copying build/lib/colander/compat.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander
copying build/lib/colander/interfaces.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander
copying build/lib/colander/iso8601.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale
copying build/lib/colander/locale/colander.pot -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/cs
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/cs/LC_MESSAGES
copying build/lib/colander/locale/cs/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/cs/LC_MESSAGES
copying build/lib/colander/locale/cs/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/cs/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/de
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/de/LC_MESSAGES
copying build/lib/colander/locale/de/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/de/LC_MESSAGES
copying build/lib/colander/locale/de/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/de/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/el
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/el/LC_MESSAGES
copying build/lib/colander/locale/el/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/el/LC_MESSAGES
copying build/lib/colander/locale/el/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/el/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/es
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/es/LC_MESSAGES
copying build/lib/colander/locale/es/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/es/LC_MESSAGES
copying build/lib/colander/locale/es/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/es/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fi
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fi/LC_MESSAGES
copying build/lib/colander/locale/fi/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fi/LC_MESSAGES
copying build/lib/colander/locale/fi/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fi/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fr
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fr/LC_MESSAGES
copying build/lib/colander/locale/fr/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fr/LC_MESSAGES
copying build/lib/colander/locale/fr/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/fr/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/it
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/it/LC_MESSAGES
copying build/lib/colander/locale/it/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/it/LC_MESSAGES
copying build/lib/colander/locale/it/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/it/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ja
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ja/LC_MESSAGES
copying build/lib/colander/locale/ja/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ja/LC_MESSAGES
copying build/lib/colander/locale/ja/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ja/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/nl
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/nl/LC_MESSAGES
copying build/lib/colander/locale/nl/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/nl/LC_MESSAGES
copying build/lib/colander/locale/nl/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/nl/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pl
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pl/LC_MESSAGES
copying build/lib/colander/locale/pl/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pl/LC_MESSAGES
copying build/lib/colander/locale/pl/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pl/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt/LC_MESSAGES
copying build/lib/colander/locale/pt/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt/LC_MESSAGES
copying build/lib/colander/locale/pt/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt_BR
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt_BR/LC_MESSAGES
copying build/lib/colander/locale/pt_BR/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt_BR/LC_MESSAGES
copying build/lib/colander/locale/pt_BR/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/pt_BR/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ro
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ro/LC_MESSAGES
copying build/lib/colander/locale/ro/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ro/LC_MESSAGES
copying build/lib/colander/locale/ro/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ro/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ru
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ru/LC_MESSAGES
copying build/lib/colander/locale/ru/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ru/LC_MESSAGES
copying build/lib/colander/locale/ru/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/ru/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/sv
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/sv/LC_MESSAGES
copying build/lib/colander/locale/sv/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/sv/LC_MESSAGES
copying build/lib/colander/locale/sv/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/sv/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/zh
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/zh/LC_MESSAGES
copying build/lib/colander/locale/zh/LC_MESSAGES/colander.mo -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/zh/LC_MESSAGES
copying build/lib/colander/locale/zh/LC_MESSAGES/colander.po -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/locale/zh/LC_MESSAGES
creating /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests
copying build/lib/colander/tests/__init__.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests
copying build/lib/colander/tests/test_colander.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests
copying build/lib/colander/tests/test_interfaces.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests
copying build/lib/colander/tests/test_iso8601.py -> /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/compat.py to compat.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/interfaces.py to interfaces.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/iso8601.py to iso8601.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests/test_colander.py to test_colander.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests/test_interfaces.py to test_interfaces.pyc
byte-compiling /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander/tests/test_iso8601.py to test_iso8601.pyc
running install_egg_info
Copying colander.egg-info to /usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/colander-1.3.1-py2.7.egg-info
running install_scripts
writing list of installed files to '/tmp/pip-4ZGMJw-record/install-record.txt'
Running setup.py install for colander: finished with status 'done'
Removing source in /tmp/pip-o8CMl5-build
Successfully installed colander-1.3.1
Cleaning up...
2016-09-07 21:09:06 -0300
/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/pip
install
-v
--no-deps
--no-binary
:all:
--ignore-installed
/private/tmp/charm-tools--cryptography-20160907-5741-efhyhs/cryptography-1.4
Processing /private/tmp/charm-tools--cryptography-20160907-5741-efhyhs/cryptography-1.4
Running setup.py (path:/tmp/pip-5tlpYM-build/setup.py) egg_info for package from file:///private/tmp/charm-tools--cryptography-20160907-5741-efhyhs/cryptography-1.4
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/cryptography.egg-info
writing requirements to pip-egg-info/cryptography.egg-info/requires.txt
writing pip-egg-info/cryptography.egg-info/PKG-INFO
writing top-level names to pip-egg-info/cryptography.egg-info/top_level.txt
writing dependency_links to pip-egg-info/cryptography.egg-info/dependency_links.txt
writing entry points to pip-egg-info/cryptography.egg-info/entry_points.txt
writing manifest file 'pip-egg-info/cryptography.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'
writing manifest file 'pip-egg-info/cryptography.egg-info/SOURCES.txt'
Source in /tmp/pip-5tlpYM-build has version 1.4, which satisfies requirement cryptography==1.4 from file:///private/tmp/charm-tools--cryptography-20160907-5741-efhyhs/cryptography-1.4
Skipping bdist_wheel for cryptography, due to binaries being disabled for it.
Installing collected packages: cryptography
Running setup.py install for cryptography: started
Running command /usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-5tlpYM-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-aByzWS-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/cryptography
warning: no previously-included files matching 'yacctab.*' found under directory 'tests'
warning: no previously-included files matching 'lextab.*' found under directory 'tests'
warning: no previously-included files matching 'yacctab.*' found under directory 'examples'
warning: no previously-included files matching 'lextab.*' found under directory 'examples'
zip_safe flag not set; analyzing archive contents...
Installed /private/tmp/pip-5tlpYM-build/.eggs/pycparser-2.14-py2.7.egg
running install
running build
running build_py
creating build
creating build/lib.macosx-10.11-intel-2.7
creating build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/__about__.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/exceptions.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/fernet.py -> build/lib.macosx-10.11-intel-2.7/cryptography
copying src/cryptography/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat
copying src/cryptography/hazmat/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat
creating build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/base.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/extensions.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/general_name.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/name.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
copying src/cryptography/x509/oid.py -> build/lib.macosx-10.11-intel-2.7/cryptography/x509
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
copying src/cryptography/hazmat/backends/multibackend.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/backend.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/hashes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
copying src/cryptography/hazmat/backends/commoncrypto/hmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/commoncrypto
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/backends/openssl
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/commoncrypto
copying src/cryptography/hazmat/bindings/commoncrypto/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/commoncrypto
copying src/cryptography/hazmat/bindings/commoncrypto/binding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/commoncrypto
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/bindings/openssl
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/asymmetric
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/ciphers
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/interfaces
copying src/cryptography/hazmat/primitives/interfaces/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/interfaces
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/kdf
creating build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.macosx-10.11-intel-2.7/cryptography/hazmat/primitives/twofactor
running egg_info
writing requirements to src/cryptography.egg-info/requires.txt
writing src/cryptography.egg-info/PKG-INFO
writing top-level names to src/cryptography.egg-info/top_level.txt
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
writing entry points to src/cryptography.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
running build_ext
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_commoncrypto.c'
creating build/temp.macosx-10.11-intel-2.7
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_padding.c'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_constant_time.c'
generating cffi module 'build/temp.macosx-10.11-intel-2.7/_openssl.c'
building '_openssl' extension
creating build/temp.macosx-10.11-intel-2.7/build
creating build/temp.macosx-10.11-intel-2.7/build/temp.macosx-10.11-intel-2.7
clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.11-intel-2.7/_openssl.c -o build/temp.macosx-10.11-intel-2.7/build/temp.macosx-10.11-intel-2.7/_openssl.o
build/temp.macosx-10.11-intel-2.7/_openssl.c:606:5: error: conflicting types for 'i2d_ASN1_OBJECT'
int i2d_ASN1_OBJECT(ASN1_OBJECT *, unsigned char **);
^
/usr/local/opt/[email protected]/include/openssl/asn1.h:529:5: note: previous declaration is here
int i2d_ASN1_OBJECT(const ASN1_OBJECT *a, unsigned char **pp);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:614:5: error: conflicting types for 'ASN1_STRING_type'
int ASN1_STRING_type(ASN1_STRING *);
^
/usr/local/opt/[email protected]/include/openssl/asn1.h:552:5: note: previous declaration is here
int ASN1_STRING_type(const ASN1_STRING *x);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:615:5: error: conflicting types for 'ASN1_STRING_to_UTF8'
int ASN1_STRING_to_UTF8(unsigned char **, ASN1_STRING *);
^
/usr/local/opt/[email protected]/include/openssl/asn1.h:727:5: note: previous declaration is here
int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:629:5: error: conflicting types for 'i2a_ASN1_INTEGER'
int i2a_ASN1_INTEGER(BIO *, ASN1_INTEGER *);
^
/usr/local/opt/[email protected]/include/openssl/asn1.h:632:5: note: previous declaration is here
int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:654:6: error: conflicting types for 'ASN1_ENUMERATED_get'
long ASN1_ENUMERATED_get(ASN1_ENUMERATED *);
^
/usr/local/opt/[email protected]/include/openssl/asn1.h:660:6: note: previous declaration is here
long ASN1_ENUMERATED_get(const ASN1_ENUMERATED *a);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:779:6: error: conflicting types for 'DSA_get0_pqg'
void DSA_get0_pqg(const DSA *, BIGNUM **, BIGNUM **, BIGNUM **);
^
/usr/local/opt/[email protected]/include/openssl/dsa.h:173:6: note: previous declaration is here
void DSA_get0_pqg(const DSA *d,
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:781:6: error: conflicting types for 'DSA_get0_key'
void DSA_get0_key(const DSA *, BIGNUM **, BIGNUM **);
^
/usr/local/opt/[email protected]/include/openssl/dsa.h:176:6: note: previous declaration is here
void DSA_get0_key(const DSA *d,
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:934:5: error: conflicting types for 'EVP_PKEY_bits'
int EVP_PKEY_bits(EVP_PKEY *);
^
/usr/local/opt/[email protected]/include/openssl/evp.h:898:5: note: previous declaration is here
int EVP_PKEY_bits(const EVP_PKEY *pkey);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:966:5: error: conflicting types for 'EVP_PKEY_get_attr_by_OBJ'
int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *, ASN1_OBJECT *, int);
^
/usr/local/opt/[email protected]/include/openssl/x509.h:937:5: note: previous declaration is here
int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, const ASN1_OBJECT *obj,
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:979:11: error: conflicting types for 'EVP_PKCS82PKEY'
EVP_PKEY *EVP_PKCS82PKEY(PKCS8_PRIV_KEY_INFO *);
^
/usr/local/opt/[email protected]/include/openssl/x509.h:988:11: note: previous declaration is here
EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1125:6: error: conflicting types for 'ERR_load_RAND_strings'
void ERR_load_RAND_strings(void);
^
/usr/local/opt/[email protected]/include/openssl/rand.h:76:5: note: previous declaration is here
int ERR_load_RAND_strings(void);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1165:6: error: conflicting types for 'RSA_get0_key'
void RSA_get0_key(const RSA *, BIGNUM **, BIGNUM **, BIGNUM **);
^
/usr/local/opt/[email protected]/include/openssl/rsa.h:181:6: note: previous declaration is here
void RSA_get0_key(const RSA *r,
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1166:6: error: conflicting types for 'RSA_get0_factors'
void RSA_get0_factors(const RSA *, BIGNUM **, BIGNUM **);
^
/usr/local/opt/[email protected]/include/openssl/rsa.h:183:6: note: previous declaration is here
void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1167:6: error: conflicting types for 'RSA_get0_crt_params'
void RSA_get0_crt_params(const RSA *, BIGNUM **, BIGNUM **, BIGNUM **);
^
/usr/local/opt/[email protected]/include/openssl/rsa.h:184:6: note: previous declaration is here
void RSA_get0_crt_params(const RSA *r,
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1284:12: error: conflicting types for 'X509_get_subject_name'
X509_NAME *X509_get_subject_name(X509 *);
^
/usr/local/opt/[email protected]/include/openssl/x509.h:623:12: note: previous declaration is here
X509_NAME *X509_get_subject_name(const X509 *a);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1287:12: error: conflicting types for 'X509_get_issuer_name'
X509_NAME *X509_get_issuer_name(X509 *);
^
/usr/local/opt/[email protected]/include/openssl/x509.h:621:12: note: previous declaration is here
X509_NAME *X509_get_issuer_name(const X509 *a);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1290:5: error: conflicting types for 'X509_get_ext_count'
int X509_get_ext_count(X509 *);
^
/usr/local/opt/[email protected]/include/openssl/x509.h:840:5: note: previous declaration is here
int X509_get_ext_count(const X509 *x);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1294:17: error: conflicting types for 'X509_get_ext'
X509_EXTENSION *X509_get_ext(X509 *, int);
^
/usr/local/opt/[email protected]/include/openssl/x509.h:844:17: note: previous declaration is here
X509_EXTENSION *X509_get_ext(const X509 *x, int loc);
^
build/temp.macosx-10.11-intel-2.7/_openssl.c:1295:5: error: conflicting types for 'X509_get_ext_by_NID'
int X509_get_ext_by_NID(X509 *, int, int);
^
/usr/local/opt/[email protected]/include/openssl/x509.h:841:5: note: previous declaration is here
int X509_get_ext_by_NID(const X509 *x, int nid, int lastpos);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command 'clang' failed with exit status 1
Running setup.py install for cryptography: finished with status 'error'
Cleaning up...
Removing source in /tmp/pip-5tlpYM-build
Command "/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-5tlpYM-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-aByzWS-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/cryptography" failed with error code 1 in /tmp/pip-5tlpYM-build/
Exception information:
Traceback (most recent call last):
File "/usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/pip/commands/install.py", line 317, in run
prefix=options.prefix_path,
File "/usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/pip/req/req_set.py", line 742, in install
**kwargs
File "/usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/pip/req/req_install.py", line 880, in install
spinner=spinner,
File "/usr/local/Cellar/charm-tools/2.1.2/libexec/lib/python2.7/site-packages/pip/utils/__init__.py", line 718, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command "/usr/local/Cellar/charm-tools/2.1.2/libexec/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-5tlpYM-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-aByzWS-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/charm-tools/2.1.2/libexec/include/site/python2.7/cryptography" failed with error code 1 in /tmp/pip-5tlpYM-build/
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 9586390418dbcb8655bf7c62bb315c2a2090722e
Last commit: 11 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 8fba6904e803e7766af6d38c1726c92db895496c
Core tap last commit: 21 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
GCC-4.2: build 0
Clang: 7.3 build 703
Git: 2.10.0 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_102
OS X: 10.11.6-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/[email protected]:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/libyaml/lib/pkgconfig:/usr/local/opt/[email protected]/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/Homebrew/shims/super:/usr/local/opt/charm/bin:/usr/local/opt/[email protected]/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
clang called with: -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.11-intel-2.7/_openssl.c -o build/temp.macosx-10.11-intel-2.7/build/temp.macosx-10.11-intel-2.7/_openssl.o
superenv removed: -arch i386 -arch x86_64 -g -Wall -Wstrict-prototypes -Wshorten-64-to-32 -g -Wall -Wstrict-prototypes -arch i386 -arch x86_64
superenv added: -w -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
superenv executed: clang -pipe -w -Os -march=native -fno-strict-aliasing -fno-common -dynamic -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -DNDEBUG -fwrapv -DENABLE_DTRACE -pipe -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.11-intel-2.7/_openssl.c -o build/temp.macosx-10.11-intel-2.7/build/temp.macosx-10.11-intel-2.7/_openssl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment