Started by an SCM change Running as SYSTEM Agent basic-mlfwd is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-mlfwd" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ecf.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-mlfwd" - 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-mlfwd" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ecf.svc.cluster.local/ecf/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ecf" 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" [EnvInject] - Loading node environment variables. Building remotely on basic-mlfwd in workspace /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-j17FFjL0CSLc/agent.63 SSH_AGENT_PID=65 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider@tmp/private_key_14082918962023712719.key (/home/jenkins/agent/workspace/ecf-etcd3-discovery-provider@tmp/private_key_14082918962023712719.key) [ssh-agent] Using credentials genie.ecf (ssh://genie.ecf@projects-storage.eclipse.org) The recommended git tool is: NONE using credential projects-storage.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository https://github.com/ECF/etcd3-discovery-provider.git > git init /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider # timeout=10 Fetching upstream changes from https://github.com/ECF/etcd3-discovery-provider.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials ssh://genie.ecf@projects-storage.eclipse.org > git fetch --tags --force --progress -- https://github.com/ECF/etcd3-discovery-provider.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/ECF/etcd3-discovery-provider.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 Checking out Revision d590aebeddd1f5f2964edade003e51854f66b1f2 (refs/remotes/origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f d590aebeddd1f5f2964edade003e51854f66b1f2 # timeout=10 Commit message: "Merge branch 'main' of https://github.com/ECF/etcd3-discovery-provider.git into main" > git rev-list --no-walk 22bff7eb6ac432a730570df369a79dab23ec0a6b # timeout=10 Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-mlfwd [ecf-etcd3-discovery-provider] $ /bin/sh -xe /tmp/jenkins13570877545262605512.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 021B6E5B2F3B218C: public key "Eclipse ECF Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 021B6E5B2F3B218C: 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 A486DE6E89E0F3F573D5C4F7021B6E5B2F3B218C trust Secret subkeys are available. pub rsa4096/021B6E5B2F3B218C created: 2016-12-19 expires: 2021-12-18 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B1B69136775115FA created: 2016-12-19 expires: 2021-12-18 usage: S [ unknown] (1). Eclipse ECF Project pub rsa4096/021B6E5B2F3B218C created: 2016-12-19 expires: 2021-12-18 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B1B69136775115FA created: 2016-12-19 expires: 2021-12-18 usage: S [ unknown] (1). Eclipse ECF 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/021B6E5B2F3B218C created: 2016-12-19 expires: 2021-12-18 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/B1B69136775115FA created: 2016-12-19 expires: 2021-12-18 usage: S [ unknown] (1). Eclipse ECF 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 F34A09A067CACC398A8A941EB1B69136775115FA 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 2021-12-18 pub rsa4096/021B6E5B2F3B218C created: 2016-12-19 expires: 2021-12-18 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B1B69136775115FA created: 2016-12-19 expires: 2021-12-18 usage: S [ultimate] (1). Eclipse ECF Project pub rsa4096/021B6E5B2F3B218C created: 2016-12-19 expires: 2021-12-18 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B1B69136775115FA created: 2016-12-19 expires: 2021-12-18 usage: S [ultimate] (1). Eclipse ECF 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/021B6E5B2F3B218C created: 2016-12-19 expires: 2021-12-18 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B1B69136775115FA created: 2016-12-19 expires: 2021-12-18 usage: S [ultimate] (1). Eclipse ECF Project Parsing POMs Established TCP socket on 44707 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [ecf-etcd3-discovery-provider] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 44707 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/pom.xml clean install -Psign -DskipTests=true [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 574 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 965 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 7.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 617 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 847 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 9.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 659 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 536 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 558 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 565 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 543 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 360 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 374 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 476 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 418 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 4.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 348 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 622 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 384 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 126 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 621 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 10 kB/s) [INFO] Inspecting build with total of 2 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Etcd3-based Discovery Provider [pom] [INFO] org.eclipse.ecf.provider.etcd3 [jar] [INFO] [INFO] --------------< org.eclipse.ecf:etcd3-discovery-provider >-------------- [INFO] Building Etcd3-based Discovery Provider 1.0.0 [1/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 980 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 328 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 647 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 2.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ etcd3-discovery-provider --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 662 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 238 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 2.1 MB/s) [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ etcd3-discovery-provider --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 924 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 726 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 724 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 790 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 7.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 915 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 558 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 182 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 2.7 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ etcd3-discovery-provider --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 440 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 874 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 617 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 783 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 753 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 318 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 135 kB/s) [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ecf/etcd3-discovery-provider/1.0.0/etcd3-discovery-provider-1.0.0.pom [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/target/etcd3-discovery-provider-1.0.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/ecf/etcd3-discovery-provider/1.0.0/etcd3-discovery-provider-1.0.0.pom.asc [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.etcd3 >----------- [INFO] Building org.eclipse.ecf.provider.etcd3 1.0.1 [2/2] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.0/maven-javadoc-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.0/maven-javadoc-plugin-3.1.0.pom (19 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.0/maven-javadoc-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.1.0/maven-javadoc-plugin-3.1.0.jar (481 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/5.1.2/bnd-maven-plugin-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/5.1.2/bnd-maven-plugin-5.1.2.pom (3.4 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/5.1.2/bnd-maven-plugin-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/5.1.2/bnd-maven-plugin-5.1.2.jar (23 kB at 882 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/5.1.2/bnd-export-maven-plugin-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/5.1.2/bnd-export-maven-plugin-5.1.2.pom (3.3 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/5.1.2/bnd-export-maven-plugin-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/5.1.2/bnd-export-maven-plugin-5.1.2.jar (10 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom (6.2 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar (27 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/4.0.0-rc-2/protobuf-java-4.0.0-rc-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/4.0.0-rc-2/protobuf-java-4.0.0-rc-2.pom (5.6 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/4.0.0-rc-2/protobuf-parent-4.0.0-rc-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/4.0.0-rc-2/protobuf-parent-4.0.0-rc-2.pom (7.7 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/4.0.0-rc-2/protobuf-bom-4.0.0-rc-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/4.0.0-rc-2/protobuf-bom-4.0.0-rc-2.pom (3.5 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.36.1/grpc-api-1.36.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.36.1/grpc-api-1.36.1.pom (2.6 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.36.1/grpc-context-1.36.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.36.1/grpc-context-1.36.1.pom (1.2 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-android/guava-30.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-android/guava-30.0-android.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.0-android/guava-parent-30.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.0-android/guava-parent-30.0-android.pom (13 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 804 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom (2.7 kB at 916 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 921 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.pom (2.1 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.4.0/error_prone_parent-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.4.0/error_prone_parent-2.4.0.pom (6.0 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.19/animal-sniffer-annotations-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.19/animal-sniffer-annotations-1.19.pom (2.6 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.19/animal-sniffer-parent-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.19/animal-sniffer-parent-1.19.pom (9.4 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 852 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.36.1/grpc-stub-1.36.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.36.1/grpc-stub-1.36.1.pom (2.6 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom (6.5 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 417 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava2/rxjava/2.2.19/rxjava-2.2.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava2/rxjava/2.2.19/rxjava-2.2.19.pom (2.4 kB at 8.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.pom (1.2 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom (619 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom (25 kB at 657 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.401/org.eclipse.ecf.identity-3.9.401.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.401/org.eclipse.ecf.identity-3.9.401.pom (628 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.discovery/5.1.1/org.eclipse.ecf.discovery-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.discovery/5.1.1/org.eclipse.ecf.discovery-5.1.1.pom (627 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.json/1.0.0.v201011060100/org.json-1.0.0.v201011060100.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.json/1.0.0.v201011060100/org.json-1.0.0.v201011060100.pom (585 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.36.1/grpc-protobuf-1.36.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.36.1/grpc-protobuf-1.36.1.pom (3.7 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.12.0/protobuf-java-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.12.0/protobuf-java-3.12.0.pom (5.6 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.12.0/protobuf-parent-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.12.0/protobuf-parent-3.12.0.pom (7.7 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.12.0/protobuf-bom-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.12.0/protobuf-bom-3.12.0.pom (3.5 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.pom (2.2 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.36.1/grpc-protobuf-lite-1.36.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.36.1/grpc-protobuf-lite-1.36.1.pom (2.9 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/reactive-grpc-common/1.0.1/reactive-grpc-common-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/reactive-grpc-common/1.0.1/reactive-grpc-common-1.0.1.pom (5.5 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/reactive-grpc/1.0.1/reactive-grpc-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/reactive-grpc/1.0.1/reactive-grpc-1.0.1.pom (14 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.23.0/grpc-stub-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.23.0/grpc-stub-1.23.0.pom (1.4 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.23.0/grpc-api-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.23.0/grpc-api-1.23.0.pom (2.6 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.23.0/grpc-context-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.23.0/grpc-context-1.23.0.pom (1.2 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 453 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-android/guava-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-android/guava-26.0-android.pom (7.8 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom (2.7 kB at 916 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/rxgrpc-stub/1.0.1/rxgrpc-stub-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/rxgrpc-stub/1.0.1/rxgrpc-stub-1.0.1.pom (5.1 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava2/rxjava/2.2.12/rxjava-2.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava2/rxjava/2.2.12/rxjava-2.2.12.pom (2.4 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.pom (1.6 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.5.0/org.osgi.service.log-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.5.0/org.osgi.service.log-1.5.0.pom (1.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.3/org.osgi.util.tracker-1.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.3/org.osgi.util.tracker-1.5.3.pom (1.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/4.0.0-rc-2/protobuf-java-4.0.0-rc-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.36.1/grpc-api-1.36.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.36.1/grpc-context-1.36.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-android/guava-30.0-android.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 712 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.36.1/grpc-context-1.36.1.jar (31 kB at 567 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.36.1/grpc-api-1.36.1.jar (254 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.19/animal-sniffer-annotations-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar (5.9 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.36.1/grpc-stub-1.36.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar (14 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.19/animal-sniffer-annotations-1.19.jar (3.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava2/rxjava/2.2.19/rxjava-2.2.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.36.1/grpc-stub-1.36.1.jar (50 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/4.0.0-rc-2/protobuf-java-4.0.0-rc-2.jar (1.7 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar (78 kB at 587 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.401/org.eclipse.ecf.identity-3.9.401.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar (11 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.discovery/5.1.1/org.eclipse.ecf.discovery-5.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.jar (110 kB at 710 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.json/1.0.0.v201011060100/org.json-1.0.0.v201011060100.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.401/org.eclipse.ecf.identity-3.9.401.jar (56 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.36.1/grpc-protobuf-1.36.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.json/1.0.0.v201011060100/org.json-1.0.0.v201011060100.jar (57 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.discovery/5.1.1/org.eclipse.ecf.discovery-5.1.1.jar (45 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.36.1/grpc-protobuf-lite-1.36.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.36.1/grpc-protobuf-1.36.1.jar (5.2 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/reactive-grpc-common/1.0.1/reactive-grpc-common-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.0-android/guava-30.0-android.jar (2.7 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.36.1/grpc-protobuf-lite-1.36.1.jar (7.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/rxgrpc-stub/1.0.1/rxgrpc-stub-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/reactive-grpc-common/1.0.1/reactive-grpc-common-1.0.1.jar (24 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/salesforce/servicelibs/rxgrpc-stub/1.0.1/rxgrpc-stub-1.0.1.jar (46 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.5.0/org.osgi.service.log-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.jar (122 kB at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.3/org.osgi.util.tracker-1.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava2/rxjava/2.2.19/rxjava-2.2.19.jar (2.4 MB at 7.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar (382 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.5.0/org.osgi.service.log-1.5.0.jar (34 kB at 104 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.3/org.osgi.util.tracker-1.5.3.jar (44 kB at 129 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.0.1/proto-google-common-protos-2.0.1.jar (1.6 MB at 4.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ecf.provider.etcd3 --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 940 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 740 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 865 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 987 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 482 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 723 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 823 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 558 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 687 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 598 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 706 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 653 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 9.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 621 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 324 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 326 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 385 kB/s) [INFO] Source directory: /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/src-gen/main/java added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 720 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 978 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 702 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 378 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 793 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 880 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 512 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 138 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 583 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 605 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 50 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 747 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 540 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 686 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 655 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 634 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 872 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 903 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 900 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 652 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 633 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 995 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 337 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 826 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 777 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 447 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 667 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 13 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 119 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 207 source files to /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/classes [WARNING] /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/src/main/java/org/eclipse/ecf/provider/etcd3/identity/Etcd3ServiceTypeID.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/src/main/java/org/eclipse/ecf/provider/etcd3/identity/Etcd3ServiceTypeID.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:5.1.2:bnd-process (default) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom (4.1 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/5.1.2/biz.aQute.bnd.maven-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/5.1.2/biz.aQute.bnd.maven-5.1.2.pom (4.3 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/5.1.2/biz.aQute.resolve-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/5.1.2/biz.aQute.resolve-5.1.2.pom (4.5 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/5.1.2/biz.aQute.repository-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/5.1.2/biz.aQute.repository-5.1.2.pom (3.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 647 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 541 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.3/maven-core-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.3/maven-core-3.5.3.pom (8.5 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom (23 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom (4.0 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 667 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 9.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.3/maven-settings-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.3/maven-settings-3.5.3.pom (1.8 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.3/maven-settings-builder-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.3/maven-settings-builder-3.5.3.pom (2.6 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.3/maven-builder-support-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.3/maven-builder-support-3.5.3.pom (1.5 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.3/maven-repository-metadata-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.3/maven-repository-metadata-3.5.3.pom (1.9 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom (2.1 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom (2.9 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.3/maven-model-builder-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.3/maven-model-builder-3.5.3.pom (3.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.3/maven-resolver-provider-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.3/maven-resolver-provider-3.5.3.pom (4.1 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 378 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 7.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/5.1.2/biz.aQute.bnd.maven-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 707 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/5.1.2/biz.aQute.resolve-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar (11 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/5.1.2/biz.aQute.repository-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/5.1.2/biz.aQute.bnd.maven-5.1.2.jar (142 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/5.1.2/biz.aQute.resolve-5.1.2.jar (633 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 618 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/5.1.2/biz.aQute.repository-5.1.2.jar (1.1 MB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar (48 kB at 412 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.3/maven-settings-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.3/maven-settings-3.5.3.jar (45 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 762 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 940 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 11 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ org.eclipse.ecf.provider.etcd3 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 601 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 6.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 619 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 618 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 754 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 172 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 500 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 182 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 476 kB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom (4.3 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 770 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 876 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 7.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 950 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.0:jar (attach-javadocs) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 791 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom (4.3 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom (13 kB at 597 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 453 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 947 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 640 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 8.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 866 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 492 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 936 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 466 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 350 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar (24 kB at 515 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 699 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 913 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 594 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 939 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 692 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 610 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar (327 kB at 967 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 922 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar (737 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 990 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 30 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 189 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 263 kB/s) [INFO] Loading source files for package org.eclipse.ecf.provider.etcd3... Loading source files for package org.eclipse.ecf.provider.etcd3.container... Loading source files for package org.eclipse.ecf.provider.etcd3.grpc.client... Loading source files for package org.eclipse.ecf.provider.etcd3.identity... Loading source files for package org.eclipse.ecf.provider.etcd3.grpc.api... Loading source files for package org.eclipse.ecf.provider.etcd3.grpc.api.auth... Loading source files for package org.eclipse.ecf.provider.etcd3.grpc.api.kv... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/Activator.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/Etcd3DiscoveryContainer.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/Etcd3DiscoveryContainerConfig.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/Etcd3DiscoveryContainerConfig.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/Etcd3DiscoveryContainerInstantiator.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/Etcd3ServiceInfo.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/KVServiceClient.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/LeaseServiceClient.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/WatchServiceClient.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/Etcd3Namespace.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/Etcd3ServiceID.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/Etcd3ServiceTypeID.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmMember.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmMember.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmMemberOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmRequest.AlarmAction.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AlarmType.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthDisableRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthDisableRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthDisableRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthDisableResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthDisableResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthDisableResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthEnableRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthEnableRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthEnableRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthEnableResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthEnableResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthEnableResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthenticateRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthenticateRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthenticateRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthenticateResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthenticateResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthenticateResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthGrpc.AuthBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthGrpc.AuthFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthGrpc.AuthImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthGrpc.AuthStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleAddRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleAddRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleAddRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleAddResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleAddResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleAddResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleDeleteRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleDeleteRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleDeleteRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleDeleteResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleDeleteResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleDeleteResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGetRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGetRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGetRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGetResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGetResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGetResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGrantPermissionRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGrantPermissionRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGrantPermissionRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGrantPermissionResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGrantPermissionResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleGrantPermissionResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleListRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleListRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleListRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleListResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleListResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleListResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleRevokePermissionRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleRevokePermissionRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleRevokePermissionRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleRevokePermissionResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleRevokePermissionResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthRoleRevokePermissionResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserAddRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserAddRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserAddRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserAddResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserAddResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserAddResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserChangePasswordRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserChangePasswordRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserChangePasswordRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserChangePasswordResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserChangePasswordResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserChangePasswordResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserDeleteRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserDeleteRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserDeleteRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserDeleteResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserDeleteResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserDeleteResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGetRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGetRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGetRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGetResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGetResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGetResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGrantRoleRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGrantRoleRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGrantRoleRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGrantRoleResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGrantRoleResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserGrantRoleResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserListRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserListRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserListRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserListResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserListResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserListResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserRevokeRoleRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserRevokeRoleRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserRevokeRoleRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserRevokeRoleResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserRevokeRoleResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/AuthUserRevokeRoleResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ClusterGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ClusterGrpc.ClusterBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ClusterGrpc.ClusterFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ClusterGrpc.ClusterImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ClusterGrpc.ClusterStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ClusterService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/CompactionRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/CompactionRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/CompactionRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/CompactionResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/CompactionResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/CompactionResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/Compare.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/Compare.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/Compare.CompareResult.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/Compare.CompareTarget.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/Compare.TargetUnionCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/CompareOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DefragmentRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DefragmentRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DefragmentRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DefragmentResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DefragmentResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DefragmentResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DeleteRangeRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DeleteRangeRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DeleteRangeRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DeleteRangeResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DeleteRangeResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/DeleteRangeResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ECFEtcdProto.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashKVRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashKVRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashKVRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashKVResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashKVResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashKVResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/HashResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/KVGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/KVGrpc.KVBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/KVGrpc.KVFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/KVGrpc.KVImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/KVGrpc.KVStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/KVService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrantRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrantRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrantRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrantResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrantResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrantResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrpc.LeaseBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrpc.LeaseFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrpc.LeaseImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseGrpc.LeaseStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseKeepAliveRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseKeepAliveRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseKeepAliveRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseKeepAliveResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseKeepAliveResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseKeepAliveResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseRevokeRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseRevokeRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseRevokeRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseRevokeResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseRevokeResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseRevokeResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseTimeToLiveRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseTimeToLiveRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseTimeToLiveRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseTimeToLiveResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseTimeToLiveResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/LeaseTimeToLiveResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MaintenanceGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MaintenanceGrpc.MaintenanceBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MaintenanceGrpc.MaintenanceFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MaintenanceGrpc.MaintenanceImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MaintenanceGrpc.MaintenanceStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MaintenanceService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/Member.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/Member.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberAddRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberAddRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberAddRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberAddResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberAddResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberAddResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberListRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberListRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberListRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberListResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberListResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberListResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberRemoveRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberRemoveRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberRemoveRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberRemoveResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberRemoveResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberRemoveResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberUpdateRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberUpdateRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberUpdateRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberUpdateResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberUpdateResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MemberUpdateResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MoveLeaderRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MoveLeaderRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MoveLeaderRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MoveLeaderResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MoveLeaderResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/MoveLeaderResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/PutRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/PutRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/PutRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/PutResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/PutResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/PutResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeRequest.SortOrder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeRequest.SortTarget.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RangeResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RequestOp.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RequestOp.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RequestOp.RequestCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RequestOpOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ResponseHeader.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ResponseHeader.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ResponseHeaderOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ResponseOp.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ResponseOp.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ResponseOp.ResponseCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/ResponseOpOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxAuthGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxAuthGrpc.AuthImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxAuthGrpc.RxAuthStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxClusterGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxClusterGrpc.ClusterImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxClusterGrpc.RxClusterStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxKVGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxKVGrpc.KVImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxKVGrpc.RxKVStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxLeaseGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxLeaseGrpc.LeaseImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxLeaseGrpc.RxLeaseStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxMaintenanceGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxMaintenanceGrpc.MaintenanceImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxMaintenanceGrpc.RxMaintenanceStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxWatchGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxWatchGrpc.RxWatchStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/RxWatchGrpc.WatchImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/SnapshotRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/SnapshotRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/SnapshotRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/SnapshotResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/SnapshotResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/SnapshotResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/StatusRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/StatusRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/StatusRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/StatusResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/StatusResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/StatusResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/TxnRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/TxnRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/TxnRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/TxnResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/TxnResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/TxnResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchCancelRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchCancelRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchCancelRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchCreateRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchCreateRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchCreateRequest.FilterType.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchCreateRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchGrpc.WatchBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchGrpc.WatchFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchGrpc.WatchImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchGrpc.WatchStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchRequest.RequestUnionCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/WatchService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/Auth.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/Permission.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/Permission.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/Permission.Type.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/PermissionOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/Role.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/Role.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/RoleOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/User.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/User.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/UserOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/Event.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/Event.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/Event.EventType.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/EventOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/KeyValue.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/KeyValue.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/KeyValueOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/Kv.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/package-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/package-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/package-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/package-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/package-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/package-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/package-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/package-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/package-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/package-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/package-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/package-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/package-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/package-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/package-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/package-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/package-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/package-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/package-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/package-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/package-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/class-use/Activator.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/class-use/Etcd3ServiceInfo.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/class-use/Etcd3DiscoveryContainerInstantiator.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/class-use/Etcd3DiscoveryContainerConfig.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/class-use/Etcd3DiscoveryContainerConfig.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/class-use/Etcd3DiscoveryContainer.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/class-use/WatchServiceClient.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/class-use/LeaseServiceClient.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/class-use/KVServiceClient.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/class-use/Etcd3ServiceTypeID.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/class-use/Etcd3ServiceID.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/class-use/Etcd3Namespace.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchRequest.RequestUnionCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchGrpc.WatchImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchGrpc.WatchStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchGrpc.WatchBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchGrpc.WatchFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchCreateRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchCreateRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchCreateRequest.FilterType.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchCreateRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchCancelRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchCancelRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/WatchCancelRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/TxnResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/TxnResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/TxnResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/TxnRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/TxnRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/TxnRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/StatusResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/StatusResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/StatusResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/StatusRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/StatusRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/StatusRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/SnapshotResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/SnapshotResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/SnapshotResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/SnapshotRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/SnapshotRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/SnapshotRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxWatchGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxWatchGrpc.RxWatchStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxWatchGrpc.WatchImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxMaintenanceGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxMaintenanceGrpc.RxMaintenanceStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxMaintenanceGrpc.MaintenanceImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxLeaseGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxLeaseGrpc.RxLeaseStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxLeaseGrpc.LeaseImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxKVGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxKVGrpc.RxKVStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxKVGrpc.KVImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxClusterGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxClusterGrpc.RxClusterStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxClusterGrpc.ClusterImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxAuthGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxAuthGrpc.RxAuthStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RxAuthGrpc.AuthImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ResponseOpOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ResponseOp.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ResponseOp.ResponseCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ResponseOp.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ResponseHeaderOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ResponseHeader.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ResponseHeader.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RequestOpOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RequestOp.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RequestOp.RequestCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RequestOp.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeRequest.SortOrder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeRequest.SortTarget.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/RangeRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/PutResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/PutResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/PutResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/PutRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/PutRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/PutRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MoveLeaderResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MoveLeaderResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MoveLeaderResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MoveLeaderRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MoveLeaderRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MoveLeaderRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberUpdateResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberUpdateResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberUpdateResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberUpdateRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberUpdateRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberUpdateRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberRemoveResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberRemoveResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberRemoveResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberRemoveRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberRemoveRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberRemoveRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberListResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberListResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberListResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberListRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberListRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberListRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberAddResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberAddResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberAddResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberAddRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberAddRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MemberAddRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/Member.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/Member.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MaintenanceService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MaintenanceGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MaintenanceGrpc.MaintenanceImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MaintenanceGrpc.MaintenanceStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MaintenanceGrpc.MaintenanceBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/MaintenanceGrpc.MaintenanceFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseTimeToLiveResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseTimeToLiveResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseTimeToLiveResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseTimeToLiveRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseTimeToLiveRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseTimeToLiveRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseRevokeResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseRevokeResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseRevokeResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseRevokeRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseRevokeRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseRevokeRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseKeepAliveResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseKeepAliveResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseKeepAliveResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseKeepAliveRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseKeepAliveRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseKeepAliveRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrpc.LeaseImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrpc.LeaseStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrpc.LeaseBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrpc.LeaseFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrantResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrantResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrantResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrantRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrantRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/LeaseGrantRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/KVService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashKVResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashKVResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashKVResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashKVRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashKVRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/HashKVRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ECFEtcdProto.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/KVGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/KVGrpc.KVImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/KVGrpc.KVStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/KVGrpc.KVBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/KVGrpc.KVFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DeleteRangeResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DeleteRangeResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DeleteRangeResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DeleteRangeRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DeleteRangeRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DeleteRangeRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DefragmentResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DefragmentResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DefragmentResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DefragmentRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DefragmentRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/DefragmentRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/CompareOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/Compare.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/Compare.CompareResult.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/Compare.CompareTarget.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/Compare.TargetUnionCase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/Compare.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/CompactionResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/CompactionResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/CompactionResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/CompactionRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/CompactionRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/CompactionRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ClusterService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ClusterGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ClusterGrpc.ClusterImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ClusterGrpc.ClusterStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ClusterGrpc.ClusterBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/ClusterGrpc.ClusterFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthenticateResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthenticateResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthenticateResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthenticateRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthenticateRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthenticateRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserRevokeRoleResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserRevokeRoleResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserRevokeRoleResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserRevokeRoleRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserRevokeRoleRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserRevokeRoleRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserListResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserListResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserListResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserListRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserListRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserListRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGrantRoleResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGrantRoleResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGrantRoleResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGrantRoleRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGrantRoleRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGrantRoleRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGetResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGetResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGetResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGetRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGetRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserGetRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserDeleteResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserDeleteResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserDeleteResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserDeleteRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserDeleteRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserDeleteRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserChangePasswordResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserChangePasswordResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserChangePasswordResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserChangePasswordRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserChangePasswordRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserChangePasswordRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserAddResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserAddResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserAddResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserAddRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserAddRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthUserAddRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthService.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleRevokePermissionResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleRevokePermissionResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleRevokePermissionResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleRevokePermissionRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleRevokePermissionRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleRevokePermissionRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleListResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleListResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleListResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleListRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleListRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleListRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGrantPermissionResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGrantPermissionResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGrantPermissionResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGrantPermissionRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGrantPermissionRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGrantPermissionRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGetResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGetResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGetResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGetRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGetRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleGetRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleDeleteResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleDeleteResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleDeleteResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleDeleteRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleDeleteRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleDeleteRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleAddResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleAddResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleAddResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleAddRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleAddRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthRoleAddRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthGrpc.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthGrpc.AuthImplBase.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthGrpc.AuthStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthGrpc.AuthBlockingStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthGrpc.AuthFutureStub.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthEnableResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthEnableResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthEnableResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthEnableRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthEnableRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthEnableRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthDisableResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthDisableResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthDisableResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthDisableRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthDisableRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AuthDisableRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmType.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmResponseOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmResponse.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmResponse.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmRequestOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmRequest.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmRequest.AlarmAction.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmRequest.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmMemberOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmMember.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/class-use/AlarmMember.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/UserOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/User.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/User.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/RoleOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/Role.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/Role.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/PermissionOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/Permission.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/Permission.Type.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/Permission.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/class-use/Auth.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/Kv.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/KeyValueOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/KeyValue.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/KeyValue.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/EventOrBuilder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/Event.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/Event.EventType.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/class-use/Event.Builder.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/package-use.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/container/package-use.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/package-use.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/auth/package-use.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/api/kv/package-use.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/grpc/client/package-use.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/org/eclipse/ecf/provider/etcd3/identity/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar [INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ org.eclipse.ecf.provider.etcd3 >>> [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Source directory: /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/src-gen/main/java added. [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ org.eclipse.ecf.provider.etcd3 <<< [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Building jar: /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar [INFO] [INFO] --- bnd-export-maven-plugin:5.1.2:export (default) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/5.1.2/biz.aQute.bnd.embedded-repo-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/5.1.2/biz.aQute.bnd.embedded-repo-5.1.2.pom (2.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.3/maven-core-3.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.3/maven-settings-builder-3.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.3/maven-builder-support-3.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.3/maven-model-builder-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.3/maven-resolver-provider-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.3/maven-builder-support-3.5.3.jar (15 kB at 672 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.3/maven-resolver-provider-3.5.3.jar (67 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.3/maven-settings-builder-3.5.3.jar (43 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.3/maven-model-builder-3.5.3.jar (178 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.3/maven-core-3.5.3.jar (631 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 617 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 565 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/5.1.2/biz.aQute.bnd.embedded-repo-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 169 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.jar (251 kB at 773 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 5.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/5.1.2/biz.aQute.bnd.embedded-repo-5.1.2.jar (5.4 MB at 10 MB/s) [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.ecf.provider.etcd3 --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ecf.provider.etcd3 --- [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.jar [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar.asc [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Etcd3-based Discovery Provider 1.0.0 ............... SUCCESS [ 3.707 s] [INFO] org.eclipse.ecf.provider.etcd3 1.0.1 ............... SUCCESS [ 34.387 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.473 s [INFO] Finished at: 2021-06-09T22:59:41Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/pom.xml to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.pom [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1.jar to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.jar [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1.jar.asc to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.jar.asc [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1.pom.asc to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1.pom.asc [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar.asc to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-javadoc.jar.asc [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/org.eclipse.ecf.provider.etcd3/target/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar.asc to org.eclipse.ecf/org.eclipse.ecf.provider.etcd3/1.0.1/org.eclipse.ecf.provider.etcd3-1.0.1-sources.jar.asc [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/pom.xml to org.eclipse.ecf/etcd3-discovery-provider/1.0.0/etcd3-discovery-provider-1.0.0.pom [JENKINS] Archiving /home/jenkins/agent/workspace/ecf-etcd3-discovery-provider/target/etcd3-discovery-provider-1.0.0.pom.asc to org.eclipse.ecf/etcd3-discovery-provider/1.0.0/etcd3-discovery-provider-1.0.0.pom.asc channel stopped $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 65 killed; [ssh-agent] Stopped. Finished: SUCCESS