> On Nov. 15, 2015, 7:57 p.m., Aurora ReviewBot wrote:
> > Master (7b494f4) is red with this patch.
> >   ./build-support/jenkins/build.sh
> > 
> > 02:52:16 00:00     [ivy-imports]
> > 02:52:16 00:00   [unpack-jars]
> > 02:52:16 00:00     [unpack-jars]
> > 02:52:16 00:00   [deferred-sources]
> > 02:52:16 00:00     [deferred-sources]
> > 02:52:16 00:00   [gen]
> > 02:52:16 00:00     [thrift]
> > 02:52:16 00:00     [protoc]
> > 02:52:16 00:00     [antlr]
> > 02:52:16 00:00     [ragel]
> > 02:52:16 00:00     [jaxb]
> > 02:52:16 00:00     [wire]
> > 02:52:16 00:00   [jvm-platform-validate]
> > 02:52:16 00:00     [jvm-platform-validate]
> > 02:52:16 00:00   [resolve]
> > 02:52:16 00:00     [ivy]
> > 02:52:16 00:00       [bootstrap-nailgun-server]
> > 02:52:17 00:01   [resources]
> > 02:52:17 00:01     [prepare]
> > 02:52:17 00:01     [services]
> > 02:52:17 00:01   [compile]
> > 02:52:17 00:01     [compile]
> > 02:52:17 00:01     [jvm]
> > 02:52:17 00:01       [jvm-compilers]
> > 02:52:17 00:01         [zinc-pre]
> > 02:52:17 00:01         [zinc-post]
> > 02:52:17 00:01     [jvm-dep-check]
> > 02:52:17 00:01   [test]
> > 02:52:17 00:01     [run_prep_command]
> > 02:52:17 00:01     [test]
> > 02:52:17 00:01     [pytest]
> > 02:52:17 00:01       [run]
> >                      
> > 02:52:19 00:03         [chroot]
> > 02:52:22 00:06   [complete]
> >                FAILURE
> > Exception message: Could not satisfy all requirements for pytest>=2.6,<2.7:
> >     pytest>=2.6,<2.7, pytest>=2.8.0(from: pytest-timeout)
> > 
> > 
> > 
> > 
> > I will refresh this build result if you post a review containing 
> > "@ReviewBot retry"

This failure is unrelated to the thrift fix and in fact occurs after thrift is 
compiled by CI.
The fix for this error is here: https://reviews.apache.org/r/40334/


- John


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


On Nov. 15, 2015, 7:45 p.m., John Sirois wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40323/
> -----------------------------------------------------------
> 
> (Updated Nov. 15, 2015, 7:45 p.m.)
> 
> 
> Review request for Aurora, Bill Farner and Zameer Manji.
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This improves the isolation of the thrift build by building a local
> pinned bison dep. For one, this gets thrift 0.9.1 building on Arch
> Linux, a rolling release that is otherwise too modern in its libs to
> successfully build thrift 0.9.1.
> 
> Additionally, this change knocks out the checksumming TODO and now
> checks all downloaded tarballs meet their expected hashes.  The
> hashes were generated locally after checking the sha1's where
> available.
> 
>  build-support/thrift/.gitignore |  7 ++++---
>  build-support/thrift/Makefile   | 47 
> ++++++++++++++++++++++++++++++++++++++---------
>  2 files changed, 42 insertions(+), 12 deletions(-)
> 
> 
> Diffs
> -----
> 
>   build-support/thrift/.gitignore ad6155ebe8671514b5bf5751f250b6cd71c858b7 
>   build-support/thrift/Makefile 51f37a959041536004f83a60d038f2116be8c8a9 
> 
> Diff: https://reviews.apache.org/r/40323/diff/
> 
> 
> Testing
> -------
> 
> I can now run `./build-support/jenkins/build.sh` green locally.
> 
> I also got a hold of an OSX 10.10.5 box and was able to run
> `./build-support/jenkins/build.sh` green on it using this change.
> 
> 
> Thanks,
> 
> John Sirois
> 
>

Reply via email to