-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28450/#review63050
-----------------------------------------------------------
Master (e95aa8e) 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/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 110, in resolve
new_requirements.update(requires(highest_package, requirement))
File
"/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/pants.venv/lib/python2.7/site-packages/pex/resolver.py",
line 84, in requires
raise Untranslateable('Package %s is not translateable.' % package)
Untranslateable: Package
SourcePackage(u'https://pypi.python.org/packages/source/t/twitter.common.zookeeper/twitter.common.zookeeper-0.3.2.tar.gz#md5=51ea3bdec7018b96a54d3ca846549371')
is not translateable.
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 Nov. 25, 2014, 9:16 p.m., Maxim Khutornenko wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28450/
> -----------------------------------------------------------
>
> (Updated Nov. 25, 2014, 9:16 p.m.)
>
>
> Review request for Aurora and Bill Farner.
>
>
> Bugs: AURORA-936
> https://issues.apache.org/jira/browse/AURORA-936
>
>
> Repository: aurora
>
>
> Description
> -------
>
> Changing the way query is constructed to avoid "Invalid JobKey" error.
>
>
> Diffs
> -----
>
> src/main/python/apache/aurora/client/commands/admin.py
> 9719a581d69e75dc72e8f56ff12758cf9702271b
> src/test/python/apache/aurora/client/commands/test_admin.py
> 7dd61cdd6735bd0f274722249276d60084b4dd93
>
> Diff: https://reviews.apache.org/r/28450/diff/
>
>
> Testing
> -------
>
> ./pants src/test/python:all
>
>
> Thanks,
>
> Maxim Khutornenko
>
>