Started by user Sirisha Pratha Running as Sirisha Pratha Agent basic-70rmw is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-70rmw" namespace: "collections" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.collections.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-70rmw" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -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-70rmw" - 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-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" 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-70rmw (basic) in workspace /home/jenkins/agent/workspace/deploy The recommended git tool is: NONE 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 --version # 'git version 2.20.1' > 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 refs/remotes/origin/tags/12.0.0.M3^{commit} # timeout=10 > git rev-parse tags/12.0.0.M3^{commit} # timeout=10 Checking out Revision 6b13cca9d0e388674f56cc7ad701be26131b104d (refs/remotes/origin/tags/12.0.0.M3) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b13cca9d0e388674f56cc7ad701be26131b104d # timeout=10 Commit message: "Release version 12.0.0.M3." > git rev-list --no-walk 6b13cca9d0e388674f56cc7ad701be26131b104d # timeout=10 [deploy] $ /bin/sh -xe /tmp/jenkins9829017048002746421.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 " 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 + for fpr in $(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: 2025-11-24 usage: SC trust: unknown validity: unknown ssb rsa4096/E46D9A6A3624B8E3 created: 2015-12-10 expires: 2025-11-24 usage: S [ unknown] (1). Eclipse Collections Project pub rsa4096/5799E6C482208310 created: 2015-12-10 expires: 2025-11-24 usage: SC trust: unknown validity: unknown ssb rsa4096/E46D9A6A3624B8E3 created: 2015-12-10 expires: 2025-11-24 usage: S [ unknown] (1). Eclipse Collections Project 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: 2025-11-24 usage: SC trust: ultimate validity: unknown ssb rsa4096/E46D9A6A3624B8E3 created: 2015-12-10 expires: 2025-11-24 usage: S [ unknown] (1). Eclipse Collections Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(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 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 2025-11-24 pub rsa4096/5799E6C482208310 created: 2015-12-10 expires: 2025-11-24 usage: SC trust: ultimate validity: ultimate ssb rsa4096/E46D9A6A3624B8E3 created: 2015-12-10 expires: 2025-11-24 usage: S [ultimate] (1). Eclipse Collections Project pub rsa4096/5799E6C482208310 created: 2015-12-10 expires: 2025-11-24 usage: SC trust: ultimate validity: ultimate ssb rsa4096/E46D9A6A3624B8E3 created: 2015-12-10 expires: 2025-11-24 usage: S [ultimate] (1). Eclipse Collections Project 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: 2025-11-24 usage: SC trust: ultimate validity: ultimate ssb rsa4096/E46D9A6A3624B8E3 created: 2015-12-10 expires: 2025-11-24 usage: S [ultimate] (1). Eclipse Collections Project [deploy] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=12.0.0.M3 -Dmaven.repo.local=/home/jenkins/agent/workspace/deploy/.repository -pl !jcstress-tests,!junit-trait-runner,!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.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.18, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" 20:42:11:855 [INFO] Error stacktraces are turned on. 20:42:11:953 [INFO] Scanning for projects... 20:42:26:531 [INFO] ------------------------------------------------------------------------ 20:42:26:531 [INFO] Reactor Build Order: 20:42:26:531 [INFO] 20:42:26:532 [INFO] Eclipse Collections Parent Project [pom] 20:42:26:532 [INFO] Eclipse Collections Code Generator [jar] 20:42:26:532 [INFO] Eclipse Collections Code Generator Maven Plugin [maven-plugin] 20:42:26:532 [INFO] Eclipse Collections API [jar] 20:42:26:532 [INFO] Eclipse Collections Main Library [jar] 20:42:26:532 [INFO] Eclipse Collections Test Utilities [jar] 20:42:26:532 [INFO] Eclipse Collections Fork Join Utilities [jar] 20:42:27:620 [INFO] 20:42:27:620 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >--------- 20:42:27:620 [INFO] Building Eclipse Collections Parent Project 12.0.0.M3 [1/7] 20:42:27:621 [INFO] from pom.xml 20:42:27:621 [INFO] --------------------------------[ pom ]--------------------------------- 20:42:27:860 [WARNING] Parameter 'updateReleaseInfo' is unknown for plugin 'maven-deploy-plugin:3.1.0:deploy (default-deploy)' 20:42:27:865 [INFO] 20:42:27:865 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-parent --- 20:42:27:940 [INFO] 20:42:27:940 [INFO] --- javadoc:3.5.0:jar (default-cli) @ eclipse-collections-parent --- 20:42:29:832 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 20:42:29:832 [INFO] 20:42:29:832 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-parent --- 20:42:30:032 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 20:42:30:036 [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed 20:42:30:037 [INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 20:42:30:041 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 20:42:30:042 [INFO] 20:42:30:042 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-parent --- 20:42:30:289 [INFO] 20:42:30:289 [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipse-collections-parent --- 20:42:30:295 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 20:42:30:295 [INFO] 20:42:30:295 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-parent --- 20:42:30:296 [INFO] 20:42:30:296 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 20:42:34:204 [INFO] Skipping pom project 20:42:34:204 [INFO] 20:42:34:204 [INFO] --- eclipse-jarsigner:1.3.2:sign (jarsign) @ eclipse-collections-parent --- 20:42:35:030 [INFO] 20:42:35:031 [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipse-collections-parent --- 20:42:36:631 [INFO] 20:42:36:631 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-parent --- 20:42:36:648 [INFO] Installing /home/jenkins/agent/workspace/deploy/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/12.0.0.M3/eclipse-collections-parent-12.0.0.M3.pom 20:42:36:649 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-12.0.0.M3.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/12.0.0.M3/eclipse-collections-parent-12.0.0.M3.pom.asc 20:42:36:658 [INFO] 20:42:36:658 [INFO] --- eclipse-jarsigner:1.3.2:sign (default-cli) @ eclipse-collections-parent --- 20:42:36:659 [INFO] 20:42:36:659 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-parent --- 20:42:36:662 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 20:42:36:662 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 20:42:36:663 [INFO] 20:42:36:663 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-parent --- 20:42:36:664 [INFO] 20:42:36:664 [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipse-collections-parent --- 20:42:36:667 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 20:42:36:667 [INFO] 20:42:36:667 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-parent --- 20:42:36:668 [INFO] 20:42:36:668 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-parent --- 20:42:36:669 [INFO] Skipping pom project 20:42:36:669 [INFO] 20:42:36:669 [INFO] --- eclipse-jarsigner:1.3.2:sign (jarsign) @ eclipse-collections-parent --- 20:42:36:670 [INFO] 20:42:36:670 [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipse-collections-parent --- 20:42:37:315 [WARNING] artifact org.eclipse.collections:eclipse-collections-parent:pom.asc:12.0.0.M3 already attached, replace previous instance 20:42:37:315 [INFO] 20:42:37:315 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-parent --- 20:42:37:316 [INFO] Installing /home/jenkins/agent/workspace/deploy/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/12.0.0.M3/eclipse-collections-parent-12.0.0.M3.pom 20:42:37:317 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-12.0.0.M3.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/12.0.0.M3/eclipse-collections-parent-12.0.0.M3.pom.asc 20:42:37:318 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-12.0.0.M3.pom.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/12.0.0.M3/eclipse-collections-parent-12.0.0.M3.pom.asc.asc 20:42:37:321 [INFO] 20:42:37:321 [INFO] --- deploy:3.1.0:deploy (default-deploy) @ eclipse-collections-parent --- 20:42:45:783 [INFO] 20:42:45:783 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >----- 20:42:45:783 [INFO] Building Eclipse Collections Code Generator 12.0.0.M3 [2/7] 20:42:45:784 [INFO] from eclipse-collections-code-generator/pom.xml 20:42:45:784 [INFO] --------------------------------[ jar ]--------------------------------- 20:42:45:910 [WARNING] Parameter 'updateReleaseInfo' is unknown for plugin 'maven-deploy-plugin:3.1.0:deploy (default-deploy)' 20:42:46:023 [INFO] 20:42:46:023 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator --- 20:42:46:024 [INFO] 20:42:46:024 [INFO] --- javadoc:3.5.0:jar (default-cli) @ eclipse-collections-code-generator --- 20:42:46:562 [INFO] No previous run data found, generating javadoc. 20:42:48:483 [INFO] Loading source files for package org.eclipse.collections.codegenerator... Loading source files for package org.eclipse.collections.codegenerator.model... Loading source files for package org.eclipse.collections.codegenerator.tools... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/EclipseCollectionsCodeGenerator.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/ErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/LoggingErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/Primitive.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/FileUtils.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/IntegerOrStringRenderer.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/constant-values.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/EclipseCollectionsCodeGenerator.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/ErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/LoggingErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/class-use/Primitive.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/class-use/FileUtils.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/class-use/IntegerOrStringRenderer.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-use.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-use.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/overview-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allpackages-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/overview-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/help-doc.html... 100 warnings 20:42:48:484 [WARNING] Javadoc Warnings 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:484 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:485 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:486 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:48:533 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:42:48:642 [INFO] 20:42:48:642 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator --- 20:42:48:645 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 20:42:48:646 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 20:42:48:646 [INFO] 20:42:48:646 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator --- 20:42:48:761 [INFO] Copying 398 resources 20:42:48:828 [INFO] 20:42:48:828 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator --- 20:42:49:009 [INFO] Changes detected - recompiling the module! :dependency 20:42:49:019 [INFO] Compiling 9 source files with javac [forked debug target 11] to target/classes 20:42:49:906 [INFO] 20:42:49:906 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 20:42:49:909 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/src/test/resources 20:42:49:909 [INFO] 20:42:49:909 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 20:42:49:919 [INFO] Changes detected - recompiling the module! :dependency 20:42:49:919 [INFO] Compiling 1 source file with javac [forked debug target 11] to target/test-classes 20:42:50:670 [INFO] 20:42:50:670 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 20:42:51:190 [INFO] 20:42:51:190 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator --- 20:42:51:463 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar 20:42:51:646 [INFO] 20:42:51:646 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-code-generator --- 20:42:51:668 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar 20:42:51:945 [INFO] 20:42:51:945 [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipse-collections-code-generator --- 20:42:52:187 [INFO] Configuration changed, re-generating javadoc. 20:42:54:039 [INFO] Loading source files for package org.eclipse.collections.codegenerator... Loading source files for package org.eclipse.collections.codegenerator.model... Loading source files for package org.eclipse.collections.codegenerator.tools... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/EclipseCollectionsCodeGenerator.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/ErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/LoggingErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/Primitive.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/FileUtils.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/IntegerOrStringRenderer.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/constant-values.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/EclipseCollectionsCodeGenerator.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/ErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/LoggingErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/class-use/Primitive.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/class-use/FileUtils.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/class-use/IntegerOrStringRenderer.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-use.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-use.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/overview-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allpackages-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/overview-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/help-doc.html... 100 warnings 20:42:54:039 [WARNING] Javadoc Warnings 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:039 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:040 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:041 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:42:54:050 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:42:54:129 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:javadoc:javadoc:12.0.0.M3 already attached, replace previous instance 20:42:54:129 [INFO] 20:42:54:129 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 20:42:54:171 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:java-source:sources:12.0.0.M3 already attached, replace previous instance 20:42:54:171 [INFO] 20:42:54:171 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 20:42:54:243 [INFO] No dependency problems found 20:42:54:243 [INFO] 20:42:54:243 [INFO] --- eclipse-jarsigner:1.3.2:sign (jarsign) @ eclipse-collections-code-generator --- 20:42:54:598 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar 20:42:55:894 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:42:57:789 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar 20:42:58:873 [INFO] 20:42:58:873 [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipse-collections-code-generator --- 20:43:00:082 [INFO] 20:43:00:082 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator --- 20:43:00:083 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.pom 20:43:00:084 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.jar 20:43:00:085 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:43:00:086 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-sources.jar 20:43:00:087 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.jar.asc 20:43:00:088 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.pom.asc 20:43:00:088 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar.asc 20:43:00:088 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-sources.jar.asc 20:43:00:090 [INFO] 20:43:00:090 [INFO] --- eclipse-jarsigner:1.3.2:sign (default-cli) @ eclipse-collections-code-generator --- 20:43:00:315 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar' is already signed and will be resigned. 20:43:00:315 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar 20:43:01:142 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar' is already signed and will be resigned. 20:43:01:142 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:43:02:178 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar' is already signed and will be resigned. 20:43:02:178 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar 20:43:03:305 [INFO] 20:43:03:305 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator --- 20:43:03:308 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed 20:43:03:309 [INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed 20:43:03:309 [INFO] 20:43:03:309 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator --- 20:43:03:317 [INFO] Copying 398 resources 20:43:03:325 [INFO] 20:43:03:325 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator --- 20:43:03:328 [INFO] Changes detected - recompiling the module! :dependency 20:43:03:332 [INFO] Compiling 9 source files with javac [forked debug target 11] to target/classes 20:43:04:189 [INFO] 20:43:04:189 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator --- 20:43:04:190 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/src/test/resources 20:43:04:190 [INFO] 20:43:04:190 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator --- 20:43:04:200 [INFO] Changes detected - recompiling the module! :dependency 20:43:04:201 [INFO] Compiling 1 source file with javac [forked debug target 11] to target/test-classes 20:43:04:982 [INFO] 20:43:04:982 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator --- 20:43:04:986 [INFO] Skipping execution of surefire because it has already been run for this configuration 20:43:04:986 [INFO] 20:43:04:986 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator --- 20:43:05:065 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar 20:43:05:149 [INFO] 20:43:05:150 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-code-generator --- 20:43:05:226 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:java-source:sources:12.0.0.M3 already attached, replace previous instance 20:43:05:226 [INFO] 20:43:05:226 [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipse-collections-code-generator --- 20:43:05:412 [INFO] Configuration changed, re-generating javadoc. 20:43:07:433 [INFO] Loading source files for package org.eclipse.collections.codegenerator... Loading source files for package org.eclipse.collections.codegenerator.model... Loading source files for package org.eclipse.collections.codegenerator.tools... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/EclipseCollectionsCodeGenerator.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/ErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/LoggingErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/Primitive.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/FileUtils.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/IntegerOrStringRenderer.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/constant-values.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/EclipseCollectionsCodeGenerator.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/ErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/class-use/LoggingErrorListener.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/class-use/Primitive.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/class-use/FileUtils.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/class-use/IntegerOrStringRenderer.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/package-use.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/model/package-use.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/org/eclipse/collections/codegenerator/tools/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/overview-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allpackages-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/overview-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/12.0.0.M3/help-doc.html... 100 warnings 20:43:07:434 [WARNING] Javadoc Warnings 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:434 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:435 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:07:443 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:43:07:477 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:javadoc:javadoc:12.0.0.M3 already attached, replace previous instance 20:43:07:477 [INFO] 20:43:07:477 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator --- 20:43:07:500 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:java-source:sources:12.0.0.M3 already attached, replace previous instance 20:43:07:500 [INFO] 20:43:07:500 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator --- 20:43:07:532 [INFO] No dependency problems found 20:43:07:532 [INFO] 20:43:07:532 [INFO] --- eclipse-jarsigner:1.3.2:sign (jarsign) @ eclipse-collections-code-generator --- 20:43:07:801 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar 20:43:09:938 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:43:12:054 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar' is already signed and will be resigned. 20:43:12:054 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar 20:43:12:867 [INFO] 20:43:12:867 [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipse-collections-code-generator --- 20:43:15:296 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:jar.asc:12.0.0.M3 already attached, replace previous instance 20:43:15:296 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:pom.asc:12.0.0.M3 already attached, replace previous instance 20:43:15:296 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:jar.asc:javadoc:12.0.0.M3 already attached, replace previous instance 20:43:15:296 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:jar.asc:sources:12.0.0.M3 already attached, replace previous instance 20:43:15:296 [INFO] 20:43:15:296 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator --- 20:43:15:297 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.pom 20:43:15:298 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.jar 20:43:15:299 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar 20:43:15:301 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-sources.jar 20:43:15:303 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.jar.asc 20:43:15:303 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.pom.asc 20:43:15:304 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar.asc 20:43:15:304 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-sources.jar.asc 20:43:15:304 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.jar.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.jar.asc.asc 20:43:15:305 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3.pom.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3.pom.asc.asc 20:43:15:305 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-javadoc.jar.asc.asc 20:43:15:306 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-12.0.0.M3-sources.jar.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator/12.0.0.M3/eclipse-collections-code-generator-12.0.0.M3-sources.jar.asc.asc 20:43:15:308 [INFO] 20:43:15:308 [INFO] --- deploy:3.1.0:deploy (default-deploy) @ eclipse-collections-code-generator --- 20:43:15:309 [INFO] Skipping artifact deployment 20:43:15:309 [INFO] 20:43:15:309 [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >-- 20:43:15:309 [INFO] Building Eclipse Collections Code Generator Maven Plugin 12.0.0.M3 [3/7] 20:43:15:309 [INFO] from eclipse-collections-code-generator-maven-plugin/pom.xml 20:43:15:309 [INFO] ----------------------------[ maven-plugin ]---------------------------- 20:43:15:364 [WARNING] Parameter 'updateReleaseInfo' is unknown for plugin 'maven-deploy-plugin:3.1.0:deploy (default-deploy)' 20:43:15:720 [INFO] 20:43:15:720 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin --- 20:43:15:723 [INFO] 20:43:15:723 [INFO] --- javadoc:3.5.0:jar (default-cli) @ eclipse-collections-code-generator-maven-plugin --- 20:43:15:728 [INFO] 20:43:15:728 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 20:43:15:729 [INFO] Skipping Rule Enforcement. 20:43:15:729 [INFO] 20:43:15:729 [INFO] --- plugin:3.7.1:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin --- 20:43:16:646 [INFO] 20:43:16:647 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 20:43:16:648 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/src/main/resources 20:43:16:649 [INFO] 20:43:16:649 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 20:43:16:653 [INFO] Changes detected - recompiling the module! :dependency 20:43:16:653 [INFO] Compiling 6 source files with javac [forked debug target 11] to target/classes 20:43:17:754 [INFO] 20:43:17:754 [INFO] --- plugin:3.7.1:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 20:43:17:757 [INFO] Using 'UTF-8' encoding to read mojo source files. 20:43:18:374 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 20:43:18:383 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 20:43:18:384 [INFO] ant mojo extractor found 0 mojo descriptor. 20:43:18:384 [INFO] bsh mojo extractor found 0 mojo descriptor. 20:43:18:395 [INFO] 20:43:18:395 [INFO] --- plugin:3.7.1:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 20:43:18:397 [INFO] Using 'UTF-8' encoding to read mojo source files. 20:43:18:795 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 20:43:18:801 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 20:43:18:801 [INFO] ant mojo extractor found 0 mojo descriptor. 20:43:18:801 [INFO] bsh mojo extractor found 0 mojo descriptor. 20:43:18:824 [INFO] 20:43:18:824 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 20:43:18:826 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/src/test/resources 20:43:18:826 [INFO] 20:43:18:826 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 20:43:18:827 [INFO] No sources to compile 20:43:18:827 [INFO] 20:43:18:827 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 20:43:18:830 [INFO] No tests to run. 20:43:18:830 [INFO] 20:43:18:830 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 20:43:18:834 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar 20:43:18:845 [INFO] 20:43:18:845 [INFO] --- plugin:3.7.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 20:43:18:849 [INFO] 20:43:18:849 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-code-generator-maven-plugin --- 20:43:18:853 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar 20:43:18:864 [INFO] 20:43:18:864 [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipse-collections-code-generator-maven-plugin --- 20:43:19:528 [INFO] No previous run data found, generating javadoc. 20:43:21:375 [INFO] Loading source files for package org.eclipse.collections.eclipse_collections_code_generator_maven_plugin... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/HelpMojo.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/constant-values.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/class-use/HelpMojo.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/overview-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allclasses-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allpackages-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/help-doc.html... 100 warnings 20:43:21:375 [WARNING] Javadoc Warnings 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:375 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:376 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:21:383 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar 20:43:21:413 [INFO] 20:43:21:413 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 20:43:21:427 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:java-source:sources:12.0.0.M3 already attached, replace previous instance 20:43:21:428 [INFO] 20:43:21:428 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 20:43:21:436 [INFO] No dependency problems found 20:43:21:436 [INFO] 20:43:21:436 [INFO] --- eclipse-jarsigner:1.3.2:sign (jarsign) @ eclipse-collections-code-generator-maven-plugin --- 20:43:21:445 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar 20:43:22:156 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar 20:43:23:067 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar 20:43:23:707 [INFO] 20:43:23:707 [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipse-collections-code-generator-maven-plugin --- 20:43:24:916 [INFO] 20:43:24:917 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 20:43:24:918 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom 20:43:24:918 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar 20:43:24:919 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar 20:43:24:919 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar 20:43:24:920 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar.asc 20:43:24:920 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom.asc 20:43:24:921 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar.asc 20:43:24:921 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar.asc 20:43:24:924 [INFO] 20:43:24:924 [INFO] --- eclipse-jarsigner:1.3.2:sign (default-cli) @ eclipse-collections-code-generator-maven-plugin --- 20:43:24:933 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar' is already signed and will be resigned. 20:43:24:933 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar 20:43:25:869 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar' is already signed and will be resigned. 20:43:25:869 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar 20:43:26:699 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar' is already signed and will be resigned. 20:43:26:700 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar 20:43:28:279 [INFO] 20:43:28:279 [INFO] --- enforcer:3.2.1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin --- 20:43:28:280 [INFO] Skipping Rule Enforcement. 20:43:28:280 [INFO] 20:43:28:280 [INFO] --- plugin:3.7.1:helpmojo (help-goal) @ eclipse-collections-code-generator-maven-plugin --- 20:43:28:287 [INFO] 20:43:28:287 [INFO] --- resources:3.3.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin --- 20:43:28:288 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/src/main/resources 20:43:28:288 [INFO] 20:43:28:288 [INFO] --- compiler:3.11.0:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin --- 20:43:28:291 [INFO] Changes detected - recompiling the module! :dependency 20:43:28:291 [INFO] Compiling 6 source files with javac [forked debug target 11] to target/classes 20:43:29:373 [INFO] 20:43:29:373 [INFO] --- plugin:3.7.1:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 20:43:29:375 [INFO] Using 'UTF-8' encoding to read mojo source files. 20:43:29:678 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 20:43:29:684 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 20:43:29:684 [INFO] ant mojo extractor found 0 mojo descriptor. 20:43:29:684 [INFO] bsh mojo extractor found 0 mojo descriptor. 20:43:29:688 [INFO] 20:43:29:688 [INFO] --- plugin:3.7.1:descriptor (mojo-descriptor) @ eclipse-collections-code-generator-maven-plugin --- 20:43:29:691 [INFO] Using 'UTF-8' encoding to read mojo source files. 20:43:29:971 [INFO] java-annotations mojo extractor found 4 mojo descriptors. 20:43:29:977 [INFO] java-javadoc mojo extractor found 0 mojo descriptor. 20:43:29:977 [INFO] ant mojo extractor found 0 mojo descriptor. 20:43:29:977 [INFO] bsh mojo extractor found 0 mojo descriptor. 20:43:29:981 [INFO] 20:43:29:981 [INFO] --- resources:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin --- 20:43:29:983 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/src/test/resources 20:43:29:983 [INFO] 20:43:29:983 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin --- 20:43:29:984 [INFO] No sources to compile 20:43:29:984 [INFO] 20:43:29:984 [INFO] --- surefire:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin --- 20:43:29:987 [INFO] No tests to run. 20:43:29:987 [INFO] Skipping execution of surefire because it has already been run for this configuration 20:43:29:988 [INFO] 20:43:29:988 [INFO] --- jar:3.3.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin --- 20:43:29:993 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar 20:43:30:026 [INFO] 20:43:30:026 [INFO] --- plugin:3.7.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin --- 20:43:30:027 [INFO] 20:43:30:027 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-code-generator-maven-plugin --- 20:43:30:031 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:java-source:sources:12.0.0.M3 already attached, replace previous instance 20:43:30:031 [INFO] 20:43:30:032 [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ eclipse-collections-code-generator-maven-plugin --- 20:43:30:307 [INFO] Configuration changed, re-generating javadoc. 20:43:32:289 [INFO] Loading source files for package org.eclipse.collections.eclipse_collections_code_generator_maven_plugin... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/HelpMojo.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/package-summary.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/package-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/constant-values.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/class-use/HelpMojo.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/org/eclipse/collections/eclipse_collections_code_generator_maven_plugin/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/overview-tree.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allclasses-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allpackages-index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/allclasses.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/index.html... Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/help-doc.html... 100 warnings 20:43:32:289 [WARNING] Javadoc Warnings 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:289 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://docs.oracle.com/en/java/javase/11/docs/api/ are in named modules. 20:43:32:296 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar 20:43:32:340 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:javadoc:javadoc:12.0.0.M3 already attached, replace previous instance 20:43:32:341 [INFO] 20:43:32:341 [INFO] --- source:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin --- 20:43:32:345 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:java-source:sources:12.0.0.M3 already attached, replace previous instance 20:43:32:345 [INFO] 20:43:32:345 [INFO] --- dependency:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin --- 20:43:32:354 [INFO] No dependency problems found 20:43:32:354 [INFO] 20:43:32:354 [INFO] --- eclipse-jarsigner:1.3.2:sign (jarsign) @ eclipse-collections-code-generator-maven-plugin --- 20:43:32:362 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar 20:43:33:257 [INFO] Jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar' is already signed and will be resigned. 20:43:33:257 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar 20:43:34:090 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar 20:43:34:832 [INFO] 20:43:34:833 [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipse-collections-code-generator-maven-plugin --- 20:43:37:271 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:jar.asc:12.0.0.M3 already attached, replace previous instance 20:43:37:271 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:pom.asc:12.0.0.M3 already attached, replace previous instance 20:43:37:271 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:jar.asc:sources:12.0.0.M3 already attached, replace previous instance 20:43:37:271 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator-maven-plugin:jar.asc:javadoc:12.0.0.M3 already attached, replace previous instance 20:43:37:272 [INFO] 20:43:37:272 [INFO] --- install:3.1.0:install (default-install) @ eclipse-collections-code-generator-maven-plugin --- 20:43:37:273 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom 20:43:37:274 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar 20:43:37:275 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar 20:43:37:276 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar 20:43:37:277 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar.asc 20:43:37:277 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom.asc 20:43:37:278 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar.asc 20:43:37:278 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar.asc 20:43:37:279 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.jar.asc.asc 20:43:37:280 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3.pom.asc.asc 20:43:37:280 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-sources.jar.asc.asc 20:43:37:281 [INFO] Installing /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/12.0.0.M3/eclipse-collections-code-generator-maven-plugin-12.0.0.M3-javadoc.jar.asc.asc 20:43:37:284 [INFO] 20:43:37:284 [INFO] --- deploy:3.1.0:deploy (default-deploy) @ eclipse-collections-code-generator-maven-plugin --- 20:43:37:285 [INFO] Skipping artifact deployment 20:43:37:285 [INFO] 20:43:37:285 [INFO] ----------< org.eclipse.collections:eclipse-collections-api >----------- 20:43:37:285 [INFO] Building Eclipse Collections API 12.0.0.M3 [4/7] 20:43:37:285 [INFO] from eclipse-collections-api/pom.xml 20:43:37:285 [INFO] --------------------------------[ jar ]--------------------------------- 20:43:37:481 [WARNING] Parameter 'updateReleaseInfo' is unknown for plugin 'maven-deploy-plugin:3.1.0:deploy (default-deploy)' 20:43:37:482 [INFO] 20:43:37:482 [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-collections-api --- 20:43:37:483 [INFO] 20:43:37:483 [INFO] --- javadoc:3.5.0:jar (default-cli) @ eclipse-collections-api --- 20:43:37:709 [INFO] No previous run data found, generating javadoc. 20:43:39:236 [INFO] Loading source files for package org.eclipse.collections.api... Loading source files for package org.eclipse.collections.api.annotation... Loading source files for package org.eclipse.collections.api.bag... Loading source files for package org.eclipse.collections.api.bag.primitive... Loading source files for package org.eclipse.collections.api.bag.sorted... Loading source files for package org.eclipse.collections.api.bimap... Loading source files for package org.eclipse.collections.api.block... Loading source files for package org.eclipse.collections.api.block.comparator... Loading source files for package org.eclipse.collections.api.block.factory... Loading source files for package org.eclipse.collections.api.block.function... Loading source files for package org.eclipse.collections.api.block.function.primitive... Loading source files for package org.eclipse.collections.api.block.predicate... Loading source files for package org.eclipse.collections.api.block.predicate.primitive... Loading source files for package org.eclipse.collections.api.block.procedure... Loading source files for package org.eclipse.collections.api.block.procedure.primitive... Loading source files for package org.eclipse.collections.api.collection... Loading source files for package org.eclipse.collections.api.collection.primitive... Loading source files for package org.eclipse.collections.api.factory... Loading source files for package org.eclipse.collections.api.factory.bag... Loading source files for package org.eclipse.collections.api.factory.bag.primitive... Loading source files for package org.eclipse.collections.api.factory.bag.sorted... Loading source files for package org.eclipse.collections.api.factory.bag.strategy... Loading source files for package org.eclipse.collections.api.factory.bimap... Loading source files for package org.eclipse.collections.api.factory.list... Loading source files for package org.eclipse.collections.api.factory.list.primitive... Loading source files for package org.eclipse.collections.api.factory.map... Loading source files for package org.eclipse.collections.api.factory.map.primitive... Loading source files for package org.eclipse.collections.api.factory.map.sorted... Loading source files for package org.eclipse.collections.api.factory.map.strategy... Loading source files for package org.eclipse.collections.api.factory.primitive... Loading source files for package org.eclipse.collections.api.factory.set... Loading source files for package org.eclipse.collections.api.factory.set.primitive... Loading source files for package org.eclipse.collections.api.factory.set.sorted... Loading source files for package org.eclipse.collections.api.factory.set.strategy... Loading source files for package org.eclipse.collections.api.factory.stack... Loading source files for package org.eclipse.collections.api.factory.stack.primitive... Loading source files for package org.eclipse.collections.api.iterator... Loading source files for package org.eclipse.collections.api.list... Loading source files for package org.eclipse.collections.api.list.primitive... Loading source files for package org.eclipse.collections.api.map... Loading source files for package org.eclipse.collections.api.map.primitive... Loading source files for package org.eclipse.collections.api.map.sorted... Loading source files for package org.eclipse.collections.api.multimap... Loading source files for package org.eclipse.collections.api.multimap.bag... Loading source files for package org.eclipse.collections.api.multimap.list... Loading source files for package org.eclipse.collections.api.multimap.ordered... Loading source files for package org.eclipse.collections.api.multimap.set... Loading source files for package org.eclipse.collections.api.multimap.sortedbag... Loading source files for package org.eclipse.collections.api.multimap.sortedset... Loading source files for package org.eclipse.collections.api.ordered... Loading source files for package org.eclipse.collections.api.partition... Loading source files for package org.eclipse.collections.api.partition.bag... Loading source files for package org.eclipse.collections.api.partition.bag.sorted... Loading source files for package org.eclipse.collections.api.partition.list... Loading source files for package org.eclipse.collections.api.partition.ordered... Loading source files for package org.eclipse.collections.api.partition.set... Loading source files for package org.eclipse.collections.api.partition.set.sorted... Loading source files for package org.eclipse.collections.api.partition.stack... Loading source files for package org.eclipse.collections.api.set... Loading source files for package org.eclipse.collections.api.set.primitive... Loading source files for package org.eclipse.collections.api.set.sorted... Loading source files for package org.eclipse.collections.api.stack... Loading source files for package org.eclipse.collections.api.stack.primitive... Loading source files for package org.eclipse.collections.api.tuple... Constructing Javadoc information... 100 errors 20:43:39:239 [INFO] ------------------------------------------------------------------------ 20:43:39:239 [INFO] Reactor Summary for Eclipse Collections Parent Project 12.0.0.M3: 20:43:39:239 [INFO] 20:43:39:240 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 18.163 s] 20:43:39:240 [INFO] Eclipse Collections Code Generator ................. SUCCESS [ 29.526 s] 20:43:39:240 [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 21.976 s] 20:43:39:240 [INFO] Eclipse Collections API ............................ FAILURE [ 1.954 s] 20:43:39:240 [INFO] Eclipse Collections Main Library ................... SKIPPED 20:43:39:240 [INFO] Eclipse Collections Test Utilities ................. SKIPPED 20:43:39:240 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED 20:43:39:240 [INFO] ------------------------------------------------------------------------ 20:43:39:240 [INFO] BUILD FAILURE 20:43:39:240 [INFO] ------------------------------------------------------------------------ 20:43:39:240 [INFO] Total time: 01:27 min 20:43:39:240 [INFO] Finished at: 2023-08-09T20:43:39Z 20:43:39:240 [INFO] ------------------------------------------------------------------------ 20:43:39:241 [WARNING] 20:43:39:241 [WARNING] Plugin validation issues were detected in 9 plugin(s) 20:43:39:241 [WARNING] 20:43:39:241 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 20:43:39:241 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.1.2 20:43:39:241 [WARNING] * org.apache.maven.plugins:maven-plugin-plugin:3.7.1 20:43:39:241 [WARNING] * biz.aQute.bnd:bnd-maven-plugin:5.1.1 20:43:39:241 [WARNING] * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.2 20:43:39:241 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 20:43:39:241 [WARNING] * org.apache.maven.plugins:maven-gpg-plugin:1.6 20:43:39:241 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.5.0 20:43:39:241 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0 20:43:39:241 [WARNING] 20:43:39:241 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] 20:43:39:241 [WARNING] 20:43:39:245 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:jar (default-cli) on project eclipse-collections-api: MavenReportException: Error while generating Javadoc: 20:43:39:245 [ERROR] Exit code: 1 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:17: error: cannot find symbol 20:43:39:245 [ERROR] import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure; 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class ObjectIntProcedure 20:43:39:245 [ERROR] location: package org.eclipse.collections.api.block.procedure.primitive 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:84: error: cannot find symbol 20:43:39:245 [ERROR] void forEachWithIndex(ObjectIntProcedure objectIntProcedure); 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class ObjectIntProcedure 20:43:39:245 [ERROR] location: interface InternalIterable 20:43:39:245 [ERROR] where T is a type-variable: 20:43:39:245 [ERROR] T extends Object declared in interface InternalIterable 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:17: error: cannot find symbol 20:43:39:245 [ERROR] import org.eclipse.collections.api.block.function.primitive.BooleanFunction; 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class BooleanFunction 20:43:39:245 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:18: error: cannot find symbol 20:43:39:245 [ERROR] import org.eclipse.collections.api.block.function.primitive.ByteFunction; 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class ByteFunction 20:43:39:245 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:19: error: cannot find symbol 20:43:39:245 [ERROR] import org.eclipse.collections.api.block.function.primitive.CharFunction; 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class CharFunction 20:43:39:245 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:20: error: cannot find symbol 20:43:39:245 [ERROR] import org.eclipse.collections.api.block.function.primitive.DoubleFunction; 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class DoubleFunction 20:43:39:245 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:21: error: cannot find symbol 20:43:39:245 [ERROR] import org.eclipse.collections.api.block.function.primitive.FloatFunction; 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class FloatFunction 20:43:39:245 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:245 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:22: error: cannot find symbol 20:43:39:245 [ERROR] import org.eclipse.collections.api.block.function.primitive.IntFunction; 20:43:39:245 [ERROR] ^ 20:43:39:245 [ERROR] symbol: class IntFunction 20:43:39:245 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:23: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.LongFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class LongFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:24: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.ShortFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class ShortFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:41: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.BooleanFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class BooleanFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:42: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.ByteFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class ByteFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:43: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.CharFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class CharFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:44: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.DoubleFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class DoubleFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:45: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class DoubleObjectToDoubleFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:46: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.FloatFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class FloatFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:47: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class FloatObjectToFloatFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:48: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.IntFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class IntFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:49: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class IntObjectToIntFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:50: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.LongFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class LongFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:51: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class LongObjectToLongFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:52: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.block.function.primitive.ShortFunction; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class ShortFunction 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.block.function.primitive 20:43:39:246 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:57: error: cannot find symbol 20:43:39:246 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableBooleanCollection; 20:43:39:246 [ERROR] ^ 20:43:39:246 [ERROR] symbol: class MutableBooleanCollection 20:43:39:246 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:58: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableByteCollection; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class MutableByteCollection 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:59: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableCharCollection; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class MutableCharCollection 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:60: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableDoubleCollection; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class MutableDoubleCollection 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:61: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableFloatCollection; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class MutableFloatCollection 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:62: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableIntCollection; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class MutableIntCollection 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:63: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableLongCollection; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class MutableLongCollection 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:64: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.collection.primitive.MutableShortCollection; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class MutableShortCollection 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.collection.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:77: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.map.primitive.ObjectDoubleMap; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class ObjectDoubleMap 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.map.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:78: error: cannot find symbol 20:43:39:247 [ERROR] import org.eclipse.collections.api.map.primitive.ObjectLongMap; 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class ObjectLongMap 20:43:39:247 [ERROR] location: package org.eclipse.collections.api.map.primitive 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol 20:43:39:247 [ERROR] LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class BooleanFunction 20:43:39:247 [ERROR] location: interface LazyIterable 20:43:39:247 [ERROR] where T is a type-variable: 20:43:39:247 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol 20:43:39:247 [ERROR] LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class LazyBooleanIterable 20:43:39:247 [ERROR] location: interface LazyIterable 20:43:39:247 [ERROR] where T is a type-variable: 20:43:39:247 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol 20:43:39:247 [ERROR] LazyByteIterable collectByte(ByteFunction byteFunction); 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class ByteFunction 20:43:39:247 [ERROR] location: interface LazyIterable 20:43:39:247 [ERROR] where T is a type-variable: 20:43:39:247 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol 20:43:39:247 [ERROR] LazyByteIterable collectByte(ByteFunction byteFunction); 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class LazyByteIterable 20:43:39:247 [ERROR] location: interface LazyIterable 20:43:39:247 [ERROR] where T is a type-variable: 20:43:39:247 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol 20:43:39:247 [ERROR] LazyCharIterable collectChar(CharFunction charFunction); 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class CharFunction 20:43:39:247 [ERROR] location: interface LazyIterable 20:43:39:247 [ERROR] where T is a type-variable: 20:43:39:247 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol 20:43:39:247 [ERROR] LazyCharIterable collectChar(CharFunction charFunction); 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class LazyCharIterable 20:43:39:247 [ERROR] location: interface LazyIterable 20:43:39:247 [ERROR] where T is a type-variable: 20:43:39:247 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:247 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol 20:43:39:247 [ERROR] LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); 20:43:39:247 [ERROR] ^ 20:43:39:247 [ERROR] symbol: class DoubleFunction 20:43:39:247 [ERROR] location: interface LazyIterable 20:43:39:247 [ERROR] where T is a type-variable: 20:43:39:247 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol 20:43:39:248 [ERROR] LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class LazyDoubleIterable 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol 20:43:39:248 [ERROR] LazyFloatIterable collectFloat(FloatFunction floatFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class FloatFunction 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol 20:43:39:248 [ERROR] LazyFloatIterable collectFloat(FloatFunction floatFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class LazyFloatIterable 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol 20:43:39:248 [ERROR] LazyIntIterable collectInt(IntFunction intFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class IntFunction 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol 20:43:39:248 [ERROR] LazyIntIterable collectInt(IntFunction intFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class LazyIntIterable 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol 20:43:39:248 [ERROR] LazyLongIterable collectLong(LongFunction longFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class LongFunction 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol 20:43:39:248 [ERROR] LazyLongIterable collectLong(LongFunction longFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class LazyLongIterable 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol 20:43:39:248 [ERROR] LazyShortIterable collectShort(ShortFunction shortFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class ShortFunction 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol 20:43:39:248 [ERROR] LazyShortIterable collectShort(ShortFunction shortFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class LazyShortIterable 20:43:39:248 [ERROR] location: interface LazyIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface LazyIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol 20:43:39:248 [ERROR] BooleanIterable collectBoolean(BooleanFunction booleanFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class BooleanFunction 20:43:39:248 [ERROR] location: interface RichIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface RichIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol 20:43:39:248 [ERROR] BooleanIterable collectBoolean(BooleanFunction booleanFunction); 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class BooleanIterable 20:43:39:248 [ERROR] location: interface RichIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface RichIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol 20:43:39:248 [ERROR] default R collectBoolean(BooleanFunction booleanFunction, R target) 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class MutableBooleanCollection 20:43:39:248 [ERROR] location: interface RichIterable 20:43:39:248 [ERROR] where T is a type-variable: 20:43:39:248 [ERROR] T extends Object declared in interface RichIterable 20:43:39:248 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol 20:43:39:248 [ERROR] default R collectBoolean(BooleanFunction booleanFunction, R target) 20:43:39:248 [ERROR] ^ 20:43:39:248 [ERROR] symbol: class BooleanFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol 20:43:39:249 [ERROR] ByteIterable collectByte(ByteFunction byteFunction); 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class ByteFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol 20:43:39:249 [ERROR] ByteIterable collectByte(ByteFunction byteFunction); 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class ByteIterable 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol 20:43:39:249 [ERROR] default R collectByte(ByteFunction byteFunction, R target) 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class MutableByteCollection 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol 20:43:39:249 [ERROR] default R collectByte(ByteFunction byteFunction, R target) 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class ByteFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol 20:43:39:249 [ERROR] CharIterable collectChar(CharFunction charFunction); 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class CharFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol 20:43:39:249 [ERROR] CharIterable collectChar(CharFunction charFunction); 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class CharIterable 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol 20:43:39:249 [ERROR] default R collectChar(CharFunction charFunction, R target) 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class MutableCharCollection 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol 20:43:39:249 [ERROR] default R collectChar(CharFunction charFunction, R target) 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class CharFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol 20:43:39:249 [ERROR] DoubleIterable collectDouble(DoubleFunction doubleFunction); 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class DoubleFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol 20:43:39:249 [ERROR] DoubleIterable collectDouble(DoubleFunction doubleFunction); 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class DoubleIterable 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol 20:43:39:249 [ERROR] default R collectDouble(DoubleFunction doubleFunction, R target) 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class MutableDoubleCollection 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol 20:43:39:249 [ERROR] default R collectDouble(DoubleFunction doubleFunction, R target) 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class DoubleFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:249 [ERROR] T extends Object declared in interface RichIterable 20:43:39:249 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol 20:43:39:249 [ERROR] FloatIterable collectFloat(FloatFunction floatFunction); 20:43:39:249 [ERROR] ^ 20:43:39:249 [ERROR] symbol: class FloatFunction 20:43:39:249 [ERROR] location: interface RichIterable 20:43:39:249 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol 20:43:39:250 [ERROR] FloatIterable collectFloat(FloatFunction floatFunction); 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class FloatIterable 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol 20:43:39:250 [ERROR] default R collectFloat(FloatFunction floatFunction, R target) 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class MutableFloatCollection 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol 20:43:39:250 [ERROR] default R collectFloat(FloatFunction floatFunction, R target) 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class FloatFunction 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol 20:43:39:250 [ERROR] IntIterable collectInt(IntFunction intFunction); 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class IntFunction 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol 20:43:39:250 [ERROR] IntIterable collectInt(IntFunction intFunction); 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class IntIterable 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol 20:43:39:250 [ERROR] default R collectInt(IntFunction intFunction, R target) 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class MutableIntCollection 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol 20:43:39:250 [ERROR] default R collectInt(IntFunction intFunction, R target) 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class IntFunction 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol 20:43:39:250 [ERROR] LongIterable collectLong(LongFunction longFunction); 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class LongFunction 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol 20:43:39:250 [ERROR] LongIterable collectLong(LongFunction longFunction); 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class LongIterable 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol 20:43:39:250 [ERROR] default R collectLong(LongFunction longFunction, R target) 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class MutableLongCollection 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol 20:43:39:250 [ERROR] default R collectLong(LongFunction longFunction, R target) 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class LongFunction 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol 20:43:39:250 [ERROR] ShortIterable collectShort(ShortFunction shortFunction); 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class ShortFunction 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol 20:43:39:250 [ERROR] ShortIterable collectShort(ShortFunction shortFunction); 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class ShortIterable 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:250 [ERROR] T extends Object declared in interface RichIterable 20:43:39:250 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol 20:43:39:250 [ERROR] default R collectShort(ShortFunction shortFunction, R target) 20:43:39:250 [ERROR] ^ 20:43:39:250 [ERROR] symbol: class MutableShortCollection 20:43:39:250 [ERROR] location: interface RichIterable 20:43:39:250 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol 20:43:39:251 [ERROR] default R collectShort(ShortFunction shortFunction, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class ShortFunction 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectByte(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class MutableByteCollection 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectByte(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class ByteIterable 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectChar(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class MutableCharCollection 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectChar(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class CharIterable 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectInt(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class MutableIntCollection 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectInt(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class IntIterable 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectShort(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class MutableShortCollection 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectShort(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class ShortIterable 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectDouble(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class MutableDoubleCollection 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectDouble(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class DoubleIterable 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectFloat(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class MutableFloatCollection 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol 20:43:39:251 [ERROR] default R flatCollectFloat(Function function, R target) 20:43:39:251 [ERROR] ^ 20:43:39:251 [ERROR] symbol: class FloatIterable 20:43:39:251 [ERROR] location: interface RichIterable 20:43:39:251 [ERROR] where T is a type-variable: 20:43:39:251 [ERROR] T extends Object declared in interface RichIterable 20:43:39:251 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol 20:43:39:252 [ERROR] default R flatCollectLong(Function function, R target) 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class MutableLongCollection 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol 20:43:39:252 [ERROR] default R flatCollectLong(Function function, R target) 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class LongIterable 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol 20:43:39:252 [ERROR] default R flatCollectBoolean(Function function, R target) 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class MutableBooleanCollection 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol 20:43:39:252 [ERROR] default R flatCollectBoolean(Function function, R target) 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class BooleanIterable 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1250: error: cannot find symbol 20:43:39:252 [ERROR] int injectInto(int injectedValue, IntObjectToIntFunction function); 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class IntObjectToIntFunction 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1259: error: cannot find symbol 20:43:39:252 [ERROR] default int injectIntoInt(int injectedValue, IntObjectToIntFunction function) 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class IntObjectToIntFunction 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1273: error: cannot find symbol 20:43:39:252 [ERROR] long injectInto(long injectedValue, LongObjectToLongFunction function); 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class LongObjectToLongFunction 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1282: error: cannot find symbol 20:43:39:252 [ERROR] default long injectIntoLong(long injectedValue, LongObjectToLongFunction function) 20:43:39:252 [ERROR] ^ 20:43:39:252 [ERROR] symbol: class LongObjectToLongFunction 20:43:39:252 [ERROR] location: interface RichIterable 20:43:39:252 [ERROR] where T is a type-variable: 20:43:39:252 [ERROR] T extends Object declared in interface RichIterable 20:43:39:252 [ERROR] Command line was: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10/bin/javadoc @options @packages 20:43:39:252 [ERROR] 20:43:39:252 [ERROR] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-api/12.0.0.M3' dir. 20:43:39:252 [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:jar (default-cli) on project eclipse-collections-api: MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:17: error: cannot find symbol import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure; ^ symbol: class ObjectIntProcedure location: package org.eclipse.collections.api.block.procedure.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:84: error: cannot find symbol void forEachWithIndex(ObjectIntProcedure objectIntProcedure); ^ symbol: class ObjectIntProcedure location: interface InternalIterable where T is a type-variable: T extends Object declared in interface InternalIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:17: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.BooleanFunction; ^ symbol: class BooleanFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:18: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ByteFunction; ^ symbol: class ByteFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:19: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.CharFunction; ^ symbol: class CharFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:20: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleFunction; ^ symbol: class DoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:21: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatFunction; ^ symbol: class FloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:22: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntFunction; ^ symbol: class IntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:23: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongFunction; ^ symbol: class LongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:24: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ShortFunction; ^ symbol: class ShortFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:41: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.BooleanFunction; ^ symbol: class BooleanFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:42: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ByteFunction; ^ symbol: class ByteFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:43: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.CharFunction; ^ symbol: class CharFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:44: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleFunction; ^ symbol: class DoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:45: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction; ^ symbol: class DoubleObjectToDoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:46: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatFunction; ^ symbol: class FloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:47: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction; ^ symbol: class FloatObjectToFloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:48: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntFunction; ^ symbol: class IntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:49: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction; ^ symbol: class IntObjectToIntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:50: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongFunction; ^ symbol: class LongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:51: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction; ^ symbol: class LongObjectToLongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:52: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ShortFunction; ^ symbol: class ShortFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:57: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableBooleanCollection; ^ symbol: class MutableBooleanCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:58: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableByteCollection; ^ symbol: class MutableByteCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:59: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableCharCollection; ^ symbol: class MutableCharCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:60: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableDoubleCollection; ^ symbol: class MutableDoubleCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:61: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableFloatCollection; ^ symbol: class MutableFloatCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:62: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableIntCollection; ^ symbol: class MutableIntCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:63: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableLongCollection; ^ symbol: class MutableLongCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:64: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableShortCollection; ^ symbol: class MutableShortCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:77: error: cannot find symbol import org.eclipse.collections.api.map.primitive.ObjectDoubleMap; ^ symbol: class ObjectDoubleMap location: package org.eclipse.collections.api.map.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:78: error: cannot find symbol import org.eclipse.collections.api.map.primitive.ObjectLongMap; ^ symbol: class ObjectLongMap location: package org.eclipse.collections.api.map.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class LazyBooleanIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol LazyByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol LazyByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class LazyByteIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol LazyCharIterable collectChar(CharFunction charFunction); ^ symbol: class CharFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol LazyCharIterable collectChar(CharFunction charFunction); ^ symbol: class LazyCharIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class LazyDoubleIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol LazyFloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol LazyFloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class LazyFloatIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol LazyIntIterable collectInt(IntFunction intFunction); ^ symbol: class IntFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol LazyIntIterable collectInt(IntFunction intFunction); ^ symbol: class LazyIntIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol LazyLongIterable collectLong(LongFunction longFunction); ^ symbol: class LongFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol LazyLongIterable collectLong(LongFunction longFunction); ^ symbol: class LazyLongIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol LazyShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol LazyShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class LazyShortIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol BooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol BooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol default R collectBoolean(BooleanFunction booleanFunction, R target) ^ symbol: class MutableBooleanCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol default R collectBoolean(BooleanFunction booleanFunction, R target) ^ symbol: class BooleanFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol ByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol ByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol default R collectByte(ByteFunction byteFunction, R target) ^ symbol: class MutableByteCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol default R collectByte(ByteFunction byteFunction, R target) ^ symbol: class ByteFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol CharIterable collectChar(CharFunction charFunction); ^ symbol: class CharFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol CharIterable collectChar(CharFunction charFunction); ^ symbol: class CharIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol default R collectChar(CharFunction charFunction, R target) ^ symbol: class MutableCharCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol default R collectChar(CharFunction charFunction, R target) ^ symbol: class CharFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol DoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol DoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol default R collectDouble(DoubleFunction doubleFunction, R target) ^ symbol: class MutableDoubleCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol default R collectDouble(DoubleFunction doubleFunction, R target) ^ symbol: class DoubleFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol FloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol FloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol default R collectFloat(FloatFunction floatFunction, R target) ^ symbol: class MutableFloatCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol default R collectFloat(FloatFunction floatFunction, R target) ^ symbol: class FloatFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol IntIterable collectInt(IntFunction intFunction); ^ symbol: class IntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol IntIterable collectInt(IntFunction intFunction); ^ symbol: class IntIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol default R collectInt(IntFunction intFunction, R target) ^ symbol: class MutableIntCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol default R collectInt(IntFunction intFunction, R target) ^ symbol: class IntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol LongIterable collectLong(LongFunction longFunction); ^ symbol: class LongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol LongIterable collectLong(LongFunction longFunction); ^ symbol: class LongIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol default R collectLong(LongFunction longFunction, R target) ^ symbol: class MutableLongCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol default R collectLong(LongFunction longFunction, R target) ^ symbol: class LongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol ShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol ShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol default R collectShort(ShortFunction shortFunction, R target) ^ symbol: class MutableShortCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol default R collectShort(ShortFunction shortFunction, R target) ^ symbol: class ShortFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol default R flatCollectByte(Function function, R target) ^ symbol: class MutableByteCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol default R flatCollectByte(Function function, R target) ^ symbol: class ByteIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol default R flatCollectChar(Function function, R target) ^ symbol: class MutableCharCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol default R flatCollectChar(Function function, R target) ^ symbol: class CharIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol default R flatCollectInt(Function function, R target) ^ symbol: class MutableIntCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol default R flatCollectInt(Function function, R target) ^ symbol: class IntIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol default R flatCollectShort(Function function, R target) ^ symbol: class MutableShortCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol default R flatCollectShort(Function function, R target) ^ symbol: class ShortIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol default R flatCollectDouble(Function function, R target) ^ symbol: class MutableDoubleCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol default R flatCollectDouble(Function function, R target) ^ symbol: class DoubleIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol default R flatCollectFloat(Function function, R target) ^ symbol: class MutableFloatCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol default R flatCollectFloat(Function function, R target) ^ symbol: class FloatIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol default R flatCollectLong(Function function, R target) ^ symbol: class MutableLongCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol default R flatCollectLong(Function function, R target) ^ symbol: class LongIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol default R flatCollectBoolean(Function function, R target) ^ symbol: class MutableBooleanCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol default R flatCollectBoolean(Function function, R target) ^ symbol: class BooleanIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1250: error: cannot find symbol int injectInto(int injectedValue, IntObjectToIntFunction function); ^ symbol: class IntObjectToIntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1259: error: cannot find symbol default int injectIntoInt(int injectedValue, IntObjectToIntFunction function) ^ symbol: class IntObjectToIntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1273: error: cannot find symbol long injectInto(long injectedValue, LongObjectToLongFunction function); ^ symbol: class LongObjectToLongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1282: error: cannot find symbol default long injectIntoLong(long injectedValue, LongObjectToLongFunction function) ^ symbol: class LongObjectToLongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable Command line was: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-api/12.0.0.M3' dir. at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:347) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: org.apache.maven.plugin.MojoExecutionException: MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:17: error: cannot find symbol import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure; ^ symbol: class ObjectIntProcedure location: package org.eclipse.collections.api.block.procedure.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:84: error: cannot find symbol void forEachWithIndex(ObjectIntProcedure objectIntProcedure); ^ symbol: class ObjectIntProcedure location: interface InternalIterable where T is a type-variable: T extends Object declared in interface InternalIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:17: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.BooleanFunction; ^ symbol: class BooleanFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:18: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ByteFunction; ^ symbol: class ByteFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:19: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.CharFunction; ^ symbol: class CharFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:20: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleFunction; ^ symbol: class DoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:21: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatFunction; ^ symbol: class FloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:22: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntFunction; ^ symbol: class IntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:23: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongFunction; ^ symbol: class LongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:24: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ShortFunction; ^ symbol: class ShortFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:41: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.BooleanFunction; ^ symbol: class BooleanFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:42: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ByteFunction; ^ symbol: class ByteFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:43: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.CharFunction; ^ symbol: class CharFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:44: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleFunction; ^ symbol: class DoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:45: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction; ^ symbol: class DoubleObjectToDoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:46: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatFunction; ^ symbol: class FloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:47: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction; ^ symbol: class FloatObjectToFloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:48: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntFunction; ^ symbol: class IntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:49: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction; ^ symbol: class IntObjectToIntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:50: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongFunction; ^ symbol: class LongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:51: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction; ^ symbol: class LongObjectToLongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:52: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ShortFunction; ^ symbol: class ShortFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:57: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableBooleanCollection; ^ symbol: class MutableBooleanCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:58: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableByteCollection; ^ symbol: class MutableByteCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:59: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableCharCollection; ^ symbol: class MutableCharCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:60: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableDoubleCollection; ^ symbol: class MutableDoubleCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:61: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableFloatCollection; ^ symbol: class MutableFloatCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:62: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableIntCollection; ^ symbol: class MutableIntCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:63: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableLongCollection; ^ symbol: class MutableLongCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:64: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableShortCollection; ^ symbol: class MutableShortCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:77: error: cannot find symbol import org.eclipse.collections.api.map.primitive.ObjectDoubleMap; ^ symbol: class ObjectDoubleMap location: package org.eclipse.collections.api.map.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:78: error: cannot find symbol import org.eclipse.collections.api.map.primitive.ObjectLongMap; ^ symbol: class ObjectLongMap location: package org.eclipse.collections.api.map.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class LazyBooleanIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol LazyByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol LazyByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class LazyByteIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol LazyCharIterable collectChar(CharFunction charFunction); ^ symbol: class CharFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol LazyCharIterable collectChar(CharFunction charFunction); ^ symbol: class LazyCharIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class LazyDoubleIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol LazyFloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol LazyFloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class LazyFloatIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol LazyIntIterable collectInt(IntFunction intFunction); ^ symbol: class IntFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol LazyIntIterable collectInt(IntFunction intFunction); ^ symbol: class LazyIntIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol LazyLongIterable collectLong(LongFunction longFunction); ^ symbol: class LongFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol LazyLongIterable collectLong(LongFunction longFunction); ^ symbol: class LazyLongIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol LazyShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol LazyShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class LazyShortIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol BooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol BooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol default R collectBoolean(BooleanFunction booleanFunction, R target) ^ symbol: class MutableBooleanCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol default R collectBoolean(BooleanFunction booleanFunction, R target) ^ symbol: class BooleanFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol ByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol ByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol default R collectByte(ByteFunction byteFunction, R target) ^ symbol: class MutableByteCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol default R collectByte(ByteFunction byteFunction, R target) ^ symbol: class ByteFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol CharIterable collectChar(CharFunction charFunction); ^ symbol: class CharFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol CharIterable collectChar(CharFunction charFunction); ^ symbol: class CharIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol default R collectChar(CharFunction charFunction, R target) ^ symbol: class MutableCharCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol default R collectChar(CharFunction charFunction, R target) ^ symbol: class CharFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol DoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol DoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol default R collectDouble(DoubleFunction doubleFunction, R target) ^ symbol: class MutableDoubleCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol default R collectDouble(DoubleFunction doubleFunction, R target) ^ symbol: class DoubleFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol FloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol FloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol default R collectFloat(FloatFunction floatFunction, R target) ^ symbol: class MutableFloatCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol default R collectFloat(FloatFunction floatFunction, R target) ^ symbol: class FloatFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol IntIterable collectInt(IntFunction intFunction); ^ symbol: class IntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol IntIterable collectInt(IntFunction intFunction); ^ symbol: class IntIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol default R collectInt(IntFunction intFunction, R target) ^ symbol: class MutableIntCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol default R collectInt(IntFunction intFunction, R target) ^ symbol: class IntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol LongIterable collectLong(LongFunction longFunction); ^ symbol: class LongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol LongIterable collectLong(LongFunction longFunction); ^ symbol: class LongIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol default R collectLong(LongFunction longFunction, R target) ^ symbol: class MutableLongCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol default R collectLong(LongFunction longFunction, R target) ^ symbol: class LongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol ShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol ShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol default R collectShort(ShortFunction shortFunction, R target) ^ symbol: class MutableShortCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol default R collectShort(ShortFunction shortFunction, R target) ^ symbol: class ShortFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol default R flatCollectByte(Function function, R target) ^ symbol: class MutableByteCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol default R flatCollectByte(Function function, R target) ^ symbol: class ByteIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol default R flatCollectChar(Function function, R target) ^ symbol: class MutableCharCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol default R flatCollectChar(Function function, R target) ^ symbol: class CharIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol default R flatCollectInt(Function function, R target) ^ symbol: class MutableIntCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol default R flatCollectInt(Function function, R target) ^ symbol: class IntIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol default R flatCollectShort(Function function, R target) ^ symbol: class MutableShortCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol default R flatCollectShort(Function function, R target) ^ symbol: class ShortIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol default R flatCollectDouble(Function function, R target) ^ symbol: class MutableDoubleCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol default R flatCollectDouble(Function function, R target) ^ symbol: class DoubleIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol default R flatCollectFloat(Function function, R target) ^ symbol: class MutableFloatCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol default R flatCollectFloat(Function function, R target) ^ symbol: class FloatIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol default R flatCollectLong(Function function, R target) ^ symbol: class MutableLongCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol default R flatCollectLong(Function function, R target) ^ symbol: class LongIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol default R flatCollectBoolean(Function function, R target) ^ symbol: class MutableBooleanCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol default R flatCollectBoolean(Function function, R target) ^ symbol: class BooleanIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1250: error: cannot find symbol int injectInto(int injectedValue, IntObjectToIntFunction function); ^ symbol: class IntObjectToIntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1259: error: cannot find symbol default int injectIntoInt(int injectedValue, IntObjectToIntFunction function) ^ symbol: class IntObjectToIntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1273: error: cannot find symbol long injectInto(long injectedValue, LongObjectToLongFunction function); ^ symbol: class LongObjectToLongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1282: error: cannot find symbol default long injectIntoLong(long injectedValue, LongObjectToLongFunction function) ^ symbol: class LongObjectToLongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable Command line was: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-api/12.0.0.M3' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.failOnError (AbstractJavadocMojo.java:6022) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:183) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1818) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:17: error: cannot find symbol import org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure; ^ symbol: class ObjectIntProcedure location: package org.eclipse.collections.api.block.procedure.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/InternalIterable.java:84: error: cannot find symbol void forEachWithIndex(ObjectIntProcedure objectIntProcedure); ^ symbol: class ObjectIntProcedure location: interface InternalIterable where T is a type-variable: T extends Object declared in interface InternalIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:17: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.BooleanFunction; ^ symbol: class BooleanFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:18: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ByteFunction; ^ symbol: class ByteFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:19: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.CharFunction; ^ symbol: class CharFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:20: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleFunction; ^ symbol: class DoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:21: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatFunction; ^ symbol: class FloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:22: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntFunction; ^ symbol: class IntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:23: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongFunction; ^ symbol: class LongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:24: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ShortFunction; ^ symbol: class ShortFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:41: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.BooleanFunction; ^ symbol: class BooleanFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:42: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ByteFunction; ^ symbol: class ByteFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:43: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.CharFunction; ^ symbol: class CharFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:44: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleFunction; ^ symbol: class DoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:45: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction; ^ symbol: class DoubleObjectToDoubleFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:46: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatFunction; ^ symbol: class FloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:47: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.FloatObjectToFloatFunction; ^ symbol: class FloatObjectToFloatFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:48: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntFunction; ^ symbol: class IntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:49: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction; ^ symbol: class IntObjectToIntFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:50: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongFunction; ^ symbol: class LongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:51: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction; ^ symbol: class LongObjectToLongFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:52: error: cannot find symbol import org.eclipse.collections.api.block.function.primitive.ShortFunction; ^ symbol: class ShortFunction location: package org.eclipse.collections.api.block.function.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:57: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableBooleanCollection; ^ symbol: class MutableBooleanCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:58: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableByteCollection; ^ symbol: class MutableByteCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:59: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableCharCollection; ^ symbol: class MutableCharCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:60: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableDoubleCollection; ^ symbol: class MutableDoubleCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:61: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableFloatCollection; ^ symbol: class MutableFloatCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:62: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableIntCollection; ^ symbol: class MutableIntCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:63: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableLongCollection; ^ symbol: class MutableLongCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:64: error: cannot find symbol import org.eclipse.collections.api.collection.primitive.MutableShortCollection; ^ symbol: class MutableShortCollection location: package org.eclipse.collections.api.collection.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:77: error: cannot find symbol import org.eclipse.collections.api.map.primitive.ObjectDoubleMap; ^ symbol: class ObjectDoubleMap location: package org.eclipse.collections.api.map.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:78: error: cannot find symbol import org.eclipse.collections.api.map.primitive.ObjectLongMap; ^ symbol: class ObjectLongMap location: package org.eclipse.collections.api.map.primitive /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:162: error: cannot find symbol LazyBooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class LazyBooleanIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol LazyByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:168: error: cannot find symbol LazyByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class LazyByteIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol LazyCharIterable collectChar(CharFunction charFunction); ^ symbol: class CharFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:174: error: cannot find symbol LazyCharIterable collectChar(CharFunction charFunction); ^ symbol: class LazyCharIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:180: error: cannot find symbol LazyDoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class LazyDoubleIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol LazyFloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:186: error: cannot find symbol LazyFloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class LazyFloatIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol LazyIntIterable collectInt(IntFunction intFunction); ^ symbol: class IntFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:192: error: cannot find symbol LazyIntIterable collectInt(IntFunction intFunction); ^ symbol: class LazyIntIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol LazyLongIterable collectLong(LongFunction longFunction); ^ symbol: class LongFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:198: error: cannot find symbol LazyLongIterable collectLong(LongFunction longFunction); ^ symbol: class LazyLongIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol LazyShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortFunction location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/LazyIterable.java:204: error: cannot find symbol LazyShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class LazyShortIterable location: interface LazyIterable where T is a type-variable: T extends Object declared in interface LazyIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol BooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:580: error: cannot find symbol BooleanIterable collectBoolean(BooleanFunction booleanFunction); ^ symbol: class BooleanIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol default R collectBoolean(BooleanFunction booleanFunction, R target) ^ symbol: class MutableBooleanCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:597: error: cannot find symbol default R collectBoolean(BooleanFunction booleanFunction, R target) ^ symbol: class BooleanFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol ByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:615: error: cannot find symbol ByteIterable collectByte(ByteFunction byteFunction); ^ symbol: class ByteIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol default R collectByte(ByteFunction byteFunction, R target) ^ symbol: class MutableByteCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:632: error: cannot find symbol default R collectByte(ByteFunction byteFunction, R target) ^ symbol: class ByteFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol CharIterable collectChar(CharFunction charFunction); ^ symbol: class CharFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:650: error: cannot find symbol CharIterable collectChar(CharFunction charFunction); ^ symbol: class CharIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol default R collectChar(CharFunction charFunction, R target) ^ symbol: class MutableCharCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:667: error: cannot find symbol default R collectChar(CharFunction charFunction, R target) ^ symbol: class CharFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol DoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:685: error: cannot find symbol DoubleIterable collectDouble(DoubleFunction doubleFunction); ^ symbol: class DoubleIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol default R collectDouble(DoubleFunction doubleFunction, R target) ^ symbol: class MutableDoubleCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:702: error: cannot find symbol default R collectDouble(DoubleFunction doubleFunction, R target) ^ symbol: class DoubleFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol FloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:720: error: cannot find symbol FloatIterable collectFloat(FloatFunction floatFunction); ^ symbol: class FloatIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol default R collectFloat(FloatFunction floatFunction, R target) ^ symbol: class MutableFloatCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:737: error: cannot find symbol default R collectFloat(FloatFunction floatFunction, R target) ^ symbol: class FloatFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol IntIterable collectInt(IntFunction intFunction); ^ symbol: class IntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:755: error: cannot find symbol IntIterable collectInt(IntFunction intFunction); ^ symbol: class IntIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol default R collectInt(IntFunction intFunction, R target) ^ symbol: class MutableIntCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:772: error: cannot find symbol default R collectInt(IntFunction intFunction, R target) ^ symbol: class IntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol LongIterable collectLong(LongFunction longFunction); ^ symbol: class LongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:790: error: cannot find symbol LongIterable collectLong(LongFunction longFunction); ^ symbol: class LongIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol default R collectLong(LongFunction longFunction, R target) ^ symbol: class MutableLongCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:807: error: cannot find symbol default R collectLong(LongFunction longFunction, R target) ^ symbol: class LongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol ShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:825: error: cannot find symbol ShortIterable collectShort(ShortFunction shortFunction); ^ symbol: class ShortIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol default R collectShort(ShortFunction shortFunction, R target) ^ symbol: class MutableShortCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:842: error: cannot find symbol default R collectShort(ShortFunction shortFunction, R target) ^ symbol: class ShortFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol default R flatCollectByte(Function function, R target) ^ symbol: class MutableByteCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:952: error: cannot find symbol default R flatCollectByte(Function function, R target) ^ symbol: class ByteIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol default R flatCollectChar(Function function, R target) ^ symbol: class MutableCharCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:966: error: cannot find symbol default R flatCollectChar(Function function, R target) ^ symbol: class CharIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol default R flatCollectInt(Function function, R target) ^ symbol: class MutableIntCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:980: error: cannot find symbol default R flatCollectInt(Function function, R target) ^ symbol: class IntIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol default R flatCollectShort(Function function, R target) ^ symbol: class MutableShortCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:994: error: cannot find symbol default R flatCollectShort(Function function, R target) ^ symbol: class ShortIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol default R flatCollectDouble(Function function, R target) ^ symbol: class MutableDoubleCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1008: error: cannot find symbol default R flatCollectDouble(Function function, R target) ^ symbol: class DoubleIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol default R flatCollectFloat(Function function, R target) ^ symbol: class MutableFloatCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1022: error: cannot find symbol default R flatCollectFloat(Function function, R target) ^ symbol: class FloatIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol default R flatCollectLong(Function function, R target) ^ symbol: class MutableLongCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1036: error: cannot find symbol default R flatCollectLong(Function function, R target) ^ symbol: class LongIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol default R flatCollectBoolean(Function function, R target) ^ symbol: class MutableBooleanCollection location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1050: error: cannot find symbol default R flatCollectBoolean(Function function, R target) ^ symbol: class BooleanIterable location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1250: error: cannot find symbol int injectInto(int injectedValue, IntObjectToIntFunction function); ^ symbol: class IntObjectToIntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1259: error: cannot find symbol default int injectIntoInt(int injectedValue, IntObjectToIntFunction function) ^ symbol: class IntObjectToIntFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1273: error: cannot find symbol long injectInto(long injectedValue, LongObjectToLongFunction function); ^ symbol: class LongObjectToLongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable /home/jenkins/agent/workspace/deploy/eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java:1282: error: cannot find symbol default long injectIntoLong(long injectedValue, LongObjectToLongFunction function) ^ symbol: class LongObjectToLongFunction location: interface RichIterable where T is a type-variable: T extends Object declared in interface RichIterable Command line was: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/deploy/eclipse-collections-api/12.0.0.M3' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5166) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5051) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2022) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1818) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 20:43:39:257 [ERROR] 20:43:39:257 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 20:43:39:257 [ERROR] 20:43:39:257 [ERROR] For more information about the errors and possible solutions, please read the following articles: 20:43:39:257 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 20:43:39:257 [ERROR] 20:43:39:257 [ERROR] After correcting the problems, you can resume the build with the command 20:43:39:257 [ERROR] mvn -rf :eclipse-collections-api 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