Hi all ๐ Running an Ansible build we have been using for v1.0, upgrading it to 1.2, and getting ready to try some of the new toys! Unfortunately, running into a build issue, hopeful someone might be able to point me in the right direction.
One thing I thought was interesting from the output below was โ[INFO] guacamole-common 1.1.0 ............................. FAILURE [ 11.886 s]โ (noting the v1.1.0 specifically) Hereโs some initial information: root@debian10:~/guacamole-client-1.2.0# mvn package WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] guacamole-common [jar] [INFO] guacamole-ext [jar] [INFO] guacamole-common-js [pom] [INFO] guacamole [war] [INFO] guacamole-auth-cas [jar] [INFO] guacamole-auth-duo [jar] [INFO] guacamole-auth-header [jar] [INFO] guacamole-auth-jdbc [pom] [INFO] guacamole-auth-jdbc-base [jar] [INFO] guacamole-auth-jdbc-mysql [jar] [INFO] guacamole-auth-jdbc-postgresql [jar] [INFO] guacamole-auth-jdbc-sqlserver [jar] [INFO] guacamole-auth-jdbc-dist [jar] [INFO] guacamole-auth-ldap [jar] [INFO] guacamole-auth-openid [jar] [INFO] guacamole-auth-quickconnect [jar] [INFO] guacamole-auth-saml [jar] [INFO] guacamole-auth-totp [jar] [INFO] guacamole-example [war] [INFO] guacamole-playback-example [war] [INFO] guacamole-client [pom] [INFO] [INFO] ---------------< org.apache.guacamole:guacamole-common >---------------- [INFO] Building guacamole-common 1.1.0 [1/21] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- apache-rat-plugin:0.12:check (validate) @ guacamole-common --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /root/guacamole-client-1.2.0/guacamole-common/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 65 implicit excludes (use -debug for more details). [INFO] No excludes explicitly specified. [INFO] 61 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ guacamole-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/guacamole-client-1.2.0/guacamole-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ guacamole-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /root/guacamole-client-1.2.0/guacamole-common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ guacamole-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /root/guacamole-client-1.2.0/guacamole-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ guacamole-common --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ guacamole-common --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.guacamole.io.ReaderGuacamoleReaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.apache.guacamole.io.ReaderGuacamoleReaderTest [INFO] Running org.apache.guacamole.protocol.FilteredGuacamoleReaderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.guacamole.protocol.FilteredGuacamoleReaderTest [INFO] Running org.apache.guacamole.protocol.FilteredGuacamoleWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.guacamole.protocol.FilteredGuacamoleWriterTest [INFO] Running org.apache.guacamole.protocol.GuacamoleParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.guacamole.protocol.GuacamoleParserTest [INFO] Running org.apache.guacamole.protocol.GuacamoleProtocolVersionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.guacamole.protocol.GuacamoleProtocolVersionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ guacamole-common --- [INFO] Building jar: /root/guacamole-client-1.2.0/guacamole-common/target/guacamole-common-1.1.0.jar [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ guacamole-common >>> [INFO] [INFO] --- apache-rat-plugin:0.12:check (validate) @ guacamole-common --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /root/guacamole-client-1.2.0/guacamole-common/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 65 implicit excludes (use -debug for more details). [INFO] No excludes explicitly specified. [INFO] 61 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 61 licenses. [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ guacamole-common <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ guacamole-common --- [INFO] Building jar: /root/guacamole-client-1.2.0/guacamole-common/target/guacamole-common-1.1.0-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ guacamole-common --- [INFO] Loading source files for package org.apache.guacamole.io... Loading source files for package org.apache.guacamole... Loading source files for package org.apache.guacamole.websocket... Loading source files for package org.apache.guacamole.servlet... Loading source files for package org.apache.guacamole.protocol... Loading source files for package org.apache.guacamole.net... Constructing Javadoc information... Standard Doclet version 11.0.7 Building tree for all the packages and classes... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleClientBadTypeException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleClientException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleClientOverrunException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleClientTimeoutException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleClientTooManyException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleConnectionClosedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleResourceClosedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleResourceConflictException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleResourceNotFoundException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleSecurityException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleServerBusyException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleServerException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleSessionClosedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleSessionConflictException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleSessionTimeoutException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleUnauthorizedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleUnsupportedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleUpstreamException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleUpstreamNotFoundException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleUpstreamTimeoutException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/GuacamoleUpstreamUnavailableException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/GuacamoleReader.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/GuacamoleWriter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/ReaderGuacamoleReader.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/WriterGuacamoleWriter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/AbstractGuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/DelegatingGuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/GuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/GuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/InetGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/SimpleGuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/SSLGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/ConfiguredGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/FailoverGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/FilteredGuacamoleReader.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/FilteredGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/FilteredGuacamoleWriter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleClientInformation.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleConfiguration.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleFilter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleInstruction.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleParser.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleProtocolCapability.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleProtocolVersion.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/GuacamoleStatus.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/servlet/GuacamoleHTTPTunnelServlet.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/websocket/GuacamoleWebSocketTunnelEndpoint.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/package-summary.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/package-tree.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/package-summary.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/package-tree.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/package-summary.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/package-tree.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/package-summary.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/package-tree.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/servlet/package-summary.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/servlet/package-tree.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/websocket/package-summary.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/websocket/package-tree.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/constant-values.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/serialized-form.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/class-use/GuacamoleReader.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/class-use/WriterGuacamoleWriter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/class-use/ReaderGuacamoleReader.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/class-use/GuacamoleWriter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleResourceClosedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleClientException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleServerException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleResourceNotFoundException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleClientOverrunException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleUpstreamException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleConnectionClosedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleSecurityException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleUpstreamUnavailableException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleClientTooManyException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleSessionConflictException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleUpstreamTimeoutException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleSessionTimeoutException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleServerBusyException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleClientBadTypeException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleResourceConflictException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleSessionClosedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleClientTimeoutException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleUpstreamNotFoundException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleUnsupportedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/class-use/GuacamoleUnauthorizedException.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/websocket/class-use/GuacamoleWebSocketTunnelEndpoint.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/servlet/class-use/GuacamoleHTTPTunnelServlet.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleProtocolVersion.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleProtocolCapability.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/FilteredGuacamoleWriter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleInstruction.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleParser.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleFilter.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/FilteredGuacamoleReader.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleConfiguration.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/ConfiguredGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleClientInformation.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/FailoverGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/GuacamoleStatus.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/class-use/FilteredGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/class-use/InetGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/class-use/SSLGuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/class-use/AbstractGuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/class-use/DelegatingGuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/class-use/SimpleGuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/class-use/GuacamoleSocket.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/class-use/GuacamoleTunnel.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/package-use.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/io/package-use.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/net/package-use.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/protocol/package-use.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/servlet/package-use.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/org/apache/guacamole/websocket/package-use.html... Building index for all the packages and classes... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/overview-tree.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/index-all.html... Building index for all classes... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/allclasses-index.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/allpackages-index.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/deprecated-list.html... Building index for all classes... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/allclasses.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/allclasses.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/index.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/overview-summary.html... Generating /root/guacamole-client-1.2.0/guacamole-common/target/apidocs/help-doc.html... 1 error [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] guacamole-common 1.1.0 ............................. FAILURE [ 11.886 s] [INFO] guacamole-ext 1.2.0 ................................ SKIPPED [INFO] guacamole-common-js 1.2.0 .......................... SKIPPED [INFO] guacamole 1.2.0 .................................... SKIPPED [INFO] guacamole-auth-cas 1.2.0 ........................... SKIPPED [INFO] guacamole-auth-duo 1.2.0 ........................... SKIPPED [INFO] guacamole-auth-header 1.2.0 ........................ SKIPPED [INFO] guacamole-auth-jdbc 1.2.0 .......................... SKIPPED [INFO] guacamole-auth-jdbc-base 1.2.0 ..................... SKIPPED [INFO] guacamole-auth-jdbc-mysql 1.2.0 .................... SKIPPED [INFO] guacamole-auth-jdbc-postgresql 1.2.0 ............... SKIPPED [INFO] guacamole-auth-jdbc-sqlserver 1.2.0 ................ SKIPPED [INFO] guacamole-auth-jdbc-dist 1.2.0 ..................... SKIPPED [INFO] guacamole-auth-ldap 1.2.0 .......................... SKIPPED [INFO] guacamole-auth-openid 1.2.0 ........................ SKIPPED [INFO] guacamole-auth-quickconnect 1.2.0 .................. SKIPPED [INFO] guacamole-auth-saml 1.2.0 .......................... SKIPPED [INFO] guacamole-auth-totp 1.2.0 .......................... SKIPPED [INFO] guacamole-example 1.2.0 ............................ SKIPPED [INFO] guacamole-playback-example 1.2.0 ................... SKIPPED [INFO] guacamole-client 1.2.0 ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.363 s [INFO] Finished at: 2020-07-01T13:23:00-07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on project guacamole-common: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/6/docs/api/ are in the unnamed module. [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/root/guacamole-client-1.2.0/guacamole-common/target/apidocs' dir. [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException root@debian10:~/guacamole-client-1.2.0# cd .. root@debian10:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster root@debian10:~# echo $JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64/ root@debian10:~# Best regards all, Ryan Nanney
