I get this problem locally as well, if these 'text.exec' files remains from a previous build. Can't even do 'clean' since it crashes during the building of the Gradle model.
No idea what to do about it. On Sun, Aug 2, 2015 at 5:38 PM, Apache Jenkins Server < [email protected]> wrote: > See < > https://builds.apache.org/job/Zest(JavaEdition)-develop-java8-check/81/changes > > > > Changes: > > [niclas] Java8 is very picky about the javadoc format. > > ------------------------------------------ > Started by an SCM change > Building remotely on H11 (Ubuntu ubuntu) in workspace < > https://builds.apache.org/job/Zest(JavaEdition)-develop-java8-check/ws/> > > git rev-parse --is-inside-work-tree # timeout=10 > Fetching changes from the remote Git repository > > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/zest-java.git # timeout=10 > Fetching upstream changes from > https://git-wip-us.apache.org/repos/asf/zest-java.git > > git --version # timeout=10 > > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/zest-java.git > +refs/heads/*:refs/remotes/origin/* > > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 > Checking out Revision 274ae43a09b2fde16d4ed2b127cb617b51aa4e96 > (refs/remotes/origin/develop) > > git config core.sparsecheckout # timeout=10 > > git checkout -f 274ae43a09b2fde16d4ed2b127cb617b51aa4e96 > > git rev-list c5075b0032120b1761b8e062675ea31a1ec1289f # timeout=10 > Xvfb starting$ /usr/bin/Xvfb :1 -screen 0 1024x768x24 -fbdir > /home/jenkins/jenkins-slave/2015-08-02_09-38-287333941726028631456xvfb > [Zest(JavaEdition)-develop-java8-check] $ /bin/bash -xe > /tmp/hudson7080603214504989404.sh > + java -version > java version "1.8.0" > Java(TM) SE Runtime Environment (build 1.8.0-b132) > Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode) > [Gradle] - Launching build. > [Zest(JavaEdition)-develop-java8-check] $ < > https://builds.apache.org/job/Zest(JavaEdition)-develop-java8-check/ws/gradlew> > -DDISPLAY=:1 clean check > :buildSrc:compileJava UP-TO-DATE > :buildSrc:compileGroovy UP-TO-DATE > :buildSrc:processResources UP-TO-DATE > :buildSrc:classes UP-TO-DATE > :buildSrc:jar UP-TO-DATE > :buildSrc:assemble UP-TO-DATE > :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 UP-TO-DATE > Project: org.apache.zest > Project: org.apache.zest.core > Project: org.apache.zest.core.functional > Project: org.apache.zest.core.io > Project: org.apache.zest.core.api > Project: org.apache.zest.core.spi > Project: org.apache.zest.core.testsupport > Project: org.apache.zest.core.bootstrap > Project: org.apache.zest.core.runtime > Project: org.apache.zest.libraries > Project: org.apache.zest.library.alarm > Project: org.apache.zest.library.circuitbreaker > Project: org.apache.zest.library.constraints > Project: org.apache.zest.library.conversion > Project: org.apache.zest.library.eventsourcing > Project: org.apache.zest.library.eventsourcing-jdbm > Project: org.apache.zest.library.eventsourcing-rest > Project: org.apache.zest.library.fileconfig > Project: org.apache.zest.library.http > Project: org.apache.zest.library.invocation-cache > Project: org.apache.zest.library.lang-groovy > Project: org.apache.zest.library.lang-javascript > Project: org.apache.zest.library.lang-scala > Project: org.apache.zest.library.jmx > Project: org.apache.zest.library.locking > Project: org.apache.zest.library.logging > Project: org.apache.zest.library.metrics > Project: org.apache.zest.library.osgi > Project: org.apache.zest.library.rdf > Project: org.apache.zest.library.rest > Project: org.apache.zest.library.rest-client > Project: org.apache.zest.library.rest-common > Project: org.apache.zest.library.rest-server > Project: org.apache.zest.library.scheduler > Project: org.apache.zest.library.scripting > Project: org.apache.zest.library.servlet > Project: org.apache.zest.library.shiro-core > Project: org.apache.zest.library.shiro-web > Project: org.apache.zest.library.spring > Project: org.apache.zest.library.sql > Project: org.apache.zest.library.sql-bonecp > Project: org.apache.zest.library.sql-dbcp > Project: org.apache.zest.library.sql-liquibase > Project: org.apache.zest.library.uid > Project: org.apache.zest.library.uowfile > Project: org.apache.zest.extensions > Project: org.apache.zest.extension.cache-ehcache > Project: org.apache.zest.extension.cache-memcache > Project: org.apache.zest.extension.entitystore-memory > Project: org.apache.zest.extension.entitystore-file > Project: org.apache.zest.extension.entitystore-hazelcast > Project: org.apache.zest.extension.entitystore-jclouds > Project: org.apache.zest.extension.entitystore-jdbm > Project: org.apache.zest.extension.entitystore-leveldb > Project: org.apache.zest.extension.entitystore-mongodb > Project: org.apache.zest.extension.entitystore-preferences > Project: org.apache.zest.extension.entitystore-redis > Project: org.apache.zest.extension.entitystore-riak > Project: org.apache.zest.extension.entitystore-sql > Project: org.apache.zest.extension.indexing-elasticsearch > Project: org.apache.zest.extension.indexing-rdf > Project: org.apache.zest.extension.indexing-solr > Project: org.apache.zest.extension.indexing-sql > Project: org.apache.zest.extension.metrics-yammer > Project: org.apache.zest.extension.migration > Project: org.apache.zest.extension.reindexer > Project: org.apache.zest.extension.valueserialization-orgjson > Project: org.apache.zest.extension.valueserialization-jackson > Project: org.apache.zest.extension.valueserialization-stax > Project: org.apache.zest.manual > Project: org.apache.zest.samples > Project: org.apache.zest.sample.dci > Project: org.apache.zest.sample.dci-cargo > Project: org.apache.zest.sample.dci-cargo.dcisample_a > Project: org.apache.zest.sample.dci-cargo.dcisample_b > Project: org.apache.zest.sample.forum > Project: org.apache.zest.sample.rental > Project: org.apache.zest.sample.sql-support > Project: org.apache.zest.sample.swing > Project: org.apache.zest.tools > Project: org.apache.zest.tool.model-detail > Project: org.apache.zest.tool.envisage > Project: org.apache.zest.tool.shell > Project: org.apache.zest.tutorials > Project: org.apache.zest.tutorial.cargo > Project: org.apache.zest.tutorial.composites > Project: org.apache.zest.tutorial.hello > Project: org.apache.zest.tutorial.introduction > Project: org.apache.zest.tutorial.introduction.twominutes > Project: org.apache.zest.tutorial.introduction.tenminutes > Project: org.apache.zest.tutorial.introduction.thirtyminutes > Project: org.apache.zest.tutorial.services > Project: org.apache.zest.tests > Project: org.apache.zest.test.regression > Project: org.apache.zest.test.performance > org.apache.zest.core.api(true) -> stable, good, good > org.apache.zest.core.bootstrap(true) -> stable, brief, good > org.apache.zest.core.functional(true) -> beta, good, good > org.apache.zest.core.io(true) -> beta, good, good > org.apache.zest.core.runtime(true) -> stable, brief, good > org.apache.zest.core.spi(true) -> stable, brief, good > org.apache.zest.core.testsupport(true) -> stable, brief, none > org.apache.zest.extension.cache-ehcache(true) -> beta, brief, some > org.apache.zest.extension.cache-memcache(true) -> beta, brief, some > org.apache.zest.extension.entitystore-file(true) -> stable, good, good > org.apache.zest.extension.entitystore-hazelcast(true) -> stable, brief, > good > org.apache.zest.extension.entitystore-jclouds(true) -> stable, brief, good > org.apache.zest.extension.entitystore-jdbm(true) -> stable, brief, good > org.apache.zest.extension.entitystore-leveldb(true) -> beta, brief, good > org.apache.zest.extension.entitystore-memory(true) -> stable, good, good > org.apache.zest.extension.entitystore-mongodb(true) -> stable, brief, good > org.apache.zest.extension.entitystore-preferences(true) -> stable, brief, > good > org.apache.zest.extension.entitystore-redis(true) -> beta, good, good > org.apache.zest.extension.entitystore-riak(true) -> beta, good, good > org.apache.zest.extension.entitystore-sql(true) -> stable, good, good > org.apache.zest.extension.indexing-elasticsearch(true) -> beta, good, good > org.apache.zest.extension.indexing-rdf(true) -> stable, brief, good > org.apache.zest.extension.indexing-solr(true) -> stable, brief, some > org.apache.zest.extension.indexing-sql(true) -> stable, brief, good > org.apache.zest.extension.metrics-yammer(true) -> stable, none, some > org.apache.zest.extension.migration(true) -> stable, none, some > org.apache.zest.extension.reindexer(true) -> stable, none, some > org.apache.zest.extension.valueserialization-jackson(true) -> beta, good, > complete > org.apache.zest.extension.valueserialization-orgjson(true) -> stable, > good, complete > org.apache.zest.extension.valueserialization-stax(true) -> beta, good, > complete > org.apache.zest.library.alarm(true) -> stable, brief, some > org.apache.zest.library.circuitbreaker(true) -> stable, good, good > org.apache.zest.library.constraints(true) -> stable, good, good > org.apache.zest.library.conversion(true) -> stable, brief, some > org.apache.zest.library.eventsourcing(true) -> beta, brief, some > org.apache.zest.library.eventsourcing-jdbm(true) -> beta, brief, some > org.apache.zest.library.eventsourcing-rest(true) -> beta, brief, some > org.apache.zest.library.fileconfig(true) -> stable, good, good > org.apache.zest.library.http(true) -> stable, good, good > org.apache.zest.library.invocation-cache(true) -> stable, brief, none > org.apache.zest.library.jmx(true) -> stable, brief, some > org.apache.zest.library.lang-groovy(true) -> beta, good, good > org.apache.zest.library.lang-javascript(true) -> beta, brief, some > org.apache.zest.library.lang-scala(true) -> beta, brief, some > org.apache.zest.library.locking(true) -> stable, brief, some > org.apache.zest.library.logging(true) -> stable, good, good > org.apache.zest.library.metrics(true) -> beta, brief, some > org.apache.zest.library.osgi(true) -> stable, brief, some > org.apache.zest.library.rdf(true) -> stable, none, some > org.apache.zest.library.rest(true) -> stable, none, none > org.apache.zest.library.rest-client(true) -> stable, good, some > org.apache.zest.library.rest-common(true) -> stable, none, none > org.apache.zest.library.rest-server(true) -> stable, none, none > org.apache.zest.library.scheduler(true) -> beta, good, good > org.apache.zest.library.scripting(true) -> stable, none, complete > org.apache.zest.library.servlet(true) -> stable, good, good > org.apache.zest.library.shiro-core(true) -> stable, good, good > org.apache.zest.library.shiro-web(true) -> stable, good, good > org.apache.zest.library.spring(true) -> beta, brief, some > org.apache.zest.library.sql(true) -> stable, good, good > org.apache.zest.library.sql-bonecp(true) -> stable, good, good > org.apache.zest.library.sql-dbcp(true) -> stable, good, good > org.apache.zest.library.sql-liquibase(true) -> stable, good, good > org.apache.zest.library.uid(true) -> stable, good, good > org.apache.zest.library.uowfile(true) -> stable, good, complete > org.apache.zest.tool.envisage(true) -> stable, brief, none > org.apache.zest.tool.model-detail(true) -> stable, brief, none > > FAILURE: Build failed with an exception. > > * Where: > Build file '< > https://builds.apache.org/job/Zest(JavaEdition)-develop-java8-check/ws/build.gradle'> > line: 488 > > * What went wrong: > A problem occurred evaluating root project 'org.apache.zest'. > > Unable to read execution data file < > https://builds.apache.org/job/Zest(JavaEdition)-develop-java8-check/ws/core/api/build/jacoco/test.exec > > > > * 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: 17.798 secs > Build step 'Invoke Gradle script' changed build result to FAILURE > Build step 'Invoke Gradle script' marked build as failure > Xvfb stopping > Recording test results > -- Niclas Hedhman, Software Developer http://zest.apache.org - New Energy for Java
