Skip to content

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent basic-s9cfn is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-s9cfn"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-s9cfn"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-s9cfn"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.collections.svc.cluster.local/collections/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-collections"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-s9cfn in workspace /home/jenkins/agent/workspace/deploy
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/eclipse-collections.git
 > git init /home/jenkins/agent/workspace/deploy # timeout=10
Fetching upstream changes from https://github.com/eclipse/eclipse-collections.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/eclipse-collections.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/eclipse-collections.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/eclipse-collections.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/eclipse-collections.git +refs/tags/*:refs/remotes/origin/tags/* # timeout=10
 > git rev-parse tags/10.4.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/10.4.0^{commit} # timeout=10
Checking out Revision 50dfc4a80df1ac3e9ac448e0c995800be2e00199 (tags/10.4.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50dfc4a80df1ac3e9ac448e0c995800be2e00199 # timeout=10
Commit message: "Release version 10.4.0."
First time build. Skipping changelog.
[deploy] $ /bin/sh -xe /tmp/jenkins2968662910356200101.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 5799E6C482208310: public key "Eclipse Collections Project <collections-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 5799E6C482208310: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ gpg --list-keys --with-colons
+ awk -F: '/fpr:/ {print $10}'
+ sort -u
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 15C53CCAE46F2C7AF5F89FCF5799E6C482208310 trust
Secret subkeys are available.

pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 2020-12-08  usage: SC  
     trust: unknown       validity: unknown
ssb  rsa4096/E46D9A6A3624B8E3
     created: 2015-12-10  expires: 2020-12-08  usage: S   
[ unknown] (1). Eclipse Collections Project <collections-dev@eclipse.org>

pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 2020-12-08  usage: SC  
     trust: unknown       validity: unknown
ssb  rsa4096/E46D9A6A3624B8E3
     created: 2015-12-10  expires: 2020-12-08  usage: S   
[ unknown] (1). Eclipse Collections Project <collections-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 2020-12-08  usage: SC  
     trust: ultimate      validity: unknown
ssb  rsa4096/E46D9A6A3624B8E3
     created: 2015-12-10  expires: 2020-12-08  usage: S   
[ unknown] (1). Eclipse Collections Project <collections-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key D9905D77178BAC979B03C462E46D9A6A3624B8E3 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2020-12-08
pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 2020-12-08  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/E46D9A6A3624B8E3
     created: 2015-12-10  expires: 2020-12-08  usage: S   
[ultimate] (1). Eclipse Collections Project <collections-dev@eclipse.org>

pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 2020-12-08  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/E46D9A6A3624B8E3
     created: 2015-12-10  expires: 2020-12-08  usage: S   
[ultimate] (1). Eclipse Collections Project <collections-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 2020-12-08  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/E46D9A6A3624B8E3
     created: 2015-12-10  expires: 2020-12-08  usage: S   
[ultimate] (1). Eclipse Collections Project <collections-dev@eclipse.org>

[deploy] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=10.4.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/deploy/.repository -pl !jmh-scala-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests,!p2-repository,!p2-repository/org.eclipse.collections -DperformRelease=true -Dsurefire.useFile=false clean javadoc:jar install eclipse-jarsigner:sign deploy -B
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
19:13:45:543 [INFO] Error stacktraces are turned on.
19:13:45:744 [INFO] Scanning for projects...
19:14:23:637 [INFO] ------------------------------------------------------------------------
19:14:23:637 [INFO] Reactor Build Order:
19:14:23:637 [INFO] 
19:14:23:638 [INFO] Eclipse Collections Parent Project                                 [pom]
19:14:23:639 [INFO] Eclipse Collections Code Generator                                 [jar]
19:14:23:639 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
19:14:23:639 [INFO] Eclipse Collections API                                            [jar]
19:14:23:640 [INFO] Eclipse Collections Main Library                                   [jar]
19:14:23:640 [INFO] Eclipse Collections Test Utilities                                 [jar]
19:14:23:640 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
19:14:23:641 [INFO] Eclipse Collections JCStress Test Suite                            [jar]
19:14:26:455 [INFO] 
19:14:26:455 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
19:14:26:455 [INFO] Building Eclipse Collections Parent Project 10.4.0                 [1/8]
19:14:26:455 [INFO] --------------------------------[ pom ]---------------------------------
19:14:26:841 [INFO] 
19:14:26:841 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
19:14:26:919 [INFO] 
19:14:26:919 [INFO] --- maven-javadoc-plugin:3.2.0:jar (default-cli) @ eclipse-collections-parent ---
19:14:30:641 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
19:14:30:641 [INFO] 
19:14:30:642 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
19:14:30:938 [INFO] 
19:14:30:938 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-parent ---
19:14:30:993 [INFO] 
19:14:30:993 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-collections-parent ---
19:14:30:997 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
19:14:30:997 [INFO] 
19:14:30:997 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-parent ---
19:14:30:998 [INFO] 
19:14:30:998 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
19:14:31:933 [INFO] Skipping pom project
19:14:31:933 [INFO] 
19:14:31:933 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (jarsign) @ eclipse-collections-parent ---
19:14:34:199 [INFO] 
19:14:34:199 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ eclipse-collections-parent ---
19:14:35:122 [INFO] 
19:14:35:122 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
19:14:35:197 [INFO] Installing /home/jenkins/agent/workspace/deploy/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/10.4.0/eclipse-collections-parent-10.4.0.pom
19:14:35:203 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-10.4.0.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/10.4.0/eclipse-collections-parent-10.4.0.pom.asc
19:14:35:206 [INFO] 
19:14:35:206 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (default-cli) @ eclipse-collections-parent ---
19:14:35:207 [INFO] 
19:14:35:208 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
19:14:35:210 [INFO] 
19:14:35:210 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-parent ---
19:14:35:211 [INFO] 
19:14:35:211 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-collections-parent ---
19:14:35:215 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
19:14:35:215 [INFO] 
19:14:35:215 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-parent ---
19:14:35:216 [INFO] 
19:14:35:216 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
19:14:35:217 [INFO] Skipping pom project
19:14:35:217 [INFO] 
19:14:35:217 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (jarsign) @ eclipse-collections-parent ---
19:14:35:218 [INFO] 
19:14:35:218 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ eclipse-collections-parent ---
19:14:35:504 [INFO] 
19:14:35:504 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
19:14:35:506 [INFO] Installing /home/jenkins/agent/workspace/deploy/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/10.4.0/eclipse-collections-parent-10.4.0.pom
19:14:35:507 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-10.4.0.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/10.4.0/eclipse-collections-parent-10.4.0.pom.asc
19:14:35:516 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-10.4.0.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/10.4.0/eclipse-collections-parent-10.4.0.pom.asc
19:14:35:517 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-10.4.0.pom.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/10.4.0/eclipse-collections-parent-10.4.0.pom.asc.asc
19:14:35:518 [INFO] 
19:14:35:518 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ eclipse-collections-parent ---
19:14:46:846 [INFO] 
19:14:46:846 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
19:14:46:846 [INFO] Building Eclipse Collections Code Generator 10.4.0                 [2/8]
19:14:46:846 [INFO] --------------------------------[ jar ]---------------------------------
19:14:47:274 [INFO] 
19:14:47:274 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
19:14:47:275 [INFO] 
19:14:47:275 [INFO] --- maven-javadoc-plugin:3.2.0:jar (default-cli) @ eclipse-collections-code-generator ---
19:14:47:742 [INFO] No previous run data found, generating javadoc.
19:14:47:842 [INFO] 
Usage: javadoc [options] [packagenames] [sourcefiles] [@files]
  -overview <file>                 Read overview documentation from HTML file
  -public                          Show only public classes and members
  -protected                       Show protected/public classes and members (default)
  -package                         Show package/protected/public classes and members
  -private                         Show all classes and members
  -help                            Display command line options and exit
  -doclet <class>                  Generate output via alternate doclet
  -docletpath <path>               Specify where to find doclet class files
  -sourcepath <pathlist>           Specify where to find source files
  -classpath <pathlist>            Specify where to find user class files
  -cp <pathlist>                   Specify where to find user class files
  -exclude <pkglist>               Specify a list of packages to exclude
  -subpackages <subpkglist>        Specify subpackages to recursively load
  -breakiterator                   Compute first sentence with BreakIterator
  -bootclasspath <pathlist>        Override location of class files loaded
                                   by the bootstrap class loader
  -source <release>                Provide source compatibility with specified release
  -extdirs <dirlist>               Override location of installed extensions
  -verbose                         Output messages about what Javadoc is doing
  -locale <name>                   Locale to be used, e.g. en_US or en_US_WIN
  -encoding <name>                 Source file encoding name
  -quiet                           Do not display status messages
  -J<flag>                         Pass <flag> directly to the runtime system
  -X                               Print a synopsis of nonstandard options and exit

Provided by Standard doclet:
  -d <directory>                   Destination directory for output files
  -use                             Create class and package usage pages
  -version                         Include @version paragraphs
  -author                          Include @author paragraphs
  -docfilessubdirs                 Recursively copy doc-file subdirectories
  -splitindex                      Split index into one file per letter
  -windowtitle <text>              Browser window title for the documentation
  -doctitle <html-code>            Include title for the overview page
  -header <html-code>              Include header text for each page
  -footer <html-code>              Include footer text for each page
  -top    <html-code>              Include top text for each page
  -bottom <html-code>              Include bottom text for each page
  -link <url>                      Create links to javadoc output at <url>
  -linkoffline <url> <url2>        Link to docs at <url> using package list at <url2>
  -excludedocfilessubdir <name1>:.. Exclude any doc-files subdirectories with given name.
  -group <name> <p1>:<p2>..        Group specified packages together in overview page
  -nocomment                       Suppress description and tags, generate only declarations.
  -nodeprecated                    Do not include @deprecated information
  -noqualifier <name1>:<name2>:... Exclude the list of qualifiers from the output.
  -nosince                         Do not include @since information
  -notimestamp                     Do not include hidden time stamp
  -nodeprecatedlist                Do not generate deprecated list
  -notree                          Do not generate class hierarchy
  -noindex                         Do not generate index
  -nohelp                          Do not generate help link
  -nonavbar                        Do not generate navigation bar
  -serialwarn                      Generate warning about @serial tag
  -tag <name>:<locations>:<header> Specify single argument custom tags
  -taglet                          The fully qualified name of Taglet to register
  -tagletpath                      The path to Taglets
  -charset <charset>               Charset for cross-platform viewing of generated documentation.
  -helpfile <file>                 Include file that help link links to
  -linksource                      Generate source in HTML
  -sourcetab <tab length>          Specify the number of spaces each tab takes up in the source
  -keywords                        Include HTML meta tags with package, class and member info
  -stylesheetfile <path>           File to change style of the generated documentation
  -docencoding <name>              Specify the character encoding for the output
1 error
19:14:47:849 [INFO] ------------------------------------------------------------------------
19:14:47:850 [INFO] Reactor Summary for Eclipse Collections Parent Project 10.4.0:
19:14:47:850 [INFO] 
19:14:47:850 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 20.390 s]
19:14:47:850 [INFO] Eclipse Collections Code Generator ................. FAILURE [  1.003 s]
19:14:47:850 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
19:14:47:850 [INFO] Eclipse Collections API ............................ SKIPPED
19:14:47:851 [INFO] Eclipse Collections Main Library ................... SKIPPED
19:14:47:851 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
19:14:47:851 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
19:14:47:851 [INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
19:14:47:851 [INFO] ------------------------------------------------------------------------
19:14:47:851 [INFO] BUILD FAILURE
19:14:47:851 [INFO] ------------------------------------------------------------------------
19:14:47:852 [INFO] Total time:  01:02 min
19:14:47:852 [INFO] Finished at: 2020-08-20T19:14:47Z
19:14:47:852 [INFO] ------------------------------------------------------------------------
19:14:47:853 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (default-cli) on project eclipse-collections-code-generator: MavenReportException: Error while generating Javadoc: 
19:14:47:853 [ERROR] Exit code: 1 - javadoc: error - invalid flag: -html5
19:14:47:853 [ERROR] 
19:14:47:853 [ERROR] Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages
19:14:47:853 [ERROR] 
19:14:47:853 [ERROR] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/10.4.0' dir.
19:14:47:854 [ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (default-cli) on project eclipse-collections-code-generator: MavenReportException: Error while generating Javadoc: 
Exit code: 1 - javadoc: error - invalid flag: -html5

Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/10.4.0' dir.

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while generating Javadoc: 
Exit code: 1 - javadoc: error - invalid flag: -html5

Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/10.4.0' dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.failOnError (AbstractJavadocMojo.java:6814)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:203)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.reporting.MavenReportException: 
Exit code: 1 - javadoc: error - invalid flag: -html5

Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/10.4.0' dir.

    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5861)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5737)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2176)
    at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:199)
    at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1935)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
19:14:47:887 [ERROR] 
19:14:47:887 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
19:14:47:887 [ERROR] 
19:14:47:887 [ERROR] For more information about the errors and possible solutions, please read the following articles:
19:14:47:887 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
19:14:47:887 [ERROR] 
19:14:47:887 [ERROR] After correcting the problems, you can resume the build with the command
19:14:47:888 [ERROR]   mvn <args> -rf :eclipse-collections-code-generator
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: itohiro73@gmail.com donraab@gmail.com nikhilnanivadekar@gmail.com motlin@gmail.com
Finished: FAILURE