Skip to content

Console Output

Started by user Sirisha Pratha
Running as Sirisha Pratha
Agent basic-4813m is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4813m"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4813m"
    - 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-4813m"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.collections.svc.cluster.local/collections/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10"
    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-4813m (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/11.0.0.M4^{commit} # timeout=10
 > git rev-parse tags/11.0.0.M4^{commit} # timeout=10
Checking out Revision 9c5f0a9c677c121543da8770845194bc8a30b9dc (refs/remotes/origin/tags/11.0.0.M4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9c5f0a9c677c121543da8770845194bc8a30b9dc # timeout=10
Commit message: "Release version 11.0.0.M4."
 > git rev-list --no-walk 9c5f0a9c677c121543da8770845194bc8a30b9dc # timeout=10
[deploy] $ /bin/sh -xe /tmp/jenkins10506949908774900794.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 5799E6C482208310: public key "Eclipse Collections Project <collections-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 5799E6C482208310: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ 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 <collections-dev@eclipse.org>

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 <collections-dev@eclipse.org>

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

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


pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 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 <collections-dev@eclipse.org>
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 <collections-dev@eclipse.org>

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 <collections-dev@eclipse.org>

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

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


pub  rsa4096/5799E6C482208310
     created: 2015-12-10  expires: 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 <collections-dev@eclipse.org>

[deploy] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DRELEASE_TAG=11.0.0.M4 -Dmaven.repo.local=/home/jenkins/agent/workspace/deploy/.repository -pl !jmh-scala-tests,!jcstress-tests,!jmh-tests,!junit-trait-runner,!scala-unit-tests,!serialization-tests,!test-coverage,!unit-tests-java8,!unit-tests,!p2-repository,!p2-repository/org.eclipse.collections -DperformRelease=true -Dsurefire.useFile=false clean javadoc:jar install eclipse-jarsigner:sign deploy -B
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
18:31:09:901 [INFO] Error stacktraces are turned on.
18:31:10:171 [INFO] Scanning for projects...
18:32:09:492 [INFO] ------------------------------------------------------------------------
18:32:09:492 [INFO] Reactor Build Order:
18:32:09:492 [INFO] 
18:32:09:494 [INFO] Eclipse Collections Parent Project                                 [pom]
18:32:09:494 [INFO] Eclipse Collections Code Generator                                 [jar]
18:32:09:494 [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
18:32:09:494 [INFO] Eclipse Collections API                                            [jar]
18:32:09:494 [INFO] Eclipse Collections Main Library                                   [jar]
18:32:09:494 [INFO] Eclipse Collections Test Utilities                                 [jar]
18:32:09:494 [INFO] Eclipse Collections Fork Join Utilities                            [jar]
18:32:11:590 [INFO] 
18:32:11:590 [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
18:32:11:590 [INFO] Building Eclipse Collections Parent Project 11.0.0.M4              [1/7]
18:32:11:590 [INFO] --------------------------------[ pom ]---------------------------------
18:32:11:762 [INFO] 
18:32:11:762 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
18:32:11:886 [INFO] 
18:32:11:887 [INFO] --- maven-javadoc-plugin:3.2.0:jar (default-cli) @ eclipse-collections-parent ---
18:32:15:345 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
18:32:15:345 [INFO] 
18:32:15:345 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
18:32:15:578 [INFO] 
18:32:15:578 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-parent ---
18:32:15:661 [INFO] 
18:32:15:661 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-collections-parent ---
18:32:15:664 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
18:32:15:665 [INFO] 
18:32:15:665 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-parent ---
18:32:15:665 [INFO] 
18:32:15:665 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
18:32:17:119 [INFO] Skipping pom project
18:32:17:119 [INFO] 
18:32:17:119 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (jarsign) @ eclipse-collections-parent ---
18:32:23:148 [INFO] 
18:32:23:148 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ eclipse-collections-parent ---
18:32:24:730 [INFO] 
18:32:24:730 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
18:32:24:782 [INFO] Installing /home/jenkins/agent/workspace/deploy/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/11.0.0.M4/eclipse-collections-parent-11.0.0.M4.pom
18:32:24:787 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-11.0.0.M4.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/11.0.0.M4/eclipse-collections-parent-11.0.0.M4.pom.asc
18:32:24:790 [INFO] 
18:32:24:790 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (default-cli) @ eclipse-collections-parent ---
18:32:24:955 [INFO] 
18:32:24:955 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
18:32:24:958 [INFO] 
18:32:24:958 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-parent ---
18:32:24:959 [INFO] 
18:32:24:959 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-collections-parent ---
18:32:24:963 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
18:32:24:963 [INFO] 
18:32:24:963 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-parent ---
18:32:24:964 [INFO] 
18:32:24:964 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-parent ---
18:32:24:965 [INFO] Skipping pom project
18:32:24:965 [INFO] 
18:32:24:965 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (jarsign) @ eclipse-collections-parent ---
18:32:24:965 [INFO] 
18:32:24:966 [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ eclipse-collections-parent ---
18:32:25:555 [WARNING] artifact org.eclipse.collections:eclipse-collections-parent:pom.asc:11.0.0.M4 already attached, replace previous instance
18:32:25:555 [INFO] 
18:32:25:555 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
18:32:25:556 [INFO] Installing /home/jenkins/agent/workspace/deploy/pom.xml to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/11.0.0.M4/eclipse-collections-parent-11.0.0.M4.pom
18:32:25:561 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-11.0.0.M4.pom.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/11.0.0.M4/eclipse-collections-parent-11.0.0.M4.pom.asc
18:32:25:563 [INFO] Installing /home/jenkins/agent/workspace/deploy/target/eclipse-collections-parent-11.0.0.M4.pom.asc.asc to /home/jenkins/agent/workspace/deploy/.repository/org/eclipse/collections/eclipse-collections-parent/11.0.0.M4/eclipse-collections-parent-11.0.0.M4.pom.asc.asc
18:32:25:564 [INFO] 
18:32:25:564 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ eclipse-collections-parent ---
18:32:26:610 [INFO] 
18:32:26:610 [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
18:32:26:610 [INFO] Building Eclipse Collections Code Generator 11.0.0.M4              [2/7]
18:32:26:610 [INFO] --------------------------------[ jar ]---------------------------------
18:32:26:816 [INFO] 
18:32:26:816 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
18:32:26:817 [INFO] 
18:32:26:817 [INFO] --- maven-javadoc-plugin:3.2.0:jar (default-cli) @ eclipse-collections-code-generator ---
18:32:27:139 [INFO] No previous run data found, generating javadoc.
18:32:28:373 [INFO] 
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 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/Primitive.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/FileUtils.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/IntegerOrStringRenderer.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/overview-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-summary.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-tree.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/package-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/package-summary.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/package-tree.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/constant-values.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/class-use/Primitive.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/class-use/IntegerOrStringRenderer.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/class-use/FileUtils.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-use.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/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/11.0.0.M4/overview-tree.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/index-all.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/index.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/overview-summary.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/help-doc.html...
18:32:28:395 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4-javadoc.jar
18:32:28:420 [INFO] 
18:32:28:420 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
18:32:28:432 [INFO] 
18:32:28:432 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse-collections-code-generator ---
18:32:28:613 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:32:28:613 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
18:32:28:635 [INFO] Copying 356 resources
18:32:28:737 [INFO] 
18:32:28:737 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
18:32:28:943 [INFO] Changes detected - recompiling the module!
18:32:28:951 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/classes
18:32:29:563 [INFO] 
18:32:29:563 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
18:32:29:564 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:32:29:564 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
18:32:29:564 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/src/test/resources
18:32:29:564 [INFO] 
18:32:29:564 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
18:32:29:571 [INFO] Changes detected - recompiling the module!
18:32:29:572 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/test-classes
18:32:30:015 [INFO] 
18:32:30:015 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
18:32:30:265 [INFO] 
18:32:30:265 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eclipse-collections-code-generator ---
18:32:30:398 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4.jar
18:32:30:550 [INFO] 
18:32:30:550 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ eclipse-collections-code-generator ---
18:32:30:575 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4-sources.jar
18:32:30:739 [INFO] 
18:32:30:739 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ eclipse-collections-code-generator ---
18:32:30:838 [INFO] Configuration changed, re-generating javadoc.
18:32:32:348 [INFO] 
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 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/Primitive.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/FileUtils.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/IntegerOrStringRenderer.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/overview-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-summary.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-tree.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/package-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/package-summary.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/package-tree.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/constant-values.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/class-use/Primitive.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/class-use/IntegerOrStringRenderer.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/tools/class-use/FileUtils.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/org/eclipse/collections/codegenerator/model/package-use.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/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/11.0.0.M4/overview-tree.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/index-all.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/index.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/overview-summary.html...
Generating /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/11.0.0.M4/help-doc.html...
18:32:32:354 [INFO] Building jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4-javadoc.jar
18:32:32:360 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:javadoc:javadoc:11.0.0.M4 already attached, replace previous instance
18:32:32:360 [INFO] 
18:32:32:360 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (default) @ eclipse-collections-code-generator ---
18:32:32:395 [WARNING] artifact org.eclipse.collections:eclipse-collections-code-generator:java-source:sources:11.0.0.M4 already attached, replace previous instance
18:32:32:396 [INFO] 
18:32:32:396 [INFO] --- maven-dependency-plugin:3.1.2:analyze-only (analyze) @ eclipse-collections-code-generator ---
18:32:32:419 [INFO] No dependency problems found
18:32:32:419 [INFO] 
18:32:32:419 [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (jarsign) @ eclipse-collections-code-generator ---
18:32:32:718 [INFO] Signing jar: /home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4.jar
Oct 28, 2021 6:32:32 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:32:32 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:32:35 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:32:35 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:32:38 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:32:38 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
18:32:41:917 [WARNING] An exception has been thrown, but the request will be retried (attempt 1 / 3)
java.net.NoRouteToHostException: No route to host (Host unreachable)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:392)
    at java.net.Socket.connect (Socket.java:589)
    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140)
    at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Oct 28, 2021 6:32:54 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:32:54 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:32:57 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:32:57 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:33:00 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:33:00 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
18:33:03:566 [WARNING] An exception has been thrown, but the request will be retried (attempt 2 / 3)
java.net.NoRouteToHostException: No route to host (Host unreachable)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:392)
    at java.net.Socket.connect (Socket.java:589)
    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140)
    at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Oct 28, 2021 6:33:14 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:33:14 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:33:17 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:33:17 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:33:20 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:33:20 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
18:33:23:406 [WARNING] An exception has been thrown, but the request will be retried (attempt 3 / 3)
java.net.NoRouteToHostException: No route to host (Host unreachable)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:392)
    at java.net.Socket.connect (Socket.java:589)
    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140)
    at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
Oct 28, 2021 6:33:36 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:33:36 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:33:39 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:33:39 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
Oct 28, 2021 6:33:42 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {}->http://build.eclipse.org:31338: No route to host (Host unreachable)
Oct 28, 2021 6:33:42 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://build.eclipse.org:31338
18:33:45:411 [INFO] ------------------------------------------------------------------------
18:33:45:411 [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M4:
18:33:45:411 [INFO] 
18:33:45:411 [INFO] Eclipse Collections Parent Project ................. SUCCESS [ 15.020 s]
18:33:45:411 [INFO] Eclipse Collections Code Generator ................. FAILURE [01:18 min]
18:33:45:411 [INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
18:33:45:411 [INFO] Eclipse Collections API ............................ SKIPPED
18:33:45:411 [INFO] Eclipse Collections Main Library ................... SKIPPED
18:33:45:411 [INFO] Eclipse Collections Test Utilities ................. SKIPPED
18:33:45:411 [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
18:33:45:411 [INFO] ------------------------------------------------------------------------
18:33:45:411 [INFO] BUILD FAILURE
18:33:45:411 [INFO] ------------------------------------------------------------------------
18:33:45:412 [INFO] Total time:  02:35 min
18:33:45:412 [INFO] Finished at: 2021-10-28T18:33:45Z
18:33:45:412 [INFO] ------------------------------------------------------------------------
18:33:45:413 [ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.7:sign (jarsign) on project eclipse-collections-code-generator: [Thu Oct 28 18:33:45 UTC 2021] Unable to sign jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4.jar': No route to host (Host unreachable) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.7:sign (jarsign) on project eclipse-collections-code-generator: [Thu Oct 28 18:33:45 UTC 2021] Unable to sign jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4.jar'
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: [Thu Oct 28 18:33:45 UTC 2021] Unable to sign jar '/home/jenkins/agent/workspace/deploy/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M4.jar'
    at org.eclipse.cbi.maven.ExceptionHandler.handleError (ExceptionHandler.java:40)
    at org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.signArtifact (SignMojo.java:337)
    at org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.execute (SignMojo.java:312)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:392)
    at java.net.Socket.connect (Socket.java:589)
    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:374)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:393)
    at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:236)
    at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:186)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:110)
    at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140)
    at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81)
    at java.util.concurrent.FutureTask.run (FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
    at java.lang.Thread.run (Thread.java:748)
18:33:45:415 [ERROR] 
18:33:45:415 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
18:33:45:415 [ERROR] 
18:33:45:415 [ERROR] For more information about the errors and possible solutions, please read the following articles:
18:33:45:415 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
18:33:45:415 [ERROR] 
18:33:45:415 [ERROR] After correcting the problems, you can resume the build with the command
18:33:45:415 [ERROR]   mvn <args> -rf :eclipse-collections-code-generator
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: itohiro73@gmail.com donraab@gmail.com nikhilnanivadekar@gmail.com motlin@gmail.com
Finished: FAILURE