-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29717/#review67777
-----------------------------------------------------------


Master (c8154b2) is red with this patch.
  ./build-support/jenkins/build.sh

  File 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/python_builder.py",
 line 43, in build
    debug=debug).run()
  File 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/test_builder.py",
 line 88, in run
    rv = self._run_tests([target], stdout, stderr)
  File 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/test_builder.py",
 line 316, in _run_tests
    with self._test_runner(targets, stdout, stderr) as (pex, test_args):
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/test_builder.py",
 line 295, in _test_runner
    builder = chroot.dump()
  File 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/python_chroot.py",
 line 191, in dump
    conn_timeout=self._conn_timeout)
  File 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/resolver.py",
 line 100, in resolve_multi
    platform=platform)
  File 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pex/resolver.py",
 line 101, in resolve
    raise Unsatisfiable('Cannot satisfy requirements: %s' % 
requirement_set[requirement.key])
Unsatisfiable: Cannot satisfy requirements: 
[Requirement.parse('cov-core>=1.14.0')]


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. 13, 2015, 1:33 a.m., Zameer Manji wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/29717/
> -----------------------------------------------------------
> 
> (Updated Jan. 13, 2015, 1:33 a.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
> 
>

Reply via email to