You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/11/13 00:28:20 UTC

Build failed in Jenkins: Aurora #731

See <https://builds.apache.org/job/Aurora/731/changes>

Changes:

[wfarner] Fix coverage epsilon.

[wfarner] Remove non-fixed tickets from CHANGELOG.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 ubuntu) in workspace <https://builds.apache.org/job/Aurora/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git init <https://builds.apache.org/job/Aurora/ws/>
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-aurora.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-aurora.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision 0077a0c9aed105f918a4a70ee5b6dfaa62370107 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 0077a0c9aed105f918a4a70ee5b6dfaa62370107
 > git rev-list ea439998dac5d83869363054ce0817317f50ceba
Cleaning workspace
 > git rev-parse --verify HEAD
Resetting working tree
 > git reset --hard
 > git clean -fdx
[Aurora] $ /bin/bash -xe /tmp/hudson8892176755882904417.sh
+ ./build-support/jenkins/build.sh
+ date
Wed Nov 12 23:22:26 UTC 2014
+ ./gradlew -Pq clean build
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava UP-TO-DATE
: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
:bootstrapThrift
:checkPython
:generateSources
:compileGeneratedJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:processGeneratedResources UP-TO-DATE
:generatedClasses
:compileJavaNote: Writing <https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2>

:processResources
:classes
:jar
:assemble
:jsHint
:checkstyleMain
:compileTestJava
:processTestResources
:testClasses
:checkstyleTest
:findbugsGenerated
:findbugsMain
:findbugsTest
:licenseGenerated UP-TO-DATE
:licenseMain UP-TO-DATE
:licenseTest UP-TO-DATE
:license UP-TO-DATE
:pmdMain
:test
:jacocoTestReport
Coverage report generated: file://<https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html>
:analyzeReport
Instruction coverage of 0.8893544679628388 exceeds minimum coverage of 0.88.
:analyzeReport FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':analyzeReport'.
> Branch coverage of 0.84 exceeds min instruction coverage of 0.83, by more than 0.005, please raise the threshold!

* 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: 5 mins 39.482 secs
Build step 'Execute shell' marked build as failure
Recording test results

Re: Build failed in Jenkins: Aurora #731

Posted by David McLaughlin <da...@dmclaughlin.com>.
Aha, understood. Thanks for the explanation.

On Wed, Nov 12, 2014 at 4:47 PM, Bill Farner <wf...@apache.org> wrote:

> You're reading it correctly, this was my ill-fated attempt to make sure
> we're prompt about raising the bar when we've passed it, forcing us to
> converge upwards.  Unfortunately the number is not consistent.
>
> -=Bill
>
> On Wed, Nov 12, 2014 at 3:37 PM, David McLaughlin <da...@dmclaughlin.com>
> wrote:
>
> > Am I reading this wrong or does that say that the actual coverage of 0.84
> > exceeds the _minimum_ coverage and this led to the build failure?
> >
> > On Wed, Nov 12, 2014 at 3:34 PM, Joshua Cohen <jc...@twopensource.com>
> > wrote:
> >
> > > Failing the build on this check is just too flaky (coverage numbers
> vary
> > > slightly based on JVM). Going to send a review to make it advisory
> only.
> > >
> > > On Wed, Nov 12, 2014 at 3:28 PM, Apache Jenkins Server <
> > > jenkins@builds.apache.org> wrote:
> > >
> > > > See <https://builds.apache.org/job/Aurora/731/changes>
> > > >
> > > > Changes:
> > > >
> > > > [wfarner] Fix coverage epsilon.
> > > >
> > > > [wfarner] Remove non-fixed tickets from CHANGELOG.
> > > >
> > > > ------------------------------------------
> > > > Started by an SCM change
> > > > Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 ubuntu) in
> > > workspace <
> > > > https://builds.apache.org/job/Aurora/ws/>
> > > > Wiping out workspace first.
> > > > Cloning the remote Git repository
> > > > Cloning repository
> > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > >  > git init <https://builds.apache.org/job/Aurora/ws/>
> > > > Fetching upstream changes from
> > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > >  > git --version
> > > >  > git fetch --tags --progress
> > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > > +refs/heads/*:refs/remotes/origin/*
> > > >  > git config remote.origin.url
> > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > >  > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
> > > >  > git config remote.origin.url
> > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > > Fetching upstream changes from
> > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > >  > git fetch --tags --progress
> > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > > +refs/heads/*:refs/remotes/origin/*
> > > >  > git rev-parse origin/master^{commit}
> > > > Checking out Revision 0077a0c9aed105f918a4a70ee5b6dfaa62370107
> > > > (origin/master)
> > > >  > git config core.sparsecheckout
> > > >  > git checkout -f 0077a0c9aed105f918a4a70ee5b6dfaa62370107
> > > >  > git rev-list ea439998dac5d83869363054ce0817317f50ceba
> > > > Cleaning workspace
> > > >  > git rev-parse --verify HEAD
> > > > Resetting working tree
> > > >  > git reset --hard
> > > >  > git clean -fdx
> > > > [Aurora] $ /bin/bash -xe /tmp/hudson8892176755882904417.sh
> > > > + ./build-support/jenkins/build.sh
> > > > + date
> > > > Wed Nov 12 23:22:26 UTC 2014
> > > > + ./gradlew -Pq clean build
> > > > :buildSrc:clean UP-TO-DATE
> > > > :buildSrc:compileJava UP-TO-DATE
> > > > :buildSrc:compileGroovy
> > > > :buildSrc:processResources UP-TO-DATE
> > > > :buildSrc:classes
> > > > :buildSrc:jar
> > > > :buildSrc:assemble
> > > > :buildSrc:compileTestJava UP-TO-DATE
> > > > :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
> > > > :bootstrapThrift
> > > > :checkPython
> > > > :generateSources
> > > > :compileGeneratedJavaNote: Some input files use unchecked or unsafe
> > > > operations.
> > > > Note: Recompile with -Xlint:unchecked for details.
> > > >
> > > > :processGeneratedResources UP-TO-DATE
> > > > :generatedClasses
> > > > :compileJavaNote: Writing <
> > > >
> > >
> >
> https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2
> > > > >
> > > >
> > > > :processResources
> > > > :classes
> > > > :jar
> > > > :assemble
> > > > :jsHint
> > > > :checkstyleMain
> > > > :compileTestJava
> > > > :processTestResources
> > > > :testClasses
> > > > :checkstyleTest
> > > > :findbugsGenerated
> > > > :findbugsMain
> > > > :findbugsTest
> > > > :licenseGenerated UP-TO-DATE
> > > > :licenseMain UP-TO-DATE
> > > > :licenseTest UP-TO-DATE
> > > > :license UP-TO-DATE
> > > > :pmdMain
> > > > :test
> > > > :jacocoTestReport
> > > > Coverage report generated: file://<
> > > >
> > >
> >
> https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html
> > > > >
> > > > :analyzeReport
> > > > Instruction coverage of 0.8893544679628388 exceeds minimum coverage
> of
> > > > 0.88.
> > > > :analyzeReport FAILED
> > > >
> > > > FAILURE: Build failed with an exception.
> > > >
> > > > * What went wrong:
> > > > Execution failed for task ':analyzeReport'.
> > > > > Branch coverage of 0.84 exceeds min instruction coverage of 0.83,
> by
> > > > more than 0.005, please raise the threshold!
> > > >
> > > > * 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: 5 mins 39.482 secs
> > > > Build step 'Execute shell' marked build as failure
> > > > Recording test results
> > > >
> > >
> >
>

Re: Build failed in Jenkins: Aurora #731

Posted by Bill Farner <wf...@apache.org>.
You're reading it correctly, this was my ill-fated attempt to make sure
we're prompt about raising the bar when we've passed it, forcing us to
converge upwards.  Unfortunately the number is not consistent.

-=Bill

On Wed, Nov 12, 2014 at 3:37 PM, David McLaughlin <da...@dmclaughlin.com>
wrote:

> Am I reading this wrong or does that say that the actual coverage of 0.84
> exceeds the _minimum_ coverage and this led to the build failure?
>
> On Wed, Nov 12, 2014 at 3:34 PM, Joshua Cohen <jc...@twopensource.com>
> wrote:
>
> > Failing the build on this check is just too flaky (coverage numbers vary
> > slightly based on JVM). Going to send a review to make it advisory only.
> >
> > On Wed, Nov 12, 2014 at 3:28 PM, Apache Jenkins Server <
> > jenkins@builds.apache.org> wrote:
> >
> > > See <https://builds.apache.org/job/Aurora/731/changes>
> > >
> > > Changes:
> > >
> > > [wfarner] Fix coverage epsilon.
> > >
> > > [wfarner] Remove non-fixed tickets from CHANGELOG.
> > >
> > > ------------------------------------------
> > > Started by an SCM change
> > > Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 ubuntu) in
> > workspace <
> > > https://builds.apache.org/job/Aurora/ws/>
> > > Wiping out workspace first.
> > > Cloning the remote Git repository
> > > Cloning repository
> > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > >  > git init <https://builds.apache.org/job/Aurora/ws/>
> > > Fetching upstream changes from
> > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > >  > git --version
> > >  > git fetch --tags --progress
> > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > +refs/heads/*:refs/remotes/origin/*
> > >  > git config remote.origin.url
> > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > >  > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
> > >  > git config remote.origin.url
> > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > Fetching upstream changes from
> > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > >  > git fetch --tags --progress
> > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > > +refs/heads/*:refs/remotes/origin/*
> > >  > git rev-parse origin/master^{commit}
> > > Checking out Revision 0077a0c9aed105f918a4a70ee5b6dfaa62370107
> > > (origin/master)
> > >  > git config core.sparsecheckout
> > >  > git checkout -f 0077a0c9aed105f918a4a70ee5b6dfaa62370107
> > >  > git rev-list ea439998dac5d83869363054ce0817317f50ceba
> > > Cleaning workspace
> > >  > git rev-parse --verify HEAD
> > > Resetting working tree
> > >  > git reset --hard
> > >  > git clean -fdx
> > > [Aurora] $ /bin/bash -xe /tmp/hudson8892176755882904417.sh
> > > + ./build-support/jenkins/build.sh
> > > + date
> > > Wed Nov 12 23:22:26 UTC 2014
> > > + ./gradlew -Pq clean build
> > > :buildSrc:clean UP-TO-DATE
> > > :buildSrc:compileJava UP-TO-DATE
> > > :buildSrc:compileGroovy
> > > :buildSrc:processResources UP-TO-DATE
> > > :buildSrc:classes
> > > :buildSrc:jar
> > > :buildSrc:assemble
> > > :buildSrc:compileTestJava UP-TO-DATE
> > > :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
> > > :bootstrapThrift
> > > :checkPython
> > > :generateSources
> > > :compileGeneratedJavaNote: Some input files use unchecked or unsafe
> > > operations.
> > > Note: Recompile with -Xlint:unchecked for details.
> > >
> > > :processGeneratedResources UP-TO-DATE
> > > :generatedClasses
> > > :compileJavaNote: Writing <
> > >
> >
> https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2
> > > >
> > >
> > > :processResources
> > > :classes
> > > :jar
> > > :assemble
> > > :jsHint
> > > :checkstyleMain
> > > :compileTestJava
> > > :processTestResources
> > > :testClasses
> > > :checkstyleTest
> > > :findbugsGenerated
> > > :findbugsMain
> > > :findbugsTest
> > > :licenseGenerated UP-TO-DATE
> > > :licenseMain UP-TO-DATE
> > > :licenseTest UP-TO-DATE
> > > :license UP-TO-DATE
> > > :pmdMain
> > > :test
> > > :jacocoTestReport
> > > Coverage report generated: file://<
> > >
> >
> https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html
> > > >
> > > :analyzeReport
> > > Instruction coverage of 0.8893544679628388 exceeds minimum coverage of
> > > 0.88.
> > > :analyzeReport FAILED
> > >
> > > FAILURE: Build failed with an exception.
> > >
> > > * What went wrong:
> > > Execution failed for task ':analyzeReport'.
> > > > Branch coverage of 0.84 exceeds min instruction coverage of 0.83, by
> > > more than 0.005, please raise the threshold!
> > >
> > > * 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: 5 mins 39.482 secs
> > > Build step 'Execute shell' marked build as failure
> > > Recording test results
> > >
> >
>

Re: Build failed in Jenkins: Aurora #731

Posted by David McLaughlin <da...@dmclaughlin.com>.
Am I reading this wrong or does that say that the actual coverage of 0.84
exceeds the _minimum_ coverage and this led to the build failure?

On Wed, Nov 12, 2014 at 3:34 PM, Joshua Cohen <jc...@twopensource.com>
wrote:

> Failing the build on this check is just too flaky (coverage numbers vary
> slightly based on JVM). Going to send a review to make it advisory only.
>
> On Wed, Nov 12, 2014 at 3:28 PM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <https://builds.apache.org/job/Aurora/731/changes>
> >
> > Changes:
> >
> > [wfarner] Fix coverage epsilon.
> >
> > [wfarner] Remove non-fixed tickets from CHANGELOG.
> >
> > ------------------------------------------
> > Started by an SCM change
> > Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 ubuntu) in
> workspace <
> > https://builds.apache.org/job/Aurora/ws/>
> > Wiping out workspace first.
> > Cloning the remote Git repository
> > Cloning repository
> > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> >  > git init <https://builds.apache.org/job/Aurora/ws/>
> > Fetching upstream changes from
> > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> >  > git --version
> >  > git fetch --tags --progress
> > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > +refs/heads/*:refs/remotes/origin/*
> >  > git config remote.origin.url
> > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> >  > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
> >  > git config remote.origin.url
> > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > Fetching upstream changes from
> > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> >  > git fetch --tags --progress
> > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> > +refs/heads/*:refs/remotes/origin/*
> >  > git rev-parse origin/master^{commit}
> > Checking out Revision 0077a0c9aed105f918a4a70ee5b6dfaa62370107
> > (origin/master)
> >  > git config core.sparsecheckout
> >  > git checkout -f 0077a0c9aed105f918a4a70ee5b6dfaa62370107
> >  > git rev-list ea439998dac5d83869363054ce0817317f50ceba
> > Cleaning workspace
> >  > git rev-parse --verify HEAD
> > Resetting working tree
> >  > git reset --hard
> >  > git clean -fdx
> > [Aurora] $ /bin/bash -xe /tmp/hudson8892176755882904417.sh
> > + ./build-support/jenkins/build.sh
> > + date
> > Wed Nov 12 23:22:26 UTC 2014
> > + ./gradlew -Pq clean build
> > :buildSrc:clean UP-TO-DATE
> > :buildSrc:compileJava UP-TO-DATE
> > :buildSrc:compileGroovy
> > :buildSrc:processResources UP-TO-DATE
> > :buildSrc:classes
> > :buildSrc:jar
> > :buildSrc:assemble
> > :buildSrc:compileTestJava UP-TO-DATE
> > :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
> > :bootstrapThrift
> > :checkPython
> > :generateSources
> > :compileGeneratedJavaNote: Some input files use unchecked or unsafe
> > operations.
> > Note: Recompile with -Xlint:unchecked for details.
> >
> > :processGeneratedResources UP-TO-DATE
> > :generatedClasses
> > :compileJavaNote: Writing <
> >
> https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2
> > >
> >
> > :processResources
> > :classes
> > :jar
> > :assemble
> > :jsHint
> > :checkstyleMain
> > :compileTestJava
> > :processTestResources
> > :testClasses
> > :checkstyleTest
> > :findbugsGenerated
> > :findbugsMain
> > :findbugsTest
> > :licenseGenerated UP-TO-DATE
> > :licenseMain UP-TO-DATE
> > :licenseTest UP-TO-DATE
> > :license UP-TO-DATE
> > :pmdMain
> > :test
> > :jacocoTestReport
> > Coverage report generated: file://<
> >
> https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html
> > >
> > :analyzeReport
> > Instruction coverage of 0.8893544679628388 exceeds minimum coverage of
> > 0.88.
> > :analyzeReport FAILED
> >
> > FAILURE: Build failed with an exception.
> >
> > * What went wrong:
> > Execution failed for task ':analyzeReport'.
> > > Branch coverage of 0.84 exceeds min instruction coverage of 0.83, by
> > more than 0.005, please raise the threshold!
> >
> > * 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: 5 mins 39.482 secs
> > Build step 'Execute shell' marked build as failure
> > Recording test results
> >
>

Re: Build failed in Jenkins: Aurora #731

Posted by Joshua Cohen <jc...@twopensource.com>.
Failing the build on this check is just too flaky (coverage numbers vary
slightly based on JVM). Going to send a review to make it advisory only.

On Wed, Nov 12, 2014 at 3:28 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/Aurora/731/changes>
>
> Changes:
>
> [wfarner] Fix coverage epsilon.
>
> [wfarner] Remove non-fixed tickets from CHANGELOG.
>
> ------------------------------------------
> Started by an SCM change
> Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 ubuntu) in workspace <
> https://builds.apache.org/job/Aurora/ws/>
> Wiping out workspace first.
> Cloning the remote Git repository
> Cloning repository
> https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
>  > git init <https://builds.apache.org/job/Aurora/ws/>
> Fetching upstream changes from
> https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
>  > git --version
>  > git fetch --tags --progress
> https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> +refs/heads/*:refs/remotes/origin/*
>  > git config remote.origin.url
> https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
>  > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
>  > git config remote.origin.url
> https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> Fetching upstream changes from
> https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
>  > git fetch --tags --progress
> https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
> +refs/heads/*:refs/remotes/origin/*
>  > git rev-parse origin/master^{commit}
> Checking out Revision 0077a0c9aed105f918a4a70ee5b6dfaa62370107
> (origin/master)
>  > git config core.sparsecheckout
>  > git checkout -f 0077a0c9aed105f918a4a70ee5b6dfaa62370107
>  > git rev-list ea439998dac5d83869363054ce0817317f50ceba
> Cleaning workspace
>  > git rev-parse --verify HEAD
> Resetting working tree
>  > git reset --hard
>  > git clean -fdx
> [Aurora] $ /bin/bash -xe /tmp/hudson8892176755882904417.sh
> + ./build-support/jenkins/build.sh
> + date
> Wed Nov 12 23:22:26 UTC 2014
> + ./gradlew -Pq clean build
> :buildSrc:clean UP-TO-DATE
> :buildSrc:compileJava UP-TO-DATE
> :buildSrc:compileGroovy
> :buildSrc:processResources UP-TO-DATE
> :buildSrc:classes
> :buildSrc:jar
> :buildSrc:assemble
> :buildSrc:compileTestJava UP-TO-DATE
> :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
> :bootstrapThrift
> :checkPython
> :generateSources
> :compileGeneratedJavaNote: Some input files use unchecked or unsafe
> operations.
> Note: Recompile with -Xlint:unchecked for details.
>
> :processGeneratedResources UP-TO-DATE
> :generatedClasses
> :compileJavaNote: Writing <
> https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2
> >
>
> :processResources
> :classes
> :jar
> :assemble
> :jsHint
> :checkstyleMain
> :compileTestJava
> :processTestResources
> :testClasses
> :checkstyleTest
> :findbugsGenerated
> :findbugsMain
> :findbugsTest
> :licenseGenerated UP-TO-DATE
> :licenseMain UP-TO-DATE
> :licenseTest UP-TO-DATE
> :license UP-TO-DATE
> :pmdMain
> :test
> :jacocoTestReport
> Coverage report generated: file://<
> https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html
> >
> :analyzeReport
> Instruction coverage of 0.8893544679628388 exceeds minimum coverage of
> 0.88.
> :analyzeReport FAILED
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':analyzeReport'.
> > Branch coverage of 0.84 exceeds min instruction coverage of 0.83, by
> more than 0.005, please raise the threshold!
>
> * 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: 5 mins 39.482 secs
> Build step 'Execute shell' marked build as failure
> Recording test results
>

Jenkins build is back to normal : Aurora #735

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Aurora/735/>


Build failed in Jenkins: Aurora #734

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Aurora/734/changes>

Changes:

[wfarner] Don't fail the build when exceeding coverage thresholds.

------------------------------------------
[...truncated 238 lines...]
    
Downloading/unpacking twitter.common.options==0.3.1 (from -r /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants_requirements.txt (line 28))
  Downloading twitter.common.options-0.3.1.tar.gz
  Running setup.py (path:/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/build/twitter.common.options/setup.py) egg_info for package twitter.common.options
    
Downloading/unpacking twitter.common.process==0.3.1 (from -r /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants_requirements.txt (line 29))
  Downloading twitter.common.process-0.3.1.tar.gz
  Running setup.py (path:/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/build/twitter.common.process/setup.py) egg_info for package twitter.common.process
    
Downloading/unpacking twitter.common.string==0.3.1 (from -r /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants_requirements.txt (line 30))
  Downloading twitter.common.string-0.3.1.tar.gz
  Running setup.py (path:/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/build/twitter.common.string/setup.py) egg_info for package twitter.common.string
    
Downloading/unpacking twitter.common.threading==0.3.1 (from -r /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants_requirements.txt (line 31))
  Downloading twitter.common.threading-0.3.1.tar.gz
  Running setup.py (path:/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/build/twitter.common.threading/setup.py) egg_info for package twitter.common.threading
    
Downloading/unpacking twitter.common.util==0.3.1 (from -r /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants_requirements.txt (line 32))
  Downloading twitter.common.util-0.3.1.tar.gz
  Running setup.py (path:/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/build/twitter.common.util/setup.py) egg_info for package twitter.common.util
    
Downloading/unpacking setuptools==5.4.1 (from pantsbuild.pants==0.0.24->-r /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants_requirements.txt (line 11))
Installing collected packages: Markdown, Pygments, ansicolors, cov-core, coverage, lockfile, pantsbuild.pants, pex, psutil, py, pystache, pytest, pytest-cov, python-daemon, requests, twitter.common.collections, twitter.common.config, twitter.common.confluence, twitter.common.contextutil, twitter.common.decorators, twitter.common.dirutil, twitter.common.lang, twitter.common.log, twitter.common.options, twitter.common.process, twitter.common.string, twitter.common.threading, twitter.common.util, setuptools
  Running setup.py install for Markdown
    changing mode of build/scripts-2.7/markdown_py from 644 to 755
    Converting docs/test_suite.md -> build/docs/test_suite.html
    Converting docs/release-2.0.2.md -> build/docs/release-2.0.2.html
    Converting docs/release-2.1.0.md -> build/docs/release-2.1.0.html
    Converting docs/release-2.1.1.md -> build/docs/release-2.1.1.html
    Converting docs/command_line.md -> build/docs/command_line.html
    Converting docs/writing_extensions.md -> build/docs/writing_extensions.html
    Converting docs/index.md -> build/docs/index.html
    Converting docs/using_as_module.md -> build/docs/using_as_module.html
    Converting docs/release-2.0.1.md -> build/docs/release-2.0.1.html
    Converting docs/release-2.0.md -> build/docs/release-2.0.html
    Converting docs/install.md -> build/docs/install.html
    Converting docs/extensions/smart_strong.md -> build/docs/extensions/smart_strong.html
    Converting docs/extensions/extra.md -> build/docs/extensions/extra.html
    Converting docs/extensions/footnotes.md -> build/docs/extensions/footnotes.html
    Converting docs/extensions/toc.md -> build/docs/extensions/toc.html
    Converting docs/extensions/meta_data.md -> build/docs/extensions/meta_data.html
    Converting docs/extensions/tables.md -> build/docs/extensions/tables.html
    Converting docs/extensions/code_hilite.md -> build/docs/extensions/code_hilite.html
    Converting docs/extensions/rss.md -> build/docs/extensions/rss.html
    Converting docs/extensions/wikilinks.md -> build/docs/extensions/wikilinks.html
    Converting docs/extensions/definition_lists.md -> build/docs/extensions/definition_lists.html
    Converting docs/extensions/header_id.md -> build/docs/extensions/header_id.html
    Converting docs/extensions/nl2br.md -> build/docs/extensions/nl2br.html
    Converting docs/extensions/attr_list.md -> build/docs/extensions/attr_list.html
    Converting docs/extensions/index.md -> build/docs/extensions/index.html
    Converting docs/extensions/html_tidy.md -> build/docs/extensions/html_tidy.html
    Converting docs/extensions/fenced_code_blocks.md -> build/docs/extensions/fenced_code_blocks.html
    Converting docs/extensions/abbreviations.md -> build/docs/extensions/abbreviations.html
    
    changing mode of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin/markdown_py to 755
  Running setup.py install for Pygments
    
    Installing pygmentize script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
  Running setup.py install for ansicolors
    
  Running setup.py install for cov-core
    
    
    Wrote pth file for subprocess measurement to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/init_cov_core.pth
  Running setup.py install for coverage
    building 'coverage.tracer' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c coverage/tracer.c -o build/temp.linux-x86_64-2.7/coverage/tracer.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/coverage/tracer.o -o build/lib.linux-x86_64-2.7/coverage/tracer.so
    
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    Installing coverage2 script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
    Installing coverage-2.7 script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
    Installing coverage script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
  Running setup.py install for pantsbuild.pants
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/pants/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/pantsbuild.pants-0.0.24-py2.7-nspkg.pth
    Installing pants script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
  Running setup.py install for psutil
    building '_psutil_linux' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o -o build/lib.linux-x86_64-2.7/_psutil_linux.so
    building '_psutil_posix' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o
    gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.linux-x86_64-2.7/_psutil_posix.so
    
  Running setup.py install for py
    
  Running setup.py install for pystache
    pystache: using: version '3.6' of <module 'setuptools' from '/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/setuptools/__init__.pyc'>
    
    Installing pystache script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
    Installing pystache-test script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
  Running setup.py install for pytest
    
    Installing py.test-2.7 script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
    Installing py.test script to /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/bin
  Running setup.py install for pytest-cov
    
  Running setup.py install for python-daemon
    
    warning: no files found matching 'TODO'
  Running setup.py install for twitter.common.collections
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.collections-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.config
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.config-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.confluence
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.confluence-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.contextutil
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.contextutil-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.decorators
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.decorators-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.dirutil
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.dirutil-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.lang
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.lang-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.log
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.log-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.options
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.options-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.process
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.process-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.string
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.string-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.threading
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.threading-0.3.1-py2.7-nspkg.pth
  Running setup.py install for twitter.common.util
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/__init__.py (namespace package)
    Skipping installation of /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter/common/__init__.py (namespace package)
    
    Installing /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/twitter.common.util-0.3.1-py2.7-nspkg.pth
  Found existing installation: setuptools 3.6
    Uninstalling setuptools:
      Successfully uninstalled setuptools
Successfully installed Markdown Pygments ansicolors cov-core coverage lockfile pantsbuild.pants pex psutil py pystache pytest pytest-cov python-daemon requests twitter.common.collections twitter.common.config twitter.common.confluence twitter.common.contextutil twitter.common.decorators twitter.common.dirutil twitter.common.lang twitter.common.log twitter.common.options twitter.common.process twitter.common.string twitter.common.threading twitter.common.util setuptools
Cleaning up...
**** Failed to install pystachio-0.7.2. stdout:

**** Failed to install pystachio-0.7.2. stderr:
Traceback (most recent call last):
  File "<stdin>", line 6, in <module>
  File "setup.py", line 47, in <module>
    'Operating System :: OS Independent',
  File "/usr/lib/python2.7/distutils/core.py", line 138, in setup
    ok = dist.parse_command_line()
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 250, in parse_command_line
  File "/usr/lib/python2.7/distutils/dist.py", line 467, in parse_command_line
    args = self._parse_command_opts(parser, args)
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 534, in _parse_command_opts
  File "/usr/lib/python2.7/distutils/dist.py", line 523, in _parse_command_opts
    cmd_class = self.get_command_class(command)
  File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 364, in get_command_class
  File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 2048, in load
    
  File "build/bdist.linux-x86_64/egg/wheel/bdist_wheel.py", line 49, in <module>
  File "build/bdist.linux-x86_64/egg/wheel/bdist_wheel.py", line 79, in bdist_wheel
  File "build/bdist.linux-x86_64/egg/wheel/pep425tags.py", line 28, in get_impl_ver
  File "/usr/lib/python2.7/sysconfig.py", line 577, in get_config_var
    return get_config_vars().get(name)
  File "/usr/lib/python2.7/sysconfig.py", line 476, in get_config_vars
    _init_posix(_CONFIG_VARS)
  File "/usr/lib/python2.7/sysconfig.py", line 355, in _init_posix
    raise IOError(msg)
IOError: invalid Python installation: unable to open /x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/local/include/python2.7/pyconfig.h (No such file or directory)

Build operating on top level addresses: set([BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/BUILD, all)])
Problem executing PythonBuilder for targets OrderedSet([PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/admin/BUILD, host_maintenance)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/BUILD, api)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, api)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, restarter)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, instance_watcher)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, scheduler_client)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/auth/BUILD, auth)), PythonThriftLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/thrift/org/apache/aurora/gen/BUILD, py-thrift)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, cluster)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, transport)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, scheduler_mux)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, error_handling_thread)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, task_util)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/BUILD, base)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, http_signaler)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, updater_util)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, sla)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, common)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, aurora_job_key)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, cluster_option)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, clusters)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/common/BUILD, shellify)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/thrift/org/apache/aurora/gen/BUILD, py-thrift-packaged)), PythonThriftLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/thrift/org/apache/aurora/gen/BUILD, py-thrift-test)), PythonThriftLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/thrift/org/apache/aurora/gen/BUILD, py-thrift-storage)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, updater)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, job_monitor)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, quota_check)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/admin/BUILD, host_maintenance)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/admin/BUILD, util)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/admin/BUILD, admin_util)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/BUILD, binding_helper)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/BUILD, binding_helper)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/config/BUILD, config)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/config/schema/BUILD, schema)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/config/BUILD, schema)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/common/BUILD, planner)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/BUILD, config)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/BUILD, config)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, api)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, disambiguator)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, disambiguator)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, instance_watcher)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, job_monitor)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/BUILD, fake_scheduler_proxy)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, mux)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, quota_check)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, restarter)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, scheduler_client)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, sla)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, updater)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/api/BUILD, updater_util)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, api)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, util)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/cli/BUILD, cli)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/api/BUILD, command_runner)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/config/BUILD, schema)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/hooks/BUILD, hooks)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/BUILD, factory)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/BUILD, options)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/common/BUILD, options)), PythonThriftLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/thrift/org/apache/thermos/BUILD, py-thrift)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/cli/BUILD, client_lib)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/cli/BUILD, bridge)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/bin/BUILD, aurora_admin_lib)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/commands/BUILD, admin)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/commands/BUILD, help)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/commands/BUILD, maintenance)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/bin/BUILD, aurora_client_lib)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/commands/BUILD, all)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/commands/BUILD, core)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/commands/BUILD, run)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/client/commands/BUILD, ssh)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/commands/BUILD, util)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, bridge)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, command_hooks)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, cron)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, help)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, inspect)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, job)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, config)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, logging)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, plugins)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, quota)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, sla)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, task)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, supdate)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/cli/BUILD, update)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/commands/BUILD, admin)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/commands/BUILD, core)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/commands/BUILD, hooks)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/commands/BUILD, maintenance)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/commands/BUILD, run)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/commands/BUILD, ssh)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/hooks/BUILD, hooked_api)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/client/hooks/BUILD, non_hooked_api)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/common/BUILD, test_aurora_job_key)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/common/BUILD, test_cluster)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/common/BUILD, test_clusters)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/common/BUILD, test_cluster_option)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/common/BUILD, test_http_signaler)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/common/BUILD, test_shellify)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/common/BUILD, test_transport)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/config/BUILD, test_base)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/config/BUILD, test_constraint_parsing)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/config/BUILD, test_loader)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/config/BUILD, test_thrift)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/BUILD, executor_base)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, executor_base)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/BUILD, executor_detector)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, executor_detector)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/BUILD, executor_vars)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, executor_vars)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/BUILD, status_manager)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, status_manager)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, status_checker)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/BUILD, thermos_task_runner)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, sandbox)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, thermos_task_runner)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/common/BUILD, common)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/common/BUILD, ckpt)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/common/BUILD, path)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/core/BUILD, core)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/core/BUILD, inspector)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/core/BUILD, muxer)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/core/BUILD, runner)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/core/BUILD, helper)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/core/BUILD, process)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/config/BUILD, config)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, monitor)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, task_info)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, task_runner)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, thermos_statuses)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/common/BUILD, announcer)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, announcer)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/common/BUILD, directory_sandbox)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/common/BUILD, executor_timeout)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, executor_timeout)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/common/BUILD, health_checker)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/common/BUILD, fixtures)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, health_checker)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/common/BUILD, status_checker)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/common/BUILD, task_info)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/BUILD, gc_executor)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, gc_executor)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, detector)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, garbage)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/aurora/executor/BUILD, thermos_executor)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/BUILD, aurora_executor)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/aurora/executor/common/BUILD, kill_manager)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/bin/BUILD, test_thermos)), PythonBinary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/bin/BUILD, thermos)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, monitoring)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, disk)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, process)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, resource)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/monitoring/BUILD, process_collector_psutil)), PythonLibrary(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/main/python/apache/thermos/testing/BUILD, runner)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/common/BUILD, test_pathspec)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/common/BUILD, test_planner)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/common/BUILD, test_task_planner)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/config/BUILD, test_schema)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_process)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_ephemerals)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_failing_runner)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_failure_limit)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_finalization)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_helper)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_runner_integration)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_angry)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/core/BUILD, test_staged_kill)), PythonTests(BuildFileAddress(/x1/jenkins/jenkins-slave/workspace/Aurora/src/test/python/apache/thermos/monitoring/BUILD, test_disk))]): Traceback (most recent call last):
  File "/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/commands/build.py", line 130, in _python_build
    debug=self._verbose)
  File "/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/python_builder.py", line 43, in build
    debug=debug).run()
  File "/x1/jenkins/jenkins-slave/workspace/Aurora/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 "/x1/jenkins/jenkins-slave/workspace/Aurora/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 "/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/test_builder.py", line 295, in _test_runner
    builder = chroot.dump()
  File "/x1/jenkins/jenkins-slave/workspace/Aurora/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 "/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/pants/backend/python/resolver.py", line 100, in resolve_multi
    platform=platform)
  File "/x1/jenkins/jenkins-slave/workspace/Aurora/build-support/pants.venv/lib/python2.7/site-packages/pex/resolver.py", line 110, in resolve
    new_requirements.update(requires(highest_package, requirement))
  File "/x1/jenkins/jenkins-slave/workspace/Aurora/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/p/pystachio/pystachio-0.7.2.tar.gz#md5=cd66ead2f4cbd20e040a089e64a0dd32') 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.
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Aurora #733

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Aurora/733/changes>

Changes:

[wfarner] Store host attributes alongside offers to reduce number of lookups.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-2 (docker Ubuntu ubuntu) in workspace <https://builds.apache.org/job/Aurora/ws/>
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git init <https://builds.apache.org/job/Aurora/ws/>
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-aurora.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-aurora.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision b80e69c9b9d0e18b9ea1189fd310e6995e4e1fe9 (origin/master)
 > git config core.sparsecheckout
 > git checkout -f b80e69c9b9d0e18b9ea1189fd310e6995e4e1fe9
 > git rev-list 2e2c4b37f8139a51e934e05548557ca1583c4615
Cleaning workspace
 > git rev-parse --verify HEAD
Resetting working tree
 > git reset --hard
 > git clean -fdx
[Aurora] $ /bin/bash -xe /tmp/hudson4100628689578403950.sh
+ ./build-support/jenkins/build.sh
+ date
Thu Nov 13 00:21:25 UTC 2014
+ ./gradlew -Pq clean build
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava UP-TO-DATE
: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
:bootstrapThrift
:checkPython
:generateSources
:compileGeneratedJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:processGeneratedResources UP-TO-DATE
:generatedClasses
:compileJavaNote: Writing <https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2>

:processResources
:classes
:jar
:assemble
:jsHint
:checkstyleMain
:compileTestJava
:processTestResources
:testClasses
:checkstyleTest
:findbugsGenerated
:findbugsMain
:findbugsTest
:licenseGenerated UP-TO-DATE
:licenseMain UP-TO-DATE
:licenseTest UP-TO-DATE
:license UP-TO-DATE
:pmdMain
:test
:jacocoTestReport
Coverage report generated: file://<https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html>
:analyzeReport
Instruction coverage of 0.8897566117286316 exceeds minimum coverage of 0.88.
:analyzeReport FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':analyzeReport'.
> Branch coverage of 0.84 exceeds min instruction coverage of 0.83, by more than 0.005, please raise the threshold!

* 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: 4 mins 43.496 secs
Build step 'Execute shell' marked build as failure
Recording test results

Build failed in Jenkins: Aurora #732

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Aurora/732/changes>

Changes:

[wfarner] Fix review bot to use correct latest diff time.

------------------------------------------
[...truncated 246 lines...]
Download https://repo1.maven.org/maven2/com/google/inject/extensions/guice-multibindings/3.0/guice-multibindings-3.0.pom
Download http://maven.twttr.com/com/twitter/common/stats-jvm/0.0.46/stats-jvm-0.0.46.pom
Download http://maven.twttr.com/com/twitter/common/stats-time-series/0.0.56/stats-time-series-0.0.56.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers/0.0.71/net-http-handlers-0.0.71.pom
Download http://maven.twttr.com/com/twitter/common/args-apt/0.1.11/args-apt-0.1.11.pom
Download http://maven.twttr.com/com/twitter/common/args-core/0.1.12/args-core-0.1.12.pom
Download http://maven.twttr.com/com/twitter/common/util-system-mocks/0.0.72/util-system-mocks-0.0.72.pom
Download https://repo1.maven.org/maven2/joda-time/joda-time/2.3/joda-time-2.3.pom
Download https://repo1.maven.org/maven2/org/joda/joda-convert/1.5/joda-convert-1.5.pom
Download http://maven.twttr.com/com/twitter/common/stat-registry/0.0.27/stat-registry-0.0.27.pom
Download http://maven.twttr.com/com/twitter/common/stats-provider/0.0.57/stats-provider-0.0.57.pom
Download http://maven.twttr.com/com/twitter/common/util-sampler/0.0.53/util-sampler-0.0.53.pom
Download http://maven.twttr.com/com/twitter/common/net-pool/0.0.60/net-pool-0.0.60.pom
Download https://repo1.maven.org/maven2/asm/asm/3.1/asm-3.1.pom
Download https://repo1.maven.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom
Download https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/7.6.15.v20140411/jetty-io-7.6.15.v20140411.pom
Download https://repo1.maven.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom
Download http://maven.twttr.com/com/google/testing/test-libraries-for-java/1.1.1/test-libraries-for-java-1.1.1.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-params/0.0.17/net-http-handlers-params-0.0.17.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-string-template/0.0.51/net-http-handlers-string-template-0.0.51.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-text/0.0.31/net-http-handlers-text-0.0.31.pom
Download http://maven.twttr.com/com/twitter/common/stat/0.0.29/stat-0.0.29.pom
Download https://repo1.maven.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
Download https://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.pom
Download https://repo1.maven.org/maven2/com/google/inject/guice/3.0/guice-3.0.jar
Download https://repo1.maven.org/maven2/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar
Download https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar
Download https://repo1.maven.org/maven2/com/h2database/h2/1.4.177/h2-1.4.177.jar
Download https://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.jar
Download https://repo1.maven.org/maven2/com/sun/jersey/jersey-json/1.18.1/jersey-json-1.18.1.jar
Download https://repo1.maven.org/maven2/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.jar
Download https://repo1.maven.org/maven2/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.jar
Download https://repo1.maven.org/maven2/com/sun/jersey/contribs/jersey-guice/1.18.1/jersey-guice-1.18.1.jar
Download https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Download https://repo1.maven.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
Download https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Download https://repo1.maven.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar
Download https://repo1.maven.org/maven2/org/apache/mesos/mesos/0.20.1/mesos-0.20.1.jar
Download https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.3.4/zookeeper-3.3.4.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-rewrite/7.6.15.v20140411/jetty-rewrite-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/7.6.15.v20140411/jetty-server-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet/7.6.15.v20140411/jetty-servlet-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets/7.6.15.v20140411/jetty-servlets-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/mybatis/mybatis/3.2.7/mybatis-3.2.7.jar
Download https://repo1.maven.org/maven2/org/mybatis/mybatis-guice/3.6/mybatis-guice-3.6.jar
Download https://repo1.maven.org/maven2/org/quartz-scheduler/quartz/2.2.1/quartz-2.2.1.jar
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-jdk14/1.6.1/slf4j-jdk14-1.6.1.jar
Download http://maven.twttr.com/com/twitter/common/logging/log4j/0.0.7/log4j-0.0.7.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/guice/client-flagged/0.0.5/client-flagged-0.0.5.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/guice/client/0.0.5/client-0.0.5.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/candidate/0.0.64/candidate-0.0.64.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/client/0.0.56/client-0.0.56.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/group/0.0.69/group-0.0.69.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/server-set/1.0.74/server-set-1.0.74.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/singleton-service/0.0.85/singleton-service-0.0.85.jar
Download http://maven.twttr.com/com/twitter/common/application-module-applauncher/0.0.51/application-module-applauncher-0.0.51.jar
Download http://maven.twttr.com/com/twitter/common/application-module-lifecycle/0.0.48/application-module-lifecycle-0.0.48.jar
Download http://maven.twttr.com/com/twitter/common/application-module-stats/0.0.44/application-module-stats-0.0.44.jar
Download http://maven.twttr.com/com/twitter/common/application/0.0.73/application-0.0.73.jar
Download http://maven.twttr.com/com/twitter/common/args/0.2.9/args-0.2.9.jar
Download http://maven.twttr.com/com/twitter/common/base/0.0.87/base-0.0.87.jar
Download http://maven.twttr.com/com/twitter/common/collections/0.0.74/collections-0.0.74.jar
Download http://maven.twttr.com/com/twitter/common/dynamic-host-set/0.0.44/dynamic-host-set-0.0.44.jar
Download http://maven.twttr.com/com/twitter/common/inject-timed/0.0.11/inject-timed-0.0.11.jar
Download http://maven.twttr.com/com/twitter/common/inject/0.0.35/inject-0.0.35.jar
Download http://maven.twttr.com/com/twitter/common/jdk-logging/0.0.44/jdk-logging-0.0.44.jar
Download http://maven.twttr.com/com/twitter/common/logging/0.0.61/logging-0.0.61.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-time-series/0.0.51/net-http-handlers-time-series-0.0.51.jar
Download http://maven.twttr.com/com/twitter/common/net-util/0.0.80/net-util-0.0.80.jar
Download http://maven.twttr.com/com/twitter/common/quantity/0.0.71/quantity-0.0.71.jar
Download http://maven.twttr.com/com/twitter/common/stats/0.0.91/stats-0.0.91.jar
Download http://maven.twttr.com/com/twitter/common/thrift/0.0.68/thrift-0.0.68.jar
Download http://maven.twttr.com/com/twitter/common/util-executor-service-shutdown/0.0.49/util-executor-service-shutdown-0.0.49.jar
Download http://maven.twttr.com/com/twitter/common/util-templating/0.0.25/util-templating-0.0.25.jar
Download http://maven.twttr.com/com/twitter/common/util-testing/0.0.10/util-testing-0.0.10.jar
Download http://maven.twttr.com/com/twitter/common/util/0.0.94/util-0.0.94.jar
Download https://repo1.maven.org/maven2/org/sonatype/sisu/inject/cglib/2.2.1-v20090111/cglib-2.2.1-v20090111.jar
Download https://repo1.maven.org/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar
Download https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar
Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar
Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar
Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar
Download https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar
Download https://repo1.maven.org/maven2/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar
Download https://repo1.maven.org/maven2/jline/jline/0.9.94/jline-0.9.94.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-client/7.6.15.v20140411/jetty-client-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.servlet/2.5.0.v201103041518/javax.servlet-2.5.0.v201103041518.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-continuation/7.6.15.v20140411/jetty-continuation-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-http/7.6.15.v20140411/jetty-http-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-security/7.6.15.v20140411/jetty-security-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util/7.6.15.v20140411/jetty-util-7.6.15.v20140411.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/lock/0.0.36/lock-0.0.36.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/map/0.0.45/map-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/node/0.0.45/node-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/partitioner/0.0.45/partitioner-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper-testing/0.0.45/zookeeper-testing-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/io/0.0.53/io-0.0.53.jar
Download http://maven.twttr.com/com/twitter/common/io-json/0.0.41/io-json-0.0.41.jar
Download http://maven.twttr.com/com/twitter/common/io-thrift/0.0.50/io-thrift-0.0.50.jar
Download http://maven.twttr.com/com/twitter/common/service-thrift/1.0.45/service-thrift-1.0.45.jar
Download http://maven.twttr.com/com/twitter/common/application-action/0.0.68/application-action-0.0.68.jar
Download https://repo1.maven.org/maven2/com/google/inject/extensions/guice-multibindings/3.0/guice-multibindings-3.0.jar
Download http://maven.twttr.com/com/twitter/common/stats-jvm/0.0.46/stats-jvm-0.0.46.jar
Download http://maven.twttr.com/com/twitter/common/stats-time-series/0.0.56/stats-time-series-0.0.56.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers/0.0.71/net-http-handlers-0.0.71.jar
Download http://maven.twttr.com/com/twitter/common/args-apt/0.1.11/args-apt-0.1.11.jar
Download http://maven.twttr.com/com/twitter/common/args-core/0.1.12/args-core-0.1.12.jar
Download http://maven.twttr.com/com/twitter/common/util-system-mocks/0.0.72/util-system-mocks-0.0.72.jar
Download https://repo1.maven.org/maven2/joda-time/joda-time/2.3/joda-time-2.3.jar
Download https://repo1.maven.org/maven2/org/joda/joda-convert/1.5/joda-convert-1.5.jar
Download http://maven.twttr.com/com/twitter/common/stat-registry/0.0.27/stat-registry-0.0.27.jar
Download http://maven.twttr.com/com/twitter/common/stats-provider/0.0.57/stats-provider-0.0.57.jar
Download http://maven.twttr.com/com/twitter/common/util-sampler/0.0.53/util-sampler-0.0.53.jar
Download http://maven.twttr.com/com/twitter/common/net-pool/0.0.60/net-pool-0.0.60.jar
Download https://repo1.maven.org/maven2/asm/asm/3.1/asm-3.1.jar
Download https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar
Download https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/7.6.15.v20140411/jetty-io-7.6.15.v20140411.jar
Download https://repo1.maven.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.jar
Download http://maven.twttr.com/com/google/testing/test-libraries-for-java/1.1.1/test-libraries-for-java-1.1.1.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-params/0.0.17/net-http-handlers-params-0.0.17.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-string-template/0.0.51/net-http-handlers-string-template-0.0.51.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-text/0.0.31/net-http-handlers-text-0.0.31.jar
Download http://maven.twttr.com/com/twitter/common/stat/0.0.29/stat-0.0.29.jar
Download https://repo1.maven.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
Download https://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar
Note: Writing <https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2>
:processResources
:classes
:jar
:assemble
:jsHint
Download https://repo1.maven.org/maven2/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom
Download https://repo1.maven.org/maven2/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar
:checkstyleMain
Download https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom
Download https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Download https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Download https://repo1.maven.org/maven2/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom
Download https://repo1.maven.org/maven2/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom
Download https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar
Download https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Download https://repo1.maven.org/maven2/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.jar
:compileTestJava
Download https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.18.1/jersey-client-1.18.1.pom
Download http://maven.twttr.com/com/twitter/common/testing-easymock/0.0.4/testing-easymock-0.0.4.pom
Download https://repo1.maven.org/maven2/org/easymock/easymock/3.2/easymock-3.2.pom
Download https://repo1.maven.org/maven2/org/easymock/easymock-parent/3.2/easymock-parent-3.2.pom
Download https://repo1.maven.org/maven2/org/easymock/easymockclassextension/3.2/easymockclassextension-3.2.pom
Download https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.2/hamcrest-core-1.2.pom
Download https://repo1.maven.org/maven2/org/objenesis/objenesis/1.3/objenesis-1.3.pom
Download https://repo1.maven.org/maven2/org/objenesis/objenesis-parent/1.3/objenesis-parent-1.3.pom
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom
Download https://repo1.maven.org/maven2/com/sun/jersey/jersey-client/1.18.1/jersey-client-1.18.1.jar
Download http://maven.twttr.com/com/twitter/common/testing-easymock/0.0.4/testing-easymock-0.0.4.jar
Download https://repo1.maven.org/maven2/org/easymock/easymock/3.2/easymock-3.2.jar
Download https://repo1.maven.org/maven2/org/easymock/easymockclassextension/3.2/easymockclassextension-3.2.jar
Download https://repo1.maven.org/maven2/org/objenesis/objenesis/1.3/objenesis-1.3.jar
Download https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.jar
:processTestResources
:testClasses
:checkstyleTest
:findbugsGenerated
Download https://repo1.maven.org/maven2/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Download https://repo1.maven.org/maven2/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
Download https://repo1.maven.org/maven2/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
Download https://repo1.maven.org/maven2/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
Download https://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Download https://repo1.maven.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom
Download https://repo1.maven.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Download https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Download https://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Download https://repo1.maven.org/maven2/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Download https://repo1.maven.org/maven2/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Download https://repo1.maven.org/maven2/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
Download https://repo1.maven.org/maven2/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
Download https://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Download https://repo1.maven.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
Download https://repo1.maven.org/maven2/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar
Download https://repo1.maven.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
:findbugsMain
:findbugsTest
:licenseGenerated UP-TO-DATE
:licenseMain UP-TO-DATE
:licenseTest UP-TO-DATE
:license UP-TO-DATE
:pmdMain
Download https://repo1.maven.org/maven2/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom
Download https://repo1.maven.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Download https://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.1/ant-parent-1.7.1.pom
Download https://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Download https://repo1.maven.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.pom
Download https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
Download https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Download https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Download https://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Download https://repo1.maven.org/maven2/junit/junit/4.4/junit-4.4.pom
Download https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.pom
Download https://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.pom
Download https://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom
Download https://repo1.maven.org/maven2/xom/xom/1.0/xom-1.0.pom
Download https://repo1.maven.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
Download https://repo1.maven.org/maven2/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar
Download https://repo1.maven.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Download https://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Download https://repo1.maven.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.jar
Download https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.jar
Download https://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Download https://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Download https://repo1.maven.org/maven2/junit/junit/4.4/junit-4.4.jar
Download https://repo1.maven.org/maven2/net/java/dev/javacc/javacc/5.0/javacc-5.0.jar
Download https://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar
Download https://repo1.maven.org/maven2/xom/xom/1.0/xom-1.0.jar
Download https://repo1.maven.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
:test
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137.pom
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.build/0.7.1.201405082137/org.jacoco.build-0.7.1.201405082137.pom
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137.jar
:jacocoTestReport
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.ant/0.7.1.201405082137/org.jacoco.ant-0.7.1.201405082137.pom
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.core/0.7.1.201405082137/org.jacoco.core-0.7.1.201405082137.pom
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.report/0.7.1.201405082137/org.jacoco.report-0.7.1.201405082137.pom
Download https://repo1.maven.org/maven2/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
Download https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.ant/0.7.1.201405082137/org.jacoco.ant-0.7.1.201405082137.jar
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.core/0.7.1.201405082137/org.jacoco.core-0.7.1.201405082137.jar
Download https://repo1.maven.org/maven2/org/jacoco/org.jacoco.report/0.7.1.201405082137/org.jacoco.report-0.7.1.201405082137.jar
Download https://repo1.maven.org/maven2/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
Coverage report generated: file://<https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html>
:analyzeReport
Instruction coverage of 0.8893544679628388 exceeds minimum coverage of 0.88.
:analyzeReport FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':analyzeReport'.
> Branch coverage of 0.84 exceeds min instruction coverage of 0.83, by more than 0.005, please raise the threshold!

* 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: 6 mins 32.475 secs
Build step 'Execute shell' marked build as failure
Recording test results