You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/04/15 08:26:30 UTC

Build failed in Jenkins: Polygene(JavaEdition)-develop-java9-check #128

See <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/128/display/redirect?page=changes>

Changes:

[niclas] Bring in Stanislav's sql-generator from GutHub, after his consent in

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-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/polygene-java.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/polygene-java.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/polygene-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 a36086b600a76ee1252ae3a7e857739ed4c2ff09 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a36086b600a76ee1252ae3a7e857739ed4c2ff09
 > git rev-list d64c585abad89d925c01fee4f4e4f0890e616aba # timeout=10
[Polygene(JavaEdition)-develop-java9-check] $ /bin/bash -xe /tmp/hudson5158883059088311825.sh
+ uname -a
Linux pomona.apache.org 3.13.0-105-generic #152-Ubuntu SMP Fri Dec 2 15:37:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
+ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                16
On-line CPU(s) list:   0-15
Thread(s) per core:    2
Core(s) per socket:    4
Socket(s):             2
NUMA node(s):          2
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 44
Stepping:              2
CPU MHz:               2401.000
BogoMIPS:              4800.23
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              12288K
NUMA node0 CPU(s):     0-3,8-11
NUMA node1 CPU(s):     4-7,12-15
+ java -version
java version "9-ea"
Java(TM) SE Runtime Environment (build 9-ea+139)
Java HotSpot(TM) 64-Bit Server VM (build 9-ea+139, mixed mode)
+ mvn --version
/tmp/hudson5158883059088311825.sh: line 5: mvn: command not found
+ free -tm
             total       used       free     shared    buffers     cached
Mem:         48294      45537       2757         18       3151      28980
-/+ buffers/cache:      13404      34889
Swap:        49139      24640      24499
Total:       97434      70177      27257
[Gradle] - Launching build.
[Polygene(JavaEdition)-develop-java9-check] $ <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/gradlew> --no-daemon --continue -Dversion=3.0-SNAPSHOT -PskipDocker clean check
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/3.5/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
:buildSrc:compileJava NO-SOURCE
: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 NO-SOURCE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources NO-SOURCE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
The Jetty plugin has been deprecated and is scheduled to be removed in Gradle 4.0. Consider using the Gretty (https://github.com/akhikhl/gretty) plugin instead.
	at build_1xqrqqf31vk7tbdc617otcmgh.run(<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/samples/rental/build.gradle>:23)

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':extensions:indexing-sql:compileClasspath'.
> Project :extensions:indexing-sql declares a dependency from configuration 'api' to configuration 'default' which is not declared in the descriptor for project :libraries:sql-generator.

* 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.318 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/buildSrc/build/test-results/test/TEST-org.apache.polygene.gradle.release.ModuleReleaseSpecTest.xml> is 2 days 19 hr old



Jenkins build is back to normal : Polygene(JavaEdition)-develop-java9-check #132

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/132/display/redirect?page=changes>


Build failed in Jenkins: Polygene(JavaEdition)-develop-java9-check #131

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/131/display/redirect?page=changes>

Changes:

[niclas] RAT fixes.

------------------------------------------
[...truncated 684.09 KB...]
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:38: warning: no @param for key
    File attachedFile( T key );
         ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:38: warning: no @return
    File attachedFile( T key );
         ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:43: warning: no @return
    Iterable<File> attachedFiles();
                   ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/ColumnsBuilder.java>:53: warning: no description for @return
     * @return
       ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QueryBuilder.java>:169: warning: no @param for setQuantifier
    QueryBuilder except( SetQuantifier setQuantifier, CorrespondingSpec correspondingSpec,
                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QueryBuilder.java>:169: warning: no @param for correspondingSpec
    QueryBuilder except( SetQuantifier setQuantifier, CorrespondingSpec correspondingSpec,
                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:94: warning: no @param for builder
    QuerySpecificationBuilder setSelect( ColumnsBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:101: warning: no @param for builder
    QuerySpecificationBuilder setFrom( FromBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:108: warning: no @param for builder
    QuerySpecificationBuilder setWhere( BooleanBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:115: warning: no @param for builder
    QuerySpecificationBuilder setGroupBy( GroupByBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:122: warning: no @param for builder
    QuerySpecificationBuilder setHaving( BooleanBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:129: warning: no @param for builder
    QuerySpecificationBuilder setOrderBy( OrderByBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:40: warning: no @return
    Property<String> host();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:48: warning: no @return
    Property<Integer> port();
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:56: warning: no @return
    Property<Integer> timeout();
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:62: warning: no @return
    Property<String> password();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:70: warning: no @return
    Property<Integer> database();
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/FormRepresentation.java>:106: warning: no description for @throws
     * @throws IOException
       ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/JsonRepresentation.java>:87: warning: no description for @throws
     * @throws IOException
       ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/PolygeneConverter.java>:65: warning: no @param for <T>
    protected <T> Representation create( MediaType mediaType, T source )
                                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/PolygeneConverter.java>:79: warning: no @param for <T>
    protected <T> Representation create( Representation source, Class<T> objectClass )
                                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:261: warning: no @param for module
    protected static Some buildSomeValue( Module module, UnitOfWork uow, String identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:261: warning: no @param for uow
    protected static Some buildSomeValue( Module module, UnitOfWork uow, String identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:261: warning: no @param for identity
    protected static Some buildSomeValue( Module module, UnitOfWork uow, String identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:286: warning: no @param for module
    protected static Some buildSomeEntity( Module module, UnitOfWork uow, Identity identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:286: warning: no @param for uow
    protected static Some buildSomeEntity( Module module, UnitOfWork uow, Identity identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:286: warning: no @param for identity
    protected static Some buildSomeEntity( Module module, UnitOfWork uow, Identity identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-sql/src/main/java/org/apache/polygene/entitystore/sql/SQLMapEntityStoreConfiguration.java>:39: warning: no @return
    Property<String> entityTableName();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-sql/src/main/java/org/apache/polygene/entitystore/sql/SQLMapEntityStoreConfiguration.java>:45: warning: no @return
    Property<Boolean> createIfMissing();
                      ^

1 error
80 warnings
:reports:javadocs FAILED
:reports:test
:core:api:honkerCheck
:core:api:check
:core:bootstrap:honkerCheck
:core:bootstrap:check
:core:runtime:honkerCheck
:core:runtime:check
:core:spi:honkerCheck
:core:spi:check
:core:testsupport:honkerCheck
:core:testsupport:check
:extensions:cache-ehcache:honkerCheck
:extensions:cache-ehcache:check
:extensions:cache-memcache:honkerCheck
:extensions:cache-memcache:check
:extensions:entitystore-cassandra:honkerCheck
:extensions:entitystore-cassandra:check
:extensions:entitystore-file:honkerCheck
:extensions:entitystore-file:check
:extensions:entitystore-geode:honkerCheck
:extensions:entitystore-geode:check
:extensions:entitystore-hazelcast:honkerCheck
:extensions:entitystore-hazelcast:check
:extensions:entitystore-jclouds:honkerCheck
:extensions:entitystore-jclouds:check
:extensions:entitystore-jdbm:honkerCheck
:extensions:entitystore-jdbm:check
:extensions:entitystore-leveldb:honkerCheck
:extensions:entitystore-leveldb:check
:extensions:entitystore-memory:honkerCheck
:extensions:entitystore-memory:check
:extensions:entitystore-mongodb:honkerCheck
:extensions:entitystore-mongodb:check
:extensions:entitystore-preferences:honkerCheck
:extensions:entitystore-preferences:check
:extensions:entitystore-redis:honkerCheck
:extensions:entitystore-redis:check
:extensions:entitystore-riak:honkerCheck
:extensions:entitystore-riak:check
:extensions:entitystore-sql:honkerCheck
:extensions:entitystore-sql:check
:extensions:indexing-elasticsearch:honkerCheck
:extensions:indexing-elasticsearch:check
:extensions:indexing-rdf:honkerCheck
:extensions:indexing-rdf:check
:extensions:indexing-solr:honkerCheck
:extensions:indexing-solr:check
:extensions:indexing-sql:honkerCheck
:extensions:indexing-sql:check
:extensions:metrics-codahale:honkerCheck
:extensions:metrics-codahale:check
:extensions:migration:honkerCheck
:extensions:migration:check
:extensions:reindexer:honkerCheck
:extensions:reindexer:check
:extensions:serialization-javaxjson:honkerCheck
:extensions:serialization-javaxjson:check
:extensions:serialization-javaxxml:honkerCheck
:extensions:serialization-javaxxml:check
:extensions:serialization-messagepack:honkerCheck
:extensions:serialization-messagepack:check
:internals:testsupport-internal:check UP-TO-DATE
:libraries:alarm:honkerCheck
:libraries:alarm:check
:libraries:circuitbreaker:honkerCheck
:libraries:circuitbreaker:check
:libraries:constraints:honkerCheck
:libraries:constraints:check
:libraries:fileconfig:honkerCheck
:libraries:fileconfig:check
:libraries:http:honkerCheck
:libraries:http:check
:libraries:invocation-cache:honkerCheck
:libraries:invocation-cache:check
:libraries:jmx:honkerCheck
:libraries:jmx:check
:libraries:locking:honkerCheck
:libraries:locking:check
:libraries:logging:honkerCheck
:libraries:logging:check
:libraries:osgi:honkerCheck
:libraries:osgi:check
:libraries:rdf:honkerCheck
:libraries:rdf:check
:libraries:rest:honkerCheck
:libraries:rest:check
:libraries:rest-client:honkerCheck
:libraries:rest-client:check
:libraries:rest-common:honkerCheck
:libraries:rest-common:check
:libraries:rest-server:honkerCheck
:libraries:rest-server:check
:libraries:restlet:honkerCheck
:libraries:restlet:check
:libraries:scripting:honkerCheck
:libraries:scripting:check
:libraries:servlet:honkerCheck
:libraries:servlet:check
:libraries:shiro-core:honkerCheck
:libraries:shiro-core:check
:libraries:shiro-web:honkerCheck
:libraries:shiro-web:check
:libraries:spring:honkerCheck
:libraries:spring:check
:libraries:sql:honkerCheck
:libraries:sql:check
:libraries:sql-bonecp:honkerCheck
:libraries:sql-bonecp:check
:libraries:sql-dbcp:honkerCheck
:libraries:sql-dbcp:check
:libraries:sql-generator:honkerCheck
:libraries:sql-generator:check
:libraries:sql-liquibase:honkerCheck
:libraries:sql-liquibase:check
:libraries:uid:honkerCheck
:libraries:uid:check
:libraries:uowfile:honkerCheck
:libraries:uowfile:check
:samples:dci:check
:samples:forum:check
:samples:rental:check UP-TO-DATE
:samples:sql-support:check UP-TO-DATE
:samples:swing:check UP-TO-DATE
:tests:performance:compilePerfJava
:tests:performance:compilePerfJava - is not incremental (e.g. outputs have changed, no previous execution, etc.).
warning: [options] bootstrap class path not set in conjunction with -source 1.8
1 warning
:tests:performance:check
:tests:regression:check UP-TO-DATE
:tools:envisage:honkerCheck
:tools:envisage:check
:tools:model-detail:honkerCheck
:tools:model-detail:check
:tutorials:cargo:check
:tutorials:composites:check
:tutorials:hello:check
:tutorials:introduction:check UP-TO-DATE
:tutorials:services:check
:tutorials:introduction:tenminutes:check UP-TO-DATE
:tutorials:introduction:thirtyminutes:check UP-TO-DATE
:tutorials:introduction:twominutes:check UP-TO-DATE

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':reports:javadocs'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/reports/build/tmp/javadocs/javadoc.options'>

* 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: 15 mins 3.029 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results

Build failed in Jenkins: Polygene(JavaEdition)-develop-java9-check #130

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/130/display/redirect?page=changes>

Changes:

[niclas] Invalid javadocs now fails our build.

------------------------------------------
[...truncated 684.19 KB...]
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:38: warning: no @param for key
    File attachedFile( T key );
         ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:38: warning: no @return
    File attachedFile( T key );
         ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:43: warning: no @return
    Iterable<File> attachedFiles();
                   ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/ColumnsBuilder.java>:53: warning: no description for @return
     * @return
       ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QueryBuilder.java>:169: warning: no @param for setQuantifier
    QueryBuilder except( SetQuantifier setQuantifier, CorrespondingSpec correspondingSpec,
                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QueryBuilder.java>:169: warning: no @param for correspondingSpec
    QueryBuilder except( SetQuantifier setQuantifier, CorrespondingSpec correspondingSpec,
                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:94: warning: no @param for builder
    QuerySpecificationBuilder setSelect( ColumnsBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:101: warning: no @param for builder
    QuerySpecificationBuilder setFrom( FromBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:108: warning: no @param for builder
    QuerySpecificationBuilder setWhere( BooleanBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:115: warning: no @param for builder
    QuerySpecificationBuilder setGroupBy( GroupByBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:122: warning: no @param for builder
    QuerySpecificationBuilder setHaving( BooleanBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QuerySpecificationBuilder.java>:129: warning: no @param for builder
    QuerySpecificationBuilder setOrderBy( OrderByBuilder builder );
                              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:40: warning: no @return
    Property<String> host();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:48: warning: no @return
    Property<Integer> port();
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:56: warning: no @return
    Property<Integer> timeout();
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:62: warning: no @return
    Property<String> password();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-redis/src/main/java/org/apache/polygene/entitystore/redis/RedisEntityStoreConfiguration.java>:70: warning: no @return
    Property<Integer> database();
                      ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/FormRepresentation.java>:106: warning: no description for @throws
     * @throws IOException
       ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/JsonRepresentation.java>:87: warning: no description for @throws
     * @throws IOException
       ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/PolygeneConverter.java>:65: warning: no @param for <T>
    protected <T> Representation create( MediaType mediaType, T source )
                                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/serialization/PolygeneConverter.java>:79: warning: no @param for <T>
    protected <T> Representation create( Representation source, Class<T> objectClass )
                                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:261: warning: no @param for module
    protected static Some buildSomeValue( Module module, UnitOfWork uow, String identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:261: warning: no @param for uow
    protected static Some buildSomeValue( Module module, UnitOfWork uow, String identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:261: warning: no @param for identity
    protected static Some buildSomeValue( Module module, UnitOfWork uow, String identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:286: warning: no @param for module
    protected static Some buildSomeEntity( Module module, UnitOfWork uow, Identity identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:286: warning: no @param for uow
    protected static Some buildSomeEntity( Module module, UnitOfWork uow, Identity identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/core/testsupport/src/main/java/org/apache/polygene/test/serialization/AbstractValueCompositeSerializationTest.java>:286: warning: no @param for identity
    protected static Some buildSomeEntity( Module module, UnitOfWork uow, Identity identity )
                          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-sql/src/main/java/org/apache/polygene/entitystore/sql/SQLMapEntityStoreConfiguration.java>:39: warning: no @return
    Property<String> entityTableName();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-sql/src/main/java/org/apache/polygene/entitystore/sql/SQLMapEntityStoreConfiguration.java>:45: warning: no @return
    Property<Boolean> createIfMissing();
                      ^

1 error
80 warnings
:reports:javadocs FAILED
:reports:test
:core:api:honkerCheck
:core:api:check
:core:bootstrap:honkerCheck
:core:bootstrap:check
:core:runtime:honkerCheck
:core:runtime:check
:core:spi:honkerCheck
:core:spi:check
:core:testsupport:honkerCheck
:core:testsupport:check
:extensions:cache-ehcache:honkerCheck
:extensions:cache-ehcache:check
:extensions:cache-memcache:honkerCheck
:extensions:cache-memcache:check
:extensions:entitystore-cassandra:honkerCheck
:extensions:entitystore-cassandra:check
:extensions:entitystore-file:honkerCheck
:extensions:entitystore-file:check
:extensions:entitystore-geode:honkerCheck
:extensions:entitystore-geode:check
:extensions:entitystore-hazelcast:honkerCheck
:extensions:entitystore-hazelcast:check
:extensions:entitystore-jclouds:honkerCheck
:extensions:entitystore-jclouds:check
:extensions:entitystore-jdbm:honkerCheck
:extensions:entitystore-jdbm:check
:extensions:entitystore-leveldb:honkerCheck
:extensions:entitystore-leveldb:check
:extensions:entitystore-memory:honkerCheck
:extensions:entitystore-memory:check
:extensions:entitystore-mongodb:honkerCheck
:extensions:entitystore-mongodb:check
:extensions:entitystore-preferences:honkerCheck
:extensions:entitystore-preferences:check
:extensions:entitystore-redis:honkerCheck
:extensions:entitystore-redis:check
:extensions:entitystore-riak:honkerCheck
:extensions:entitystore-riak:check
:extensions:entitystore-sql:honkerCheck
:extensions:entitystore-sql:check
:extensions:indexing-elasticsearch:honkerCheck
:extensions:indexing-elasticsearch:check
:extensions:indexing-rdf:honkerCheck
:extensions:indexing-rdf:check
:extensions:indexing-solr:honkerCheck
:extensions:indexing-solr:check
:extensions:indexing-sql:honkerCheck
:extensions:indexing-sql:check
:extensions:metrics-codahale:honkerCheck
:extensions:metrics-codahale:check
:extensions:migration:honkerCheck
:extensions:migration:check
:extensions:reindexer:honkerCheck
:extensions:reindexer:check
:extensions:serialization-javaxjson:honkerCheck
:extensions:serialization-javaxjson:check
:extensions:serialization-javaxxml:honkerCheck
:extensions:serialization-javaxxml:check
:extensions:serialization-messagepack:honkerCheck
:extensions:serialization-messagepack:check
:internals:testsupport-internal:check UP-TO-DATE
:libraries:alarm:honkerCheck
:libraries:alarm:check
:libraries:circuitbreaker:honkerCheck
:libraries:circuitbreaker:check
:libraries:constraints:honkerCheck
:libraries:constraints:check
:libraries:fileconfig:honkerCheck
:libraries:fileconfig:check
:libraries:http:honkerCheck
:libraries:http:check
:libraries:invocation-cache:honkerCheck
:libraries:invocation-cache:check
:libraries:jmx:honkerCheck
:libraries:jmx:check
:libraries:locking:honkerCheck
:libraries:locking:check
:libraries:logging:honkerCheck
:libraries:logging:check
:libraries:osgi:honkerCheck
:libraries:osgi:check
:libraries:rdf:honkerCheck
:libraries:rdf:check
:libraries:rest:honkerCheck
:libraries:rest:check
:libraries:rest-client:honkerCheck
:libraries:rest-client:check
:libraries:rest-common:honkerCheck
:libraries:rest-common:check
:libraries:rest-server:honkerCheck
:libraries:rest-server:check
:libraries:restlet:honkerCheck
:libraries:restlet:check
:libraries:scripting:honkerCheck
:libraries:scripting:check
:libraries:servlet:honkerCheck
:libraries:servlet:check
:libraries:shiro-core:honkerCheck
:libraries:shiro-core:check
:libraries:shiro-web:honkerCheck
:libraries:shiro-web:check
:libraries:spring:honkerCheck
:libraries:spring:check
:libraries:sql:honkerCheck
:libraries:sql:check
:libraries:sql-bonecp:honkerCheck
:libraries:sql-bonecp:check
:libraries:sql-dbcp:honkerCheck
:libraries:sql-dbcp:check
:libraries:sql-generator:honkerCheck
:libraries:sql-generator:check
:libraries:sql-liquibase:honkerCheck
:libraries:sql-liquibase:check
:libraries:uid:honkerCheck
:libraries:uid:check
:libraries:uowfile:honkerCheck
:libraries:uowfile:check
:samples:dci:check
:samples:forum:check
:samples:rental:check UP-TO-DATE
:samples:sql-support:check UP-TO-DATE
:samples:swing:check UP-TO-DATE
:tests:performance:compilePerfJava
:tests:performance:compilePerfJava - is not incremental (e.g. outputs have changed, no previous execution, etc.).
warning: [options] bootstrap class path not set in conjunction with -source 1.8
1 warning
:tests:performance:check
:tests:regression:check UP-TO-DATE
:tools:envisage:honkerCheck
:tools:envisage:check
:tools:model-detail:honkerCheck
:tools:model-detail:check
:tutorials:cargo:check
:tutorials:composites:check
:tutorials:hello:check
:tutorials:introduction:check UP-TO-DATE
:tutorials:services:check
:tutorials:introduction:tenminutes:check UP-TO-DATE
:tutorials:introduction:thirtyminutes:check UP-TO-DATE
:tutorials:introduction:twominutes:check UP-TO-DATE

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':reports:javadocs'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/reports/build/tmp/javadocs/javadoc.options'>

* 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: 14 mins 44.334 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results

Build failed in Jenkins: Polygene(JavaEdition)-develop-java9-check #129

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/129/display/redirect?page=changes>

Changes:

[niclas] Forgot some files.

------------------------------------------
[...truncated 687.95 KB...]
                                 ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/shiro-core/src/main/java/org/apache/polygene/library/shiro/ini/ShiroIniConfiguration.java>:37: warning: no @return
    Property<String> iniResourcePath();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-jclouds/src/main/java/org/apache/polygene/entitystore/jclouds/JCloudsMapEntityStoreConfiguration.java>:39: warning: no @return
    @Optional Property<String> provider();
                               ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-jclouds/src/main/java/org/apache/polygene/entitystore/jclouds/JCloudsMapEntityStoreConfiguration.java>:45: warning: no @return
    @UseDefaults Property<Map<String, String>> properties();
                                               ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-jclouds/src/main/java/org/apache/polygene/entitystore/jclouds/JCloudsMapEntityStoreConfiguration.java>:49: warning: no @return
    @Optional Property<String> container();
                               ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-jclouds/src/main/java/org/apache/polygene/entitystore/jclouds/JCloudsMapEntityStoreConfiguration.java>:53: warning: no @return
    @Optional Property<String> endpoint();
                               ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/circuitbreaker/src/main/java/org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.java>:56: warning: no @throws for javax.management.JMException
    void registerCircuitBreakers()
         ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/circuitbreaker/src/main/java/org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.java>:62: warning: no @throws for javax.management.JMException
    void unregisterCircuitBreakers()
         ^
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/entitystore-leveldb/src/main/java/org/apache/polygene/entitystore/leveldb/LevelDBEntityStoreConfiguration.java>:39: warning: no @return
    Property<String> flavour();
                     ^
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/locking/src/main/java/org/apache/polygene/library/locking/WriteLockConcern.java>:63: warning: no @param for lock
    protected void lock(Lock lock)
                   ^
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/serialization-messagepack/src/main/java/org/apache/polygene/serialization/messagepack/MessagePackAdapter.java>:45: warning: no @throws for java.io.IOException
    Value serialize( Object object, Function<Object, Value> serialize )
          ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/extensions/serialization-messagepack/src/main/java/org/apache/polygene/serialization/messagepack/MessagePackAdapter.java>:55: warning: no @throws for java.io.IOException
    T deserialize( Value value, BiFunction<Value, ValueType, Object> deserialize )
      ^
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/shiro-core/src/main/java/org/apache/polygene/library/shiro/domain/passwords/PasswordRealmConfiguration.java>:35: warning: no @return
    Property<String> hashAlgorithmName();
                     ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/shiro-core/src/main/java/org/apache/polygene/library/shiro/domain/passwords/PasswordRealmConfiguration.java>:41: warning: no @return
    Property<Integer> hashIterationsCount();
                      ^
javadoc: warning - Tag @link: reference not found: Typeable#equals(Object)
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:38: warning: no @param for key
    File attachedFile( T key );
         ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:38: warning: no @return
    File attachedFile( T key );
         ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java>:43: warning: no @return
    Iterable<File> attachedFiles();
                   ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QueryBuilder.java>:182: error: @param name not found
     * @param setQuantifier The set quantifier for this union.
              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QueryBuilder.java>:198: error: @param name not found
     * @param correspondingSpec The column correspondence specification.
              ^
<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/libraries/sql-generator/src/main/java/org/apache/polygene/library/sql/generator/grammar/builders/query/QueryBuilder.java>:208: error: @param name not found
     * @param setQuantifier     The set quantifier for this union.
              ^

24 errors
100 warnings
:reports:javadocs FAILED
:reports:test
:core:api:honkerCheck
:core:api:check
:core:bootstrap:honkerCheck
:core:bootstrap:check
:core:runtime:honkerCheck
:core:runtime:check
:core:spi:honkerCheck
:core:spi:check
:core:testsupport:honkerCheck
:core:testsupport:check
:extensions:cache-ehcache:honkerCheck
:extensions:cache-ehcache:check
:extensions:cache-memcache:honkerCheck
:extensions:cache-memcache:check
:extensions:entitystore-cassandra:honkerCheck
:extensions:entitystore-cassandra:check
:extensions:entitystore-file:honkerCheck
:extensions:entitystore-file:check
:extensions:entitystore-geode:honkerCheck
:extensions:entitystore-geode:check
:extensions:entitystore-hazelcast:honkerCheck
:extensions:entitystore-hazelcast:check
:extensions:entitystore-jclouds:honkerCheck
:extensions:entitystore-jclouds:check
:extensions:entitystore-jdbm:honkerCheck
:extensions:entitystore-jdbm:check
:extensions:entitystore-leveldb:honkerCheck
:extensions:entitystore-leveldb:check
:extensions:entitystore-memory:honkerCheck
:extensions:entitystore-memory:check
:extensions:entitystore-mongodb:honkerCheck
:extensions:entitystore-mongodb:check
:extensions:entitystore-preferences:honkerCheck
:extensions:entitystore-preferences:check
:extensions:entitystore-redis:honkerCheck
:extensions:entitystore-redis:check
:extensions:entitystore-riak:honkerCheck
:extensions:entitystore-riak:check
:extensions:entitystore-sql:honkerCheck
:extensions:entitystore-sql:check
:extensions:indexing-elasticsearch:honkerCheck
:extensions:indexing-elasticsearch:check
:extensions:indexing-rdf:honkerCheck
:extensions:indexing-rdf:check
:extensions:indexing-solr:honkerCheck
:extensions:indexing-solr:check
:extensions:indexing-sql:honkerCheck
:extensions:indexing-sql:check
:extensions:metrics-codahale:honkerCheck
:extensions:metrics-codahale:check
:extensions:migration:honkerCheck
:extensions:migration:check
:extensions:reindexer:honkerCheck
:extensions:reindexer:check
:extensions:serialization-javaxjson:honkerCheck
:extensions:serialization-javaxjson:check
:extensions:serialization-javaxxml:honkerCheck
:extensions:serialization-javaxxml:check
:extensions:serialization-messagepack:honkerCheck
:extensions:serialization-messagepack:check
:internals:testsupport-internal:check UP-TO-DATE
:libraries:alarm:honkerCheck
:libraries:alarm:check
:libraries:circuitbreaker:honkerCheck
:libraries:circuitbreaker:check
:libraries:constraints:honkerCheck
:libraries:constraints:check
:libraries:fileconfig:honkerCheck
:libraries:fileconfig:check
:libraries:http:honkerCheck
:libraries:http:check
:libraries:invocation-cache:honkerCheck
:libraries:invocation-cache:check
:libraries:jmx:honkerCheck
:libraries:jmx:check
:libraries:locking:honkerCheck
:libraries:locking:check
:libraries:logging:honkerCheck
:libraries:logging:check
:libraries:osgi:honkerCheck
:libraries:osgi:check
:libraries:rdf:honkerCheck
:libraries:rdf:check
:libraries:rest:honkerCheck
:libraries:rest:check
:libraries:rest-client:honkerCheck
:libraries:rest-client:check
:libraries:rest-common:honkerCheck
:libraries:rest-common:check
:libraries:rest-server:honkerCheck
:libraries:rest-server:check
:libraries:restlet:honkerCheck
:libraries:restlet:check
:libraries:scripting:honkerCheck
:libraries:scripting:check
:libraries:servlet:honkerCheck
:libraries:servlet:check
:libraries:shiro-core:honkerCheck
:libraries:shiro-core:check
:libraries:shiro-web:honkerCheck
:libraries:shiro-web:check
:libraries:spring:honkerCheck
:libraries:spring:check
:libraries:sql:honkerCheck
:libraries:sql:check
:libraries:sql-bonecp:honkerCheck
:libraries:sql-bonecp:check
:libraries:sql-dbcp:honkerCheck
:libraries:sql-dbcp:check
:libraries:sql-generator:honkerCheck
:libraries:sql-generator:check
:libraries:sql-liquibase:honkerCheck
:libraries:sql-liquibase:check
:libraries:uid:honkerCheck
:libraries:uid:check
:libraries:uowfile:honkerCheck
:libraries:uowfile:check
:samples:dci:check
:samples:forum:check
:samples:rental:check UP-TO-DATE
:samples:sql-support:check UP-TO-DATE
:samples:swing:check UP-TO-DATE
:tests:performance:compilePerfJava
:tests:performance:compilePerfJava - is not incremental (e.g. outputs have changed, no previous execution, etc.).
warning: [options] bootstrap class path not set in conjunction with -source 1.8
1 warning
:tests:performance:check
:tests:regression:check UP-TO-DATE
:tools:envisage:honkerCheck
:tools:envisage:check
:tools:model-detail:honkerCheck
:tools:model-detail:check
:tutorials:cargo:check
:tutorials:composites:check
:tutorials:hello:check
:tutorials:introduction:check UP-TO-DATE
:tutorials:services:check
:tutorials:introduction:tenminutes:check UP-TO-DATE
:tutorials:introduction:thirtyminutes:check UP-TO-DATE
:tutorials:introduction:twominutes:check UP-TO-DATE

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':reports:javadocs'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://builds.apache.org/job/Polygene(JavaEdition)-develop-java9-check/ws/reports/build/tmp/javadocs/javadoc.options'>

* 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: 15 mins 3.527 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results