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



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

:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build
:clean UP-TO-DATE
:api:clean UP-TO-DATE
:buildSrc:clean UP-TO-DATE
:commons:clean UP-TO-DATE
:commons-args:clean UP-TO-DATE
:enforceVersion UP-TO-DATE
:api:generateThriftJava
make: Entering directory 
`/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/thrift'
sha256=$(curl -s --show-error 
https://archive.apache.org/dist/thrift/0.9.1/thrift-0.9.1.tar.gz | tee 
thrift-0.9.1.tar.gz |      openssl dgst -sha256 | cut -d' ' -f2) && \
        [ "${sha256}" = 
"ac175080c8cac567b0331e394f23ac306472c071628396db2850cb00c41b0017" ] && \
        tar zxvf thrift-0.9.1.tar.gz && \
        cd thrift-0.9.1 && \
        sha256=$(curl -s --show-error 
https://issues.apache.org/jira/secure/attachment/12632477/yylex.patch | tee 
thrift.patch |        openssl dgst -sha256 | cut -d' ' -f2) && \
        [ "${sha256}" = 
"70f20b4e5b2e004b8a0d075b80a52750bce5be02ed83efdc60adbc45ec386a6c" ] && \
        patch -p1 < thrift.patch && \
        ./configure --disable-dependency-tracking --disable-shared 
--without-c_glib --without-cpp --without-csharp --without-d --without-erlang 
--without-go --without-java --without-haskell --without-perl --without-php 
--without-php_extension --without-pic --without-python --without-qt4 
--without-ruby --without-tests && \
        make -j4
curl: (7) Failed to connect to archive.apache.org port 443: Connection refused
make: *** [thrift-0.9.1/compiler/cpp/thrift] Error 1
make: Leaving directory 
`/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/thrift'
:api:generateThriftJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':api:generateThriftJava'.
> Process 'command 
> '/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/thrift/thriftw''
>  finished with non-zero exit value 2

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

Total time: 13.57 secs


I will refresh this build result if you post a review containing "@ReviewBot 
retry"

- Aurora ReviewBot


On May 26, 2016, 9:02 a.m., Chris Bannister wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/47697/
> -----------------------------------------------------------
> 
> (Updated May 26, 2016, 9:02 a.m.)
> 
> 
> Review request for Aurora, Joshua Cohen and Stephan Erb.
> 
> 
> Bugs: AURORA-572
>     https://issues.apache.org/jira/browse/AURORA-572
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Add an -ip command line option which sets the IP that the Jetty server
> will listen on.
> 
> 
> Diffs
> -----
> 
>   RELEASE-NOTES.md 4cbf92e6556d4d84053292e26f65755d971089c0 
>   src/main/java/org/apache/aurora/scheduler/http/JettyServerModule.java 
> 60667fc3639fdbdca5c258c9024cbeee30c6df7b 
> 
> Diff: https://reviews.apache.org/r/47697/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Chris Bannister
> 
>

Reply via email to