Skip to content

Instantly share code, notes, and snippets.

@ericzundel
Created January 19, 2015 03:28
Show Gist options
  • Save ericzundel/173cc098fb29828bc36b to your computer and use it in GitHub Desktop.
Save ericzundel/173cc098fb29828bc36b to your computer and use it in GitHub Desktop.
*** Running pants in dev mode from /Users/zundel/Src/Pants/src/python/pants/bin/pants_exe.py ***
Bootstrapping pants_deps with requirements:
/Users/zundel/Src/pants/3rdparty/python/requirements.txt
/Users/zundel/Src/pants/3rdparty/python/internal_backend/requirements.txt
/Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt
Using /usr/local/bin/python2.7
~/Src/pants/build-support ~/Src/Pants
Downloading https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.0.5.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
17 1777k 17 312k 0 0 296k 0 0:00:05 0:00:01 0:00:04 296k
100 1777k 100 1777k 0 0 1046k 0 0:00:01 0:00:01 --:--:-- 1046k
x virtualenv-12.0.5/
x virtualenv-12.0.5/AUTHORS.txt
x virtualenv-12.0.5/bin/
x virtualenv-12.0.5/bin/rebuild-script.py
x virtualenv-12.0.5/docs/
x virtualenv-12.0.5/docs/changes.rst
x virtualenv-12.0.5/docs/conf.py
x virtualenv-12.0.5/docs/development.rst
x virtualenv-12.0.5/docs/index.rst
x virtualenv-12.0.5/docs/installation.rst
x virtualenv-12.0.5/docs/make.bat
x virtualenv-12.0.5/docs/Makefile
x virtualenv-12.0.5/docs/reference.rst
x virtualenv-12.0.5/docs/userguide.rst
x virtualenv-12.0.5/LICENSE.txt
x virtualenv-12.0.5/MANIFEST.in
x virtualenv-12.0.5/PKG-INFO
x virtualenv-12.0.5/README.rst
x virtualenv-12.0.5/scripts/
x virtualenv-12.0.5/scripts/virtualenv
x virtualenv-12.0.5/setup.cfg
x virtualenv-12.0.5/setup.py
x virtualenv-12.0.5/virtualenv.egg-info/
x virtualenv-12.0.5/virtualenv.egg-info/dependency_links.txt
x virtualenv-12.0.5/virtualenv.egg-info/entry_points.txt
x virtualenv-12.0.5/virtualenv.egg-info/not-zip-safe
x virtualenv-12.0.5/virtualenv.egg-info/pbr.json
x virtualenv-12.0.5/virtualenv.egg-info/PKG-INFO
x virtualenv-12.0.5/virtualenv.egg-info/SOURCES.txt
x virtualenv-12.0.5/virtualenv.egg-info/top_level.txt
x virtualenv-12.0.5/virtualenv.py
x virtualenv-12.0.5/virtualenv_embedded/
x virtualenv-12.0.5/virtualenv_embedded/activate.bat
x virtualenv-12.0.5/virtualenv_embedded/activate.csh
x virtualenv-12.0.5/virtualenv_embedded/activate.fish
x virtualenv-12.0.5/virtualenv_embedded/activate.ps1
x virtualenv-12.0.5/virtualenv_embedded/activate.sh
x virtualenv-12.0.5/virtualenv_embedded/activate_this.py
x virtualenv-12.0.5/virtualenv_embedded/deactivate.bat
x virtualenv-12.0.5/virtualenv_embedded/distutils-init.py
x virtualenv-12.0.5/virtualenv_embedded/distutils.cfg
x virtualenv-12.0.5/virtualenv_embedded/site.py
x virtualenv-12.0.5/virtualenv_support/
x virtualenv-12.0.5/virtualenv_support/__init__.py
x virtualenv-12.0.5/virtualenv_support/pip-6.0.6-py2.py3-none-any.whl
x virtualenv-12.0.5/virtualenv_support/setuptools-11.0-py2.py3-none-any.whl
virtualenv-12.0.5 -> virtualenv.dist
~/Src/Pants
New python executable in /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin/python2.7
Also creating executable in /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin/python
Installing setuptools, pip...done.
DEPRECATION: --download-cache has been deprecated and will be removed in the future. Pip now automatically uses and configures its cache.
Collecting ansicolors==1.0.2 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 1))
Using cached ansicolors-1.0.2.tar.gz
Collecting antlr-python-runtime==3.1.3 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 3))
antlr-python-runtime is potentially insecure and unverifiable.
Downloading http://antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz (76kB)
Collecting coverage<3.8,>=3.7 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 7))
Using cached coverage-3.7.1.tar.gz
Collecting docutils<0.13,>=0.12 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 8))
Using cached docutils-0.12.tar.gz
Collecting Markdown==2.1.1 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 9))
Using cached Markdown-2.1.1.tar.gz
Collecting mock==1.0.1 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 10))
Using cached mock-1.0.1.tar.gz
Collecting mox==0.5.3 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 11))
Using cached mox-0.5.3.tar.gz
Collecting pex<0.8.999999,>=0.8.1 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 14))
Using cached pex-0.8.2-py2.py3-none-any.whl
Collecting psutil==1.1.3 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 15))
Using cached psutil-1.1.3.tar.gz
Collecting lockfile==0.10.2 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 16))
Using cached lockfile-0.10.2-py2-none-any.whl
Collecting Pygments==1.4 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 17))
Using cached Pygments-1.4.tar.gz
Collecting pystache==0.5.3 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 18))
Using cached pystache-0.5.3.tar.gz
pystache: using: version '11.0' of <module 'setuptools' from '/Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/setuptools/__init__.pyc'>
Collecting pytest<2.7,>=2.6 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 19))
Using cached pytest-2.6.4.tar.gz
Collecting pytest-cov<1.9,>=1.8 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 20))
Using cached pytest-cov-1.8.1.tar.gz
Collecting requests<2.4,>=2.3.0 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 21))
Using cached requests-2.3.0-py2.py3-none-any.whl
Collecting setuptools==5.4.1 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 22))
Using cached setuptools-5.4.1-py2.py3-none-any.whl
Collecting six==1.8.0 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 23))
Using cached six-1.8.0-py2.py3-none-any.whl
Collecting thrift==0.9.1 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 24))
Using cached thrift-0.9.1.tar.gz
Collecting wheel==0.23.0 (from -r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 25))
Using cached wheel-0.23.0-py2.py3-none-any.whl
Collecting py>=1.4.25 (from pytest<2.7,>=2.6->-r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 19))
Using cached py-1.4.26.tar.gz
Collecting cov-core>=1.14.0 (from pytest-cov<1.9,>=1.8->-r /Users/zundel/Src/pants/3rdparty/python/requirements.txt (line 20))
Using cached cov-core-1.15.0.tar.gz
Installing collected packages: cov-core, py, wheel, thrift, six, setuptools, requests, pytest-cov, pytest, pystache, Pygments, lockfile, psutil, pex, mox, mock, Markdown, docutils, coverage, antlr-python-runtime, ansicolors
Running setup.py install for cov-core
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing cov_core-1.15.0-py2.7.egg
Extracting cov_core-1.15.0-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding cov-core 1.15.0 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/cov_core-1.15.0-py2.7.egg
Processing dependencies for cov-core==1.15.0
Searching for coverage>=3.6
Reading https://pypi.python.org/simple/coverage/
Best match: coverage 4.0a2
Downloading https://pypi.python.org/packages/source/c/coverage/coverage-4.0a2.tar.gz#md5=01f0c92426c930684dfce38987e53ed5
Processing coverage-4.0a2.tar.gz
Writing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-bj2G93/coverage-4.0a2/setup.cfg
Running coverage-4.0a2/setup.py -q bdist_egg --dist-dir /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-bj2G93/coverage-4.0a2/egg-dist-tmp-6n2KkF
Extracting coverage-4.0a2-py2.7-macosx-10.9-x86_64.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding coverage 4.0a2 to easy-install.pth file
Installing coverage2 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing coverage-2.7 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing coverage script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/coverage-4.0a2-py2.7-macosx-10.9-x86_64.egg
Finished processing dependencies for cov-core==1.15.0
Wrote pth file for subprocess measurement to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/init_cov_core.pth
Running setup.py install for py
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing py-1.4.26-py2.7.egg
Extracting py-1.4.26-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding py 1.4.26 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/py-1.4.26-py2.7.egg
Processing dependencies for py==1.4.26
Finished processing dependencies for py==1.4.26
Running setup.py install for thrift
installing library code to build/bdist.macosx-10.9-x86_64/egg
building 'thrift.protocol.fastbinary' extension
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/protocol/fastbinary.c -o build/temp.macosx-10.9-x86_64-2.7/src/protocol/fastbinary.o
src/protocol/fastbinary.c:227:7: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (INT_CONV_ERROR_OCCURRED(dest->element_type)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/protocol/fastbinary.c:124:43: note: expanded from macro 'INT_CONV_ERROR_OCCURRED'
#define INT_CONV_ERROR_OCCURRED(v) ( ((v) == -1) && PyErr_Occurred() )
~~~ ^ ~~
src/protocol/fastbinary.c:244:7: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (INT_CONV_ERROR_OCCURRED(dest->ktag)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/protocol/fastbinary.c:124:43: note: expanded from macro 'INT_CONV_ERROR_OCCURRED'
#define INT_CONV_ERROR_OCCURRED(v) ( ((v) == -1) && PyErr_Occurred() )
~~~ ^ ~~
src/protocol/fastbinary.c:249:7: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (INT_CONV_ERROR_OCCURRED(dest->vtag)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/protocol/fastbinary.c:124:43: note: expanded from macro 'INT_CONV_ERROR_OCCURRED'
#define INT_CONV_ERROR_OCCURRED(v) ( ((v) == -1) && PyErr_Occurred() )
~~~ ^ ~~
src/protocol/fastbinary.c:287:7: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (INT_CONV_ERROR_OCCURRED(dest->type)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/protocol/fastbinary.c:124:43: note: expanded from macro 'INT_CONV_ERROR_OCCURRED'
#define INT_CONV_ERROR_OCCURRED(v) ( ((v) == -1) && PyErr_Occurred() )
~~~ ^ ~~
src/protocol/fastbinary.c:740:7: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (INT_CONV_ERROR_OCCURRED(got)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/protocol/fastbinary.c:124:43: note: expanded from macro 'INT_CONV_ERROR_OCCURRED'
#define INT_CONV_ERROR_OCCURRED(v) ( ((v) == -1) && PyErr_Occurred() )
~~~ ^ ~~
src/protocol/fastbinary.c:787:15: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (etype == -1) {
~~~~~ ^ ~~
src/protocol/fastbinary.c:809:15: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (ktype == -1) {
~~~~~ ^ ~~
src/protocol/fastbinary.c:814:15: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (vtype == -1) {
~~~~~ ^ ~~
src/protocol/fastbinary.c:836:16: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (type == -1) {
~~~~ ^ ~~
src/protocol/fastbinary.c:888:14: warning: comparison of constant -1 with expression of type 'TType' (aka 'enum TType') is always false [-Wtautological-constant-out-of-range-compare]
if (type == -1) {
~~~~ ^ ~~
10 warnings generated.
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.9-x86_64-2.7/src/protocol/fastbinary.o -o build/lib.macosx-10.9-x86_64-2.7/thrift/protocol/fastbinary.so
/Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin/python2.7 -O /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/tmpEPyPFh.py
removing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/tmpEPyPFh.py
/Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin/python2.7 -O /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/tmpInGki2.py
removing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/tmpInGki2.py
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing thrift-0.9.1-py2.7-macosx-10.9-x86_64.egg
Adding thrift 0.9.1 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/thrift-0.9.1-py2.7-macosx-10.9-x86_64.egg
Processing dependencies for thrift==0.9.1
Finished processing dependencies for thrift==0.9.1
Found existing installation: setuptools 11.0
Uninstalling setuptools-11.0:
Successfully uninstalled setuptools-11.0
Running setup.py install for pytest-cov
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing pytest_cov-1.8.1-py2.7.egg
Extracting pytest_cov-1.8.1-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding pytest-cov 1.8.1 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/pytest_cov-1.8.1-py2.7.egg
Processing dependencies for pytest-cov==1.8.1
Searching for coverage>=3.7.1,<4.0a1
Reading https://pypi.python.org/simple/coverage/
Best match: coverage 3.7.1
Downloading https://pypi.python.org/packages/source/c/coverage/coverage-3.7.1.tar.gz#md5=c47b36ceb17eaff3ecfab3bcd347d0df
Processing coverage-3.7.1.tar.gz
Writing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-nlOlV3/coverage-3.7.1/setup.cfg
Running coverage-3.7.1/setup.py -q bdist_egg --dist-dir /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-nlOlV3/coverage-3.7.1/egg-dist-tmp-FHTwfd
Removing coverage 4.0a2 from easy-install.pth file
Adding coverage 3.7.1 to easy-install.pth file
Installing coverage2 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing coverage-2.7 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing coverage script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/coverage-3.7.1-py2.7-macosx-10.9-x86_64.egg
Searching for pytest>=2.6.0
Reading https://pypi.python.org/simple/pytest/
Best match: pytest 2.6.4
Downloading https://pypi.python.org/packages/source/p/pytest/pytest-2.6.4.tar.gz#md5=14341e122f7e9031a0948eb6b01a2640
Processing pytest-2.6.4.tar.gz
Writing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-jE_2EK/pytest-2.6.4/setup.cfg
Running pytest-2.6.4/setup.py -q bdist_egg --dist-dir /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-jE_2EK/pytest-2.6.4/egg-dist-tmp-JNR2cu
Adding pytest 2.6.4 to easy-install.pth file
Installing py.test-2.7 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing py.test script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/pytest-2.6.4-py2.7.egg
Searching for cov-core==1.15.0
Best match: cov-core 1.15.0
Processing cov_core-1.15.0-py2.7.egg
cov-core 1.15.0 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/cov_core-1.15.0-py2.7.egg
Searching for py==1.4.26
Best match: py 1.4.26
Processing py-1.4.26-py2.7.egg
py 1.4.26 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/py-1.4.26-py2.7.egg
Finished processing dependencies for pytest-cov==1.8.1
Running setup.py install for pytest
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing pytest-2.6.4-py2.7.egg
removing '/Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/pytest-2.6.4-py2.7.egg' (and everything under it)
Extracting pytest-2.6.4-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
pytest 2.6.4 is already the active version in easy-install.pth
Installing py.test-2.7 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing py.test script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/pytest-2.6.4-py2.7.egg
Processing dependencies for pytest==2.6.4
Searching for py==1.4.26
Best match: py 1.4.26
Processing py-1.4.26-py2.7.egg
py 1.4.26 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/py-1.4.26-py2.7.egg
Finished processing dependencies for pytest==2.6.4
Running setup.py install for pystache
pystache: using: version '5.4.1' of <module 'setuptools' from '/Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/setuptools/__init__.pyc'>
installing library code to build/bdist.macosx-10.9-x86_64/egg
zip_safe flag not set; analyzing archive contents...
pystache.locator: module references __file__
pystache.tests.common: module references __file__
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing pystache-0.5.3-py2.7.egg
Extracting pystache-0.5.3-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding pystache 0.5.3 to easy-install.pth file
Installing pystache script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing pystache-test script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/pystache-0.5.3-py2.7.egg
Processing dependencies for pystache==0.5.3
Finished processing dependencies for pystache==0.5.3
Running setup.py install for Pygments
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing Pygments-1.4-py2.7.egg
Extracting Pygments-1.4-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding Pygments 1.4 to easy-install.pth file
Installing pygmentize script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/Pygments-1.4-py2.7.egg
Processing dependencies for Pygments==1.4
Finished processing dependencies for Pygments==1.4
Running setup.py install for psutil
installing library code to build/bdist.macosx-10.9-x86_64/egg
building '_psutil_osx' extension
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_osx.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_osx.o
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_common.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_common.o
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/arch/osx/process_info.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/arch/osx/process_info.o
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_osx.o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_common.o build/temp.macosx-10.9-x86_64-2.7/psutil/arch/osx/process_info.o -o build/lib.macosx-10.9-x86_64-2.7/_psutil_osx.so -framework CoreFoundation -framework IOKit
building '_psutil_posix' extension
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_posix.o
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.9-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.macosx-10.9-x86_64-2.7/_psutil_posix.so
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing psutil-1.1.3-py2.7-macosx-10.9-x86_64.egg
Adding psutil 1.1.3 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/psutil-1.1.3-py2.7-macosx-10.9-x86_64.egg
Processing dependencies for psutil==1.1.3
Finished processing dependencies for psutil==1.1.3
Running setup.py install for mox
installing library code to build/bdist.macosx-10.9-x86_64/egg
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing mox-0.5.3-py2.7.egg
Adding mox 0.5.3 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/mox-0.5.3-py2.7.egg
Processing dependencies for mox==0.5.3
Finished processing dependencies for mox==0.5.3
Running setup.py install for mock
installing library code to build/bdist.macosx-10.9-x86_64/egg
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing mock-1.0.1-py2.7.egg
Adding mock 1.0.1 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/mock-1.0.1-py2.7.egg
Processing dependencies for mock==1.0.1
Finished processing dependencies for mock==1.0.1
Running setup.py install for Markdown
installing library code to build/bdist.macosx-10.9-x86_64/egg
installing scripts to build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
changing mode of build/scripts-2.7/markdown_py from 644 to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/markdown_py to 755
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing Markdown-2.1.1-py2.7.egg
Adding Markdown 2.1.1 to easy-install.pth file
Installing markdown_py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/Markdown-2.1.1-py2.7.egg
Processing dependencies for Markdown==2.1.1
Finished processing dependencies for Markdown==2.1.1
Running setup.py install for docutils
installing library code to build/bdist.macosx-10.9-x86_64/egg
installing package data to build/bdist.macosx-10.9-x86_64/egg
installing scripts to build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
changing mode of build/scripts-2.7/rst2html.py from 644 to 755
changing mode of build/scripts-2.7/rst2s5.py from 644 to 755
changing mode of build/scripts-2.7/rst2latex.py from 644 to 755
changing mode of build/scripts-2.7/rst2xetex.py from 644 to 755
changing mode of build/scripts-2.7/rst2man.py from 644 to 755
changing mode of build/scripts-2.7/rst2xml.py from 644 to 755
changing mode of build/scripts-2.7/rst2pseudoxml.py from 644 to 755
changing mode of build/scripts-2.7/rstpep2html.py from 644 to 755
changing mode of build/scripts-2.7/rst2odt.py from 644 to 755
changing mode of build/scripts-2.7/rst2odt_prepstyles.py from 644 to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2html.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2latex.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2man.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2odt.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2odt_prepstyles.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2pseudoxml.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2s5.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2xetex.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rst2xml.py to 755
changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/rstpep2html.py to 755
zip_safe flag not set; analyzing archive contents...
docutils.parsers.rst.directives.misc: module references __file__
docutils.writers.docutils_xml: module references __path__
docutils.writers.html4css1.__init__: module references __file__
docutils.writers.latex2e.__init__: module references __file__
docutils.writers.odf_odt.__init__: module references __file__
docutils.writers.pep_html.__init__: module references __file__
docutils.writers.s5_html.__init__: module references __file__
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing docutils-0.12-py2.7.egg
Extracting docutils-0.12-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding docutils 0.12 to easy-install.pth file
Installing rst2html.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2latex.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2man.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2odt.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2odt_prepstyles.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2pseudoxml.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2s5.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2xetex.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rst2xml.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing rstpep2html.py script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/docutils-0.12-py2.7.egg
Processing dependencies for docutils==0.12
Finished processing dependencies for docutils==0.12
Running setup.py install for coverage
installing library code to build/bdist.macosx-10.9-x86_64/egg
building 'coverage.tracer' extension
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c coverage/tracer.c -o build/temp.macosx-10.9-x86_64-2.7/coverage/tracer.o
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.9-x86_64-2.7/coverage/tracer.o -o build/lib.macosx-10.9-x86_64-2.7/coverage/tracer.so
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing coverage-3.7.1-py2.7-macosx-10.9-x86_64.egg
removing '/Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/coverage-3.7.1-py2.7-macosx-10.9-x86_64.egg' (and everything under it)
Extracting coverage-3.7.1-py2.7-macosx-10.9-x86_64.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
coverage 3.7.1 is already the active version in easy-install.pth
Installing coverage2 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing coverage-2.7 script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installing coverage script to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/bin
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/coverage-3.7.1-py2.7-macosx-10.9-x86_64.egg
Processing dependencies for coverage==3.7.1
Finished processing dependencies for coverage==3.7.1
Running setup.py install for antlr-python-runtime
installing library code to build/bdist.macosx-10.9-x86_64/egg
zip_safe flag not set; analyzing archive contents...
antlr3.recognizers: module MAY be using inspect.stack
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing antlr_python_runtime-3.1.3-py2.7.egg
Extracting antlr_python_runtime-3.1.3-py2.7.egg to /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages
Adding antlr-python-runtime 3.1.3 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/antlr_python_runtime-3.1.3-py2.7.egg
Processing dependencies for antlr-python-runtime==3.1.3
Finished processing dependencies for antlr-python-runtime==3.1.3
Running setup.py install for ansicolors
installing library code to build/bdist.macosx-10.9-x86_64/egg
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing ansicolors-1.0.2-py2.7.egg
Adding ansicolors 1.0.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/ansicolors-1.0.2-py2.7.egg
Processing dependencies for ansicolors==1.0.2
Finished processing dependencies for ansicolors==1.0.2
Successfully installed Markdown Pygments ansicolors antlr-python-runtime cov-core coverage docutils lockfile-0.10.2 mock mox pex-0.8.2 psutil py pystache pytest pytest-cov requests-2.3.0 setuptools-5.4.1 six-1.8.0 thrift wheel-0.23.0
DEPRECATION: --download-cache has been deprecated and will be removed in the future. Pip now automatically uses and configures its cache.
Collecting beautifulsoup4 (from -r /Users/zundel/Src/pants/3rdparty/python/internal_backend/requirements.txt (line 1))
Using cached beautifulsoup4-4.3.2.tar.gz
Installing collected packages: beautifulsoup4
Running setup.py install for beautifulsoup4
installing library code to build/bdist.macosx-10.9-x86_64/egg
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing beautifulsoup4-4.3.2-py2.7.egg
Adding beautifulsoup4 4.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/beautifulsoup4-4.3.2-py2.7.egg
Processing dependencies for beautifulsoup4==4.3.2
Finished processing dependencies for beautifulsoup4==4.3.2
Successfully installed beautifulsoup4
DEPRECATION: --download-cache has been deprecated and will be removed in the future. Pip now automatically uses and configures its cache.
Collecting twitter.common.collections<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 7))
Using cached twitter.common.collections-0.3.2.tar.gz
Collecting twitter.common.config<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 8))
Using cached twitter.common.config-0.3.2.tar.gz
Collecting twitter.common.confluence<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 9))
Using cached twitter.common.confluence-0.3.2.tar.gz
Collecting twitter.common.decorators<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 10))
Using cached twitter.common.decorators-0.3.2.tar.gz
Collecting twitter.common.dirutil<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 11))
Using cached twitter.common.dirutil-0.3.2.tar.gz
Collecting twitter.common.lang<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 12))
Using cached twitter.common.lang-0.3.2.tar.gz
Collecting twitter.common.log<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 13))
Using cached twitter.common.log-0.3.2.tar.gz
Collecting twitter.common.options<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 14))
Using cached twitter.common.options-0.3.2.tar.gz
Collecting twitter.common.process<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 15))
Using cached twitter.common.process-0.3.2.tar.gz
Collecting twitter.common.string<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 16))
Using cached twitter.common.string-0.3.2.tar.gz
Collecting twitter.common.threading<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 17))
Using cached twitter.common.threading-0.3.2.tar.gz
Collecting twitter.common.util<0.4,>=0.3.1 (from -r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 18))
Using cached twitter.common.util-0.3.2.tar.gz
Collecting twitter.common.contextutil==0.3.2 (from twitter.common.util<0.4,>=0.3.1->-r /Users/zundel/Src/pants/3rdparty/python/twitter/commons/requirements.txt (line 18))
Using cached twitter.common.contextutil-0.3.2.tar.gz
Installing collected packages: twitter.common.contextutil, twitter.common.util, twitter.common.threading, twitter.common.string, twitter.common.process, twitter.common.options, twitter.common.log, twitter.common.lang, twitter.common.dirutil, twitter.common.decorators, twitter.common.confluence, twitter.common.config, twitter.common.collections
Running setup.py install for twitter.common.contextutil
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.contextutil-0.3.2-py2.7.egg
Adding twitter.common.contextutil 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.contextutil-0.3.2-py2.7.egg
Processing dependencies for twitter.common.contextutil==0.3.2
Searching for twitter.common.dirutil==0.3.2
Reading https://pypi.python.org/simple/twitter.common.dirutil/
Best match: twitter.common.dirutil 0.3.2
Downloading https://pypi.python.org/packages/source/t/twitter.common.dirutil/twitter.common.dirutil-0.3.2.tar.gz#md5=8f13bf805cd55dcdfe0d4dc8ea507982
Processing twitter.common.dirutil-0.3.2.tar.gz
Writing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-AUb3ur/twitter.common.dirutil-0.3.2/setup.cfg
Running twitter.common.dirutil-0.3.2/setup.py -q bdist_egg --dist-dir /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-AUb3ur/twitter.common.dirutil-0.3.2/egg-dist-tmp-GDTxGs
Adding twitter.common.dirutil 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.dirutil-0.3.2-py2.7.egg
Searching for twitter.common.lang==0.3.2
Reading https://pypi.python.org/simple/twitter.common.lang/
Best match: twitter.common.lang 0.3.2
Downloading https://pypi.python.org/packages/source/t/twitter.common.lang/twitter.common.lang-0.3.2.tar.gz#md5=1c0aec5f0180cec0eb3942a179cc9f3c
Processing twitter.common.lang-0.3.2.tar.gz
Writing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-KBBnsn/twitter.common.lang-0.3.2/setup.cfg
Running twitter.common.lang-0.3.2/setup.py -q bdist_egg --dist-dir /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-KBBnsn/twitter.common.lang-0.3.2/egg-dist-tmp-WK0LnG
Adding twitter.common.lang 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.contextutil==0.3.2
Running setup.py install for twitter.common.util
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.util-0.3.2-py2.7.egg
Adding twitter.common.util 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.util-0.3.2-py2.7.egg
Processing dependencies for twitter.common.util==0.3.2
Searching for twitter.common.contextutil==0.3.2
Best match: twitter.common.contextutil 0.3.2
Processing twitter.common.contextutil-0.3.2-py2.7.egg
twitter.common.contextutil 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.contextutil-0.3.2-py2.7.egg
Searching for twitter.common.dirutil==0.3.2
Best match: twitter.common.dirutil 0.3.2
Processing twitter.common.dirutil-0.3.2-py2.7.egg
twitter.common.dirutil 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.dirutil-0.3.2-py2.7.egg
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.util==0.3.2
Running setup.py install for twitter.common.threading
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.threading-0.3.2-py2.7.egg
Adding twitter.common.threading 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.threading-0.3.2-py2.7.egg
Processing dependencies for twitter.common.threading==0.3.2
Finished processing dependencies for twitter.common.threading==0.3.2
Running setup.py install for twitter.common.string
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.string-0.3.2-py2.7.egg
Adding twitter.common.string 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.string-0.3.2-py2.7.egg
Processing dependencies for twitter.common.string==0.3.2
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.string==0.3.2
Running setup.py install for twitter.common.process
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.process-0.3.2-py2.7.egg
Adding twitter.common.process 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.process-0.3.2-py2.7.egg
Processing dependencies for twitter.common.process==0.3.2
Searching for twitter.common.string==0.3.2
Best match: twitter.common.string 0.3.2
Processing twitter.common.string-0.3.2-py2.7.egg
twitter.common.string 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.string-0.3.2-py2.7.egg
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.process==0.3.2
Running setup.py install for twitter.common.options
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.options-0.3.2-py2.7.egg
Adding twitter.common.options 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.options-0.3.2-py2.7.egg
Processing dependencies for twitter.common.options==0.3.2
Finished processing dependencies for twitter.common.options==0.3.2
Running setup.py install for twitter.common.log
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.log-0.3.2-py2.7.egg
Adding twitter.common.log 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.log-0.3.2-py2.7.egg
Processing dependencies for twitter.common.log==0.3.2
Searching for twitter.common.options==0.3.2
Best match: twitter.common.options 0.3.2
Processing twitter.common.options-0.3.2-py2.7.egg
twitter.common.options 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.options-0.3.2-py2.7.egg
Searching for twitter.common.dirutil==0.3.2
Best match: twitter.common.dirutil 0.3.2
Processing twitter.common.dirutil-0.3.2-py2.7.egg
twitter.common.dirutil 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.dirutil-0.3.2-py2.7.egg
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.log==0.3.2
Running setup.py install for twitter.common.lang
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.lang-0.3.2-py2.7.egg
Removing /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Processing dependencies for twitter.common.lang==0.3.2
Finished processing dependencies for twitter.common.lang==0.3.2
Running setup.py install for twitter.common.dirutil
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.dirutil-0.3.2-py2.7.egg
Removing /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.dirutil-0.3.2-py2.7.egg
twitter.common.dirutil 0.3.2 is already the active version in easy-install.pth
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.dirutil-0.3.2-py2.7.egg
Processing dependencies for twitter.common.dirutil==0.3.2
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.dirutil==0.3.2
Running setup.py install for twitter.common.decorators
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.decorators-0.3.2-py2.7.egg
Adding twitter.common.decorators 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.decorators-0.3.2-py2.7.egg
Processing dependencies for twitter.common.decorators==0.3.2
Finished processing dependencies for twitter.common.decorators==0.3.2
Running setup.py install for twitter.common.confluence
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.confluence-0.3.2-py2.7.egg
Adding twitter.common.confluence 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.confluence-0.3.2-py2.7.egg
Processing dependencies for twitter.common.confluence==0.3.2
Searching for twitter.common.log==0.3.2
Best match: twitter.common.log 0.3.2
Processing twitter.common.log-0.3.2-py2.7.egg
twitter.common.log 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.log-0.3.2-py2.7.egg
Searching for twitter.common.options==0.3.2
Best match: twitter.common.options 0.3.2
Processing twitter.common.options-0.3.2-py2.7.egg
twitter.common.options 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.options-0.3.2-py2.7.egg
Searching for twitter.common.dirutil==0.3.2
Best match: twitter.common.dirutil 0.3.2
Processing twitter.common.dirutil-0.3.2-py2.7.egg
twitter.common.dirutil 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.dirutil-0.3.2-py2.7.egg
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.confluence==0.3.2
Running setup.py install for twitter.common.config
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.config-0.3.2-py2.7.egg
Adding twitter.common.config 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.config-0.3.2-py2.7.egg
Processing dependencies for twitter.common.config==0.3.2
Searching for twitter.common.collections==0.3.2
Reading https://pypi.python.org/simple/twitter.common.collections/
Best match: twitter.common.collections 0.3.2
Downloading https://pypi.python.org/packages/source/t/twitter.common.collections/twitter.common.collections-0.3.2.tar.gz#md5=e3f04f88f5917bbd95a11959aa6c3fcf
Processing twitter.common.collections-0.3.2.tar.gz
Writing /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-WmGh6k/twitter.common.collections-0.3.2/setup.cfg
Running twitter.common.collections-0.3.2/setup.py -q bdist_egg --dist-dir /var/folders/42/8krm7t_50x98_6rxp7p0tv1w000205/T/easy_install-WmGh6k/twitter.common.collections-0.3.2/egg-dist-tmp-maJ3bh
Adding twitter.common.collections 0.3.2 to easy-install.pth file
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.collections-0.3.2-py2.7.egg
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.config==0.3.2
Running setup.py install for twitter.common.collections
installing library code to build/bdist.macosx-10.9-x86_64/egg
removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
Processing twitter.common.collections-0.3.2-py2.7.egg
Removing /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.collections-0.3.2-py2.7.egg
twitter.common.collections 0.3.2 is already the active version in easy-install.pth
Installed /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.collections-0.3.2-py2.7.egg
Processing dependencies for twitter.common.collections==0.3.2
Searching for twitter.common.lang==0.3.2
Best match: twitter.common.lang 0.3.2
Processing twitter.common.lang-0.3.2-py2.7.egg
twitter.common.lang 0.3.2 is already the active version in easy-install.pth
Using /Users/zundel/Src/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.2-py2.7.egg
Finished processing dependencies for twitter.common.collections==0.3.2
Successfully installed twitter.common.collections twitter.common.config twitter.common.confluence twitter.common.contextutil twitter.common.decorators twitter.common.dirutil twitter.common.lang twitter.common.log twitter.common.options twitter.common.process twitter.common.string twitter.common.threading twitter.common.util
22:25:32 00:00 [main]
(To run a reporting server: ./pants server)
22:25:32 00:00 [bootstrap]
22:25:32 00:00 [setup]
22:25:32 00:00 [parse]DEBUG] Located Distribution(u'/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin', minimum_version=None, maximum_version=None jdk=False) for constraints: minimum_version None, maximum_version None, jdk False
DEBUG] Selected protoc binary bootstrapped to: /Users/zundel/.pants.d/bin/protobuf/mac/10.9/2.4.1/protoc

Executing tasks in goals: bootstrap -> imports -> unpack-jars -> deferred-sources -> gen -> resolve -> compile
22:25:32 00:00 [bootstrap]
22:25:32 00:00 [bootstrap-jvm-tools]
22:25:32 00:00 [imports]
22:25:32 00:00 [ivy-imports]
22:25:32 00:00 [unpack-jars]
22:25:32 00:00 [unpack-jars]
22:25:32 00:00 [deferred-sources]
22:25:32 00:00 [deferred-sources]
22:25:32 00:00 [gen]
22:25:32 00:00 [thrift]
22:25:32 00:00 [scrooge]
22:25:32 00:00 [protoc]
22:25:32 00:00 [antlr]
22:25:32 00:00 [ragel]
22:25:32 00:00 [jaxb]
22:25:32 00:00 [wire]
22:25:32 00:00 [aapt]
22:25:32 00:00 [resolve]
22:25:32 00:00 [ivy]DEBUG] Parsing BUILD file /Users/zundel/Src/pants/BUILD.
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.core.targets.doc.Page'>, name=readme, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD, readme)
DEBUG] /Users/zundel/Src/pants/BUILD produced the following Addressables:
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD, readme): TargetAddressable(target_type=<class 'pants.backend.core.targets.doc.Page'>, name=readme, **kwargs=...)
DEBUG] Parsing BUILD file /Users/zundel/Src/pants/BUILD.tools.
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-3.4, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, antlr-3.4)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-4, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, antlr-4)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=xalan, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, xalan)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jmake, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, jmake)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=java-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, java-compiler)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=nailgun-server, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, nailgun-server)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=emma, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, emma)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, cobertura)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-caliper-0.5, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, benchmark-caliper-0.5)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-java-allocation-instrumenter-2.1, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, benchmark-java-allocation-instrumenter-2.1)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, zinc)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-compiler-2.9.3, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-compiler-2.9.3)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-library-2.9.3, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-library-2.9.3)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=checkstyle, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, checkstyle)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=junit, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, junit)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-specs-2.9.3, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-specs-2.9.3)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-repl-2.9.3, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-repl-2.9.3)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scalastyle, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scalastyle)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-gen, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scrooge-gen)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-linter, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scrooge-linter)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jar-tool, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, jar-tool)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-runtime, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, wire-runtime)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-compiler, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, wire-compiler)
DEBUG] /Users/zundel/Src/pants/BUILD.tools produced the following Addressables:
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, benchmark-caliper-0.5): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-caliper-0.5, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, antlr-4): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-4, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-compiler-2.9.3): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-compiler-2.9.3, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, cobertura): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=cobertura, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scalastyle): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scalastyle, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, junit): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=junit, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-specs-2.9.3): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-specs-2.9.3, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-repl-2.9.3): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-repl-2.9.3, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, xalan): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=xalan, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, benchmark-java-allocation-instrumenter-2.1): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=benchmark-java-allocation-instrumenter-2.1, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scala-library-2.9.3): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scala-library-2.9.3, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, zinc): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=zinc, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, jar-tool): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jar-tool, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scrooge-linter): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-linter, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, checkstyle): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=checkstyle, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, emma): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=emma, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, java-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=java-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, wire-runtime): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-runtime, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, antlr-3.4): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=antlr-3.4, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, scrooge-gen): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=scrooge-gen, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, jmake): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=jmake, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, wire-compiler): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=wire-compiler, **kwargs=...)
DEBUG] * BuildFileAddress(/Users/zundel/Src/pants/BUILD.tools, nailgun-server): TargetAddressable(target_type=<class 'pants.backend.jvm.targets.jar_library.JarLibrary'>, name=nailgun-server, **kwargs=...)
22:25:32 00:00 [bootstrap-nailgun-server]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -Divy.cache.dir=/Users/zundel/.ivy2/pants -Dsun.io.useCanonCaches=false -cp ../../.ivy2/cache/org.apache.ivy/ivy/jars/ivy-2.3.0.jar org.apache.ivy.Main -settings /Users/zundel/Src/pants/build-support/ivy/ivysettings.xml -ivy /Users/zundel/Src/pants/.pants.d/ivy/0534b7f34c460af816771f60abe613af1001b624-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/zundel/Src/pants/.pants.d/ivy/0534b7f34c460af816771f60abe613af1001b624-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp args={'stderr': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x1066faf90>, 'stdout': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x1066fafd0>} at cwd=/Users/zundel/Src/pants
DEBUG] Copied ivy classfile file to /Users/zundel/Src/pants/.pants.d/ivy/0534b7f34c460af816771f60abe613af1001b624-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw

Invalidated 2 targets containing 2 payload files.
22:25:33 00:01 [ivy-resolve]
22:25:33 00:01 [ivy]DEBUG] Found ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java', fingerprint='d7910644263376272603aca74b202b148554ce7a', pid=42017, port=65363)
DEBUG] Executing via NailgunClient(host=u'localhost', port=65363, workdir='/Users/zundel/Src/pants'): /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -Divy.cache.dir=/Users/zundel/.ivy2/pants -Dsun.io.useCanonCaches=false -cp /Users/zundel/.ivy2/cache/org.apache.ivy/ivy/jars/ivy-2.3.0.jar org.apache.ivy.Main -settings /Users/zundel/Src/pants/build-support/ivy/ivysettings.xml -ivy /Users/zundel/Src/pants/.pants.d/ivy/e689b8baa839b10eb657a0655c55899780b1b9d0/ivy.xml -confs default -cachepath /Users/zundel/Src/pants/.pants.d/ivy/e689b8baa839b10eb657a0655c55899780b1b9d0/classpath.raw.tmp
DEBUG] Copied ivy classfile file to /Users/zundel/Src/pants/.pants.d/ivy/e689b8baa839b10eb657a0655c55899780b1b9d0/classpath.raw
22:25:33 00:01 [compile]
22:25:33 00:01 [compile]
22:25:33 00:01 [jvm]
22:25:33 00:01 [jvm-compilers]
::: created chunks(3)
chunk(0) [flavor=java]:
JavaLibrary(BuildFileAddress(/Users/zundel/Src/pants/examples/src/java/com/pants/examples/annotation/example/BUILD, example))
chunk(1) [flavor=apt]:
AnnotationProcessor(BuildFileAddress(/Users/zundel/Src/pants/examples/src/java/com/pants/examples/annotation/processor/BUILD, processor))
chunk(2) [flavor=java]:
JvmBinary(BuildFileAddress(/Users/zundel/Src/pants/examples/src/java/com/pants/examples/annotation/main/BUILD, main))
22:25:33 00:01 [find-deleted-sources]
22:25:33 00:01 [find-deleted-sources]
Invalidated 1 target containing 1 payload file.
Compiling a partition containing 1 source in 1 target.
22:25:33 00:01 [compile]
22:25:33 00:01 [bootstrap-jmake]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -Divy.cache.dir=/Users/zundel/.ivy2/pants -Dsun.io.useCanonCaches=false -cp ../../.ivy2/cache/org.apache.ivy/ivy/jars/ivy-2.3.0.jar org.apache.ivy.Main -settings /Users/zundel/Src/pants/build-support/ivy/ivysettings.xml -ivy /Users/zundel/Src/pants/.pants.d/ivy/b1f0f7d888deba59ac2f77e4f929422e05822284-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/zundel/Src/pants/.pants.d/ivy/b1f0f7d888deba59ac2f77e4f929422e05822284-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp args={'stderr': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10675ec50>, 'stdout': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10675ee10>} at cwd=/Users/zundel/Src/pants
DEBUG] Copied ivy classfile file to /Users/zundel/Src/pants/.pants.d/ivy/b1f0f7d888deba59ac2f77e4f929422e05822284-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw
22:25:33 00:01 [bootstrap-java-compiler]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -Divy.cache.dir=/Users/zundel/.ivy2/pants -Dsun.io.useCanonCaches=false -cp ../../.ivy2/cache/org.apache.ivy/ivy/jars/ivy-2.3.0.jar org.apache.ivy.Main -settings /Users/zundel/Src/pants/build-support/ivy/ivysettings.xml -ivy /Users/zundel/Src/pants/.pants.d/ivy/1589b77554b51ecbd78f75b31c06c723e5bcfea0-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/zundel/Src/pants/.pants.d/ivy/1589b77554b51ecbd78f75b31c06c723e5bcfea0-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp args={'stderr': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x1067688d0>, 'stdout': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x1067682d0>} at cwd=/Users/zundel/Src/pants
DEBUG] Copied ivy classfile file to /Users/zundel/Src/pants/.pants.d/ivy/1589b77554b51ecbd78f75b31c06c723e5bcfea0-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw
22:25:34 00:02 [jmake]
DEBUG] Found ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java', fingerprint='8e2d8a99be77f3171e7914ec12ff0368be9616c7', pid=42045, port=51036)
DEBUG] Executing via NailgunClient(host=u'localhost', port=51036, workdir='/Users/zundel/Src/pants'): /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -Xmx2G -cp /Users/zundel/Src/pants/.pants.d/ivy/jars/org.pantsbuild/jmake/jars/jmake-1.3.8-7.jar org.pantsbuild.jmake.Main -classpath .pants.d/ivy/jars/com.google.guava/guava/bundles/guava-16.0.jar:.pants.d/ivy/jars/javax.inject/javax.inject/jars/javax.inject-1.jar:.pants.d/ivy/jars/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar:.pants.d/compile/jvm/java/classes:.pants.d/compile/jvm/java/resources:.pants.d/compile/jvm/apt/classes:.pants.d/compile/jvm/apt/resources:/Users/zundel/Src/pants/.pants.d/compile/jvm/java/classes -d /Users/zundel/Src/pants/.pants.d/compile/jvm/java/classes -pdb /Users/zundel/Src/pants/.pants.d/compile/jvm/java/analysis/artifact_cache_tmpdir/a4fd2832-170b-4257-add8-359756f2068a/examples.src.java.com.pants.examples.annotation.example.example/analysis -pdb-text-format -jcpath /Users/zundel/Src/pants/.pants.d/ivy/jars/com.twitter.common.tools/java-compiler/jars/java-compiler-0.0.12.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/org.fusesource.jansi/jansi/jars/jansi-1.8.jar -jcmainclass com.twitter.common.tools.Compiler -C-source -C6 -C-target -C6 -C-encoding -CUTF-8 -C-g -C-Tcolor -C-Tnowarnprefixes -C/Users/zundel/Src/pants/.pants.d/gen -C-Tnowarnregex -C^(warning: )?No processor claimed any of these annotations: .* -C-Xlint:all -C-Xlint:-serial -C-Xlint:-path -C-deprecation examples/src/java/com/pants/examples/annotation/example/Example.java
warning: bootstrap class path not set in conjunction with -source 1.6
Jmake version 1.3.8-7
Writing project database... Done.
22:25:34 00:02 [find-missing-dependencies]
22:25:34 00:02 [map_sources]
22:25:34 00:02 [map_classes]
22:25:34 00:02 [map_jars]
22:25:34 00:02 [scan_deps]
Invalidated 1 target containing 1 payload file.
Compiling a partition containing 1 source in 1 target.
22:25:34 00:02 [compile]
22:25:34 00:02 [jmake]
DEBUG] Found ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java', fingerprint='50ce2f0a65e7bed5371386f617b972cb7927892f', pid=42059, port=49724)
DEBUG] Executing via NailgunClient(host=u'localhost', port=49724, workdir='/Users/zundel/Src/pants'): /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -cp /Users/zundel/Src/pants/.pants.d/ivy/jars/org.pantsbuild/jmake/jars/jmake-1.3.8-7.jar org.pantsbuild.jmake.Main -classpath .pants.d/ivy/jars/com.google.guava/guava/bundles/guava-16.0.jar:.pants.d/ivy/jars/javax.inject/javax.inject/jars/javax.inject-1.jar:.pants.d/ivy/jars/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar:.pants.d/compile/jvm/java/classes:.pants.d/compile/jvm/java/resources:.pants.d/compile/jvm/apt/classes:.pants.d/compile/jvm/apt/resources:/Users/zundel/Src/pants/.pants.d/compile/jvm/apt/classes -d /Users/zundel/Src/pants/.pants.d/compile/jvm/apt/classes -pdb /Users/zundel/Src/pants/.pants.d/compile/jvm/apt/analysis/artifact_cache_tmpdir/2adacfff-adce-4849-acba-06915dd0f3b2/examples.src.java.com.pants.examples.annotation.processor.processor/analysis -pdb-text-format -jcpath /Users/zundel/Src/pants/.pants.d/ivy/jars/com.twitter.common.tools/java-compiler/jars/java-compiler-0.0.12.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/org.fusesource.jansi/jansi/jars/jansi-1.8.jar -jcmainclass com.twitter.common.tools.Compiler -C-encoding -CUTF-8 -C-g -C-Tcolor -C-Tnowarnprefixes -C/Users/zundel/Src/pants/.pants.d/gen -C-Tnowarnregex -C^(warning: )?No processor claimed any of these annotations: .* -C-Xlint:all -C-Xlint:-serial -C-Xlint:-path -C-deprecation examples/src/java/com/pants/examples/annotation/processor/ExampleProcessor.java
Jmake version 1.3.8-7
Writing project database... Done.
22:25:35 00:03 [find-missing-dependencies]
22:25:35 00:03 [map_sources]
22:25:35 00:03 [map_classes]
22:25:35 00:03 [map_jars]
22:25:35 00:03 [scan_deps]
Invalidated 1 target containing 1 payload file.
Compiling a partition containing 1 source in 1 target.
22:25:35 00:03 [compile]
22:25:35 00:03 [jmake]
DEBUG] Found ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java', fingerprint='8e2d8a99be77f3171e7914ec12ff0368be9616c7', pid=42045, port=51036)
DEBUG] Executing via NailgunClient(host=u'localhost', port=51036, workdir='/Users/zundel/Src/pants'): /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -Xmx2G -cp /Users/zundel/Src/pants/.pants.d/ivy/jars/org.pantsbuild/jmake/jars/jmake-1.3.8-7.jar org.pantsbuild.jmake.Main -classpath .pants.d/ivy/jars/com.google.guava/guava/bundles/guava-16.0.jar:.pants.d/ivy/jars/javax.inject/javax.inject/jars/javax.inject-1.jar:.pants.d/ivy/jars/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar:.pants.d/compile/jvm/java/classes:.pants.d/compile/jvm/java/resources:.pants.d/compile/jvm/apt/classes:.pants.d/compile/jvm/apt/resources:/Users/zundel/Src/pants/.pants.d/compile/jvm/java/classes -d /Users/zundel/Src/pants/.pants.d/compile/jvm/java/classes -pdb /Users/zundel/Src/pants/.pants.d/compile/jvm/java/analysis/artifact_cache_tmpdir/4595df34-15e0-45ff-ac5c-0b401582d473/examples.src.java.com.pants.examples.annotation.main.main/analysis -pdb-text-format -jcpath /Users/zundel/Src/pants/.pants.d/ivy/jars/com.twitter.common.tools/java-compiler/jars/java-compiler-0.0.12.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/org.fusesource.jansi/jansi/jars/jansi-1.8.jar -jcmainclass com.twitter.common.tools.Compiler -C-source -C6 -C-target -C6 -C-encoding -CUTF-8 -C-g -C-Tcolor -C-Tnowarnprefixes -C/Users/zundel/Src/pants/.pants.d/gen -C-Tnowarnregex -C^(warning: )?No processor claimed any of these annotations: .* -C-Xlint:all -C-Xlint:-serial -C-Xlint:-path -C-deprecation examples/src/java/com/pants/examples/annotation/main/Main.java
warning: bootstrap class path not set in conjunction with -source 1.6
Jmake version 1.3.8-7
note: Generated resource 'file:/Users/zundel/Src/pants/.pants.d/compile/jvm/java/classes/examples.txt'
Writing project database... Done.
22:25:35 00:03 [update-upstream-analysis]
22:25:35 00:03 [find-missing-dependencies]
22:25:35 00:03 [map_sources]
22:25:35 00:03 [map_classes]
22:25:35 00:03 [map_jars]
22:25:35 00:03 [scan_deps]
22:25:35 00:03 [checkstyle]
Invalidated 3 targets containing 3 payload files.
22:25:35 00:03 [bootstrap-checkstyle]DEBUG] Executing: /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -Divy.cache.dir=/Users/zundel/.ivy2/pants -Dsun.io.useCanonCaches=false -cp ../../.ivy2/cache/org.apache.ivy/ivy/jars/ivy-2.3.0.jar org.apache.ivy.Main -settings /Users/zundel/Src/pants/build-support/ivy/ivysettings.xml -ivy /Users/zundel/Src/pants/.pants.d/ivy/be786edfffca7d65b1eea3d2e43aec64b414b8de-IvyResolveFingerprintStrategy_53c4bb9c6553/ivy.xml -confs default -cachepath /Users/zundel/Src/pants/.pants.d/ivy/be786edfffca7d65b1eea3d2e43aec64b414b8de-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw.tmp args={'stderr': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10a06ea50>, 'stdout': <pants.rwbuf.read_write_buffer.FileBackedRWBuf object at 0x10a06e690>} at cwd=/Users/zundel/Src/pants
DEBUG] Copied ivy classfile file to /Users/zundel/Src/pants/.pants.d/ivy/be786edfffca7d65b1eea3d2e43aec64b414b8de-IvyResolveFingerprintStrategy_53c4bb9c6553/classpath.raw
22:25:35 00:03 [checkstyle]DEBUG] Found ng server launched with Endpoint(exe='/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java', fingerprint='f9345393c56d96449d856fec685aef4e88906405', pid=42074, port=57749)
DEBUG] Executing via NailgunClient(host=u'localhost', port=57749, workdir='/Users/zundel/Src/pants'): /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java -cp /Users/zundel/Src/pants/.pants.d/ivy/jars/com.puppycrawl.tools/checkstyle/jars/checkstyle-5.6.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/antlr/antlr/jars/antlr-2.7.7.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.3.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/commons-cli/commons-cli/jars/commons-cli-1.2.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/com.google.collections/google-collections/jars/google-collections-1.0.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/com.google.guava/guava/bundles/guava-16.0.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/javax.inject/javax.inject/jars/javax.inject-1.jar:/Users/zundel/Src/pants/.pants.d/ivy/jars/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar:/Users/zundel/Src/pants/.pants.d/compile/jvm/java/classes:/Users/zundel/Src/pants/.pants.d/compile/jvm/java/resources:/Users/zundel/Src/pants/.pants.d/compile/jvm/apt/classes:/Users/zundel/Src/pants/.pants.d/compile/jvm/apt/resources com.puppycrawl.tools.checkstyle.Main -c /Users/zundel/Src/pants/build-support/checkstyle/coding_style.xml -f plain examples/src/java/com/pants/examples/annotation/example/Example.java examples/src/java/com/pants/examples/annotation/processor/ExampleProcessor.java examples/src/java/com/pants/examples/annotation/main/Main.java
22:25:35 00:03 [scalastyle]
Non synthetic scala targets to be checked:
Non excluded scala sources to be checked:
Waiting for background workers to finish.
SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment