-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29717/#review67705
-----------------------------------------------------------
Master (5ce076b) is red with this patch.
./build-support/jenkins/build.sh
Installing
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.string-0.3.1-py2.7-nspkg.pth
Running setup.py install for twitter.common.threading
Skipping installation of
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py
(namespace package)
Skipping installation of
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py
(namespace package)
Installing
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.threading-0.3.1-py2.7-nspkg.pth
Running setup.py install for twitter.common.util
Skipping installation of
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py
(namespace package)
Skipping installation of
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py
(namespace package)
Installing
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.util-0.3.1-py2.7-nspkg.pth
Found existing installation: setuptools 3.6
Uninstalling setuptools:
Successfully uninstalled setuptools
Successfully installed Markdown Pygments ansicolors cov-core coverage lockfile
pantsbuild.pants pex psutil py pystache pytest pytest-cov python-daemon
requests 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 setuptools
Cleaning up...
Unable to detect suitable interpreter.
Usage:
pants build (options) [spec] (build args)
pants build (options) [spec]... -- (build args)
Options:
--version show program's version number and exit
--no-pantsrc Specifies that pantsrc files should be ignored.
--log-exit Log an exit message on success or failure.
-t CONN_TIMEOUT, --timeout=CONN_TIMEOUT
Number of seconds to wait for http connections.
-i INTERPRETERS, --interpreter=INTERPRETERS
Constrain what Python interpreters to use. Uses
Requirement format from pkg_resources, e.g.
'CPython>=2.6,<3' or 'PyPy'. By default, no
constraints are used. Multiple constraints may be
added. They will be ORed together.
-v, --verbose Show verbose output.
-f, --fast Run tests in a single chroot.
Builds the specified Python target(s). Use ./pants goal for JVM and other
targets.
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On Jan. 12, 2015, 7:53 p.m., Zameer Manji wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/29717/
> -----------------------------------------------------------
>
> (Updated Jan. 12, 2015, 7:53 p.m.)
>
>
> Review request for Aurora, Maxim Khutornenko and Bill Farner.
>
>
> Repository: aurora
>
>
> Description
> -------
>
> This patch removes the dynamic hooks functionality and dynamic hook policy
> mechanism from the client. As far as I can tell they are currently unused and
> add a lot of complexity to the client.
>
>
> Diffs
> -----
>
> docs/design/command-hooks.md cc56218625edfd1b255f1ca18ae91c32e2dcccef
> src/main/python/apache/aurora/client/cli/__init__.py
> 6e553d8af459e575b2d62282a3bc0d1e266203d8
> src/main/python/apache/aurora/client/cli/command_hooks.py
> aa850bf941bede1d3bd8aae4811cb094ba77965f
> src/test/python/apache/aurora/client/cli/AuroraHooks
> e27fcc81d6092b3b42f9a2948e3955d8f6963a14
>
> src/test/python/apache/aurora/client/cli/hook_test_data/bad_syntax/AuroraHooks
> 9a221591250f4d0d3b1b75f90b8b4cf8f95ee4b9
>
> src/test/python/apache/aurora/client/cli/hook_test_data/exec_error/AuroraHooks
> 5dc5907b9ae87632f91084e43be319c6f1b4f437
> src/test/python/apache/aurora/client/cli/test_command_hooks.py
> 3acd2ba0d8bd8c71d4c0a9d71a035fc974fa20c3
>
> Diff: https://reviews.apache.org/r/29717/diff/
>
>
> Testing
> -------
>
> ./pants build --timeout=60
> src/test/python/apache/aurora/client/cli:command_hooks -vxs
>
>
> Thanks,
>
> Zameer Manji
>
>