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


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/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('coverage>=3.7.1,<4.0a1')]


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 p.m., Bill Farner wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28449/
> -----------------------------------------------------------
> 
> (Updated Nov. 25, 2014, 9 p.m.)
> 
> 
> Review request for Aurora and Jake Farrell.
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> When running the release script, i noticed a few URLs were incorrect in the 
> email draft it produced.  Here's the output:
> 
> ```
> Done creating the release. The following draft email has been created
> to send to the d...@aurora.incubator.apache.org mailing list.
> 
> --------------------------------------------------------------------------------
> 
> To: d...@aurora.incubator.apache.org
> Subject: [RESULT][VOTE] Release Apache Aurora 0.6.0 (incubating) RC2
> 
> All,
> The vote to accept Apache Aurora 0.6.0 RC#{rc_tag_version}
> as the official Apache Aurora 0.6.0 release has passed.
> 
> 
> +1 (Binding)
> ------------------------------
> 
> 
> +1 (Non-binding)
> ------------------------------
> 
> 
> There were no 0 or -1 votes. Thank you to all who helped make this release.
> 
> 
> Aurora 0.6.0 includes the following:
> ---
> The CHANGELOG for the release is available at:
> https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git&f=CHANGELOG&hb=0.6.0
> 
> The tag used to create the release with is 0.6.0:
> https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git&hb=0.6.0
> 
> The release is available at:
> https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz
> 
> The MD5 checksum of the release can be found at:
> https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.tar.gz.md5
> 
> The signature of the release can be found at:
> https://dist.apache.org/repos/dist/release/incubator/aurora/0.6.0/apache-aurora-0.6.0-incubating.asc
> 
> The GPG key used to sign the release are available at:
> https://dist.apache.org/repos/dist/release/incubator/aurora/KEYS
> 
> --------------------------------------------------------------------------------
> ```
> 
> The URL for the `CHANGELOG` and tag (first two URLs) are lacking 
> '-incubating' (from :216 and :219).  I've fixed those, and changed a few 
> other locations that might deserve the same treatment, though i feel less 
> strongly about the others.
> 
> 
> Diffs
> -----
> 
>   build-support/release/release a72c308cdd1cca700017bdffe849fd094e31ab8b 
> 
> Diff: https://reviews.apache.org/r/28449/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Bill Farner
> 
>

Reply via email to