See <https://builds.apache.org/job/River-trunk-jdk8/664/>
------------------------------------------ [...truncated 10177 lines...] [javadoc] *</table> <p> [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/qa/harness/TestDescription.java>:104: error: no summary or caption for table [javadoc] *</table> [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/qa/harness/TestRun.java>:21: error: malformed HTML [javadoc] * A struct to hold a <TestDescription, configTag> pair. [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/qa/harness/TestRun.java>:21: error: bad use of '>' [javadoc] * A struct to hold a <TestDescription, configTag> pair. [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:44: error: bad use of '>' [javadoc] * Auth => client authentication [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:45: error: bad use of '>' [javadoc] * Noauth => no server authenticaion [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:46: error: bad use of '>' [javadoc] * Conf => confidentiality [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:47: error: bad use of '>' [javadoc] * Noconf => no confidentiality [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:48: error: bad use of '>' [javadoc] * Integ => integrity [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:49: error: bad use of '>' [javadoc] * CMinP => ClientMinPrincipal [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:50: error: bad use of '>' [javadoc] * CMinTp => ClientMinPrincipalType [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:51: error: bad use of '>' [javadoc] * Alt1 => ConstraintAlternatives with clientDSA1/clientRSA1 principals [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/src/org/apache/river/test/impl/end2end/generators/InterfaceGenerator.java>:52: error: bad use of '>' [javadoc] * Alt2 => ConstraintAlternatives with clientDSA2/clientRSA2 principals [javadoc] ^ [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/doc/api/help-doc.html...> [javadoc] 100 errors [javadoc] 100 warnings [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/doc/api/doc-files> [copy] Copying 1 file to <https://builds.apache.org/job/River-trunk-jdk8/ws/qa/doc/api/doc-files> build: Trying to override old definition of task groovyc prep: [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/build> [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/build/classes> [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/build/deps> [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/lib> [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/prebuiltkeys> client.keystore: [genkey] Generating Key for client [exec] Certificate stored in file <<https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/prebuiltkeys/client.cert>> reggie.keystore: [genkey] Generating Key for reggie [exec] Certificate stored in file <<https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/prebuiltkeys/reggie.cert>> phoenix.keystore: [genkey] Generating Key for phoenix [exec] Certificate stored in file <<https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/prebuiltkeys/phoenix.cert>> server.keystore: [genkey] Generating Key for server [exec] Certificate stored in file <<https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/prebuiltkeys/server.cert>> keystores: client.password: reggie.password: phoenix.password: server.password: password: truststore: [exec] Certificate was added to keystore [exec] Certificate was added to keystore [exec] Certificate was added to keystore [exec] Certificate was added to keystore trust: compile: [javac] Compiling 9 source files to <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/build/classes> [javac] javac 1.8.0_66 [javac] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Server.java>:127: warning: [unchecked] unchecked method invocation: method doAsPrivileged in class Subject is applied to given types [javac] Subject.doAsPrivileged( [javac] ^ [javac] required: Subject,PrivilegedExceptionAction<T>,AccessControlContext [javac] found: Subject,<anonymous PrivilegedExceptionAction>,<null> [javac] where T is a type-variable: [javac] T extends Object declared in method <T>doAsPrivileged(Subject,PrivilegedExceptionAction<T>,AccessControlContext) [javac] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Server.java>:129: warning: [unchecked] unchecked conversion [javac] new PrivilegedExceptionAction() { [javac] ^ [javac] required: PrivilegedExceptionAction<T> [javac] found: <anonymous PrivilegedExceptionAction> [javac] where T is a type-variable: [javac] T extends Object declared in method <T>doAsPrivileged(Subject,PrivilegedExceptionAction<T>,AccessControlContext) [javac] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ActivatableServer.java>:125: warning: [unchecked] unchecked method invocation: method doAsPrivileged in class Subject is applied to given types [javac] Subject.doAsPrivileged( [javac] ^ [javac] required: Subject,PrivilegedExceptionAction<T>,AccessControlContext [javac] found: Subject,<anonymous PrivilegedExceptionAction>,<null> [javac] where T is a type-variable: [javac] T extends Object declared in method <T>doAsPrivileged(Subject,PrivilegedExceptionAction<T>,AccessControlContext) [javac] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ActivatableServer.java>:127: warning: [unchecked] unchecked conversion [javac] new PrivilegedExceptionAction() { [javac] ^ [javac] required: PrivilegedExceptionAction<T> [javac] found: <anonymous PrivilegedExceptionAction> [javac] where T is a type-variable: [javac] T extends Object declared in method <T>doAsPrivileged(Subject,PrivilegedExceptionAction<T>,AccessControlContext) [javac] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ActivatableServer.java>:165: warning: [unchecked] unchecked call to MarshalledObject(T) as a member of the raw type MarshalledObject [javac] MarshalledObject data = new MarshalledObject( [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in class MarshalledObject [javac] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Client.java>:85: warning: [unchecked] unchecked method invocation: method doAsPrivileged in class Subject is applied to given types [javac] Subject.doAsPrivileged( [javac] ^ [javac] required: Subject,PrivilegedExceptionAction<T>,AccessControlContext [javac] found: Subject,<anonymous PrivilegedExceptionAction>,<null> [javac] where T is a type-variable: [javac] T extends Object declared in method <T>doAsPrivileged(Subject,PrivilegedExceptionAction<T>,AccessControlContext) [javac] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Client.java>:87: warning: [unchecked] unchecked conversion [javac] new PrivilegedExceptionAction() { [javac] ^ [javac] required: PrivilegedExceptionAction<T> [javac] found: <anonymous PrivilegedExceptionAction> [javac] where T is a type-variable: [javac] T extends Object declared in method <T>doAsPrivileged(Subject,PrivilegedExceptionAction<T>,AccessControlContext) [javac] 7 warnings stubs: [rmic] RMI Compiling 1 class to <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/build/classes> [rmic] Warning: generation and use of skeletons and static stubs for JRMP [rmic] is deprecated. Skeletons are unnecessary, and static stubs have [rmic] been superseded by dynamically generated stubs. Users are [rmic] encouraged to migrate away from using rmic to generate skeletons and static [rmic] stubs. See the documentation for java.rmi.server.UnicastRemoteObject. client.jar: [jar] Building jar: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/lib/client.jar> mdprefld.jar: [jar] Building jar: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/lib/mdprefld.jar> server.jar: [jar] Building jar: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/lib/server.jar> server-act.jar: [jar] Building jar: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/lib/server-act.jar> server-dl.jar: [jar] Building jar: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/lib/server-dl.jar> jars: doc: [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/doc/api> [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package org.apache.river.example.hello... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.8.0_66 [javadoc] Building tree for all the packages and classes... [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ActivatableServer.java>:116: warning: no @param for args [javadoc] public static void main(String[] args) throws Exception { [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ActivatableServer.java>:116: warning: no @throws for java.lang.Exception [javadoc] public static void main(String[] args) throws Exception { [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Server.java>:143: warning: no @throws for java.lang.Exception [javadoc] protected void initAsSubject() throws Exception { [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Server.java>:176: warning: no @return [javadoc] protected Exporter getExporter() [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Server.java>:186: warning: no @return [javadoc] protected ServiceID getServiceID() { [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Server.java>:191: warning: no @return [javadoc] protected static ServiceID createServiceID() { [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Client.java>:72: warning: no @param for args [javadoc] public static void main(String[] args) throws Exception { [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/Client.java>:72: warning: no @throws for java.lang.Exception [javadoc] public static void main(String[] args) throws Exception { [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ConfirmingILFactory.java>:57: warning: no @param for serverConstraints [javadoc] public ConfirmingILFactory(MethodConstraints serverConstraints, [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ConfirmingILFactory.java>:57: warning: no @param for permissionClass [javadoc] public ConfirmingILFactory(MethodConstraints serverConstraints, [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ConfirmingInvocationHandler.java>:39: warning: no @param for other [javadoc] public ConfirmingInvocationHandler(ConfirmingInvocationHandler other, [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ConfirmingInvocationHandler.java>:39: warning: no @param for clientConstraints [javadoc] public ConfirmingInvocationHandler(ConfirmingInvocationHandler other, [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ConfirmingInvocationHandler.java>:48: warning: no @param for oe [javadoc] public ConfirmingInvocationHandler(ObjectEndpoint oe, [javadoc] ^ [javadoc] <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/src/org/apache/river/example/hello/ConfirmingInvocationHandler.java>:48: warning: no @param for serverConstraints [javadoc] public ConfirmingInvocationHandler(ObjectEndpoint oe, [javadoc] ^ [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/doc/api/help-doc.html...> [javadoc] 14 warnings [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/doc/api/doc-files> [copy] Copying 1 file to <https://builds.apache.org/job/River-trunk-jdk8/ws/examples/hello/doc/api/doc-files> build: release-bin: [zip] Building zip: <https://builds.apache.org/job/River-trunk-jdk8/664/artifact/dist/apache-river-trunk-bin.zip> [tar] Building tar: <https://builds.apache.org/job/River-trunk-jdk8/664/artifact/dist/apache-river-trunk-bin.tar.gz> doc-init: [copy] Copying 110 files to <https://builds.apache.org/job/River-trunk-jdk8/ws/doc> javadoc-api: [mkdir] Created dir: <https://builds.apache.org/job/River-trunk-jdk8/ws/doc/api> BUILD FAILED <https://builds.apache.org/job/River-trunk-jdk8/ws/hudson.xml>:27: The following error occurred while executing this line: <https://builds.apache.org/job/River-trunk-jdk8/ws/build.xml>:306: javadoc doesn't support the nested "configuration" element. Total time: 4 minutes 46 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Compressed 63.89 MB of artifacts by 16.3% relative to #662 Recording test results ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error? Publishing Javadoc