Started by an SCM change Running as SYSTEM Agent default-agent-z5c5k is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-z5c5k" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.metro.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-z5c5k" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-z5c5k" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.metro.svc.cluster.local/metro/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" 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: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" 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: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-metro" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on default-agent-z5c5k in workspace /home/jenkins/agent/workspace/saaj-tck-build [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/jakartaee-tck.git > git init /home/jenkins/agent/workspace/saaj-tck-build # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-tck.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jakartaee-tck.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/eclipse-ee4j/jakartaee-tck.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jakartaee-tck.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-tck.git > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jakartaee-tck.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 366be6783ae90c3a486e29c2ba0997d9ee970126 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 366be6783ae90c3a486e29c2ba0997d9ee970126 Commit message: "Merge pull request #289 from RohitKumarJain/master" > git rev-list --no-walk 11e933e2af2f7147481d259c6e69f25bae5b4e49 # timeout=10 Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on default-agent-z5c5k [saaj-tck-build] $ /bin/bash -e /tmp/jenkins7087869156030597655.sh [saaj-tck-build] $ /bin/bash -e /tmp/jenkins2084197118382528689.sh + export BASEDIR=/home/jenkins/agent/workspace/saaj-tck-build + BASEDIR=/home/jenkins/agent/workspace/saaj-tck-build + '[' -z '' ']' + export GF_HOME=/home/jenkins/agent/workspace/saaj-tck-build + GF_HOME=/home/jenkins/agent/workspace/saaj-tck-build + which ant /home/jenkins/agent/workspace/saaj-tck-build/apache-ant-1.10.7/bin/ant + ant -version Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Ant(TM) version 1.10.7 compiled on September 1 2019 + which java /opt/tools/java/oracle/jdk-8/latest/bin/java + java -version Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 java version "1.8.0_202" Java(TM) SE Runtime Environment (build 1.8.0_202-b08) Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode) + '[' false == '' ']' + '[' '!' -d /home/jenkins/agent/workspace/saaj-tck-build/glassfish5 ']' + echo '########## Trunk.Install.V5 Config ##########' ########## Trunk.Install.V5 Config ########## + wget --progress=bar:force --no-cache http://download.eclipse.org/glassfish/glassfish-5.1.0.zip -O latest-glassfish.zip --2020-05-28 16:02:11-- http://download.eclipse.org/glassfish/glassfish-5.1.0.zip Resolving download.eclipse.org... 198.41.30.199 Connecting to download.eclipse.org|198.41.30.199|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 117379392 (112M) [application/zip] Saving to: 'latest-glassfish.zip' latest-glassfish.zi 0%[ ] 0 --.-KB/s latest-glassfish.zi 11%[=> ] 13.41M 63.7MB/s latest-glassfish.zi 12%[=> ] 14.49M 34.5MB/s latest-glassfish.zi 22%[===> ] 25.21M 32.5MB/s latest-glassfish.zi 34%[=====> ] 38.27M 39.2MB/s latest-glassfish.zi 43%[=======> ] 48.38M 41.1MB/s latest-glassfish.zi 49%[========> ] 54.98M 37.4MB/s latest-glassfish.zi 61%[===========> ] 68.48M 37.4MB/s latest-glassfish.zi 68%[============> ] 77.09M 35.9MB/s latest-glassfish.zi 80%[===============> ] 90.46M 38.6MB/s latest-glassfish.zi 91%[=================> ] 102.65M 40.2MB/s latest-glassfish.zi 100%[===================>] 111.94M 41.7MB/s in 2.7s 2020-05-28 16:02:14 (41.7 MB/s) - 'latest-glassfish.zip' saved [117379392/117379392] + unzip -q -o latest-glassfish.zip + '[' '!' -z '' ']' + export 'ANT_OPTS=-Xmx2G -Djava.endorsed.dirs=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/endorsed -Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=file,http,https' + ANT_OPTS='-Xmx2G -Djava.endorsed.dirs=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/endorsed -Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=file,http,https' + export TCK_NAME=saaj + TCK_NAME=saaj + '[' -z saaj ']' + echo 'The option selected to build is saaj TCK' The option selected to build is saaj TCK + '[' All == saaj ']' + TCK_LIST=(${TCK_NAME}) + DOC_SPECIFIC_PROPS= + JAXWS_SPECIFIC_PROPS= ++ git rev-parse HEAD + GIT_HASH=366be6783ae90c3a486e29c2ba0997d9ee970126 ++ git branch ++ awk '{print $2}' + GIT_BRANCH='(HEAD' ++ date + BUILD_DATE='Thu May 28 16:02:15 UTC 2020' + echo 'Git Revision: 366be6783ae90c3a486e29c2ba0997d9ee970126' + echo 'Git Branch: (HEAD' + echo 'Build Date: Thu May 28 16:02:15 UTC 2020' + wget --progress=bar:force --no-cache https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-api/9.0.0-RC1/jakarta.jakartaee-api-9.0.0-RC1.jar -O /home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/jakartaee-api.jar --2020-05-28 16:02:15-- https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-api/9.0.0-RC1/jakarta.jakartaee-api-9.0.0-RC1.jar Resolving repo1.maven.org... 151.101.124.209 Connecting to repo1.maven.org|151.101.124.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1974017 (1.9M) [application/java-archive] Saving to: '/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/jakartaee-api.jar' /home/jen 0%[ ] 0 --.-KB/s /home/jenkins/agent 100%[===================>] 1.88M --.-KB/s in 0.1s 2020-05-28 16:02:16 (17.7 MB/s) - '/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/jakartaee-api.jar' saved [1974017/1974017] + '[' '!' -z '' ']' + for tck in ${TCK_LIST[@]} + '[' jaxr == saaj ']' + '[' jaxrpc == saaj ']' + '[' jta == saaj ']' + '[' jsf == saaj ']' + '[' jsonp == saaj ']' + '[' jsonb == saaj ']' + '[' jaxrs == saaj ']' + '[' websocket == saaj ']' + '[' securityapi == saaj ']' + '[' el == saaj ']' + '[' concurrency == saaj ']' + '[' connector == saaj ']' + '[' jacc == saaj ']' + '[' jaspic == saaj ']' + '[' caj == saaj ']' + '[' jms == saaj ']' + '[' jsp == saaj ']' + '[' jstl == saaj ']' + '[' jaxws == saaj ']' + '[' jpa == saaj ']' + '[' saaj == saaj ']' + wget --progress=bar:force --no-cache https://repo1.maven.org/maven2/jakarta/xml/soap/jakarta.xml.soap-api/2.0.0-RC3/jakarta.xml.soap-api-2.0.0-RC3.jar -O /home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/jakarta.xml.soap-api.jar --2020-05-28 16:02:16-- https://repo1.maven.org/maven2/jakarta/xml/soap/jakarta.xml.soap-api/2.0.0-RC3/jakarta.xml.soap-api-2.0.0-RC3.jar Resolving repo1.maven.org... 151.101.124.209 Connecting to repo1.maven.org|151.101.124.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 37114 (36K) [application/java-archive] Saving to: '/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/jakarta.xml.soap-api.jar' /home/jen 0%[ ] 0 --.-KB/s /home/jenkins/agent 100%[===================>] 36.24K --.-KB/s in 0.01s 2020-05-28 16:02:16 (3.56 MB/s) - '/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/jakarta.xml.soap-api.jar' saved [37114/37114] + TCK_SPECIFIC_PROPS='-Dwebcontainer.home=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish -Dendorsed.dirs=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/endorsed' + DOC_SPECIFIC_PROPS= + JAXWS_SPECIFIC_PROPS= + echo '########## Trunk.saaj Started##########' ########## Trunk.saaj Started########## + ant -f /home/jenkins/agent/workspace/saaj-tck-build/install/saaj/bin/build.xml -Ddeliverabledir=saaj -Dbasedir=/home/jenkins/agent/workspace/saaj-tck-build/install/saaj/bin -Dwebcontainer.home=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish -Dendorsed.dirs=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/endorsed clean.all build.all.jars Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/saaj-tck-build/install/saaj/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/classes [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/weblib [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src Trying to override old definition of datatype string clean.all.classes: clean.all.dist: clean.all: build.all.jars: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src compile: [ts.javac] Compiling 108 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/harness/TS.java:55: warning: [deprecation] HelpNotFoundFault in Interview has been deprecated [ts.javac] } catch (Interview.HelpNotFoundFault f) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/harness/TS.java:57: warning: [deprecation] BadHelpFault in Interview has been deprecated [ts.javac] } catch (Interview.BadHelpFault bf) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/harness/TSScript.java:664: warning: [deprecation] translatePath(String) in Project has been deprecated [ts.javac] return org.apache.tools.ant.Project.translatePath(classpath); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/harness/TSScript.java:682: warning: [deprecation] translatePath(String) in Project has been deprecated [ts.javac] command[ii] = "PATH=" + Project.translatePath(existingPath); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/AssertionMapper.java:333: warning: [deprecation] HandlerBase in org.xml.sax has been deprecated [ts.javac] extends HandlerBase { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/AssertionMapper.java:435: warning: [deprecation] AttributeList in org.xml.sax has been deprecated [ts.javac] public void startElement(String localName, AttributeList attrs) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/CharacterDecoder.java:192: warning: [deprecation] getBytes(int,int,byte[],int) in String has been deprecated [ts.javac] inputString.getBytes(0, inputString.length(), inputBuffer, 0); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/TestUtil.java:928: warning: [deprecation] encode(String) in URLEncoder has been deprecated [ts.javac] .append(URLEncoder.encode(value)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/TestUtil.java:927: warning: [deprecation] encode(String) in URLEncoder has been deprecated [ts.javac] buf.append(URLEncoder.encode(name)).append("=") [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java:138: warning: [deprecation] IMPLEMENTATION_VENDOR_ID in Name has been deprecated [ts.javac] attrKey = s + Name.IMPLEMENTATION_VENDOR_ID.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java:143: warning: [deprecation] IMPLEMENTATION_URL in Name has been deprecated [ts.javac] attrKey = s + Name.IMPLEMENTATION_URL.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:31: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] public class IdentityDatabase extends IdentityScope implements Serializable { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:46: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Hashtable identities; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:68: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] identities = new Hashtable(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:145: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Identity getIdentity(String name) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:146: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity id = identities.get(name); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:147: warning: [deprecation] Signer in java.security has been deprecated [ts.javac] if (id instanceof Signer) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:162: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Identity getIdentity(PublicKey key) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:166: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Enumeration e = identities(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:168: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity i = e.nextElement(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:171: warning: [deprecation] Signer in java.security has been deprecated [ts.javac] if (i instanceof Signer) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:197: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public void addIdentity(Identity identity) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:199: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity byName = getIdentity(identity.getName()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:200: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity byKey = getIdentity(identity.getPublicKey()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:218: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public void removeIdentity(Identity identity) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:231: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Enumeration identities() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:339: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] IdentityScope.setSystemScope(systemDatabase); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:294: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] private static IdentityScope scope = null; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1952: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] IdentityScope is = IdentityScope.getSystemScope(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1952: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] IdentityScope is = IdentityScope.getSystemScope(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1969: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] final Identity id = AccessController [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1970: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] .doPrivileged(new java.security.PrivilegedAction() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1971: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Identity run() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:2006: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] private static boolean isTrusted(Identity id) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:29: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public class SystemIdentity extends Identity implements Serializable { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:40: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] public SystemIdentity(String name, IdentityScope scope) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:77: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] void addIdentityCertificate(Certificate cert) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:82: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] Certificate[] certs = certificates(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:30: warning: [deprecation] Signer in java.security has been deprecated [ts.javac] public class SystemSigner extends Signer { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:54: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] public SystemSigner(String name, IdentityScope scope) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:90: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] void addSignerCertificate(Certificate cert) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:95: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] Certificate[] certs = certificates(); [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 42 warnings build: [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/classes/com/sun/javatest [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/classes/com/sun/ts/lib/javatest [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src translatepath: tslib.clean: tslib.compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/deliverable/tck/TCKDeliverable.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. tslib: [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/lib/saajtck.jar BUILD SUCCESSFUL Total time: 6 seconds + '[' jaxrpc == saaj ']' + ant -f /home/jenkins/agent/workspace/saaj-tck-build/install/saaj/bin/build.xml -Ddeliverabledir=saaj -Dbasedir=/home/jenkins/agent/workspace/saaj-tck-build/install/saaj/bin -Dwebcontainer.home=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish -Dendorsed.dirs=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/endorsed -Djava.endorsed.dirs=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/endorsed build.all Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/saaj-tck-build/install/saaj/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src Trying to override old definition of datatype string build.all.jars: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src compile: build: [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/lib/tsharness.jar [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src translatepath: tslib.clean: tslib.compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/lib/deliverable/tck/TCKDeliverable.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. tslib: [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/lib/saajtck.jar build.all.tests: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/AttachmentPart [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_with_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/AttachmentPart [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/AttachmentPart [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/AttachmentPart/AttachmentPart_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/AttachmentPart/AttachmentPartTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Detail [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Detail [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Detail [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Detail/Detail_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Detail/DetailTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MessageFactory [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MessageFactory [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MessageFactory [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MessageFactory/MessageFactory_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MessageFactory/MessageFactoryTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeader [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeader [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeader [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeader/MimeHeader_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeader/MimeHeaderTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeaders [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeaders [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeaders [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeaders/MimeHeaders_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/MimeHeaders/MimeHeadersTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Name [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Name [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Name [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Name/Name_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Name/NameTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Node [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Node [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Node [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Node/Node_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Node/NodeTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SAAJResult [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SAAJResult [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SAAJResult [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SAAJResult/SAAJResult_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SAAJResult/SAAJResultTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPBody [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPBody [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPBody [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPBody/SOAPBody_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPBody/SOAPBodyTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnection [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnection [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnection [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnection/SOAPConnection_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnection/SOAPConnectionTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnectionFactory [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnectionFactory [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnectionFactory [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnectionFactory/SOAPConnectionFactory_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConnectionFactory/SOAPConnectionFactoryTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConstants [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConstants [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConstants [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConstants/SOAPConstants_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConstants/SOAPConstantsTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElement [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElement [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElement [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElement/SOAPElement_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElement/SOAPElementTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:136: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:136: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:169: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:169: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:179: warning: [deprecation] create(Name) in SOAPElementFactory has been deprecated [ts.javac] SOAPElement se = sef.create(name); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:239: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:239: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:246: warning: [deprecation] create(String) in SOAPElementFactory has been deprecated [ts.javac] SOAPElement se = sef.create("MyName1"); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:300: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:300: warning: [deprecation] SOAPElementFactory in jakarta.xml.soap has been deprecated [ts.javac] SOAPElementFactory sef = SOAPElementFactory.newInstance(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.java:308: warning: [deprecation] create(String,String,String) in SOAPElementFactory has been deprecated [ts.javac] SOAPElement se = sef.create("MyName1", "MyPrefix1", "MyUri1"); [ts.javac] ^ [ts.javac] 11 warnings -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactory_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPElementFactory/SOAPElementFactoryTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPEnvelope [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPEnvelope [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPEnvelope [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPEnvelope/SOAPEnvelope_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPEnvelope/SOAPEnvelopeTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPException [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPException [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPException [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPException/SOAPException_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPException/SOAPExceptionTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFactory [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFactory [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFactory [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFactory/SOAPFactory_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFactory/SOAPFactoryTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFault [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFault [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFault [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFault/SOAPFault_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPFault/SOAPFaultTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeader [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeader/SOAPHeaderTestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeader [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeader [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeader/SOAPHeader_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeader/SOAPHeaderTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeaderElement [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeaderElement [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeaderElement [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeaderElement/SOAPHeaderElement_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPHeaderElement/SOAPHeaderElementTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPMessage [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_with_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPMessage [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPMessage [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPMessage/SOAPMessage_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPMessage/SOAPMessageTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPPart [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_with_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPPart [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPPart [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPPart/SOAPPart_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPPart/SOAPPartTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Text [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Text [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Text [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Text/Text_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/api/jakarta_xml_soap/Text/TextTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/api/jakarta_xml_soap [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/common [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/ee/RestrictionsAllowables [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/ee/RestrictionsAllowables [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/RestrictionsAllowables [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/RestrictionsAllowables/RestrictionsAllowables_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/ee/RestrictionsAllowables/RestrictionsAllowablesServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/ee/SendSyncReqRespMsg [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_with_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/ee/SendSyncReqRespMsg [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/SendSyncReqRespMsg [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/SendSyncReqRespMsg/SendSyncReqRespMsg_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/ee/SendSyncReqRespMsg/SendingServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/ee/SendVariousMimeAttachments [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_with_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/ee/SendVariousMimeAttachments [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/SendVariousMimeAttachments [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/SendVariousMimeAttachments/SendVariousMimeAttachments_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/ee/SendVariousMimeAttachments/SendingServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/ee/Standalone [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_vehicles_package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: Standalone [echo] vehicle: standalone [echo] Building standalone vehicle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/Standalone [echo] about to sweep vehicle runtime [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_with_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/ee/Standalone [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/Standalone/Standalone_web.war [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/ee/VerifyInformationItems [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/ee/VerifyInformationItems/VerifyInformationItemsTestServlet.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_war_package_without_contentroot: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: copy_dd_files: [copy] Warning: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/common/xml/templates does not exist. [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copy_webxml_file: [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/saaj/ee/VerifyInformationItems [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/VerifyInformationItems [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/VerifyInformationItems/VerifyInformationItems_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/saaj/ee/VerifyInformationItems/VerifyInformationItemsTestServlet.class already added, skipping [echo] Copying sun runtime file to dist [echo] *** ts.ear.xml: build.level is set to 2 [echo] *** ts.ear.xml: an ear file will not be created [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src remove_webxml_file: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src saaj.dependency.checks: remove_dd_files: build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/ee/WSITests [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: [echo] Building common files [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/saaj/common build: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do_vehicles_package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: WSITests [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/saaj/ee/WSITests [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/saaj/ee [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/caj [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/signaturetest/caj/CAJSigTest.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/caj build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/concurrency [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/concurrency build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/connector [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/connector build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/el [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/el build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jacc [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jacc build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jaspic [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: JaspicSigTest [echo] vehicle: ejb [echo] Building ejb vehicle [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [copy] Copying 2 files to /home/jenkins/agent/workspace/saaj-tck-build/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic [echo] about to sweep vehicle runtime [echo] name: JaspicSigTest [echo] vehicle: servlet [echo] Building servlet vehicle [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JaspicSigTest [echo] vehicle: jsp [echo] Building jsp vehicle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JaspicSigTest [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_appclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src add.sigtest: [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_appclient_vehicle.ear [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_ejb_vehicle.ear [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_servlet_vehicle.ear [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jaspic/JaspicSigTest_jsp_vehicle.ear build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/javaee [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/saaj-tck-build/src/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: JavaEESigTest [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/saaj-tck-build/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee [echo] about to sweep vehicle runtime [echo] name: JavaEESigTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JavaEESigTest [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JavaEESigTest [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest$Containers.class already added, skipping [preservejar] com/sun/ts/tests/signaturetest/javaee/JavaEESigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src add.sigtest: [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_appclient_vehicle.ear [echo] DONE Updating ears. [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/javaee/JavaEESigTest_ejb_vehicle.ear [echo] DONE Updating ears. build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/javaeemgmt [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/javaeemgmt build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jaxr [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jaxr build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jaxrpc [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jaxrpc build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jaxrs [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jaxrs build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jaxws [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jaxws build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jms [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jms build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jpa [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jpa build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jsf [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jsf build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jsonb [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jsonb build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jsonp [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jsonp build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jsp [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jsp build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jstl [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jstl build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/jta [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: JTASigTest [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/saaj-tck-build/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/signaturetest/jta/JTASigTest.class already added, skipping [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta [echo] about to sweep vehicle runtime [echo] name: JTASigTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/jta/JTASigTest.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JTASigTest [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/jta/JTASigTest.class already added, skipping [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: JTASigTest [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/signaturetest/jta/JTASigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/jta/JTASigTest_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/saaj [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/saaj build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/securityapi [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: ejb servlet jsp appclient [echo] vehicleoverride: [echo] name: SecurityAPISigTest [echo] vehicle: ejb [echo] Building ejb vehicle [copy] Copying 2 files to /home/jenkins/agent/workspace/saaj-tck-build/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_ejb_vehicle_ejb.jar [preservejar] com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_ejb_vehicle_ejb.jar [echo] Copying sun runtime file to dist [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_ejb_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_ejb_vehicle_client.jar [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi [echo] about to sweep vehicle runtime [echo] name: SecurityAPISigTest [echo] vehicle: servlet [echo] Building servlet vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_servlet_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_servlet_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: SecurityAPISigTest [echo] vehicle: jsp [echo] Building jsp vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.war [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_jsp_vehicle_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_jsp_vehicle_web.war [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] name: SecurityAPISigTest [echo] vehicle: appclient [echo] Building appclient vehicle [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/tmp Trying to override old definition of task component.clientjar [preservejar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_appclient_vehicle_client.jar [preservejar] com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest.class already added, skipping [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_appclient_vehicle_client.jar [preservejar] Updating jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_appclient_vehicle_client.jar [echo] Copying sun runtime file to dist [echo] about to sweep vehicle runtime [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src add.sigtest: [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_appclient_vehicle.ear [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_ejb_vehicle.ear [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_servlet_vehicle.ear [jar] Building jar: /home/jenkins/agent/workspace/saaj-tck-build/dist/com/sun/ts/tests/signaturetest/securityapi/SecurityAPISigTest_jsp_vehicle.ear build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/servlet [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/servlet build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/websocket [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/websocket build: [dosubdirs] Entering /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../src/com/sun/ts/tests/signaturetest/wsmd [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src signaturetest.compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/saaj-tck-build/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/wsmd build: build.all: BUILD SUCCESSFUL Total time: 1 minute 21 seconds + '[' jaxrs == saaj ']' + mkdir -p /home/jenkins/agent/workspace/saaj-tck-build/internal/docs/saaj + cp /home/jenkins/agent/workspace/saaj-tck-build/internal/docs/dtd/javadoc_assertions.dtd /home/jenkins/agent/workspace/saaj-tck-build/internal/docs/dtd/spec_assertions.dtd /home/jenkins/agent/workspace/saaj-tck-build/internal/docs/saaj/ + [[ '' == \E\F\T\L ]] + [[ '' == \e\f\t\l ]] + ant -f /home/jenkins/agent/workspace/saaj-tck-build/release/tools/build.xml -Ddeliverabledir=saaj -Dbasedir=/home/jenkins/agent/workspace/saaj-tck-build/release/tools -Dskip.createbom=true -Dskip.build=true -Dwebcontainer.home=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish -Dendorsed.dirs=/home/jenkins/agent/workspace/saaj-tck-build/glassfish5/glassfish/modules/endorsed saaj Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/saaj-tck-build/release/tools/build.xml [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src Trying to override old definition of datatype string has.override: no.override: saaj: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] setup: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src ts.version: [echo] deliverable name=saaj check.for.cancel.out: [echo] If this information is not correct, CTRL-C out of this build [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src check.bundle.dir: backup.bundle.dir: [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck [echo] bundle.dir=[../SAAJ_BUILD/build_28-May-2020/bundle] [echo] deliverable.bundle.dir=[../SAAJ_BUILD/build_28-May-2020/bundle/soap-tck] check.for.jakartaee.subset: [echo] XML File to call is saaj.xml build: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src init: [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/impl/glassfish [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/impl/none [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/lib [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/other [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/classes [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/dist [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/docs build: [copy] Copying 10 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/lib [copy] Copying 12 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml [copy] Copying 2 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/other [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/impl/glassfish [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/impl/none [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin [copy] Copying 117 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/docs [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src init: [mkdir] Created dir: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/impl/tomcat build: [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src copyinstall: [copy] Copying 12 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin [copy] Copying 5 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/docs [copy] Copying 58 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/lib [copy] Copying 72 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/impl/tomcat [copy] Copying 7 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/xml/impl/glassfish [copy] Copying 5 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/lib [copy] Copying 2 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src jte.cleanup: [props.sanitizer] WARNING==> No such file: ../SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/ts.jte [props.sanitizer] Sanitize process Not run! [copy] Copying 86 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/classes [copy] Copying 28 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/dist [copy] Copying 28 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/dist [copy] Copying 207 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src mvn: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] [INFO] Scanning for projects... [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 30 kB/s)[INFO] [exec] [INFO] -----------------------< org.glassfish:tck_saaj >----------------------- [exec] [INFO] Building Eclipse Foundation Technology Compatibility Kit User's Guide for SOAP with Attachaments API for Java (SAAJ) 1.4 for Jakarta EE, Release 1.4 1.4.0-SNAPSHOT [exec] [INFO] --------------------------------[ pom ]--------------------------------- [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 216 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 200 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 40 kB 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 970 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 1.9 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar [exec] Progress (1): 4.1/27 kB [exec] Progress (1): 7.7/27 kBProgress (1): 12/27 kB Progress (1): 16/27 kBProgress (1): 20/27 kBProgress (1): 24/27 kBProgress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 kB at 665 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.pom (8.2 kB at 58 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.jar [exec] Progress (1): 4.1/17 kB [exec] Progress (1): 7.7/17 kBProgress (1): 12/17 kB Progress (1): 16/17 kBProgress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/doc/glassfish-doc-maven-plugin/1.3/glassfish-doc-maven-plugin-1.3.jar (17 kB at 495 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/blazebit/jbake-maven-plugin/1.0.0/jbake-maven-plugin-1.0.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/blazebit/jbake-maven-plugin/1.0.0/jbake-maven-plugin-1.0.0.pom (9.8 kB at 240 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/blazebit/blazebit-parent/8/blazebit-parent-8.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/blazebit/blazebit-parent/8/blazebit-parent-8.pom (34 kB at 493 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/blazebit/jbake-maven-plugin/1.0.0/jbake-maven-plugin-1.0.0.jar [exec] Progress (1): 4.1/33 kB [exec] Progress (1): 7.7/33 kBProgress (1): 12/33 kB Progress (1): 16/33 kBProgress (1): 20/33 kBProgress (1): 24/33 kBProgress (1): 28/33 kBProgress (1): 32/33 kBProgress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/blazebit/jbake-maven-plugin/1.0.0/jbake-maven-plugin-1.0.0.jar (33 kB at 747 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.7.1/asciidoctor-maven-plugin-1.5.7.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.7.1/asciidoctor-maven-plugin-1.5.7.1.pom (20 kB at 312 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.7.1/asciidoctor-maven-plugin-1.5.7.1.jar [exec] Progress (1): 4.1/62 kB [exec] Progress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.7.1/asciidoctor-maven-plugin-1.5.7.1.jar (62 kB at 994 kB/s)[INFO] [exec] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tck_saaj --- [exec] 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 [exec] Progress (1): 1.6 kB [exec] 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 264 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 22 kB 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 3.2 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 32 kB 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 4.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.1 kB 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 683 kB/s)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 [exec] Progress (1): 3.8 kB [exec] 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 547 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kB 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 757 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.8 kB 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 845 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB 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 904 kB/s)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 [exec] Progress (1): 1.5 kB [exec] 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 61 kB/s)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 [exec] Progress (1): 2.8 kB [exec] 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 347 kB/s)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 [exec] Progress (1): 2.2 kB [exec] 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 64 kB/s)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 [exec] Progress (1): 3.2 kB [exec] 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 105 kB/s)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 [exec] Progress (1): 889 B [exec] 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 40 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.8 kB 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 292 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB 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 774 kB/s)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 [exec] Progress (1): 3.9 kB [exec] 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 136 kB/s)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 [exec] Progress (1): 492 B [exec] 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 45 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.7 kB 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 1.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [exec] Progress (1): 2.3 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 94 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [exec] Progress (1): 766 B [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 153 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [exec] Progress (1): 2.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 123 kB/s)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 [exec] Progress (1): 3.1 kB [exec] 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 447 kB/s)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 [exec] Progress (1): 2.2 kB [exec] 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 310 kB/s)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 [exec] Progress (1): 3.1 kB [exec] 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 82 kB/s)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 [exec] Progress (1): 1.9 kB [exec] 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 144 kB/s)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 [exec] Progress (1): 880 B [exec] 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 220 kB/s)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 [exec] Progress (1): 1.9 kB [exec] 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 161 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB 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 1.9 MB/s)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 [exec] Progress (1): 2.0 kB [exec] 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 280 kB/s)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 [exec] Progress (1): 1.9 kB [exec] 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 474 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.9 kB 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 417 kB/s)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 [exec] Progress (1): 3.0 kB [exec] 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 597 kB/s)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 [exec] Progress (1): 2.2 kB [exec] 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 136 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [exec] Progress (1): 1.9 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 265 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [exec] Progress (1): 1.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 240 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [exec] Progress (1): 2.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 255 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.0 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [exec] Progress (1): 1.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 33 kB/s)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 [exec] Progress (1): 3.5 kB [exec] 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 193 kB/s)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 [exec] Progress (1): 1.9 kB [exec] 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 316 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 9.0 kB 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 1.5 MB/s)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 [exec] Progress (1): 3.2 kB [exec] 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 645 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 8.2 kB 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 485 kB/s)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 [exec] Progress (1): 1.7 kB [exec] 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 285 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 798 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 3.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.5 kB 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 250 kB/s)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 [exec] Progress (1): 2.1 kB [exec] 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 172 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.1 kB 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 236 kB/s)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 [exec] Progress (1): 1.3 kB [exec] 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 180 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [exec] Progress (1): 3.3 kB [exec] 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 185 kB/s)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 [exec] Progress (1): 3.0 kB [exec] 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 494 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.8 kB 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 340 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 8.4 kB 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 1.2 MB/s)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 [exec] Progress (1): 2.1 kB [exec] 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 295 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 347 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom [exec] Progress (1): 2.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom (2.8 kB at 55 kB/s)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 [exec] Progress (1): 1.2 kB [exec] 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 5.4 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom [exec] Progress (1): 3.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom (3.7 kB at 161 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [exec] Progress (1): 3.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 16 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 8.7 kB 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 435 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 26 kB 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 3.8 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 1.8 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [exec] Progress (1): 3.1 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 523 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 57 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 84 kB/s)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 [exec] Progress (1): 2.8 kB [exec] 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 125 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.2 kB 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 707 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 17 kB 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 3.5 MB/s)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 [exec] Progress (1): 4.0 kB [exec] 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 202 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB 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 2.2 MB/s)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 [exec] Progress (1): 2.8 kB [exec] 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 140 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 19 kB 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 772 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [exec] Progress (1): 145 B [exec] 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 29 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.3 kB 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 137 kB/s)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 [exec] Progress (1): 2.5 kB [exec] 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 75 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [exec] Progress (1): 1.6 kB [exec] 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 82 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [exec] Progress (1): 1.2 kB [exec] 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 239 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [exec] Progress (1): 1.4 kB [exec] 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 471 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 121 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 340 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 4.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 2.4 MB/s)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 [exec] Progress (1): 815 B [exec] 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 163 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [exec] Progress (1): 2.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 34 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 526 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom [exec] Progress (1): 771 B [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 16 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [exec] Progress (1): 2.1 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 43 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.3 kB 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 1.0 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom [exec] Progress (1): 3.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (3.4 kB at 3.4 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (9.5 kB at 329 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [exec] Progress (1): 3.2 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 321 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [exec] Progress (1): 3.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 431 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 19 kB 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 1.9 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [exec] Progress (1): 1.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 347 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [exec] Progress (1): 2.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 674 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 19 kB 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 1.2 MB/s)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 [exec] 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 [exec] 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 [exec] 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 [exec] 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 [exec] Progress (1): 4.1/80 kB [exec] Progress (1): 7.7/80 kBProgress (1): 12/80 kB Progress (1): 16/80 kBProgress (1): 20/80 kBProgress (1): 24/80 kBProgress (1): 28/80 kBProgress (1): 32/80 kBProgress (1): 36/80 kBProgress (1): 40/80 kBProgress (1): 45/80 kBProgress (1): 49/80 kBProgress (1): 53/80 kBProgress (1): 57/80 kBProgress (1): 61/80 kBProgress (1): 65/80 kBProgress (1): 69/80 kBProgress (1): 73/80 kBProgress (1): 77/80 kBProgress (1): 80 kB Progress (2): 80 kB | 4.1/156 kBProgress (2): 80 kB | 7.7/156 kBProgress (2): 80 kB | 12/156 kB Progress (2): 80 kB | 16/156 kBProgress (2): 80 kB | 20/156 kBProgress (2): 80 kB | 24/156 kBProgress (2): 80 kB | 28/156 kBProgress (2): 80 kB | 32/156 kB 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)Progress (1): 36/156 kB [exec] 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.jarProgress (1): 40/156 kB [exec] Progress (1): 45/156 kBProgress (2): 45/156 kB | 4.1/35 kBProgress (2): 49/156 kB | 4.1/35 kBProgress (2): 49/156 kB | 7.7/35 kBProgress (2): 49/156 kB | 12/35 kB Progress (2): 49/156 kB | 16/35 kBProgress (2): 53/156 kB | 16/35 kBProgress (2): 53/156 kB | 20/35 kBProgress (2): 57/156 kB | 20/35 kBProgress (2): 57/156 kB | 24/35 kBProgress (2): 61/156 kB | 24/35 kBProgress (2): 61/156 kB | 28/35 kBProgress (2): 65/156 kB | 28/35 kBProgress (2): 65/156 kB | 32/35 kBProgress (2): 65/156 kB | 35 kB Progress (2): 69/156 kB | 35 kBProgress (2): 73/156 kB | 35 kBProgress (2): 77/156 kB | 35 kBProgress (2): 81/156 kB | 35 kBProgress (2): 85/156 kB | 35 kBProgress (2): 90/156 kB | 35 kBProgress (2): 94/156 kB | 35 kBProgress (2): 98/156 kB | 35 kB 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 752 kB/s)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 [exec] Progress (1): 102/156 kB [exec] Progress (1): 106/156 kBProgress (1): 110/156 kBProgress (1): 114/156 kBProgress (2): 114/156 kB | 4.1/12 kBProgress (2): 114/156 kB | 7.7/12 kBProgress (2): 114/156 kB | 12/12 kB Progress (2): 114/156 kB | 12 kB Progress (2): 118/156 kB | 12 kBProgress (2): 122/156 kB | 12 kBProgress (2): 126/156 kB | 12 kBProgress (2): 131/156 kB | 12 kBProgress (2): 135/156 kB | 12 kBProgress (3): 135/156 kB | 12 kB | 4.1/68 kBProgress (3): 139/156 kB | 12 kB | 4.1/68 kBProgress (3): 139/156 kB | 12 kB | 7.7/68 kBProgress (3): 143/156 kB | 12 kB | 7.7/68 kBProgress (3): 143/156 kB | 12 kB | 12/68 kB Progress (3): 147/156 kB | 12 kB | 12/68 kBProgress (3): 147/156 kB | 12 kB | 16/68 kBProgress (3): 151/156 kB | 12 kB | 16/68 kBProgress (3): 151/156 kB | 12 kB | 20/68 kBProgress (3): 155/156 kB | 12 kB | 20/68 kBProgress (3): 155/156 kB | 12 kB | 24/68 kBProgress (3): 156 kB | 12 kB | 24/68 kB Progress (3): 156 kB | 12 kB | 28/68 kBProgress (3): 156 kB | 12 kB | 32/68 kBProgress (3): 156 kB | 12 kB | 36/68 kBProgress (3): 156 kB | 12 kB | 40/68 kBProgress (3): 156 kB | 12 kB | 45/68 kBProgress (3): 156 kB | 12 kB | 49/68 kBProgress (3): 156 kB | 12 kB | 53/68 kBProgress (3): 156 kB | 12 kB | 57/68 kBProgress (3): 156 kB | 12 kB | 61/68 kBProgress (3): 156 kB | 12 kB | 65/68 kBProgress (3): 156 kB | 12 kB | 68 kB 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 2.8 MB/s)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 [exec] 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 1.2 MB/s) [exec] 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 [exec] 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 210 kB/s) [exec] 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 [exec] Progress (1): 4.1/30 kB [exec] Progress (2): 4.1/30 kB | 4.1/332 kBProgress (2): 7.7/30 kB | 4.1/332 kBProgress (2): 7.7/30 kB | 7.7/332 kBProgress (2): 12/30 kB | 7.7/332 kB Progress (2): 12/30 kB | 12/332 kB Progress (2): 16/30 kB | 12/332 kBProgress (2): 16/30 kB | 16/332 kBProgress (2): 16/30 kB | 20/332 kBProgress (2): 20/30 kB | 20/332 kBProgress (3): 20/30 kB | 20/332 kB | 4.1/88 kBProgress (3): 20/30 kB | 24/332 kB | 4.1/88 kBProgress (3): 24/30 kB | 24/332 kB | 4.1/88 kBProgress (3): 24/30 kB | 28/332 kB | 4.1/88 kBProgress (3): 24/30 kB | 28/332 kB | 7.7/88 kBProgress (3): 24/30 kB | 32/332 kB | 7.7/88 kBProgress (3): 28/30 kB | 32/332 kB | 7.7/88 kBProgress (3): 28/30 kB | 32/332 kB | 12/88 kB Progress (3): 30 kB | 32/332 kB | 12/88 kB Progress (3): 30 kB | 32/332 kB | 16/88 kBProgress (4): 30 kB | 32/332 kB | 16/88 kB | 4.1/49 kBProgress (4): 30 kB | 36/332 kB | 16/88 kB | 4.1/49 kBProgress (4): 30 kB | 36/332 kB | 16/88 kB | 7.7/49 kBProgress (4): 30 kB | 40/332 kB | 16/88 kB | 7.7/49 kBProgress (4): 30 kB | 40/332 kB | 20/88 kB | 7.7/49 kBProgress (4): 30 kB | 45/332 kB | 20/88 kB | 7.7/49 kBProgress (4): 30 kB | 45/332 kB | 20/88 kB | 12/49 kB Progress (4): 30 kB | 49/332 kB | 20/88 kB | 12/49 kBProgress (4): 30 kB | 49/332 kB | 24/88 kB | 12/49 kBProgress (4): 30 kB | 49/332 kB | 24/88 kB | 16/49 kBProgress (4): 30 kB | 49/332 kB | 28/88 kB | 16/49 kBProgress (4): 30 kB | 49/332 kB | 32/88 kB | 16/49 kBProgress (4): 30 kB | 53/332 kB | 32/88 kB | 16/49 kBProgress (4): 30 kB | 53/332 kB | 32/88 kB | 20/49 kBProgress (4): 30 kB | 57/332 kB | 32/88 kB | 20/49 kBProgress (4): 30 kB | 57/332 kB | 32/88 kB | 24/49 kB 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 450 kB/s)Progress (3): 57/332 kB | 36/88 kB | 24/49 kB [exec] Progress (3): 57/332 kB | 36/88 kB | 28/49 kBProgress (3): 61/332 kB | 36/88 kB | 28/49 kBProgress (3): 61/332 kB | 36/88 kB | 32/49 kBProgress (3): 61/332 kB | 40/88 kB | 32/49 kB 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.jarProgress (3): 61/332 kB | 45/88 kB | 32/49 kB [exec] Progress (3): 65/332 kB | 45/88 kB | 32/49 kBProgress (3): 65/332 kB | 49/88 kB | 32/49 kBProgress (3): 65/332 kB | 49/88 kB | 36/49 kBProgress (3): 65/332 kB | 49/88 kB | 40/49 kBProgress (3): 65/332 kB | 49/88 kB | 45/49 kBProgress (3): 69/332 kB | 49/88 kB | 45/49 kBProgress (3): 69/332 kB | 49/88 kB | 49/49 kBProgress (3): 73/332 kB | 49/88 kB | 49/49 kBProgress (3): 73/332 kB | 49/88 kB | 49 kB Progress (3): 73/332 kB | 53/88 kB | 49 kBProgress (3): 77/332 kB | 53/88 kB | 49 kBProgress (3): 81/332 kB | 53/88 kB | 49 kBProgress (3): 85/332 kB | 53/88 kB | 49 kBProgress (4): 85/332 kB | 53/88 kB | 49 kB | 4.1/194 kBProgress (4): 85/332 kB | 53/88 kB | 49 kB | 7.7/194 kBProgress (4): 85/332 kB | 53/88 kB | 49 kB | 12/194 kB Progress (4): 85/332 kB | 53/88 kB | 49 kB | 16/194 kBProgress (4): 90/332 kB | 53/88 kB | 49 kB | 16/194 kBProgress (5): 90/332 kB | 53/88 kB | 49 kB | 16/194 kB | 4.1/51 kBProgress (5): 90/332 kB | 57/88 kB | 49 kB | 16/194 kB | 4.1/51 kBProgress (5): 90/332 kB | 57/88 kB | 49 kB | 16/194 kB | 7.7/51 kBProgress (5): 94/332 kB | 57/88 kB | 49 kB | 16/194 kB | 7.7/51 kBProgress (5): 94/332 kB | 57/88 kB | 49 kB | 16/194 kB | 12/51 kB Progress (5): 94/332 kB | 57/88 kB | 49 kB | 20/194 kB | 12/51 kBProgress (5): 94/332 kB | 61/88 kB | 49 kB | 20/194 kB | 12/51 kB 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 383 kB/s)Progress (4): 94/332 kB | 65/88 kB | 20/194 kB | 12/51 kB [exec] Progress (4): 94/332 kB | 65/88 kB | 24/194 kB | 12/51 kBProgress (4): 94/332 kB | 65/88 kB | 24/194 kB | 16/51 kBProgress (4): 98/332 kB | 65/88 kB | 24/194 kB | 16/51 kBProgress (4): 98/332 kB | 65/88 kB | 28/194 kB | 16/51 kB 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.jarProgress (4): 98/332 kB | 65/88 kB | 28/194 kB | 20/51 kB [exec] Progress (4): 98/332 kB | 65/88 kB | 32/194 kB | 20/51 kBProgress (4): 98/332 kB | 69/88 kB | 32/194 kB | 20/51 kBProgress (4): 98/332 kB | 69/88 kB | 32/194 kB | 24/51 kBProgress (4): 102/332 kB | 69/88 kB | 32/194 kB | 24/51 kBProgress (4): 102/332 kB | 69/88 kB | 32/194 kB | 28/51 kBProgress (4): 102/332 kB | 73/88 kB | 32/194 kB | 28/51 kBProgress (4): 102/332 kB | 73/88 kB | 32/194 kB | 32/51 kBProgress (4): 102/332 kB | 73/88 kB | 36/194 kB | 32/51 kBProgress (4): 106/332 kB | 73/88 kB | 36/194 kB | 32/51 kBProgress (4): 106/332 kB | 73/88 kB | 40/194 kB | 32/51 kBProgress (4): 106/332 kB | 77/88 kB | 40/194 kB | 32/51 kBProgress (4): 106/332 kB | 77/88 kB | 45/194 kB | 32/51 kBProgress (4): 110/332 kB | 77/88 kB | 45/194 kB | 32/51 kBProgress (4): 110/332 kB | 77/88 kB | 49/194 kB | 32/51 kBProgress (4): 110/332 kB | 81/88 kB | 49/194 kB | 32/51 kBProgress (4): 110/332 kB | 81/88 kB | 49/194 kB | 36/51 kBProgress (4): 114/332 kB | 81/88 kB | 49/194 kB | 36/51 kBProgress (4): 114/332 kB | 81/88 kB | 49/194 kB | 40/51 kBProgress (4): 114/332 kB | 85/88 kB | 49/194 kB | 40/51 kBProgress (4): 114/332 kB | 85/88 kB | 49/194 kB | 45/51 kBProgress (4): 114/332 kB | 85/88 kB | 53/194 kB | 45/51 kBProgress (4): 114/332 kB | 85/88 kB | 53/194 kB | 49/51 kBProgress (4): 118/332 kB | 85/88 kB | 53/194 kB | 49/51 kBProgress (4): 118/332 kB | 88 kB | 53/194 kB | 49/51 kB Progress (4): 122/332 kB | 88 kB | 53/194 kB | 49/51 kBProgress (4): 122/332 kB | 88 kB | 53/194 kB | 51 kB Progress (4): 122/332 kB | 88 kB | 57/194 kB | 51 kBProgress (4): 126/332 kB | 88 kB | 57/194 kB | 51 kBProgress (4): 126/332 kB | 88 kB | 61/194 kB | 51 kBProgress (4): 131/332 kB | 88 kB | 61/194 kB | 51 kBProgress (4): 131/332 kB | 88 kB | 65/194 kB | 51 kBProgress (4): 135/332 kB | 88 kB | 65/194 kB | 51 kBProgress (4): 135/332 kB | 88 kB | 69/194 kB | 51 kBProgress (4): 139/332 kB | 88 kB | 69/194 kB | 51 kBProgress (4): 139/332 kB | 88 kB | 73/194 kB | 51 kBProgress (4): 143/332 kB | 88 kB | 73/194 kB | 51 kBProgress (4): 143/332 kB | 88 kB | 77/194 kB | 51 kBProgress (4): 147/332 kB | 88 kB | 77/194 kB | 51 kBProgress (4): 147/332 kB | 88 kB | 81/194 kB | 51 kBProgress (4): 151/332 kB | 88 kB | 81/194 kB | 51 kBProgress (4): 155/332 kB | 88 kB | 81/194 kB | 51 kBProgress (4): 155/332 kB | 88 kB | 85/194 kB | 51 kBProgress (4): 159/332 kB | 88 kB | 85/194 kB | 51 kBProgress (4): 159/332 kB | 88 kB | 90/194 kB | 51 kBProgress (4): 163/332 kB | 88 kB | 90/194 kB | 51 kBProgress (4): 163/332 kB | 88 kB | 94/194 kB | 51 kBProgress (4): 163/332 kB | 88 kB | 98/194 kB | 51 kBProgress (4): 167/332 kB | 88 kB | 98/194 kB | 51 kBProgress (4): 167/332 kB | 88 kB | 102/194 kB | 51 kBProgress (4): 171/332 kB | 88 kB | 102/194 kB | 51 kBProgress (4): 171/332 kB | 88 kB | 106/194 kB | 51 kBProgress (4): 176/332 kB | 88 kB | 106/194 kB | 51 kBProgress (4): 176/332 kB | 88 kB | 110/194 kB | 51 kBProgress (4): 180/332 kB | 88 kB | 110/194 kB | 51 kBProgress (4): 180/332 kB | 88 kB | 114/194 kB | 51 kBProgress (4): 184/332 kB | 88 kB | 114/194 kB | 51 kBProgress (4): 188/332 kB | 88 kB | 114/194 kB | 51 kBProgress (4): 188/332 kB | 88 kB | 118/194 kB | 51 kBProgress (4): 192/332 kB | 88 kB | 118/194 kB | 51 kBProgress (4): 192/332 kB | 88 kB | 122/194 kB | 51 kBProgress (4): 196/332 kB | 88 kB | 122/194 kB | 51 kBProgress (4): 196/332 kB | 88 kB | 126/194 kB | 51 kBProgress (4): 196/332 kB | 88 kB | 131/194 kB | 51 kBProgress (4): 200/332 kB | 88 kB | 131/194 kB | 51 kBProgress (4): 204/332 kB | 88 kB | 131/194 kB | 51 kBProgress (4): 204/332 kB | 88 kB | 135/194 kB | 51 kBProgress (4): 208/332 kB | 88 kB | 135/194 kB | 51 kBProgress (4): 208/332 kB | 88 kB | 139/194 kB | 51 kBProgress (4): 212/332 kB | 88 kB | 139/194 kB | 51 kBProgress (4): 212/332 kB | 88 kB | 143/194 kB | 51 kBProgress (4): 212/332 kB | 88 kB | 147/194 kB | 51 kBProgress (4): 217/332 kB | 88 kB | 147/194 kB | 51 kBProgress (4): 221/332 kB | 88 kB | 147/194 kB | 51 kBProgress (4): 221/332 kB | 88 kB | 151/194 kB | 51 kBProgress (4): 225/332 kB | 88 kB | 151/194 kB | 51 kBProgress (4): 225/332 kB | 88 kB | 155/194 kB | 51 kBProgress (4): 229/332 kB | 88 kB | 155/194 kB | 51 kBProgress (4): 229/332 kB | 88 kB | 159/194 kB | 51 kBProgress (4): 229/332 kB | 88 kB | 163/194 kB | 51 kBProgress (4): 233/332 kB | 88 kB | 163/194 kB | 51 kBProgress (4): 237/332 kB | 88 kB | 163/194 kB | 51 kBProgress (4): 241/332 kB | 88 kB | 163/194 kB | 51 kBProgress (4): 241/332 kB | 88 kB | 167/194 kB | 51 kBProgress (4): 245/332 kB | 88 kB | 167/194 kB | 51 kBProgress (5): 245/332 kB | 88 kB | 167/194 kB | 51 kB | 4.1/178 kBProgress (5): 245/332 kB | 88 kB | 171/194 kB | 51 kB | 4.1/178 kBProgress (5): 245/332 kB | 88 kB | 171/194 kB | 51 kB | 7.7/178 kBProgress (5): 249/332 kB | 88 kB | 171/194 kB | 51 kB | 7.7/178 kB 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 344 kB/s)Progress (4): 249/332 kB | 88 kB | 176/194 kB | 7.7/178 kB [exec] 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.jarDownloaded 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 588 kB/s) [exec] Progress (3): 253/332 kB | 176/194 kB | 7.7/178 kB [exec] Progress (3): 253/332 kB | 176/194 kB | 12/178 kB Progress (3): 258/332 kB | 176/194 kB | 12/178 kB 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.jarProgress (3): 258/332 kB | 180/194 kB | 12/178 kB [exec] Progress (3): 262/332 kB | 180/194 kB | 12/178 kBProgress (3): 262/332 kB | 180/194 kB | 16/178 kBProgress (3): 266/332 kB | 180/194 kB | 16/178 kBProgress (3): 266/332 kB | 184/194 kB | 16/178 kBProgress (3): 270/332 kB | 184/194 kB | 16/178 kBProgress (3): 270/332 kB | 184/194 kB | 20/178 kBProgress (3): 274/332 kB | 184/194 kB | 20/178 kBProgress (3): 274/332 kB | 188/194 kB | 20/178 kBProgress (3): 278/332 kB | 188/194 kB | 20/178 kBProgress (3): 278/332 kB | 188/194 kB | 24/178 kBProgress (3): 278/332 kB | 192/194 kB | 24/178 kBProgress (3): 278/332 kB | 192/194 kB | 28/178 kBProgress (3): 278/332 kB | 194 kB | 28/178 kB Progress (3): 278/332 kB | 194 kB | 32/178 kBProgress (3): 282/332 kB | 194 kB | 32/178 kBProgress (3): 286/332 kB | 194 kB | 32/178 kBProgress (3): 290/332 kB | 194 kB | 32/178 kBProgress (3): 294/332 kB | 194 kB | 32/178 kBProgress (3): 294/332 kB | 194 kB | 36/178 kBProgress (3): 294/332 kB | 194 kB | 40/178 kBProgress (3): 298/332 kB | 194 kB | 40/178 kBProgress (3): 298/332 kB | 194 kB | 45/178 kBProgress (3): 303/332 kB | 194 kB | 45/178 kBProgress (3): 303/332 kB | 194 kB | 49/178 kBProgress (3): 307/332 kB | 194 kB | 49/178 kBProgress (3): 311/332 kB | 194 kB | 49/178 kB 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 1.3 MB/s)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.jar [exec] Progress (2): 311/332 kB | 53/178 kB [exec] Progress (2): 315/332 kB | 53/178 kBProgress (2): 315/332 kB | 57/178 kBProgress (2): 319/332 kB | 57/178 kBProgress (2): 319/332 kB | 61/178 kBProgress (2): 323/332 kB | 61/178 kBProgress (2): 323/332 kB | 65/178 kBProgress (2): 327/332 kB | 65/178 kBProgress (2): 331/332 kB | 65/178 kBProgress (2): 332 kB | 65/178 kB Progress (2): 332 kB | 69/178 kBProgress (2): 332 kB | 73/178 kBProgress (3): 332 kB | 73/178 kB | 4.1/8.8 kBProgress (3): 332 kB | 77/178 kB | 4.1/8.8 kBProgress (3): 332 kB | 77/178 kB | 7.7/8.8 kBProgress (3): 332 kB | 81/178 kB | 7.7/8.8 kBProgress (4): 332 kB | 81/178 kB | 7.7/8.8 kB | 4.1/22 kBProgress (4): 332 kB | 81/178 kB | 8.8 kB | 4.1/22 kB Progress (4): 332 kB | 81/178 kB | 8.8 kB | 7.7/22 kBProgress (4): 332 kB | 81/178 kB | 8.8 kB | 12/22 kB Progress (4): 332 kB | 85/178 kB | 8.8 kB | 12/22 kBProgress (4): 332 kB | 85/178 kB | 8.8 kB | 16/22 kBProgress (4): 332 kB | 90/178 kB | 8.8 kB | 16/22 kB 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 2.1 MB/s)Progress (3): 90/178 kB | 8.8 kB | 20/22 kB [exec] Progress (3): 94/178 kB | 8.8 kB | 20/22 kBProgress (3): 94/178 kB | 8.8 kB | 22 kB 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.jarProgress (3): 98/178 kB | 8.8 kB | 22 kB [exec] Progress (3): 102/178 kB | 8.8 kB | 22 kBProgress (3): 106/178 kB | 8.8 kB | 22 kBProgress (3): 110/178 kB | 8.8 kB | 22 kBProgress (3): 114/178 kB | 8.8 kB | 22 kBProgress (3): 118/178 kB | 8.8 kB | 22 kBProgress (3): 122/178 kB | 8.8 kB | 22 kBProgress (3): 126/178 kB | 8.8 kB | 22 kBProgress (3): 131/178 kB | 8.8 kB | 22 kBProgress (3): 135/178 kB | 8.8 kB | 22 kBProgress (4): 135/178 kB | 8.8 kB | 22 kB | 4.1/22 kBProgress (5): 135/178 kB | 8.8 kB | 22 kB | 4.1/22 kB | 4.1/17 kBProgress (5): 139/178 kB | 8.8 kB | 22 kB | 4.1/22 kB | 4.1/17 kBProgress (5): 139/178 kB | 8.8 kB | 22 kB | 4.1/22 kB | 7.7/17 kBProgress (5): 139/178 kB | 8.8 kB | 22 kB | 7.7/22 kB | 7.7/17 kBProgress (5): 139/178 kB | 8.8 kB | 22 kB | 7.7/22 kB | 12/17 kB Progress (5): 143/178 kB | 8.8 kB | 22 kB | 7.7/22 kB | 12/17 kBProgress (5): 143/178 kB | 8.8 kB | 22 kB | 7.7/22 kB | 16/17 kBProgress (5): 143/178 kB | 8.8 kB | 22 kB | 12/22 kB | 16/17 kB Progress (5): 143/178 kB | 8.8 kB | 22 kB | 12/22 kB | 17 kB Progress (5): 147/178 kB | 8.8 kB | 22 kB | 12/22 kB | 17 kBProgress (5): 147/178 kB | 8.8 kB | 22 kB | 16/22 kB | 17 kBProgress (5): 147/178 kB | 8.8 kB | 22 kB | 20/22 kB | 17 kBProgress (5): 151/178 kB | 8.8 kB | 22 kB | 20/22 kB | 17 kBProgress (5): 151/178 kB | 8.8 kB | 22 kB | 22 kB | 17 kB Progress (5): 155/178 kB | 8.8 kB | 22 kB | 22 kB | 17 kBProgress (5): 159/178 kB | 8.8 kB | 22 kB | 22 kB | 17 kBProgress (5): 163/178 kB | 8.8 kB | 22 kB | 22 kB | 17 kBProgress (5): 167/178 kB | 8.8 kB | 22 kB | 22 kB | 17 kBProgress (5): 171/178 kB | 8.8 kB | 22 kB | 22 kB | 17 kBProgress (5): 176/178 kB | 8.8 kB | 22 kB | 22 kB | 17 kBProgress (5): 178 kB | 8.8 kB | 22 kB | 22 kB | 17 kB 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.jar (22 kB at 129 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [exec] 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.jar (8.8 kB at 51 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [exec] 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.jar (22 kB at 127 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [exec] 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.jar (178 kB at 999 kB/s) [exec] 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 [exec] 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.jar (17 kB at 93 kB/s) [exec] 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.jar [exec] Progress (1): 4.1/13 kB [exec] Progress (2): 4.1/13 kB | 4.1/11 kBProgress (3): 4.1/13 kB | 4.1/11 kB | 4.1/9.8 kBProgress (3): 7.7/13 kB | 4.1/11 kB | 4.1/9.8 kBProgress (3): 7.7/13 kB | 7.7/11 kB | 4.1/9.8 kBProgress (3): 12/13 kB | 7.7/11 kB | 4.1/9.8 kB Progress (3): 12/13 kB | 7.7/11 kB | 7.7/9.8 kBProgress (3): 13 kB | 7.7/11 kB | 7.7/9.8 kB Progress (3): 13 kB | 11 kB | 7.7/9.8 kB Progress (4): 13 kB | 11 kB | 7.7/9.8 kB | 4.1/26 kBProgress (4): 13 kB | 11 kB | 9.8 kB | 4.1/26 kB Progress (4): 13 kB | 11 kB | 9.8 kB | 7.7/26 kBProgress (4): 13 kB | 11 kB | 9.8 kB | 12/26 kB Progress (4): 13 kB | 11 kB | 9.8 kB | 16/26 kBProgress (4): 13 kB | 11 kB | 9.8 kB | 20/26 kBProgress (4): 13 kB | 11 kB | 9.8 kB | 24/26 kBProgress (4): 13 kB | 11 kB | 9.8 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 48 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [exec] Progress (4): 13 kB | 9.8 kB | 26 kB | 4.1/13 kB [exec] Progress (4): 13 kB | 9.8 kB | 26 kB | 7.7/13 kBProgress (4): 13 kB | 9.8 kB | 26 kB | 12/13 kB Progress (4): 13 kB | 9.8 kB | 26 kB | 13 kB Progress (5): 13 kB | 9.8 kB | 26 kB | 13 kB | 4.1/41 kBProgress (5): 13 kB | 9.8 kB | 26 kB | 13 kB | 7.7/41 kBProgress (5): 13 kB | 9.8 kB | 26 kB | 13 kB | 12/41 kB Progress (5): 13 kB | 9.8 kB | 26 kB | 13 kB | 16/41 kBProgress (5): 13 kB | 9.8 kB | 26 kB | 13 kB | 20/41 kBProgress (5): 13 kB | 9.8 kB | 26 kB | 13 kB | 24/41 kBProgress (5): 13 kB | 9.8 kB | 26 kB | 13 kB | 28/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 53 kB/s)Progress (4): 9.8 kB | 26 kB | 13 kB | 32/41 kB [exec] 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.jarProgress (4): 9.8 kB | 26 kB | 13 kB | 36/41 kB [exec] Progress (4): 9.8 kB | 26 kB | 13 kB | 40/41 kBProgress (4): 9.8 kB | 26 kB | 13 kB | 41 kB 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 105 kB/s)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 [exec] Progress (4): 9.8 kB | 13 kB | 41 kB | 4.1/39 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 167 kB/s)Progress (3): 9.8 kB | 13 kB | 7.7/39 kB [exec] 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.jarProgress (3): 9.8 kB | 13 kB | 12/39 kB [exec] Progress (3): 9.8 kB | 13 kB | 16/39 kBProgress (3): 9.8 kB | 13 kB | 20/39 kBProgress (3): 9.8 kB | 13 kB | 24/39 kBProgress (3): 9.8 kB | 13 kB | 28/39 kBProgress (3): 9.8 kB | 13 kB | 32/39 kBProgress (4): 9.8 kB | 13 kB | 32/39 kB | 4.1/13 kBProgress (4): 9.8 kB | 13 kB | 36/39 kB | 4.1/13 kB 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.jar (13 kB at 52 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [exec] Progress (3): 9.8 kB | 39 kB | 4.1/13 kB [exec] Progress (3): 9.8 kB | 39 kB | 7.7/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 39 kB/s)Progress (2): 39 kB | 12/13 kB [exec] 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.jarProgress (2): 39 kB | 13 kB [exec] Progress (3): 39 kB | 13 kB | 4.1/38 kB 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.jar (39 kB at 155 kB/s)Progress (2): 13 kB | 7.7/38 kB [exec] 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.jarProgress (2): 13 kB | 12/38 kB [exec] Progress (2): 13 kB | 16/38 kBProgress (3): 13 kB | 16/38 kB | 4.1/29 kBProgress (3): 13 kB | 16/38 kB | 7.7/29 kBProgress (3): 13 kB | 16/38 kB | 12/29 kB Progress (3): 13 kB | 16/38 kB | 16/29 kBProgress (3): 13 kB | 20/38 kB | 16/29 kBProgress (3): 13 kB | 24/38 kB | 16/29 kBProgress (3): 13 kB | 28/38 kB | 16/29 kBProgress (3): 13 kB | 28/38 kB | 20/29 kBProgress (3): 13 kB | 32/38 kB | 20/29 kBProgress (3): 13 kB | 32/38 kB | 24/29 kBProgress (3): 13 kB | 32/38 kB | 28/29 kBProgress (3): 13 kB | 36/38 kB | 28/29 kBProgress (4): 13 kB | 36/38 kB | 28/29 kB | 4.1/13 kBProgress (4): 13 kB | 36/38 kB | 29 kB | 4.1/13 kB Progress (4): 13 kB | 36/38 kB | 29 kB | 7.7/13 kBProgress (4): 13 kB | 38 kB | 29 kB | 7.7/13 kB Progress (4): 13 kB | 38 kB | 29 kB | 12/13 kB Progress (4): 13 kB | 38 kB | 29 kB | 13 kB 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 52 kB/s)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 110 kB/s) [exec] 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 146 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [exec] 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.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar [exec] Progress (2): 13 kB | 4.1/245 kB [exec] Progress (2): 13 kB | 7.7/245 kBProgress (2): 13 kB | 12/245 kB Progress (2): 13 kB | 16/245 kBProgress (2): 13 kB | 20/245 kB 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 51 kB/s)Progress (1): 24/245 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jarProgress (1): 28/245 kB [exec] Progress (1): 32/245 kBProgress (1): 36/245 kBProgress (1): 40/245 kBProgress (1): 45/245 kBProgress (1): 49/245 kBProgress (1): 53/245 kBProgress (1): 57/245 kBProgress (1): 61/245 kBProgress (1): 65/245 kBProgress (1): 69/245 kBProgress (1): 73/245 kBProgress (1): 77/245 kBProgress (1): 81/245 kBProgress (1): 85/245 kBProgress (1): 90/245 kBProgress (1): 94/245 kBProgress (1): 98/245 kBProgress (1): 102/245 kBProgress (1): 106/245 kBProgress (1): 110/245 kBProgress (1): 114/245 kBProgress (1): 118/245 kBProgress (1): 122/245 kBProgress (1): 126/245 kBProgress (1): 131/245 kBProgress (2): 131/245 kB | 4.1/11 kBProgress (2): 131/245 kB | 7.7/11 kBProgress (2): 131/245 kB | 11 kB Progress (2): 135/245 kB | 11 kBProgress (2): 139/245 kB | 11 kBProgress (2): 143/245 kB | 11 kBProgress (2): 147/245 kB | 11 kBProgress (2): 151/245 kB | 11 kBProgress (2): 155/245 kB | 11 kBProgress (2): 159/245 kB | 11 kBProgress (2): 163/245 kB | 11 kBProgress (3): 163/245 kB | 11 kB | 4.1/245 kBProgress (3): 163/245 kB | 11 kB | 7.7/245 kBProgress (3): 163/245 kB | 11 kB | 12/245 kB Progress (3): 163/245 kB | 11 kB | 16/245 kBProgress (3): 167/245 kB | 11 kB | 16/245 kBProgress (3): 171/245 kB | 11 kB | 16/245 kBProgress (3): 176/245 kB | 11 kB | 16/245 kBProgress (3): 180/245 kB | 11 kB | 16/245 kBProgress (3): 180/245 kB | 11 kB | 20/245 kBProgress (3): 180/245 kB | 11 kB | 24/245 kBProgress (3): 180/245 kB | 11 kB | 28/245 kBProgress (3): 180/245 kB | 11 kB | 32/245 kBProgress (3): 184/245 kB | 11 kB | 32/245 kBProgress (3): 188/245 kB | 11 kB | 32/245 kBProgress (3): 192/245 kB | 11 kB | 32/245 kBProgress (3): 196/245 kB | 11 kB | 32/245 kBProgress (3): 196/245 kB | 11 kB | 36/245 kBProgress (3): 196/245 kB | 11 kB | 40/245 kBProgress (3): 196/245 kB | 11 kB | 45/245 kBProgress (3): 196/245 kB | 11 kB | 49/245 kBProgress (3): 200/245 kB | 11 kB | 49/245 kBProgress (3): 204/245 kB | 11 kB | 49/245 kBProgress (3): 208/245 kB | 11 kB | 49/245 kBProgress (3): 208/245 kB | 11 kB | 53/245 kBProgress (3): 212/245 kB | 11 kB | 53/245 kBProgress (4): 212/245 kB | 11 kB | 53/245 kB | 4.1/99 kBProgress (4): 212/245 kB | 11 kB | 57/245 kB | 4.1/99 kBProgress (4): 212/245 kB | 11 kB | 57/245 kB | 7.7/99 kBProgress (4): 212/245 kB | 11 kB | 61/245 kB | 7.7/99 kBProgress (4): 212/245 kB | 11 kB | 61/245 kB | 12/99 kB Progress (4): 212/245 kB | 11 kB | 65/245 kB | 12/99 kBProgress (4): 217/245 kB | 11 kB | 65/245 kB | 12/99 kBProgress (4): 217/245 kB | 11 kB | 65/245 kB | 16/99 kBProgress (4): 221/245 kB | 11 kB | 65/245 kB | 16/99 kBProgress (5): 221/245 kB | 11 kB | 65/245 kB | 16/99 kB | 4.1/10 kBProgress (5): 225/245 kB | 11 kB | 65/245 kB | 16/99 kB | 4.1/10 kBProgress (5): 229/245 kB | 11 kB | 65/245 kB | 16/99 kB | 4.1/10 kBProgress (5): 229/245 kB | 11 kB | 69/245 kB | 16/99 kB | 4.1/10 kBProgress (5): 229/245 kB | 11 kB | 69/245 kB | 16/99 kB | 7.7/10 kBProgress (5): 229/245 kB | 11 kB | 73/245 kB | 16/99 kB | 7.7/10 kBProgress (5): 233/245 kB | 11 kB | 73/245 kB | 16/99 kB | 7.7/10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 35 kB/s)Progress (4): 233/245 kB | 73/245 kB | 20/99 kB | 7.7/10 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jarProgress (4): 237/245 kB | 73/245 kB | 20/99 kB | 7.7/10 kB [exec] Progress (4): 237/245 kB | 77/245 kB | 20/99 kB | 7.7/10 kBProgress (4): 237/245 kB | 77/245 kB | 20/99 kB | 10 kB Progress (4): 237/245 kB | 81/245 kB | 20/99 kB | 10 kBProgress (4): 241/245 kB | 81/245 kB | 20/99 kB | 10 kBProgress (4): 241/245 kB | 81/245 kB | 24/99 kB | 10 kBProgress (4): 245 kB | 81/245 kB | 24/99 kB | 10 kB Progress (4): 245 kB | 81/245 kB | 28/99 kB | 10 kBProgress (4): 245 kB | 85/245 kB | 28/99 kB | 10 kBProgress (4): 245 kB | 85/245 kB | 32/99 kB | 10 kBProgress (4): 245 kB | 90/245 kB | 32/99 kB | 10 kBProgress (4): 245 kB | 94/245 kB | 32/99 kB | 10 kBProgress (4): 245 kB | 98/245 kB | 32/99 kB | 10 kBProgress (4): 245 kB | 102/245 kB | 32/99 kB | 10 kBProgress (4): 245 kB | 106/245 kB | 32/99 kB | 10 kBProgress (4): 245 kB | 110/245 kB | 32/99 kB | 10 kB 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.jar (245 kB at 747 kB/s)Progress (3): 114/245 kB | 32/99 kB | 10 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jarProgress (3): 118/245 kB | 32/99 kB | 10 kB [exec] Progress (3): 122/245 kB | 32/99 kB | 10 kBProgress (3): 126/245 kB | 32/99 kB | 10 kBProgress (3): 131/245 kB | 32/99 kB | 10 kBProgress (3): 135/245 kB | 32/99 kB | 10 kBProgress (3): 139/245 kB | 32/99 kB | 10 kBProgress (3): 143/245 kB | 32/99 kB | 10 kBProgress (3): 147/245 kB | 32/99 kB | 10 kBProgress (3): 151/245 kB | 32/99 kB | 10 kBProgress (3): 155/245 kB | 32/99 kB | 10 kBProgress (3): 159/245 kB | 32/99 kB | 10 kBProgress (4): 159/245 kB | 32/99 kB | 10 kB | 4.1/282 kBProgress (4): 163/245 kB | 32/99 kB | 10 kB | 4.1/282 kBProgress (4): 163/245 kB | 32/99 kB | 10 kB | 7.7/282 kBProgress (4): 163/245 kB | 32/99 kB | 10 kB | 12/282 kB Progress (4): 167/245 kB | 32/99 kB | 10 kB | 12/282 kBProgress (4): 167/245 kB | 32/99 kB | 10 kB | 16/282 kBProgress (4): 171/245 kB | 32/99 kB | 10 kB | 16/282 kBProgress (4): 176/245 kB | 32/99 kB | 10 kB | 16/282 kBProgress (4): 180/245 kB | 32/99 kB | 10 kB | 16/282 kBProgress (4): 184/245 kB | 32/99 kB | 10 kB | 16/282 kBProgress (4): 184/245 kB | 32/99 kB | 10 kB | 20/282 kBProgress (4): 188/245 kB | 32/99 kB | 10 kB | 20/282 kBProgress (4): 188/245 kB | 32/99 kB | 10 kB | 24/282 kBProgress (4): 192/245 kB | 32/99 kB | 10 kB | 24/282 kBProgress (4): 192/245 kB | 32/99 kB | 10 kB | 28/282 kB 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.jar (10 kB at 31 kB/s)Progress (3): 196/245 kB | 32/99 kB | 28/282 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jarProgress (3): 196/245 kB | 32/99 kB | 32/282 kB [exec] Progress (3): 200/245 kB | 32/99 kB | 32/282 kBProgress (4): 200/245 kB | 32/99 kB | 32/282 kB | 4.1/32 kBProgress (4): 204/245 kB | 32/99 kB | 32/282 kB | 4.1/32 kBProgress (4): 204/245 kB | 32/99 kB | 32/282 kB | 7.7/32 kBProgress (4): 208/245 kB | 32/99 kB | 32/282 kB | 7.7/32 kBProgress (4): 208/245 kB | 32/99 kB | 32/282 kB | 12/32 kB Progress (4): 212/245 kB | 32/99 kB | 32/282 kB | 12/32 kBProgress (4): 212/245 kB | 32/99 kB | 32/282 kB | 16/32 kBProgress (4): 212/245 kB | 32/99 kB | 36/282 kB | 16/32 kBProgress (4): 212/245 kB | 32/99 kB | 40/282 kB | 16/32 kBProgress (4): 217/245 kB | 32/99 kB | 40/282 kB | 16/32 kBProgress (4): 217/245 kB | 32/99 kB | 45/282 kB | 16/32 kBProgress (4): 217/245 kB | 32/99 kB | 45/282 kB | 20/32 kBProgress (4): 217/245 kB | 32/99 kB | 49/282 kB | 20/32 kBProgress (4): 221/245 kB | 32/99 kB | 49/282 kB | 20/32 kBProgress (4): 221/245 kB | 32/99 kB | 49/282 kB | 24/32 kBProgress (4): 225/245 kB | 32/99 kB | 49/282 kB | 24/32 kBProgress (4): 225/245 kB | 32/99 kB | 49/282 kB | 28/32 kBProgress (4): 229/245 kB | 32/99 kB | 49/282 kB | 28/32 kBProgress (4): 229/245 kB | 32/99 kB | 49/282 kB | 32 kB Progress (4): 229/245 kB | 32/99 kB | 53/282 kB | 32 kBProgress (4): 229/245 kB | 32/99 kB | 57/282 kB | 32 kBProgress (4): 233/245 kB | 32/99 kB | 57/282 kB | 32 kBProgress (4): 233/245 kB | 32/99 kB | 61/282 kB | 32 kBProgress (4): 237/245 kB | 32/99 kB | 61/282 kB | 32 kBProgress (4): 237/245 kB | 32/99 kB | 65/282 kB | 32 kBProgress (4): 241/245 kB | 32/99 kB | 65/282 kB | 32 kBProgress (4): 245/245 kB | 32/99 kB | 65/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 65/282 kB | 32 kB Progress (4): 245 kB | 32/99 kB | 69/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 73/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 77/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 81/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 85/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 90/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 94/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 98/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 102/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 106/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 110/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 114/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 118/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 122/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 126/282 kB | 32 kBProgress (4): 245 kB | 32/99 kB | 131/282 kB | 32 kBProgress (5): 245 kB | 32/99 kB | 131/282 kB | 32 kB | 4.1/64 kBProgress (5): 245 kB | 32/99 kB | 131/282 kB | 32 kB | 7.7/64 kBProgress (5): 245 kB | 32/99 kB | 131/282 kB | 32 kB | 12/64 kB Progress (5): 245 kB | 32/99 kB | 135/282 kB | 32 kB | 12/64 kBProgress (5): 245 kB | 32/99 kB | 135/282 kB | 32 kB | 16/64 kBProgress (5): 245 kB | 32/99 kB | 139/282 kB | 32 kB | 16/64 kBProgress (5): 245 kB | 32/99 kB | 143/282 kB | 32 kB | 16/64 kBProgress (5): 245 kB | 32/99 kB | 143/282 kB | 32 kB | 20/64 kBProgress (5): 245 kB | 32/99 kB | 147/282 kB | 32 kB | 20/64 kBProgress (5): 245 kB | 32/99 kB | 147/282 kB | 32 kB | 24/64 kBProgress (5): 245 kB | 32/99 kB | 147/282 kB | 32 kB | 28/64 kBProgress (5): 245 kB | 32/99 kB | 147/282 kB | 32 kB | 32/64 kBProgress (5): 245 kB | 32/99 kB | 151/282 kB | 32 kB | 32/64 kBProgress (5): 245 kB | 32/99 kB | 155/282 kB | 32 kB | 32/64 kBProgress (5): 245 kB | 32/99 kB | 159/282 kB | 32 kB | 32/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 691 kB/s)Progress (4): 32/99 kB | 159/282 kB | 32 kB | 36/64 kB [exec] 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.jarProgress (4): 32/99 kB | 163/282 kB | 32 kB | 36/64 kB [exec] Progress (4): 32/99 kB | 163/282 kB | 32 kB | 40/64 kBProgress (4): 32/99 kB | 163/282 kB | 32 kB | 45/64 kBProgress (4): 32/99 kB | 163/282 kB | 32 kB | 49/64 kBProgress (4): 32/99 kB | 167/282 kB | 32 kB | 49/64 kBProgress (4): 32/99 kB | 171/282 kB | 32 kB | 49/64 kBProgress (4): 32/99 kB | 176/282 kB | 32 kB | 49/64 kBProgress (4): 32/99 kB | 176/282 kB | 32 kB | 53/64 kBProgress (4): 32/99 kB | 180/282 kB | 32 kB | 53/64 kBProgress (4): 32/99 kB | 180/282 kB | 32 kB | 57/64 kBProgress (4): 32/99 kB | 180/282 kB | 32 kB | 61/64 kBProgress (4): 32/99 kB | 180/282 kB | 32 kB | 64 kB Progress (4): 32/99 kB | 184/282 kB | 32 kB | 64 kBProgress (4): 32/99 kB | 188/282 kB | 32 kB | 64 kBProgress (4): 32/99 kB | 192/282 kB | 32 kB | 64 kBProgress (4): 32/99 kB | 196/282 kB | 32 kB | 64 kBProgress (4): 32/99 kB | 200/282 kB | 32 kB | 64 kBProgress (4): 32/99 kB | 204/282 kB | 32 kB | 64 kBProgress (4): 32/99 kB | 208/282 kB | 32 kB | 64 kBProgress (4): 32/99 kB | 212/282 kB | 32 kB | 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 88 kB/s)Progress (3): 32/99 kB | 217/282 kB | 64 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jarProgress (3): 32/99 kB | 221/282 kB | 64 kB [exec] Progress (3): 32/99 kB | 225/282 kB | 64 kBProgress (3): 32/99 kB | 229/282 kB | 64 kBProgress (3): 32/99 kB | 233/282 kB | 64 kBProgress (3): 32/99 kB | 237/282 kB | 64 kBProgress (3): 32/99 kB | 241/282 kB | 64 kBProgress (3): 32/99 kB | 245/282 kB | 64 kBProgress (4): 32/99 kB | 245/282 kB | 64 kB | 4.1/134 kBProgress (4): 32/99 kB | 249/282 kB | 64 kB | 4.1/134 kBProgress (4): 32/99 kB | 249/282 kB | 64 kB | 7.7/134 kBProgress (4): 32/99 kB | 253/282 kB | 64 kB | 7.7/134 kBProgress (4): 32/99 kB | 253/282 kB | 64 kB | 12/134 kB Progress (4): 32/99 kB | 258/282 kB | 64 kB | 12/134 kBProgress (4): 32/99 kB | 258/282 kB | 64 kB | 16/134 kBProgress (4): 32/99 kB | 262/282 kB | 64 kB | 16/134 kBProgress (4): 32/99 kB | 262/282 kB | 64 kB | 20/134 kBProgress (4): 32/99 kB | 266/282 kB | 64 kB | 20/134 kBProgress (4): 32/99 kB | 266/282 kB | 64 kB | 24/134 kBProgress (4): 32/99 kB | 270/282 kB | 64 kB | 24/134 kBProgress (4): 32/99 kB | 270/282 kB | 64 kB | 28/134 kBProgress (4): 32/99 kB | 274/282 kB | 64 kB | 28/134 kBProgress (4): 32/99 kB | 274/282 kB | 64 kB | 32/134 kBProgress (4): 32/99 kB | 278/282 kB | 64 kB | 32/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 32/134 kB Progress (4): 32/99 kB | 282 kB | 64 kB | 36/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 40/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 45/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 49/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 53/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 57/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 61/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 65/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 69/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 73/134 kBProgress (4): 32/99 kB | 282 kB | 64 kB | 77/134 kBProgress (5): 32/99 kB | 282 kB | 64 kB | 77/134 kB | 4.1/4.2 kBProgress (5): 32/99 kB | 282 kB | 64 kB | 81/134 kB | 4.1/4.2 kBProgress (5): 32/99 kB | 282 kB | 64 kB | 81/134 kB | 4.2 kB Progress (5): 32/99 kB | 282 kB | 64 kB | 85/134 kB | 4.2 kBProgress (5): 32/99 kB | 282 kB | 64 kB | 90/134 kB | 4.2 kBProgress (5): 32/99 kB | 282 kB | 64 kB | 94/134 kB | 4.2 kBProgress (5): 32/99 kB | 282 kB | 64 kB | 98/134 kB | 4.2 kB 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 757 kB/s)Progress (4): 32/99 kB | 64 kB | 102/134 kB | 4.2 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jarProgress (4): 32/99 kB | 64 kB | 106/134 kB | 4.2 kB [exec] 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 11 kB/s)Progress (3): 32/99 kB | 64 kB | 110/134 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jarProgress (3): 32/99 kB | 64 kB | 114/134 kB [exec] Progress (3): 32/99 kB | 64 kB | 118/134 kBProgress (3): 32/99 kB | 64 kB | 122/134 kBProgress (3): 32/99 kB | 64 kB | 126/134 kBProgress (3): 32/99 kB | 64 kB | 131/134 kBProgress (3): 32/99 kB | 64 kB | 134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 353 kB/s)Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 168 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [exec] Progress (2): 32/99 kB | 4.1/185 kB [exec] Progress (2): 32/99 kB | 7.7/185 kBProgress (2): 32/99 kB | 12/185 kB Progress (2): 32/99 kB | 16/185 kBProgress (2): 32/99 kB | 20/185 kBProgress (2): 32/99 kB | 24/185 kBProgress (2): 32/99 kB | 28/185 kBProgress (2): 32/99 kB | 32/185 kBProgress (2): 32/99 kB | 36/185 kBProgress (2): 32/99 kB | 40/185 kBProgress (2): 32/99 kB | 45/185 kBProgress (2): 32/99 kB | 49/185 kBProgress (2): 32/99 kB | 53/185 kBProgress (2): 32/99 kB | 57/185 kBProgress (2): 32/99 kB | 61/185 kBProgress (2): 32/99 kB | 65/185 kBProgress (3): 32/99 kB | 65/185 kB | 4.1/12 kBProgress (3): 32/99 kB | 65/185 kB | 7.7/12 kBProgress (3): 32/99 kB | 65/185 kB | 12/12 kB Progress (3): 32/99 kB | 69/185 kB | 12/12 kBProgress (3): 32/99 kB | 69/185 kB | 12 kB Progress (3): 32/99 kB | 73/185 kB | 12 kBProgress (3): 32/99 kB | 77/185 kB | 12 kBProgress (3): 32/99 kB | 81/185 kB | 12 kBProgress (3): 32/99 kB | 85/185 kB | 12 kBProgress (3): 32/99 kB | 90/185 kB | 12 kBProgress (3): 32/99 kB | 94/185 kB | 12 kBProgress (3): 32/99 kB | 98/185 kB | 12 kBProgress (4): 32/99 kB | 98/185 kB | 12 kB | 4.1/58 kBProgress (4): 32/99 kB | 98/185 kB | 12 kB | 7.7/58 kBProgress (4): 32/99 kB | 98/185 kB | 12 kB | 12/58 kB Progress (4): 32/99 kB | 102/185 kB | 12 kB | 12/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 28 kB/s)Progress (3): 32/99 kB | 102/185 kB | 16/58 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jarProgress (4): 32/99 kB | 102/185 kB | 16/58 kB | 4.1/35 kB [exec] Progress (4): 32/99 kB | 106/185 kB | 16/58 kB | 4.1/35 kBProgress (4): 32/99 kB | 106/185 kB | 16/58 kB | 7.7/35 kBProgress (4): 32/99 kB | 106/185 kB | 20/58 kB | 7.7/35 kBProgress (4): 32/99 kB | 106/185 kB | 20/58 kB | 12/35 kB Progress (4): 32/99 kB | 110/185 kB | 20/58 kB | 12/35 kBProgress (4): 32/99 kB | 110/185 kB | 20/58 kB | 16/35 kBProgress (4): 32/99 kB | 110/185 kB | 24/58 kB | 16/35 kBProgress (4): 32/99 kB | 114/185 kB | 24/58 kB | 16/35 kBProgress (4): 32/99 kB | 114/185 kB | 28/58 kB | 16/35 kBProgress (4): 32/99 kB | 114/185 kB | 32/58 kB | 16/35 kBProgress (4): 32/99 kB | 114/185 kB | 32/58 kB | 20/35 kBProgress (4): 32/99 kB | 118/185 kB | 32/58 kB | 20/35 kBProgress (4): 32/99 kB | 118/185 kB | 32/58 kB | 24/35 kBProgress (4): 32/99 kB | 122/185 kB | 32/58 kB | 24/35 kBProgress (4): 32/99 kB | 122/185 kB | 36/58 kB | 24/35 kBProgress (4): 32/99 kB | 122/185 kB | 36/58 kB | 28/35 kBProgress (4): 32/99 kB | 122/185 kB | 40/58 kB | 28/35 kBProgress (4): 32/99 kB | 126/185 kB | 40/58 kB | 28/35 kBProgress (4): 32/99 kB | 126/185 kB | 45/58 kB | 28/35 kBProgress (4): 32/99 kB | 126/185 kB | 45/58 kB | 32/35 kBProgress (4): 32/99 kB | 126/185 kB | 49/58 kB | 32/35 kBProgress (4): 32/99 kB | 131/185 kB | 49/58 kB | 32/35 kBProgress (4): 32/99 kB | 131/185 kB | 49/58 kB | 35 kB Progress (4): 32/99 kB | 131/185 kB | 53/58 kB | 35 kBProgress (4): 32/99 kB | 131/185 kB | 57/58 kB | 35 kBProgress (4): 32/99 kB | 135/185 kB | 57/58 kB | 35 kBProgress (4): 32/99 kB | 135/185 kB | 58 kB | 35 kB Progress (4): 32/99 kB | 139/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 143/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 147/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 151/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 155/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 159/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 163/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 167/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 171/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 176/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 180/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 184/185 kB | 58 kB | 35 kBProgress (4): 32/99 kB | 185 kB | 58 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 80 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 132 kB/s) [exec] Progress (3): 32/99 kB | 185 kB | 4.1/245 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 410 kB/s)Progress (2): 32/99 kB | 7.7/245 kB [exec] Progress (2): 32/99 kB | 12/245 kB Progress (2): 32/99 kB | 16/245 kBProgress (2): 32/99 kB | 20/245 kBProgress (2): 32/99 kB | 24/245 kBProgress (2): 32/99 kB | 28/245 kBProgress (2): 32/99 kB | 32/245 kBProgress (2): 32/99 kB | 36/245 kBProgress (2): 32/99 kB | 40/245 kBProgress (2): 32/99 kB | 45/245 kBProgress (2): 32/99 kB | 49/245 kBProgress (2): 32/99 kB | 53/245 kBProgress (2): 32/99 kB | 57/245 kBProgress (2): 32/99 kB | 61/245 kBProgress (2): 32/99 kB | 65/245 kBProgress (2): 32/99 kB | 69/245 kBProgress (2): 32/99 kB | 73/245 kBProgress (2): 32/99 kB | 77/245 kBProgress (2): 32/99 kB | 81/245 kBProgress (2): 32/99 kB | 85/245 kBProgress (2): 32/99 kB | 90/245 kBProgress (2): 32/99 kB | 94/245 kBProgress (2): 32/99 kB | 98/245 kBProgress (2): 32/99 kB | 102/245 kBProgress (2): 32/99 kB | 106/245 kBProgress (2): 32/99 kB | 110/245 kBProgress (2): 32/99 kB | 114/245 kBProgress (2): 32/99 kB | 118/245 kBProgress (2): 32/99 kB | 122/245 kBProgress (2): 32/99 kB | 126/245 kBProgress (2): 32/99 kB | 131/245 kBProgress (2): 32/99 kB | 135/245 kBProgress (2): 32/99 kB | 139/245 kBProgress (2): 32/99 kB | 143/245 kBProgress (2): 32/99 kB | 147/245 kBProgress (2): 32/99 kB | 151/245 kBProgress (2): 32/99 kB | 155/245 kBProgress (2): 32/99 kB | 159/245 kBProgress (2): 32/99 kB | 163/245 kBProgress (2): 32/99 kB | 167/245 kBProgress (2): 32/99 kB | 171/245 kBProgress (2): 32/99 kB | 176/245 kBProgress (3): 32/99 kB | 176/245 kB | 4.1/45 kBProgress (3): 32/99 kB | 180/245 kB | 4.1/45 kBProgress (3): 32/99 kB | 180/245 kB | 7.7/45 kBProgress (3): 32/99 kB | 180/245 kB | 12/45 kB Progress (3): 32/99 kB | 180/245 kB | 16/45 kBProgress (3): 32/99 kB | 184/245 kB | 16/45 kBProgress (3): 32/99 kB | 188/245 kB | 16/45 kBProgress (3): 32/99 kB | 192/245 kB | 16/45 kBProgress (3): 32/99 kB | 192/245 kB | 20/45 kBProgress (3): 32/99 kB | 196/245 kB | 20/45 kBProgress (3): 32/99 kB | 196/245 kB | 24/45 kBProgress (3): 32/99 kB | 196/245 kB | 28/45 kBProgress (3): 32/99 kB | 196/245 kB | 32/45 kBProgress (3): 32/99 kB | 200/245 kB | 32/45 kBProgress (3): 32/99 kB | 204/245 kB | 32/45 kBProgress (3): 32/99 kB | 204/245 kB | 36/45 kBProgress (3): 32/99 kB | 208/245 kB | 36/45 kBProgress (3): 32/99 kB | 208/245 kB | 40/45 kBProgress (3): 32/99 kB | 212/245 kB | 40/45 kBProgress (3): 32/99 kB | 212/245 kB | 45/45 kBProgress (3): 32/99 kB | 212/245 kB | 45 kB Progress (3): 32/99 kB | 217/245 kB | 45 kBProgress (3): 32/99 kB | 221/245 kB | 45 kBProgress (3): 32/99 kB | 225/245 kB | 45 kBProgress (3): 32/99 kB | 229/245 kB | 45 kBProgress (3): 32/99 kB | 233/245 kB | 45 kBProgress (3): 32/99 kB | 237/245 kB | 45 kBProgress (3): 32/99 kB | 241/245 kB | 45 kBProgress (3): 32/99 kB | 245 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 505 kB/s)Progress (2): 36/99 kB | 45 kB [exec] Progress (2): 40/99 kB | 45 kBProgress (2): 45/99 kB | 45 kBProgress (2): 49/99 kB | 45 kBProgress (2): 53/99 kB | 45 kBProgress (2): 57/99 kB | 45 kBProgress (2): 61/99 kB | 45 kBProgress (2): 65/99 kB | 45 kBProgress (2): 69/99 kB | 45 kBProgress (2): 73/99 kB | 45 kBProgress (2): 77/99 kB | 45 kBProgress (2): 81/99 kB | 45 kBProgress (2): 85/99 kB | 45 kBProgress (2): 90/99 kB | 45 kBProgress (2): 94/99 kB | 45 kBProgress (2): 98/99 kB | 45 kBProgress (2): 99 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 91 kB/s)Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 194 kB/s) [exec] [INFO] [exec] [INFO] --- glassfish-doc-maven-plugin:1.3:toc (generate-toc) @ tck_saaj --- [exec] 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 [exec] Progress (1): 2.9 kB [exec] 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 128 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 23 kB 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 433 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 43 kB 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 4.8 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 2.2 MB/s)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 [exec] Progress (1): 4.0 kB [exec] 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 96 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.7 kB 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 333 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 22 kB 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 1.4 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 23 kB 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 934 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 45 kBProgress (1): 49 kBProgress (1): 53 kBProgress (1): 57 kBProgress (1): 61 kBProgress (1): 65 kB 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 6.5 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 2.2 MB/s)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 [exec] Progress (1): 2.1 kB [exec] 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 106 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.2 kB 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 174 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB 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 549 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.6 kB 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 657 kB/s)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 [exec] Progress (1): 1.4 kB [exec] 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 72 kB/s)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 [exec] Progress (1): 2.4 kB [exec] 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 471 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.9 kB 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 879 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 21 kB 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 2.6 MB/s)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 [exec] Progress (1): 1.0 kB [exec] 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 256 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [exec] Progress (1): 612 B [exec] 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 102 kB/s)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 [exec] Progress (1): 2.6 kB [exec] 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 105 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB 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 554 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.3 kB 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 1.5 MB/s)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 [exec] Progress (1): 3.4 kB [exec] 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 566 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom [exec] Progress (1): 1.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom (1.6 kB at 71 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom (14 kB at 523 kB/s)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 [exec] Progress (1): 1.9 kB [exec] 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 84 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 22 kB 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 3.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 24 kB 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 3.0 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 2.6 MB/s)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 [exec] Progress (1): 3.3 kB [exec] 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 834 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 17 kB 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 3.4 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [exec] Progress (1): 3.2 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 72 kB/s)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 [exec] Progress (1): 2.7 kB [exec] 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 531 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [exec] Progress (1): 998 B [exec] 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 333 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.9 kB 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 762 kB/s)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 [exec] 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 [exec] 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 [exec] 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.jar [exec] 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.jar [exec] Progress (1): 4.1/480 kB [exec] Progress (1): 7.7/480 kBProgress (1): 12/480 kB Progress (1): 16/480 kBProgress (1): 20/480 kBProgress (1): 24/480 kBProgress (1): 28/480 kBProgress (1): 32/480 kBProgress (1): 36/480 kBProgress (1): 40/480 kBProgress (1): 45/480 kBProgress (1): 49/480 kBProgress (1): 53/480 kBProgress (1): 57/480 kBProgress (1): 61/480 kBProgress (1): 65/480 kBProgress (1): 69/480 kBProgress (1): 73/480 kBProgress (1): 77/480 kBProgress (1): 81/480 kBProgress (1): 85/480 kBProgress (1): 90/480 kBProgress (1): 94/480 kBProgress (1): 98/480 kBProgress (1): 102/480 kBProgress (1): 106/480 kBProgress (1): 110/480 kBProgress (1): 114/480 kBProgress (1): 118/480 kBProgress (1): 122/480 kBProgress (1): 126/480 kBProgress (1): 131/480 kBProgress (1): 135/480 kBProgress (1): 139/480 kBProgress (1): 143/480 kBProgress (1): 147/480 kBProgress (1): 151/480 kBProgress (1): 155/480 kBProgress (1): 159/480 kBProgress (1): 163/480 kBProgress (1): 167/480 kBProgress (1): 171/480 kBProgress (1): 176/480 kBProgress (1): 180/480 kBProgress (1): 184/480 kBProgress (1): 188/480 kBProgress (1): 192/480 kBProgress (1): 196/480 kBProgress (1): 200/480 kBProgress (1): 204/480 kBProgress (1): 208/480 kBProgress (1): 212/480 kBProgress (1): 217/480 kBProgress (1): 221/480 kBProgress (1): 225/480 kBProgress (1): 229/480 kBProgress (2): 229/480 kB | 4.1/165 kBProgress (3): 229/480 kB | 4.1/165 kB | 4.1/48 kBProgress (3): 229/480 kB | 7.7/165 kB | 4.1/48 kBProgress (3): 229/480 kB | 7.7/165 kB | 7.7/48 kBProgress (3): 229/480 kB | 12/165 kB | 7.7/48 kB Progress (3): 233/480 kB | 12/165 kB | 7.7/48 kBProgress (3): 233/480 kB | 12/165 kB | 12/48 kB Progress (3): 237/480 kB | 12/165 kB | 12/48 kBProgress (3): 237/480 kB | 16/165 kB | 12/48 kBProgress (3): 241/480 kB | 16/165 kB | 12/48 kBProgress (3): 241/480 kB | 16/165 kB | 16/48 kBProgress (3): 245/480 kB | 16/165 kB | 16/48 kBProgress (4): 245/480 kB | 16/165 kB | 16/48 kB | 4.1/205 kBProgress (4): 245/480 kB | 20/165 kB | 16/48 kB | 4.1/205 kBProgress (4): 245/480 kB | 20/165 kB | 16/48 kB | 7.7/205 kBProgress (4): 245/480 kB | 24/165 kB | 16/48 kB | 7.7/205 kBProgress (4): 245/480 kB | 24/165 kB | 20/48 kB | 7.7/205 kBProgress (4): 245/480 kB | 28/165 kB | 20/48 kB | 7.7/205 kBProgress (4): 249/480 kB | 28/165 kB | 20/48 kB | 7.7/205 kBProgress (4): 249/480 kB | 28/165 kB | 20/48 kB | 12/205 kB Progress (4): 253/480 kB | 28/165 kB | 20/48 kB | 12/205 kBProgress (4): 253/480 kB | 32/165 kB | 20/48 kB | 12/205 kBProgress (4): 253/480 kB | 32/165 kB | 24/48 kB | 12/205 kBProgress (4): 258/480 kB | 32/165 kB | 24/48 kB | 12/205 kBProgress (4): 258/480 kB | 32/165 kB | 24/48 kB | 16/205 kBProgress (4): 262/480 kB | 32/165 kB | 24/48 kB | 16/205 kBProgress (4): 262/480 kB | 32/165 kB | 28/48 kB | 16/205 kBProgress (4): 262/480 kB | 36/165 kB | 28/48 kB | 16/205 kBProgress (4): 262/480 kB | 36/165 kB | 32/48 kB | 16/205 kBProgress (4): 262/480 kB | 40/165 kB | 32/48 kB | 16/205 kBProgress (4): 262/480 kB | 45/165 kB | 32/48 kB | 16/205 kBProgress (4): 262/480 kB | 49/165 kB | 32/48 kB | 16/205 kBProgress (4): 266/480 kB | 49/165 kB | 32/48 kB | 16/205 kBProgress (4): 266/480 kB | 49/165 kB | 32/48 kB | 20/205 kBProgress (4): 270/480 kB | 49/165 kB | 32/48 kB | 20/205 kBProgress (4): 270/480 kB | 49/165 kB | 36/48 kB | 20/205 kBProgress (4): 274/480 kB | 49/165 kB | 36/48 kB | 20/205 kBProgress (4): 274/480 kB | 49/165 kB | 36/48 kB | 24/205 kBProgress (4): 274/480 kB | 53/165 kB | 36/48 kB | 24/205 kBProgress (4): 274/480 kB | 53/165 kB | 36/48 kB | 28/205 kBProgress (4): 278/480 kB | 53/165 kB | 36/48 kB | 28/205 kBProgress (4): 278/480 kB | 53/165 kB | 40/48 kB | 28/205 kBProgress (4): 278/480 kB | 53/165 kB | 40/48 kB | 32/205 kBProgress (4): 278/480 kB | 57/165 kB | 40/48 kB | 32/205 kBProgress (4): 278/480 kB | 57/165 kB | 45/48 kB | 32/205 kBProgress (4): 278/480 kB | 61/165 kB | 45/48 kB | 32/205 kBProgress (4): 278/480 kB | 61/165 kB | 48 kB | 32/205 kB Progress (4): 278/480 kB | 65/165 kB | 48 kB | 32/205 kBProgress (4): 282/480 kB | 65/165 kB | 48 kB | 32/205 kBProgress (4): 282/480 kB | 65/165 kB | 48 kB | 36/205 kBProgress (4): 282/480 kB | 69/165 kB | 48 kB | 36/205 kBProgress (4): 286/480 kB | 69/165 kB | 48 kB | 36/205 kBProgress (4): 286/480 kB | 73/165 kB | 48 kB | 36/205 kBProgress (4): 286/480 kB | 73/165 kB | 48 kB | 40/205 kBProgress (4): 286/480 kB | 77/165 kB | 48 kB | 40/205 kBProgress (4): 290/480 kB | 77/165 kB | 48 kB | 40/205 kBProgress (4): 290/480 kB | 81/165 kB | 48 kB | 40/205 kBProgress (4): 290/480 kB | 81/165 kB | 48 kB | 45/205 kBProgress (4): 294/480 kB | 81/165 kB | 48 kB | 45/205 kBProgress (4): 294/480 kB | 81/165 kB | 48 kB | 49/205 kBProgress (4): 294/480 kB | 85/165 kB | 48 kB | 49/205 kBProgress (4): 294/480 kB | 90/165 kB | 48 kB | 49/205 kBProgress (4): 294/480 kB | 94/165 kB | 48 kB | 49/205 kBProgress (4): 298/480 kB | 94/165 kB | 48 kB | 49/205 kBProgress (4): 298/480 kB | 98/165 kB | 48 kB | 49/205 kBProgress (4): 303/480 kB | 98/165 kB | 48 kB | 49/205 kBProgress (4): 303/480 kB | 98/165 kB | 48 kB | 53/205 kBProgress (4): 307/480 kB | 98/165 kB | 48 kB | 53/205 kBProgress (4): 307/480 kB | 102/165 kB | 48 kB | 53/205 kBProgress (4): 307/480 kB | 102/165 kB | 48 kB | 57/205 kBProgress (4): 307/480 kB | 106/165 kB | 48 kB | 57/205 kBProgress (4): 311/480 kB | 106/165 kB | 48 kB | 57/205 kBProgress (4): 311/480 kB | 110/165 kB | 48 kB | 57/205 kBProgress (4): 311/480 kB | 110/165 kB | 48 kB | 61/205 kBProgress (4): 311/480 kB | 114/165 kB | 48 kB | 61/205 kBProgress (4): 311/480 kB | 114/165 kB | 48 kB | 65/205 kBProgress (4): 311/480 kB | 118/165 kB | 48 kB | 65/205 kBProgress (4): 315/480 kB | 118/165 kB | 48 kB | 65/205 kBProgress (4): 315/480 kB | 122/165 kB | 48 kB | 65/205 kBProgress (4): 319/480 kB | 122/165 kB | 48 kB | 65/205 kBProgress (4): 319/480 kB | 122/165 kB | 48 kB | 69/205 kBProgress (4): 319/480 kB | 126/165 kB | 48 kB | 69/205 kBProgress (4): 319/480 kB | 126/165 kB | 48 kB | 73/205 kBProgress (4): 323/480 kB | 126/165 kB | 48 kB | 73/205 kBProgress (4): 323/480 kB | 126/165 kB | 48 kB | 77/205 kBProgress (4): 323/480 kB | 131/165 kB | 48 kB | 77/205 kBProgress (4): 323/480 kB | 131/165 kB | 48 kB | 81/205 kBProgress (4): 327/480 kB | 131/165 kB | 48 kB | 81/205 kBProgress (4): 327/480 kB | 135/165 kB | 48 kB | 81/205 kBProgress (4): 327/480 kB | 139/165 kB | 48 kB | 81/205 kBProgress (4): 327/480 kB | 143/165 kB | 48 kB | 81/205 kBProgress (4): 331/480 kB | 143/165 kB | 48 kB | 81/205 kBProgress (4): 331/480 kB | 143/165 kB | 48 kB | 85/205 kBProgress (4): 331/480 kB | 147/165 kB | 48 kB | 85/205 kBProgress (4): 331/480 kB | 147/165 kB | 48 kB | 90/205 kBProgress (4): 335/480 kB | 147/165 kB | 48 kB | 90/205 kBProgress (4): 335/480 kB | 147/165 kB | 48 kB | 94/205 kBProgress (4): 339/480 kB | 147/165 kB | 48 kB | 94/205 kBProgress (4): 339/480 kB | 147/165 kB | 48 kB | 98/205 kBProgress (4): 339/480 kB | 151/165 kB | 48 kB | 98/205 kBProgress (5): 339/480 kB | 151/165 kB | 48 kB | 98/205 kB | 4.1/55 kBProgress (5): 344/480 kB | 151/165 kB | 48 kB | 98/205 kB | 4.1/55 kBProgress (5): 344/480 kB | 151/165 kB | 48 kB | 98/205 kB | 7.7/55 kBProgress (5): 344/480 kB | 155/165 kB | 48 kB | 98/205 kB | 7.7/55 kBProgress (5): 344/480 kB | 155/165 kB | 48 kB | 98/205 kB | 12/55 kB Progress (5): 344/480 kB | 155/165 kB | 48 kB | 102/205 kB | 12/55 kBProgress (5): 344/480 kB | 159/165 kB | 48 kB | 102/205 kB | 12/55 kBProgress (5): 348/480 kB | 159/165 kB | 48 kB | 102/205 kB | 12/55 kBProgress (5): 348/480 kB | 159/165 kB | 48 kB | 106/205 kB | 12/55 kBProgress (5): 348/480 kB | 159/165 kB | 48 kB | 106/205 kB | 16/55 kBProgress (5): 348/480 kB | 159/165 kB | 48 kB | 110/205 kB | 16/55 kBProgress (5): 352/480 kB | 159/165 kB | 48 kB | 110/205 kB | 16/55 kBProgress (5): 352/480 kB | 163/165 kB | 48 kB | 110/205 kB | 16/55 kBProgress (5): 356/480 kB | 163/165 kB | 48 kB | 110/205 kB | 16/55 kBProgress (5): 356/480 kB | 163/165 kB | 48 kB | 114/205 kB | 16/55 kBProgress (5): 360/480 kB | 163/165 kB | 48 kB | 114/205 kB | 16/55 kBProgress (5): 360/480 kB | 165 kB | 48 kB | 114/205 kB | 16/55 kB Progress (5): 360/480 kB | 165 kB | 48 kB | 114/205 kB | 20/55 kBProgress (5): 360/480 kB | 165 kB | 48 kB | 114/205 kB | 24/55 kBProgress (5): 360/480 kB | 165 kB | 48 kB | 114/205 kB | 28/55 kBProgress (5): 364/480 kB | 165 kB | 48 kB | 114/205 kB | 28/55 kBProgress (5): 364/480 kB | 165 kB | 48 kB | 118/205 kB | 28/55 kBProgress (5): 364/480 kB | 165 kB | 48 kB | 118/205 kB | 32/55 kBProgress (5): 364/480 kB | 165 kB | 48 kB | 122/205 kB | 32/55 kBProgress (5): 368/480 kB | 165 kB | 48 kB | 122/205 kB | 32/55 kBProgress (5): 368/480 kB | 165 kB | 48 kB | 126/205 kB | 32/55 kBProgress (5): 368/480 kB | 165 kB | 48 kB | 126/205 kB | 36/55 kBProgress (5): 372/480 kB | 165 kB | 48 kB | 126/205 kB | 36/55 kBProgress (5): 372/480 kB | 165 kB | 48 kB | 126/205 kB | 40/55 kBProgress (5): 372/480 kB | 165 kB | 48 kB | 131/205 kB | 40/55 kBProgress (5): 372/480 kB | 165 kB | 48 kB | 131/205 kB | 45/55 kBProgress (5): 376/480 kB | 165 kB | 48 kB | 131/205 kB | 45/55 kBProgress (5): 376/480 kB | 165 kB | 48 kB | 131/205 kB | 49/55 kBProgress (5): 376/480 kB | 165 kB | 48 kB | 131/205 kB | 53/55 kBProgress (5): 376/480 kB | 165 kB | 48 kB | 131/205 kB | 55 kB Progress (5): 376/480 kB | 165 kB | 48 kB | 135/205 kB | 55 kBProgress (5): 376/480 kB | 165 kB | 48 kB | 139/205 kB | 55 kBProgress (5): 380/480 kB | 165 kB | 48 kB | 139/205 kB | 55 kBProgress (5): 380/480 kB | 165 kB | 48 kB | 143/205 kB | 55 kBProgress (5): 384/480 kB | 165 kB | 48 kB | 143/205 kB | 55 kBProgress (5): 384/480 kB | 165 kB | 48 kB | 147/205 kB | 55 kBProgress (5): 389/480 kB | 165 kB | 48 kB | 147/205 kB | 55 kBProgress (5): 393/480 kB | 165 kB | 48 kB | 147/205 kB | 55 kBProgress (5): 393/480 kB | 165 kB | 48 kB | 151/205 kB | 55 kBProgress (5): 397/480 kB | 165 kB | 48 kB | 151/205 kB | 55 kBProgress (5): 397/480 kB | 165 kB | 48 kB | 155/205 kB | 55 kBProgress (5): 401/480 kB | 165 kB | 48 kB | 155/205 kB | 55 kBProgress (5): 401/480 kB | 165 kB | 48 kB | 159/205 kB | 55 kBProgress (5): 405/480 kB | 165 kB | 48 kB | 159/205 kB | 55 kBProgress (5): 405/480 kB | 165 kB | 48 kB | 163/205 kB | 55 kB 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 1.2 MB/s)Progress (4): 409/480 kB | 165 kB | 163/205 kB | 55 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jarProgress (4): 409/480 kB | 165 kB | 167/205 kB | 55 kB [exec] Progress (4): 413/480 kB | 165 kB | 167/205 kB | 55 kBProgress (4): 413/480 kB | 165 kB | 171/205 kB | 55 kBProgress (4): 417/480 kB | 165 kB | 171/205 kB | 55 kBProgress (4): 417/480 kB | 165 kB | 176/205 kB | 55 kBProgress (4): 421/480 kB | 165 kB | 176/205 kB | 55 kBProgress (4): 421/480 kB | 165 kB | 180/205 kB | 55 kBProgress (4): 425/480 kB | 165 kB | 180/205 kB | 55 kBProgress (4): 430/480 kB | 165 kB | 180/205 kB | 55 kBProgress (4): 434/480 kB | 165 kB | 180/205 kB | 55 kBProgress (4): 434/480 kB | 165 kB | 184/205 kB | 55 kBProgress (4): 438/480 kB | 165 kB | 184/205 kB | 55 kBProgress (4): 438/480 kB | 165 kB | 188/205 kB | 55 kB 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.jar (165 kB at 3.8 MB/s)Progress (3): 438/480 kB | 192/205 kB | 55 kB [exec] Progress (4): 438/480 kB | 192/205 kB | 55 kB | 4.1/45 kBProgress (4): 442/480 kB | 192/205 kB | 55 kB | 4.1/45 kBProgress (4): 442/480 kB | 192/205 kB | 55 kB | 7.7/45 kBProgress (4): 442/480 kB | 196/205 kB | 55 kB | 7.7/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jarProgress (4): 446/480 kB | 196/205 kB | 55 kB | 7.7/45 kB [exec] Progress (4): 446/480 kB | 196/205 kB | 55 kB | 12/45 kB Progress (4): 450/480 kB | 196/205 kB | 55 kB | 12/45 kBProgress (4): 450/480 kB | 196/205 kB | 55 kB | 16/45 kBProgress (4): 450/480 kB | 200/205 kB | 55 kB | 16/45 kBProgress (4): 454/480 kB | 200/205 kB | 55 kB | 16/45 kBProgress (4): 454/480 kB | 204/205 kB | 55 kB | 16/45 kBProgress (4): 458/480 kB | 204/205 kB | 55 kB | 16/45 kBProgress (4): 458/480 kB | 205 kB | 55 kB | 16/45 kB Progress (4): 462/480 kB | 205 kB | 55 kB | 16/45 kBProgress (4): 466/480 kB | 205 kB | 55 kB | 16/45 kBProgress (5): 466/480 kB | 205 kB | 55 kB | 16/45 kB | 4.1/5.8 kBProgress (5): 466/480 kB | 205 kB | 55 kB | 16/45 kB | 5.8 kB Progress (5): 466/480 kB | 205 kB | 55 kB | 20/45 kB | 5.8 kBProgress (5): 471/480 kB | 205 kB | 55 kB | 20/45 kB | 5.8 kBProgress (5): 471/480 kB | 205 kB | 55 kB | 24/45 kB | 5.8 kB 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.jar (55 kB at 654 kB/s)Progress (4): 475/480 kB | 205 kB | 24/45 kB | 5.8 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jarDownloaded 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 2.4 MB/s) [exec] 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 69 kB/s) [exec] 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.jar [exec] Progress (2): 475/480 kB | 28/45 kB [exec] 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.jarProgress (2): 479/480 kB | 28/45 kB [exec] Progress (2): 479/480 kB | 32/45 kBProgress (2): 480 kB | 32/45 kB Progress (3): 480 kB | 32/45 kB | 2.5 kBProgress (3): 480 kB | 36/45 kB | 2.5 kBProgress (3): 480 kB | 40/45 kB | 2.5 kBProgress (3): 480 kB | 45/45 kB | 2.5 kBProgress (3): 480 kB | 45 kB | 2.5 kB Progress (4): 480 kB | 45 kB | 2.5 kB | 4.1/262 kBProgress (4): 480 kB | 45 kB | 2.5 kB | 7.7/262 kBProgress (4): 480 kB | 45 kB | 2.5 kB | 12/262 kB Progress (4): 480 kB | 45 kB | 2.5 kB | 16/262 kB 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 5.3 MB/s)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 [exec] 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 499 kB/s) [exec] Progress (2): 2.5 kB | 20/262 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jarProgress (2): 2.5 kB | 24/262 kB [exec] Progress (2): 2.5 kB | 28/262 kBProgress (2): 2.5 kB | 32/262 kBProgress (2): 2.5 kB | 36/262 kBProgress (2): 2.5 kB | 40/262 kBProgress (2): 2.5 kB | 45/262 kBProgress (2): 2.5 kB | 49/262 kBProgress (2): 2.5 kB | 53/262 kBProgress (2): 2.5 kB | 57/262 kBProgress (2): 2.5 kB | 61/262 kBProgress (2): 2.5 kB | 65/262 kBProgress (2): 2.5 kB | 69/262 kBProgress (2): 2.5 kB | 73/262 kBProgress (3): 2.5 kB | 73/262 kB | 4.1/53 kBProgress (3): 2.5 kB | 77/262 kB | 4.1/53 kBProgress (3): 2.5 kB | 77/262 kB | 7.7/53 kBProgress (3): 2.5 kB | 81/262 kB | 7.7/53 kBProgress (3): 2.5 kB | 81/262 kB | 12/53 kB Progress (3): 2.5 kB | 81/262 kB | 16/53 kBProgress (3): 2.5 kB | 85/262 kB | 16/53 kBProgress (3): 2.5 kB | 90/262 kB | 16/53 kBProgress (3): 2.5 kB | 94/262 kB | 16/53 kBProgress (3): 2.5 kB | 98/262 kB | 16/53 kBProgress (3): 2.5 kB | 98/262 kB | 20/53 kBProgress (3): 2.5 kB | 98/262 kB | 24/53 kBProgress (3): 2.5 kB | 98/262 kB | 28/53 kBProgress (3): 2.5 kB | 98/262 kB | 32/53 kBProgress (3): 2.5 kB | 102/262 kB | 32/53 kBProgress (3): 2.5 kB | 106/262 kB | 32/53 kBProgress (3): 2.5 kB | 110/262 kB | 32/53 kBProgress (3): 2.5 kB | 114/262 kB | 32/53 kBProgress (3): 2.5 kB | 114/262 kB | 36/53 kBProgress (3): 2.5 kB | 114/262 kB | 40/53 kBProgress (3): 2.5 kB | 118/262 kB | 40/53 kBProgress (3): 2.5 kB | 118/262 kB | 45/53 kBProgress (3): 2.5 kB | 122/262 kB | 45/53 kBProgress (3): 2.5 kB | 122/262 kB | 49/53 kBProgress (3): 2.5 kB | 126/262 kB | 49/53 kBProgress (3): 2.5 kB | 131/262 kB | 49/53 kBProgress (3): 2.5 kB | 131/262 kB | 53 kB Progress (3): 2.5 kB | 135/262 kB | 53 kBProgress (3): 2.5 kB | 139/262 kB | 53 kBProgress (3): 2.5 kB | 143/262 kB | 53 kBProgress (3): 2.5 kB | 147/262 kB | 53 kBProgress (3): 2.5 kB | 151/262 kB | 53 kBProgress (3): 2.5 kB | 155/262 kB | 53 kBProgress (3): 2.5 kB | 159/262 kB | 53 kBProgress (3): 2.5 kB | 163/262 kB | 53 kBProgress (3): 2.5 kB | 167/262 kB | 53 kBProgress (3): 2.5 kB | 171/262 kB | 53 kBProgress (3): 2.5 kB | 176/262 kB | 53 kBProgress (3): 2.5 kB | 180/262 kB | 53 kB 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 522 kB/s)Progress (2): 2.5 kB | 184/262 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jarDownloaded 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 24 kB/s) [exec] Progress (1): 188/262 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jarProgress (2): 188/262 kB | 4.1/379 kB [exec] Progress (2): 192/262 kB | 4.1/379 kBProgress (3): 192/262 kB | 4.1/379 kB | 4.1/14 kBProgress (3): 196/262 kB | 4.1/379 kB | 4.1/14 kBProgress (3): 196/262 kB | 7.7/379 kB | 4.1/14 kBProgress (3): 196/262 kB | 7.7/379 kB | 7.7/14 kBProgress (3): 196/262 kB | 12/379 kB | 7.7/14 kB Progress (3): 196/262 kB | 12/379 kB | 12/14 kB Progress (3): 196/262 kB | 16/379 kB | 12/14 kBProgress (3): 196/262 kB | 16/379 kB | 14 kB Progress (3): 200/262 kB | 16/379 kB | 14 kBProgress (3): 204/262 kB | 16/379 kB | 14 kBProgress (3): 208/262 kB | 16/379 kB | 14 kBProgress (3): 208/262 kB | 20/379 kB | 14 kBProgress (3): 212/262 kB | 20/379 kB | 14 kBProgress (3): 212/262 kB | 24/379 kB | 14 kBProgress (3): 212/262 kB | 28/379 kB | 14 kBProgress (3): 212/262 kB | 32/379 kB | 14 kBProgress (3): 217/262 kB | 32/379 kB | 14 kBProgress (3): 217/262 kB | 36/379 kB | 14 kBProgress (3): 221/262 kB | 36/379 kB | 14 kBProgress (3): 221/262 kB | 40/379 kB | 14 kBProgress (3): 225/262 kB | 40/379 kB | 14 kBProgress (3): 225/262 kB | 45/379 kB | 14 kBProgress (3): 229/262 kB | 45/379 kB | 14 kBProgress (3): 229/262 kB | 49/379 kB | 14 kBProgress (3): 233/262 kB | 49/379 kB | 14 kBProgress (3): 233/262 kB | 53/379 kB | 14 kBProgress (3): 237/262 kB | 53/379 kB | 14 kBProgress (4): 237/262 kB | 53/379 kB | 14 kB | 4.1/121 kBProgress (4): 237/262 kB | 57/379 kB | 14 kB | 4.1/121 kBProgress (4): 241/262 kB | 57/379 kB | 14 kB | 4.1/121 kBProgress (4): 241/262 kB | 57/379 kB | 14 kB | 7.7/121 kBProgress (4): 241/262 kB | 61/379 kB | 14 kB | 7.7/121 kBProgress (4): 245/262 kB | 61/379 kB | 14 kB | 7.7/121 kBProgress (4): 245/262 kB | 65/379 kB | 14 kB | 7.7/121 kBProgress (4): 245/262 kB | 65/379 kB | 14 kB | 12/121 kB Progress (4): 245/262 kB | 65/379 kB | 14 kB | 16/121 kBProgress (4): 249/262 kB | 65/379 kB | 14 kB | 16/121 kBProgress (4): 249/262 kB | 69/379 kB | 14 kB | 16/121 kBProgress (4): 253/262 kB | 69/379 kB | 14 kB | 16/121 kBProgress (4): 253/262 kB | 73/379 kB | 14 kB | 16/121 kBProgress (4): 258/262 kB | 73/379 kB | 14 kB | 16/121 kBProgress (4): 258/262 kB | 77/379 kB | 14 kB | 16/121 kBProgress (4): 258/262 kB | 77/379 kB | 14 kB | 20/121 kBProgress (4): 262/262 kB | 77/379 kB | 14 kB | 20/121 kBProgress (4): 262/262 kB | 77/379 kB | 14 kB | 24/121 kBProgress (4): 262/262 kB | 81/379 kB | 14 kB | 24/121 kBProgress (4): 262/262 kB | 81/379 kB | 14 kB | 28/121 kBProgress (4): 262 kB | 81/379 kB | 14 kB | 28/121 kB Progress (4): 262 kB | 81/379 kB | 14 kB | 32/121 kBProgress (4): 262 kB | 85/379 kB | 14 kB | 32/121 kBProgress (4): 262 kB | 90/379 kB | 14 kB | 32/121 kBProgress (4): 262 kB | 94/379 kB | 14 kB | 32/121 kBProgress (4): 262 kB | 98/379 kB | 14 kB | 32/121 kBProgress (4): 262 kB | 98/379 kB | 14 kB | 36/121 kBProgress (4): 262 kB | 102/379 kB | 14 kB | 36/121 kBProgress (4): 262 kB | 106/379 kB | 14 kB | 36/121 kBProgress (4): 262 kB | 106/379 kB | 14 kB | 40/121 kBProgress (4): 262 kB | 110/379 kB | 14 kB | 40/121 kBProgress (4): 262 kB | 110/379 kB | 14 kB | 45/121 kBProgress (4): 262 kB | 114/379 kB | 14 kB | 45/121 kBProgress (4): 262 kB | 114/379 kB | 14 kB | 49/121 kB 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.jar (262 kB at 2.3 MB/s)Progress (3): 118/379 kB | 14 kB | 49/121 kB [exec] 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.jarProgress (3): 118/379 kB | 14 kB | 53/121 kB [exec] Progress (3): 122/379 kB | 14 kB | 53/121 kBProgress (3): 122/379 kB | 14 kB | 57/121 kBProgress (3): 126/379 kB | 14 kB | 57/121 kBProgress (3): 126/379 kB | 14 kB | 61/121 kBProgress (3): 131/379 kB | 14 kB | 61/121 kBProgress (3): 131/379 kB | 14 kB | 65/121 kBProgress (3): 135/379 kB | 14 kB | 65/121 kBProgress (3): 139/379 kB | 14 kB | 65/121 kBProgress (3): 143/379 kB | 14 kB | 65/121 kBProgress (3): 147/379 kB | 14 kB | 65/121 kBProgress (3): 147/379 kB | 14 kB | 69/121 kBProgress (3): 147/379 kB | 14 kB | 73/121 kBProgress (3): 147/379 kB | 14 kB | 77/121 kBProgress (3): 151/379 kB | 14 kB | 77/121 kBProgress (3): 151/379 kB | 14 kB | 81/121 kBProgress (3): 155/379 kB | 14 kB | 81/121 kBProgress (3): 159/379 kB | 14 kB | 81/121 kBProgress (3): 163/379 kB | 14 kB | 81/121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar (14 kB at 121 kB/s)Progress (2): 163/379 kB | 85/121 kB [exec] Progress (2): 167/379 kB | 85/121 kBProgress (2): 167/379 kB | 90/121 kBProgress (2): 171/379 kB | 90/121 kBProgress (2): 171/379 kB | 94/121 kBProgress (2): 176/379 kB | 94/121 kBProgress (2): 176/379 kB | 98/121 kBProgress (2): 180/379 kB | 98/121 kBProgress (2): 184/379 kB | 98/121 kBProgress (2): 188/379 kB | 98/121 kBProgress (2): 192/379 kB | 98/121 kBProgress (3): 192/379 kB | 98/121 kB | 4.1/23 kBProgress (3): 192/379 kB | 102/121 kB | 4.1/23 kBProgress (3): 196/379 kB | 102/121 kB | 4.1/23 kBProgress (3): 196/379 kB | 106/121 kB | 4.1/23 kBProgress (3): 196/379 kB | 106/121 kB | 7.7/23 kBProgress (3): 196/379 kB | 110/121 kB | 7.7/23 kBProgress (3): 200/379 kB | 110/121 kB | 7.7/23 kBProgress (3): 200/379 kB | 110/121 kB | 12/23 kB Progress (3): 204/379 kB | 110/121 kB | 12/23 kBProgress (3): 204/379 kB | 114/121 kB | 12/23 kBProgress (3): 208/379 kB | 114/121 kB | 12/23 kBProgress (3): 208/379 kB | 114/121 kB | 16/23 kBProgress (3): 212/379 kB | 114/121 kB | 16/23 kBProgress (3): 212/379 kB | 118/121 kB | 16/23 kBProgress (3): 212/379 kB | 118/121 kB | 20/23 kBProgress (3): 212/379 kB | 121 kB | 20/23 kB Progress (3): 217/379 kB | 121 kB | 20/23 kBProgress (3): 217/379 kB | 121 kB | 23 kB Progress (3): 221/379 kB | 121 kB | 23 kBProgress (3): 225/379 kB | 121 kB | 23 kBProgress (3): 229/379 kB | 121 kB | 23 kBProgress (3): 233/379 kB | 121 kB | 23 kBProgress (3): 237/379 kB | 121 kB | 23 kBProgress (3): 241/379 kB | 121 kB | 23 kBProgress (3): 245/379 kB | 121 kB | 23 kBProgress (3): 249/379 kB | 121 kB | 23 kBProgress (3): 253/379 kB | 121 kB | 23 kBProgress (3): 258/379 kB | 121 kB | 23 kBProgress (3): 262/379 kB | 121 kB | 23 kBProgress (3): 266/379 kB | 121 kB | 23 kB 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 961 kB/s)Progress (2): 270/379 kB | 23 kB [exec] Progress (2): 274/379 kB | 23 kBProgress (2): 278/379 kB | 23 kBProgress (2): 282/379 kB | 23 kBProgress (2): 286/379 kB | 23 kBProgress (2): 290/379 kB | 23 kBProgress (2): 294/379 kB | 23 kBProgress (2): 298/379 kB | 23 kBProgress (2): 303/379 kB | 23 kBProgress (2): 307/379 kB | 23 kBProgress (2): 311/379 kB | 23 kBProgress (3): 311/379 kB | 23 kB | 4.1/38 kBProgress (3): 311/379 kB | 23 kB | 7.7/38 kBProgress (3): 315/379 kB | 23 kB | 7.7/38 kBProgress (3): 315/379 kB | 23 kB | 12/38 kB Progress (3): 319/379 kB | 23 kB | 12/38 kBProgress (3): 319/379 kB | 23 kB | 16/38 kBProgress (3): 323/379 kB | 23 kB | 16/38 kBProgress (3): 327/379 kB | 23 kB | 16/38 kBProgress (3): 327/379 kB | 23 kB | 20/38 kBProgress (3): 327/379 kB | 23 kB | 24/38 kBProgress (3): 331/379 kB | 23 kB | 24/38 kBProgress (3): 331/379 kB | 23 kB | 28/38 kBProgress (3): 335/379 kB | 23 kB | 28/38 kBProgress (3): 335/379 kB | 23 kB | 32/38 kBProgress (3): 339/379 kB | 23 kB | 32/38 kBProgress (3): 344/379 kB | 23 kB | 32/38 kBProgress (3): 344/379 kB | 23 kB | 36/38 kBProgress (3): 344/379 kB | 23 kB | 38 kB Progress (3): 348/379 kB | 23 kB | 38 kBProgress (3): 352/379 kB | 23 kB | 38 kBProgress (3): 356/379 kB | 23 kB | 38 kBProgress (3): 360/379 kB | 23 kB | 38 kBProgress (3): 364/379 kB | 23 kB | 38 kBProgress (3): 368/379 kB | 23 kB | 38 kBProgress (3): 372/379 kB | 23 kB | 38 kBProgress (3): 376/379 kB | 23 kB | 38 kBProgress (3): 379 kB | 23 kB | 38 kB 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 274 kB/s)Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 127 kB/s) [exec] 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 2.0 MB/s) [exec] [INFO] [exec] [INFO] --- glassfish-doc-maven-plugin:1.3:book (generate-book) @ tck_saaj --- [exec] [INFO] [exec] [INFO] --- jbake-maven-plugin:1.0.0:build (build-site) @ tck_saaj --- [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.5/asciidoctorj-1.5.5.pom [exec] Progress (1): 2.2 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.5/asciidoctorj-1.5.5.pom (2.2 kB at 103 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom (8.3 kB at 173 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom [exec] Progress (1): 3.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom (3.5 kB at 166 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom (24 kB at 1.0 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.8 kB 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 268 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom (7.2 kB at 361 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom [exec] Progress (1): 3.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (3.4 kB at 71 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-diagram/1.5.4/asciidoctorj-diagram-1.5.4.pom [exec] Progress (1): 2.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-diagram/1.5.4/asciidoctorj-diagram-1.5.4.pom (2.0 kB at 34 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.2/asciidoctorj-1.5.2.pom [exec] Progress (1): 2.3 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.2/asciidoctorj-1.5.2.pom (2.3 kB at 35 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.16.1/jruby-complete-1.7.16.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.16.1/jruby-complete-1.7.16.1.pom (7.3 kB at 130 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.16.1/jruby-artifacts-1.7.16.1.pom [exec] Progress (1): 2.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.16.1/jruby-artifacts-1.7.16.1.pom (2.5 kB at 19 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.16.1/jruby-parent-1.7.16.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.16.1/jruby-parent-1.7.16.1.pom (20 kB at 329 kB/s)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 [exec] Progress (1): 2.7 kB [exec] 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 207 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB 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 1.7 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jbake/jbake-core/2.5.0/jbake-core-2.5.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jbake/jbake-core/2.5.0/jbake-core-2.5.0.pom (23 kB at 414 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 13 kB 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)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 45 kBProgress (1): 49 kBProgress (1): 53 kBProgress (1): 57 kBProgress (1): 61 kBProgress (1): 62 kB 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 6.2 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 22 kB 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 3.2 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 45 kBProgress (1): 49 kBProgress (1): 53 kBProgress (1): 57 kBProgress (1): 61 kBProgress (1): 63 kB 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 5.3 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom (21 kB at 531 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 45 kBProgress (1): 49 kBProgress (1): 53 kB 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 5.3 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 3.5 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 17 kB 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 4.4 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 31 kB 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 4.5 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 1.3 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 18 kB 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 1.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kB 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 3.2 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [exec] Progress (1): 3.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom (3.5 kB at 144 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [exec] Progress (1): 2.3 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 586 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [exec] Progress (1): 481 B [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 96 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 1.5 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom [exec] Progress (1): 1.3 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom (1.3 kB at 1.2 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom (4.4 kB at 114 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 203 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orient-commons/1.7.10/orient-commons-1.7.10.pom [exec] Progress (1): 2.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orient-commons/1.7.10/orient-commons-1.7.10.pom (2.4 kB at 28 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-parent/1.7.10/orientdb-parent-1.7.10.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-parent/1.7.10/orientdb-parent-1.7.10.pom (26 kB at 373 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/1.7.10/orientdb-core-1.7.10.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/1.7.10/orientdb-core-1.7.10.pom (4.2 kB at 122 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-nativeos/1.7.10/orientdb-nativeos-1.7.10.pom [exec] Progress (1): 2.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-nativeos/1.7.10/orientdb-nativeos-1.7.10.pom (2.6 kB at 76 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom [exec] Progress (1): 1.3 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.pom (1.3 kB at 25 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom [exec] Progress (1): 1.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.pom (1.5 kB at 26 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.pom (12 kB at 321 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4/concurrentlinkedhashmap-lru-1.4.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4/concurrentlinkedhashmap-lru-1.4.pom (14 kB at 271 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom [exec] Progress (1): 2.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 126 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 346 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.pom [exec] Progress (1): 986 B [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.pom (986 B at 22 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.pom [exec] Progress (1): 1.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.pom (1.5 kB at 1.8 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.2.0.v20160908/jetty-util-8.2.0.v20160908.pom [exec] Progress (1): 3.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.2.0.v20160908/jetty-util-8.2.0.v20160908.pom (3.4 kB at 24 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/8.2.0.v20160908/jetty-project-8.2.0.v20160908.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/8.2.0.v20160908/jetty-project-8.2.0.v20160908.pom (29 kB at 582 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom (21 kB at 294 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.2.0.v20160908/jetty-server-8.2.0.v20160908.pom [exec] Progress (1): 3.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.2.0.v20160908/jetty-server-8.2.0.v20160908.pom (3.8 kB at 58 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom [exec] Progress (1): 732 B [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom (732 B at 12 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom [exec] Progress (1): 2.2 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom (2.2 kB at 32 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom (16 kB at 179 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.2.0.v20160908/jetty-continuation-8.2.0.v20160908.pom [exec] Progress (1): 2.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.2.0.v20160908/jetty-continuation-8.2.0.v20160908.pom (2.7 kB at 49 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.2.0.v20160908/jetty-http-8.2.0.v20160908.pom [exec] Progress (1): 2.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.2.0.v20160908/jetty-http-8.2.0.v20160908.pom (2.6 kB at 49 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.2.0.v20160908/jetty-io-8.2.0.v20160908.pom [exec] Progress (1): 2.1 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.2.0.v20160908/jetty-io-8.2.0.v20160908.pom (2.1 kB at 46 kB/s)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 [exec] Progress (1): 2.3 kB [exec] 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 163 kB/s)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 [exec] Progress (1): 3.9 kB [exec] 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 778 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.4 kB 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 336 kB/s)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 [exec] Progress (1): 3.1 kB [exec] 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 782 kB/s)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 [exec] Progress (1): 2.6 kB [exec] 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 521 kB/s)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 [exec] Progress (1): 1.2 kB [exec] 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)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.8 kB 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 457 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 11 kB 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 1.1 MB/s)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 [exec] Progress (1): 815 B [exec] 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 204 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.2 kB 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 1.1 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 17 kB 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 2.9 MB/s)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 [exec] Progress (1): 4.0 kB [exec] 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 999 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.5 kB 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 210 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 11 kB 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 553 kB/s)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 [exec] Progress (1): 1.9 kB [exec] 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 376 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.6 kB 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 1.7 MB/s)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 [exec] Progress (1): 2.2 kB [exec] 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 444 kB/s)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 [exec] Progress (1): 910 B [exec] 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 130 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.4 kB 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.1 MB/s)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 [exec] Progress (1): 1.9 kB [exec] 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 276 kB/s)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 [exec] Progress (1): 2.2 kB [exec] 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 449 kB/s)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 [exec] Progress (1): 2.5 kB [exec] 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 494 kB/s)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 [exec] Progress (1): 1.7 kB [exec] 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 418 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.7 kB 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 276 kB/s)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 [exec] Progress (1): 2.1 kB [exec] 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 516 kB/s)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 [exec] Progress (1): 3.7 kB [exec] 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 923 kB/s)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 [exec] Progress (1): 1.7 kB [exec] 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 435 kB/s)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 [exec] Progress (1): 3.2 kB [exec] 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 641 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 8.4 kB 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.7 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 8.4 kB 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)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.5/asciidoctorj-1.5.5.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-diagram/1.5.4/asciidoctorj-diagram-1.5.4.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jbake/jbake-core/2.5.0/jbake-core-2.5.0.jar [exec] Progress (1): 0.1/24 MB [exec] Progress (1): 0.2/24 MBProgress (1): 0.4/24 MBProgress (1): 0.5/24 MBProgress (1): 0.6/24 MBProgress (1): 0.7/24 MBProgress (1): 0.9/24 MBProgress (2): 0.9/24 MB | 4.1/718 kBProgress (2): 0.9/24 MB | 7.7/718 kBProgress (2): 0.9/24 MB | 12/718 kB Progress (2): 0.9/24 MB | 16/718 kBProgress (2): 0.9/24 MB | 20/718 kBProgress (2): 0.9/24 MB | 24/718 kBProgress (2): 0.9/24 MB | 28/718 kBProgress (2): 0.9/24 MB | 32/718 kBProgress (2): 0.9/24 MB | 36/718 kBProgress (2): 0.9/24 MB | 40/718 kBProgress (2): 0.9/24 MB | 45/718 kBProgress (2): 0.9/24 MB | 49/718 kBProgress (2): 0.9/24 MB | 53/718 kBProgress (2): 0.9/24 MB | 57/718 kBProgress (2): 0.9/24 MB | 61/718 kBProgress (2): 0.9/24 MB | 65/718 kBProgress (2): 0.9/24 MB | 69/718 kBProgress (2): 0.9/24 MB | 73/718 kBProgress (2): 0.9/24 MB | 77/718 kBProgress (2): 0.9/24 MB | 81/718 kBProgress (3): 0.9/24 MB | 81/718 kB | 4.1/61 kBProgress (3): 0.9/24 MB | 81/718 kB | 7.7/61 kBProgress (3): 0.9/24 MB | 81/718 kB | 12/61 kB Progress (3): 0.9/24 MB | 81/718 kB | 16/61 kBProgress (3): 1.0/24 MB | 81/718 kB | 16/61 kBProgress (3): 1.0/24 MB | 85/718 kB | 16/61 kBProgress (3): 1.0/24 MB | 85/718 kB | 20/61 kBProgress (3): 1.0/24 MB | 90/718 kB | 20/61 kBProgress (3): 1.0/24 MB | 90/718 kB | 24/61 kBProgress (3): 1.0/24 MB | 94/718 kB | 24/61 kBProgress (3): 1.0/24 MB | 94/718 kB | 28/61 kBProgress (3): 1.0/24 MB | 98/718 kB | 28/61 kBProgress (3): 1.0/24 MB | 98/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 102/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 106/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 110/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 114/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 118/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 122/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 126/718 kB | 32/61 kBProgress (3): 1.0/24 MB | 131/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 131/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 135/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 139/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 143/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 147/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 151/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 155/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 159/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 163/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 167/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 171/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 176/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 180/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 184/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 188/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 192/718 kB | 32/61 kBProgress (3): 1.1/24 MB | 196/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 196/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 200/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 204/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 208/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 212/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 217/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 221/718 kB | 32/61 kBProgress (3): 1.2/24 MB | 225/718 kB | 32/61 kBProgress (4): 1.2/24 MB | 225/718 kB | 32/61 kB | 4.1/116 kBProgress (4): 1.2/24 MB | 229/718 kB | 32/61 kB | 4.1/116 kBProgress (4): 1.2/24 MB | 229/718 kB | 32/61 kB | 7.7/116 kBProgress (4): 1.2/24 MB | 229/718 kB | 32/61 kB | 12/116 kB Progress (4): 1.2/24 MB | 229/718 kB | 32/61 kB | 16/116 kBProgress (4): 1.2/24 MB | 233/718 kB | 32/61 kB | 16/116 kBProgress (4): 1.2/24 MB | 237/718 kB | 32/61 kB | 16/116 kBProgress (4): 1.2/24 MB | 237/718 kB | 32/61 kB | 20/116 kBProgress (4): 1.2/24 MB | 241/718 kB | 32/61 kB | 20/116 kBProgress (4): 1.2/24 MB | 241/718 kB | 32/61 kB | 24/116 kBProgress (4): 1.2/24 MB | 245/718 kB | 32/61 kB | 24/116 kBProgress (4): 1.2/24 MB | 245/718 kB | 32/61 kB | 28/116 kBProgress (4): 1.2/24 MB | 245/718 kB | 32/61 kB | 32/116 kBProgress (4): 1.2/24 MB | 249/718 kB | 32/61 kB | 32/116 kBProgress (4): 1.2/24 MB | 253/718 kB | 32/61 kB | 32/116 kBProgress (4): 1.2/24 MB | 253/718 kB | 32/61 kB | 36/116 kBProgress (4): 1.4/24 MB | 253/718 kB | 32/61 kB | 36/116 kBProgress (4): 1.4/24 MB | 253/718 kB | 32/61 kB | 40/116 kBProgress (4): 1.4/24 MB | 258/718 kB | 32/61 kB | 40/116 kBProgress (4): 1.4/24 MB | 258/718 kB | 32/61 kB | 45/116 kBProgress (4): 1.4/24 MB | 262/718 kB | 32/61 kB | 45/116 kBProgress (4): 1.4/24 MB | 262/718 kB | 32/61 kB | 49/116 kBProgress (4): 1.4/24 MB | 266/718 kB | 32/61 kB | 49/116 kBProgress (4): 1.4/24 MB | 270/718 kB | 32/61 kB | 49/116 kBProgress (4): 1.4/24 MB | 274/718 kB | 32/61 kB | 49/116 kBProgress (4): 1.4/24 MB | 278/718 kB | 32/61 kB | 49/116 kBProgress (4): 1.4/24 MB | 282/718 kB | 32/61 kB | 49/116 kBProgress (4): 1.4/24 MB | 282/718 kB | 32/61 kB | 53/116 kBProgress (4): 1.4/24 MB | 286/718 kB | 32/61 kB | 53/116 kBProgress (4): 1.4/24 MB | 286/718 kB | 32/61 kB | 57/116 kBProgress (4): 1.4/24 MB | 290/718 kB | 32/61 kB | 57/116 kBProgress (4): 1.4/24 MB | 290/718 kB | 32/61 kB | 61/116 kBProgress (4): 1.4/24 MB | 294/718 kB | 32/61 kB | 61/116 kBProgress (4): 1.4/24 MB | 294/718 kB | 32/61 kB | 65/116 kBProgress (4): 1.4/24 MB | 298/718 kB | 32/61 kB | 65/116 kBProgress (4): 1.4/24 MB | 298/718 kB | 32/61 kB | 69/116 kBProgress (4): 1.4/24 MB | 303/718 kB | 32/61 kB | 69/116 kBProgress (4): 1.4/24 MB | 303/718 kB | 32/61 kB | 73/116 kBProgress (4): 1.4/24 MB | 307/718 kB | 32/61 kB | 73/116 kBProgress (4): 1.4/24 MB | 307/718 kB | 32/61 kB | 77/116 kBProgress (4): 1.4/24 MB | 311/718 kB | 32/61 kB | 77/116 kBProgress (4): 1.5/24 MB | 311/718 kB | 32/61 kB | 77/116 kBProgress (4): 1.5/24 MB | 311/718 kB | 32/61 kB | 81/116 kBProgress (4): 1.5/24 MB | 315/718 kB | 32/61 kB | 81/116 kBProgress (4): 1.5/24 MB | 315/718 kB | 32/61 kB | 85/116 kBProgress (4): 1.5/24 MB | 319/718 kB | 32/61 kB | 85/116 kBProgress (4): 1.5/24 MB | 319/718 kB | 32/61 kB | 90/116 kBProgress (4): 1.5/24 MB | 323/718 kB | 32/61 kB | 90/116 kBProgress (4): 1.5/24 MB | 323/718 kB | 32/61 kB | 94/116 kBProgress (4): 1.5/24 MB | 327/718 kB | 32/61 kB | 94/116 kBProgress (4): 1.5/24 MB | 327/718 kB | 32/61 kB | 98/116 kBProgress (4): 1.5/24 MB | 331/718 kB | 32/61 kB | 98/116 kBProgress (4): 1.5/24 MB | 331/718 kB | 32/61 kB | 102/116 kBProgress (4): 1.5/24 MB | 335/718 kB | 32/61 kB | 102/116 kBProgress (4): 1.5/24 MB | 335/718 kB | 32/61 kB | 106/116 kBProgress (4): 1.5/24 MB | 339/718 kB | 32/61 kB | 106/116 kBProgress (4): 1.5/24 MB | 339/718 kB | 32/61 kB | 110/116 kBProgress (4): 1.5/24 MB | 344/718 kB | 32/61 kB | 110/116 kBProgress (4): 1.5/24 MB | 344/718 kB | 32/61 kB | 114/116 kBProgress (4): 1.5/24 MB | 344/718 kB | 32/61 kB | 116 kB Progress (4): 1.5/24 MB | 348/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 352/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 356/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 360/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 364/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 368/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 372/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 376/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 380/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 384/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 389/718 kB | 32/61 kB | 116 kBProgress (4): 1.5/24 MB | 393/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 393/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 397/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 401/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 405/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 409/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 413/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 417/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 421/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 425/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 430/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 434/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 438/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 442/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 446/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 450/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 454/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 458/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 462/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 466/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 471/718 kB | 32/61 kB | 116 kBProgress (4): 1.6/24 MB | 475/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 475/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 479/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 483/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 487/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 491/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 495/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 499/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 503/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 507/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 511/718 kB | 32/61 kB | 116 kBProgress (4): 1.7/24 MB | 516/718 kB | 32/61 kB | 116 kBProgress (5): 1.7/24 MB | 516/718 kB | 32/61 kB | 116 kB | 0/5.1 MBProgress (5): 1.7/24 MB | 520/718 kB | 32/61 kB | 116 kB | 0/5.1 MBProgress (5): 1.7/24 MB | 524/718 kB | 32/61 kB | 116 kB | 0/5.1 MBProgress (5): 1.7/24 MB | 528/718 kB | 32/61 kB | 116 kB | 0/5.1 MBProgress (5): 1.7/24 MB | 532/718 kB | 32/61 kB | 116 kB | 0/5.1 MBProgress (5): 1.7/24 MB | 532/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.7/24 MB | 536/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 536/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 540/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 540/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 544/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 548/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 552/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 557/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 557/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MBProgress (5): 1.8/24 MB | 561/718 kB | 32/61 kB | 116 kB | 0.1/5.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jbake/jbake-core/2.5.0/jbake-core-2.5.0.jar (116 kB at 831 kB/s)Progress (4): 1.8/24 MB | 561/718 kB | 32/61 kB | 0.1/5.1 MB [exec] Progress (4): 1.8/24 MB | 565/718 kB | 32/61 kB | 0.1/5.1 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jarProgress (4): 1.8/24 MB | 569/718 kB | 32/61 kB | 0.1/5.1 MB [exec] Progress (4): 1.8/24 MB | 573/718 kB | 32/61 kB | 0.1/5.1 MBProgress (4): 1.8/24 MB | 577/718 kB | 32/61 kB | 0.1/5.1 MBProgress (4): 2.0/24 MB | 577/718 kB | 32/61 kB | 0.1/5.1 MBProgress (4): 2.0/24 MB | 577/718 kB | 32/61 kB | 0.2/5.1 MBProgress (4): 2.0/24 MB | 581/718 kB | 32/61 kB | 0.2/5.1 MBProgress (4): 2.0/24 MB | 585/718 kB | 32/61 kB | 0.2/5.1 MBProgress (4): 2.0/24 MB | 589/718 kB | 32/61 kB | 0.2/5.1 MBProgress (4): 2.0/24 MB | 589/718 kB | 32/61 kB | 0.2/5.1 MBProgress (5): 2.0/24 MB | 589/718 kB | 32/61 kB | 0.2/5.1 MB | 4.1/209 kBProgress (5): 2.0/24 MB | 589/718 kB | 32/61 kB | 0.2/5.1 MB | 7.7/209 kBProgress (5): 2.0/24 MB | 589/718 kB | 32/61 kB | 0.2/5.1 MB | 12/209 kB Progress (5): 2.0/24 MB | 589/718 kB | 32/61 kB | 0.2/5.1 MB | 16/209 kBProgress (5): 2.0/24 MB | 593/718 kB | 32/61 kB | 0.2/5.1 MB | 16/209 kBProgress (5): 2.0/24 MB | 597/718 kB | 32/61 kB | 0.2/5.1 MB | 16/209 kBProgress (5): 2.0/24 MB | 597/718 kB | 32/61 kB | 0.2/5.1 MB | 16/209 kBProgress (5): 2.0/24 MB | 602/718 kB | 32/61 kB | 0.2/5.1 MB | 16/209 kBProgress (5): 2.0/24 MB | 602/718 kB | 32/61 kB | 0.2/5.1 MB | 20/209 kBProgress (5): 2.0/24 MB | 606/718 kB | 32/61 kB | 0.2/5.1 MB | 20/209 kBProgress (5): 2.0/24 MB | 606/718 kB | 32/61 kB | 0.2/5.1 MB | 24/209 kBProgress (5): 2.0/24 MB | 606/718 kB | 32/61 kB | 0.2/5.1 MB | 28/209 kBProgress (5): 2.0/24 MB | 606/718 kB | 32/61 kB | 0.2/5.1 MB | 28/209 kBProgress (5): 2.0/24 MB | 606/718 kB | 32/61 kB | 0.2/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 610/718 kB | 32/61 kB | 0.2/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 614/718 kB | 32/61 kB | 0.2/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 618/718 kB | 32/61 kB | 0.2/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 622/718 kB | 32/61 kB | 0.2/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 622/718 kB | 32/61 kB | 0.3/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 622/718 kB | 32/61 kB | 0.3/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 626/718 kB | 32/61 kB | 0.3/5.1 MB | 32/209 kBProgress (5): 2.0/24 MB | 626/718 kB | 32/61 kB | 0.3/5.1 MB | 36/209 kBProgress (5): 2.0/24 MB | 630/718 kB | 32/61 kB | 0.3/5.1 MB | 36/209 kBProgress (5): 2.0/24 MB | 630/718 kB | 32/61 kB | 0.3/5.1 MB | 40/209 kBProgress (5): 2.0/24 MB | 634/718 kB | 32/61 kB | 0.3/5.1 MB | 40/209 kBProgress (5): 2.0/24 MB | 634/718 kB | 32/61 kB | 0.3/5.1 MB | 40/209 kBProgress (5): 2.0/24 MB | 638/718 kB | 32/61 kB | 0.3/5.1 MB | 40/209 kBProgress (5): 2.0/24 MB | 638/718 kB | 32/61 kB | 0.3/5.1 MB | 45/209 kBProgress (5): 2.0/24 MB | 638/718 kB | 32/61 kB | 0.3/5.1 MB | 49/209 kBProgress (5): 2.0/24 MB | 643/718 kB | 32/61 kB | 0.3/5.1 MB | 49/209 kBProgress (5): 2.0/24 MB | 647/718 kB | 32/61 kB | 0.3/5.1 MB | 49/209 kBProgress (5): 2.0/24 MB | 647/718 kB | 32/61 kB | 0.3/5.1 MB | 53/209 kBProgress (5): 2.0/24 MB | 647/718 kB | 32/61 kB | 0.3/5.1 MB | 53/209 kBProgress (5): 2.0/24 MB | 647/718 kB | 32/61 kB | 0.3/5.1 MB | 57/209 kBProgress (5): 2.0/24 MB | 651/718 kB | 32/61 kB | 0.3/5.1 MB | 57/209 kBProgress (5): 2.0/24 MB | 651/718 kB | 32/61 kB | 0.3/5.1 MB | 61/209 kBProgress (5): 2.0/24 MB | 655/718 kB | 32/61 kB | 0.3/5.1 MB | 61/209 kBProgress (5): 2.0/24 MB | 655/718 kB | 32/61 kB | 0.3/5.1 MB | 65/209 kBProgress (5): 2.0/24 MB | 659/718 kB | 32/61 kB | 0.3/5.1 MB | 65/209 kBProgress (5): 2.0/24 MB | 659/718 kB | 32/61 kB | 0.3/5.1 MB | 69/209 kBProgress (5): 2.0/24 MB | 659/718 kB | 32/61 kB | 0.4/5.1 MB | 69/209 kBProgress (5): 2.0/24 MB | 663/718 kB | 32/61 kB | 0.4/5.1 MB | 69/209 kBProgress (5): 2.0/24 MB | 663/718 kB | 32/61 kB | 0.4/5.1 MB | 73/209 kBProgress (5): 2.0/24 MB | 667/718 kB | 32/61 kB | 0.4/5.1 MB | 73/209 kBProgress (5): 2.0/24 MB | 667/718 kB | 32/61 kB | 0.4/5.1 MB | 77/209 kBProgress (5): 2.0/24 MB | 671/718 kB | 32/61 kB | 0.4/5.1 MB | 77/209 kBProgress (5): 2.0/24 MB | 671/718 kB | 32/61 kB | 0.4/5.1 MB | 81/209 kBProgress (5): 2.0/24 MB | 671/718 kB | 32/61 kB | 0.4/5.1 MB | 81/209 kBProgress (5): 2.0/24 MB | 675/718 kB | 32/61 kB | 0.4/5.1 MB | 81/209 kBProgress (5): 2.0/24 MB | 675/718 kB | 32/61 kB | 0.4/5.1 MB | 85/209 kBProgress (5): 2.0/24 MB | 679/718 kB | 32/61 kB | 0.4/5.1 MB | 85/209 kBProgress (5): 2.0/24 MB | 679/718 kB | 32/61 kB | 0.4/5.1 MB | 90/209 kBProgress (5): 2.0/24 MB | 683/718 kB | 32/61 kB | 0.4/5.1 MB | 90/209 kBProgress (5): 2.0/24 MB | 683/718 kB | 32/61 kB | 0.4/5.1 MB | 94/209 kBProgress (5): 2.0/24 MB | 688/718 kB | 32/61 kB | 0.4/5.1 MB | 94/209 kBProgress (5): 2.0/24 MB | 688/718 kB | 32/61 kB | 0.4/5.1 MB | 98/209 kBProgress (5): 2.0/24 MB | 688/718 kB | 32/61 kB | 0.4/5.1 MB | 98/209 kBProgress (5): 2.0/24 MB | 692/718 kB | 32/61 kB | 0.4/5.1 MB | 98/209 kBProgress (5): 2.0/24 MB | 692/718 kB | 32/61 kB | 0.4/5.1 MB | 102/209 kBProgress (5): 2.0/24 MB | 696/718 kB | 32/61 kB | 0.4/5.1 MB | 102/209 kBProgress (5): 2.0/24 MB | 696/718 kB | 32/61 kB | 0.4/5.1 MB | 106/209 kBProgress (5): 2.0/24 MB | 700/718 kB | 32/61 kB | 0.4/5.1 MB | 106/209 kBProgress (5): 2.0/24 MB | 700/718 kB | 32/61 kB | 0.4/5.1 MB | 110/209 kBProgress (5): 2.0/24 MB | 700/718 kB | 32/61 kB | 0.4/5.1 MB | 110/209 kBProgress (5): 2.0/24 MB | 700/718 kB | 32/61 kB | 0.4/5.1 MB | 114/209 kBProgress (5): 2.0/24 MB | 704/718 kB | 32/61 kB | 0.4/5.1 MB | 114/209 kBProgress (5): 2.0/24 MB | 704/718 kB | 32/61 kB | 0.4/5.1 MB | 118/209 kBProgress (5): 2.0/24 MB | 708/718 kB | 32/61 kB | 0.4/5.1 MB | 118/209 kBProgress (5): 2.0/24 MB | 708/718 kB | 32/61 kB | 0.4/5.1 MB | 122/209 kBProgress (5): 2.0/24 MB | 712/718 kB | 32/61 kB | 0.4/5.1 MB | 122/209 kBProgress (5): 2.0/24 MB | 712/718 kB | 32/61 kB | 0.4/5.1 MB | 126/209 kBProgress (5): 2.0/24 MB | 712/718 kB | 32/61 kB | 0.5/5.1 MB | 126/209 kBProgress (5): 2.0/24 MB | 716/718 kB | 32/61 kB | 0.5/5.1 MB | 126/209 kBProgress (5): 2.0/24 MB | 716/718 kB | 32/61 kB | 0.5/5.1 MB | 131/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 131/209 kB Progress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 131/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 135/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 139/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 143/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 147/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 151/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 151/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 155/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 159/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 163/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 163/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 167/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 171/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 176/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 180/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 180/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 184/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 188/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 192/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.5/5.1 MB | 196/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB | 196/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB | 200/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB | 204/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB | 208/209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB | 209 kB Progress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB | 209 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB | 209 kB 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 911 kB/s)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 [exec] Progress (4): 2.0/24 MB | 718 kB | 32/61 kB | 0.6/5.1 MB [exec] Progress (4): 2.0/24 MB | 718 kB | 32/61 kB | 0.7/5.1 MBProgress (4): 2.0/24 MB | 718 kB | 32/61 kB | 0.7/5.1 MBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.7/5.1 MB | 4.1/435 kBProgress (5): 2.0/24 MB | 718 kB | 32/61 kB | 0.7/5.1 MB | 4.1/435 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.5/asciidoctorj-1.5.5.jar (718 kB at 3.1 MB/s)Progress (4): 2.0/24 MB | 32/61 kB | 0.7/5.1 MB | 7.7/435 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jarProgress (4): 2.0/24 MB | 32/61 kB | 0.7/5.1 MB | 12/435 kB [exec] Progress (4): 2.0/24 MB | 32/61 kB | 0.7/5.1 MB | 16/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.7/5.1 MB | 16/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.7/5.1 MB | 20/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 20/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 24/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 28/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 32/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 36/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 36/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 40/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 45/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 49/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 49/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 53/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 57/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 61/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 65/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 65/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 69/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.8/5.1 MB | 73/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 73/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 77/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 81/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 85/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 90/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 90/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 94/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 98/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 98/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 102/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 106/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 110/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 110/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 0.9/5.1 MB | 114/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 114/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 118/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 122/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 126/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 131/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 131/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 135/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 139/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 143/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 143/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 147/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 151/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 155/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 159/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 159/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 163/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.0/5.1 MB | 167/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 167/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 171/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 176/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 180/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 184/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 184/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 188/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 192/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 196/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 196/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 200/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 204/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 208/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 212/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 212/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.1/5.1 MB | 217/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 217/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 221/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 225/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 229/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 229/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 233/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 237/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 241/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 245/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 245/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 249/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 253/435 kBProgress (4): 2.0/24 MB | 32/61 kB | 1.2/5.1 MB | 258/435 kBProgress (4): 2.0/24 MB | 36/61 kB | 1.2/5.1 MB | 258/435 kBProgress (4): 2.0/24 MB | 36/61 kB | 1.2/5.1 MB | 258/435 kBProgress (4): 2.0/24 MB | 40/61 kB | 1.2/5.1 MB | 258/435 kBProgress (4): 2.0/24 MB | 40/61 kB | 1.2/5.1 MB | 262/435 kBProgress (4): 2.1/24 MB | 40/61 kB | 1.2/5.1 MB | 262/435 kBProgress (5): 2.1/24 MB | 40/61 kB | 1.2/5.1 MB | 262/435 kB | 4.1/363 kBProgress (5): 2.1/24 MB | 45/61 kB | 1.2/5.1 MB | 262/435 kB | 4.1/363 kBProgress (5): 2.1/24 MB | 45/61 kB | 1.2/5.1 MB | 262/435 kB | 7.7/363 kBProgress (5): 2.1/24 MB | 49/61 kB | 1.2/5.1 MB | 262/435 kB | 7.7/363 kBProgress (5): 2.1/24 MB | 49/61 kB | 1.2/5.1 MB | 266/435 kB | 7.7/363 kBProgress (5): 2.1/24 MB | 49/61 kB | 1.2/5.1 MB | 266/435 kB | 12/363 kB Progress (5): 2.1/24 MB | 49/61 kB | 1.3/5.1 MB | 266/435 kB | 12/363 kBProgress (5): 2.1/24 MB | 53/61 kB | 1.3/5.1 MB | 266/435 kB | 12/363 kBProgress (5): 2.1/24 MB | 53/61 kB | 1.3/5.1 MB | 266/435 kB | 16/363 kBProgress (5): 2.1/24 MB | 53/61 kB | 1.3/5.1 MB | 270/435 kB | 16/363 kBProgress (5): 2.1/24 MB | 57/61 kB | 1.3/5.1 MB | 270/435 kB | 16/363 kBProgress (5): 2.1/24 MB | 57/61 kB | 1.3/5.1 MB | 274/435 kB | 16/363 kBProgress (5): 2.1/24 MB | 57/61 kB | 1.3/5.1 MB | 274/435 kB | 20/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 274/435 kB | 20/363 kB Progress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 274/435 kB | 24/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 278/435 kB | 24/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 278/435 kB | 24/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 278/435 kB | 28/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 278/435 kB | 32/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 282/435 kB | 32/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 282/435 kB | 36/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 286/435 kB | 36/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 286/435 kB | 36/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 286/435 kB | 40/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 290/435 kB | 40/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 290/435 kB | 45/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 294/435 kB | 45/363 kBProgress (5): 2.1/24 MB | 61 kB | 1.3/5.1 MB | 294/435 kB | 49/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 294/435 kB | 49/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 294/435 kB | 53/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 294/435 kB | 53/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 294/435 kB | 57/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 298/435 kB | 57/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 298/435 kB | 61/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 303/435 kB | 61/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 303/435 kB | 65/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.3/5.1 MB | 307/435 kB | 65/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 307/435 kB | 65/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 311/435 kB | 65/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 311/435 kB | 69/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 311/435 kB | 73/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 311/435 kB | 77/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 311/435 kB | 81/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 315/435 kB | 81/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 315/435 kB | 85/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 319/435 kB | 85/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 319/435 kB | 90/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 323/435 kB | 90/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 323/435 kB | 90/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 327/435 kB | 90/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 327/435 kB | 94/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 327/435 kB | 98/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 327/435 kB | 102/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 331/435 kB | 102/363 kBProgress (5): 2.2/24 MB | 61 kB | 1.4/5.1 MB | 331/435 kB | 102/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 331/435 kB | 102/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 335/435 kB | 102/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 335/435 kB | 106/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 339/435 kB | 106/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 339/435 kB | 110/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 344/435 kB | 110/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 344/435 kB | 114/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 344/435 kB | 114/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 344/435 kB | 118/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 348/435 kB | 118/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 348/435 kB | 122/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 352/435 kB | 122/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 352/435 kB | 126/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 356/435 kB | 126/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.4/5.1 MB | 356/435 kB | 131/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 356/435 kB | 131/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 360/435 kB | 131/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 360/435 kB | 135/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 360/435 kB | 139/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 360/435 kB | 143/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 360/435 kB | 147/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 364/435 kB | 147/363 kBProgress (5): 2.3/24 MB | 61 kB | 1.5/5.1 MB | 368/435 kB | 147/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 368/435 kB | 147/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 368/435 kB | 151/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 372/435 kB | 151/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 372/435 kB | 151/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 376/435 kB | 151/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 376/435 kB | 155/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 376/435 kB | 159/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 376/435 kB | 163/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 376/435 kB | 163/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 376/435 kB | 167/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 380/435 kB | 167/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 380/435 kB | 171/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 384/435 kB | 171/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 384/435 kB | 176/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 389/435 kB | 176/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 389/435 kB | 180/363 kBProgress (5): 2.5/24 MB | 61 kB | 1.5/5.1 MB | 393/435 kB | 180/363 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar (61 kB at 190 kB/s)Progress (4): 2.5/24 MB | 1.5/5.1 MB | 393/435 kB | 184/363 kB [exec] Progress (4): 2.5/24 MB | 1.5/5.1 MB | 393/435 kB | 184/363 kBProgress (4): 2.5/24 MB | 1.5/5.1 MB | 397/435 kB | 184/363 kBProgress (4): 2.5/24 MB | 1.5/5.1 MB | 397/435 kB | 188/363 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jarProgress (4): 2.5/24 MB | 1.5/5.1 MB | 397/435 kB | 192/363 kB [exec] Progress (4): 2.5/24 MB | 1.5/5.1 MB | 401/435 kB | 192/363 kBProgress (4): 2.5/24 MB | 1.6/5.1 MB | 401/435 kB | 192/363 kBProgress (4): 2.5/24 MB | 1.6/5.1 MB | 401/435 kB | 196/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 401/435 kB | 196/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 405/435 kB | 196/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 409/435 kB | 196/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 409/435 kB | 200/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 409/435 kB | 204/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 409/435 kB | 208/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 409/435 kB | 212/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 413/435 kB | 212/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 413/435 kB | 212/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 417/435 kB | 212/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 417/435 kB | 217/363 kBProgress (4): 2.6/24 MB | 1.6/5.1 MB | 421/435 kB | 217/363 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 421/435 kB | 217/363 kB | 4.1/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 425/435 kB | 217/363 kB | 4.1/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 425/435 kB | 221/363 kB | 4.1/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 425/435 kB | 221/363 kB | 4.1/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 425/435 kB | 221/363 kB | 7.7/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 430/435 kB | 221/363 kB | 7.7/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 430/435 kB | 225/363 kB | 7.7/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 434/435 kB | 225/363 kB | 7.7/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 434/435 kB | 225/363 kB | 12/284 kB Progress (5): 2.6/24 MB | 1.6/5.1 MB | 435 kB | 225/363 kB | 12/284 kB Progress (5): 2.6/24 MB | 1.6/5.1 MB | 435 kB | 229/363 kB | 12/284 kBProgress (5): 2.6/24 MB | 1.6/5.1 MB | 435 kB | 229/363 kB | 16/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 229/363 kB | 16/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 229/363 kB | 16/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 233/363 kB | 16/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 233/363 kB | 20/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 237/363 kB | 20/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 237/363 kB | 24/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 241/363 kB | 24/284 kBProgress (5): 2.7/24 MB | 1.6/5.1 MB | 435 kB | 241/363 kB | 28/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 241/363 kB | 28/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 245/363 kB | 28/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 245/363 kB | 32/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 249/363 kB | 32/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 249/363 kB | 36/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 253/363 kB | 36/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 253/363 kB | 40/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 258/363 kB | 40/284 kBProgress (5): 2.7/24 MB | 1.7/5.1 MB | 435 kB | 258/363 kB | 45/284 kB 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 1.3 MB/s)Progress (4): 2.7/24 MB | 1.7/5.1 MB | 262/363 kB | 45/284 kB [exec] 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.jarProgress (4): 2.7/24 MB | 1.7/5.1 MB | 262/363 kB | 49/284 kB [exec] Progress (4): 2.7/24 MB | 1.7/5.1 MB | 262/363 kB | 49/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 266/363 kB | 49/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 270/363 kB | 49/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 270/363 kB | 53/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 274/363 kB | 53/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 274/363 kB | 57/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 278/363 kB | 57/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 278/363 kB | 61/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 278/363 kB | 61/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 278/363 kB | 65/284 kBProgress (4): 2.7/24 MB | 1.7/5.1 MB | 282/363 kB | 65/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 282/363 kB | 65/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 286/363 kB | 65/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 286/363 kB | 69/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 290/363 kB | 69/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 290/363 kB | 73/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 294/363 kB | 73/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 294/363 kB | 77/284 kBProgress (4): 2.8/24 MB | 1.7/5.1 MB | 294/363 kB | 81/284 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 294/363 kB | 81/284 kB | 4.1/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 298/363 kB | 81/284 kB | 4.1/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 298/363 kB | 81/284 kB | 7.7/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 298/363 kB | 85/284 kB | 7.7/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 303/363 kB | 85/284 kB | 7.7/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 303/363 kB | 85/284 kB | 7.7/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 307/363 kB | 85/284 kB | 7.7/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 307/363 kB | 90/284 kB | 7.7/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 307/363 kB | 90/284 kB | 12/61 kB Progress (5): 2.8/24 MB | 1.7/5.1 MB | 307/363 kB | 94/284 kB | 12/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 311/363 kB | 94/284 kB | 12/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 311/363 kB | 98/284 kB | 12/61 kBProgress (5): 2.8/24 MB | 1.7/5.1 MB | 311/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.8/24 MB | 1.8/5.1 MB | 311/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.8/24 MB | 1.8/5.1 MB | 315/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.8/24 MB | 1.8/5.1 MB | 319/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.8/24 MB | 1.8/5.1 MB | 323/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.8/24 MB | 1.8/5.1 MB | 327/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 327/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 331/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 335/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 339/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 344/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 348/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 352/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 356/363 kB | 98/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 356/363 kB | 102/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 360/363 kB | 102/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 360/363 kB | 102/284 kB | 16/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 360/363 kB | 102/284 kB | 20/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 102/284 kB | 20/61 kB Progress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 106/284 kB | 20/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 106/284 kB | 24/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 110/284 kB | 24/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 110/284 kB | 28/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 114/284 kB | 28/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 114/284 kB | 28/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 114/284 kB | 32/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 118/284 kB | 32/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 122/284 kB | 32/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 122/284 kB | 36/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 126/284 kB | 36/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 126/284 kB | 40/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 131/284 kB | 40/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 131/284 kB | 45/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 131/284 kB | 49/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 131/284 kB | 49/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 131/284 kB | 53/61 kBProgress (5): 2.9/24 MB | 1.8/5.1 MB | 363 kB | 135/284 kB | 53/61 kBProgress (5): 3.1/24 MB | 1.8/5.1 MB | 363 kB | 135/284 kB | 53/61 kBProgress (5): 3.1/24 MB | 1.8/5.1 MB | 363 kB | 135/284 kB | 57/61 kBProgress (5): 3.1/24 MB | 1.8/5.1 MB | 363 kB | 139/284 kB | 57/61 kBProgress (5): 3.1/24 MB | 1.8/5.1 MB | 363 kB | 139/284 kB | 61 kB Progress (5): 3.1/24 MB | 1.8/5.1 MB | 363 kB | 143/284 kB | 61 kBProgress (5): 3.1/24 MB | 1.8/5.1 MB | 363 kB | 147/284 kB | 61 kBProgress (5): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 147/284 kB | 61 kBProgress (5): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 151/284 kB | 61 kBProgress (5): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 155/284 kB | 61 kBProgress (5): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 159/284 kB | 61 kBProgress (5): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 163/284 kB | 61 kBProgress (5): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 167/284 kB | 61 kB 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.jar (61 kB at 151 kB/s)Progress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 167/284 kB [exec] Progress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 171/284 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jarProgress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 176/284 kB [exec] Progress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 180/284 kBProgress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 180/284 kBProgress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 184/284 kBProgress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 188/284 kBProgress (4): 3.1/24 MB | 1.9/5.1 MB | 363 kB | 192/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 192/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 196/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 200/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 204/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 208/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 212/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 212/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 217/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 221/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 225/284 kBProgress (4): 3.2/24 MB | 1.9/5.1 MB | 363 kB | 229/284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar (363 kB at 891 kB/s)Progress (3): 3.2/24 MB | 1.9/5.1 MB | 229/284 kB [exec] Progress (3): 3.2/24 MB | 1.9/5.1 MB | 233/284 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.jarProgress (3): 3.2/24 MB | 1.9/5.1 MB | 237/284 kB [exec] Progress (3): 3.2/24 MB | 1.9/5.1 MB | 241/284 kBProgress (3): 3.2/24 MB | 1.9/5.1 MB | 245/284 kBProgress (3): 3.2/24 MB | 1.9/5.1 MB | 249/284 kBProgress (3): 3.2/24 MB | 1.9/5.1 MB | 253/284 kBProgress (3): 3.2/24 MB | 1.9/5.1 MB | 258/284 kBProgress (3): 3.2/24 MB | 1.9/5.1 MB | 262/284 kBProgress (3): 3.2/24 MB | 2.0/5.1 MB | 262/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 262/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 266/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 270/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 274/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 278/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 278/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 282/284 kBProgress (3): 3.3/24 MB | 2.0/5.1 MB | 284 kB Progress (3): 3.3/24 MB | 2.0/5.1 MB | 284 kB 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 687 kB/s)Progress (2): 3.3/24 MB | 2.0/5.1 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jarProgress (2): 3.4/24 MB | 2.0/5.1 MB [exec] Progress (2): 3.4/24 MB | 2.1/5.1 MBProgress (2): 3.4/24 MB | 2.1/5.1 MBProgress (2): 3.4/24 MB | 2.1/5.1 MBProgress (2): 3.6/24 MB | 2.1/5.1 MBProgress (2): 3.6/24 MB | 2.1/5.1 MBProgress (2): 3.6/24 MB | 2.2/5.1 MBProgress (2): 3.6/24 MB | 2.2/5.1 MBProgress (2): 3.7/24 MB | 2.2/5.1 MBProgress (2): 3.7/24 MB | 2.2/5.1 MBProgress (2): 3.7/24 MB | 2.2/5.1 MBProgress (2): 3.7/24 MB | 2.3/5.1 MBProgress (2): 3.8/24 MB | 2.3/5.1 MBProgress (2): 3.8/24 MB | 2.3/5.1 MBProgress (2): 3.8/24 MB | 2.3/5.1 MBProgress (2): 3.8/24 MB | 2.3/5.1 MBProgress (2): 3.9/24 MB | 2.3/5.1 MBProgress (2): 3.9/24 MB | 2.4/5.1 MBProgress (2): 3.9/24 MB | 2.4/5.1 MBProgress (2): 4.1/24 MB | 2.4/5.1 MBProgress (2): 4.1/24 MB | 2.4/5.1 MBProgress (2): 4.1/24 MB | 2.4/5.1 MBProgress (2): 4.2/24 MB | 2.4/5.1 MBProgress (2): 4.2/24 MB | 2.5/5.1 MBProgress (2): 4.2/24 MB | 2.5/5.1 MBProgress (3): 4.2/24 MB | 2.5/5.1 MB | 4.1/24 kBProgress (3): 4.2/24 MB | 2.5/5.1 MB | 4.1/24 kBProgress (3): 4.3/24 MB | 2.5/5.1 MB | 4.1/24 kBProgress (3): 4.3/24 MB | 2.5/5.1 MB | 7.7/24 kBProgress (3): 4.3/24 MB | 2.5/5.1 MB | 12/24 kB Progress (4): 4.3/24 MB | 2.5/5.1 MB | 12/24 kB | 4.1/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 12/24 kB | 4.1/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 16/24 kB | 4.1/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 16/24 kB | 7.7/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 16/24 kB | 7.7/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 20/24 kB | 7.7/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 20/24 kB | 12/253 kB Progress (4): 4.4/24 MB | 2.5/5.1 MB | 24 kB | 12/253 kB Progress (4): 4.4/24 MB | 2.5/5.1 MB | 24 kB | 16/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 24 kB | 20/253 kBProgress (4): 4.4/24 MB | 2.5/5.1 MB | 24 kB | 24/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 24/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 28/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 32/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 36/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 36/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 40/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 45/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 49/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 53/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 57/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 61/253 kBProgress (4): 4.4/24 MB | 2.6/5.1 MB | 24 kB | 61/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 61/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 65/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 69/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 69/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 73/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 77/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 81/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 85/253 kBProgress (4): 4.5/24 MB | 2.6/5.1 MB | 24 kB | 90/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 90/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 94/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 98/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 98/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 102/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 106/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 110/253 kBProgress (4): 4.5/24 MB | 2.7/5.1 MB | 24 kB | 114/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 114/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 114/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 118/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 122/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 126/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 131/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 131/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 135/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 139/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 143/253 kBProgress (4): 4.7/24 MB | 2.7/5.1 MB | 24 kB | 147/253 kBProgress (4): 4.7/24 MB | 2.8/5.1 MB | 24 kB | 147/253 kBProgress (4): 4.7/24 MB | 2.8/5.1 MB | 24 kB | 151/253 kBProgress (4): 4.7/24 MB | 2.8/5.1 MB | 24 kB | 155/253 kBProgress (4): 4.7/24 MB | 2.8/5.1 MB | 24 kB | 159/253 kBProgress (4): 4.7/24 MB | 2.8/5.1 MB | 24 kB | 163/253 kBProgress (4): 4.7/24 MB | 2.8/5.1 MB | 24 kB | 163/253 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 47 kB/s)Progress (3): 4.8/24 MB | 2.8/5.1 MB | 163/253 kB [exec] Progress (3): 4.8/24 MB | 2.8/5.1 MB | 167/253 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jarProgress (3): 4.8/24 MB | 2.8/5.1 MB | 171/253 kB [exec] Progress (3): 4.8/24 MB | 2.8/5.1 MB | 176/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 176/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 180/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 184/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 184/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 188/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 192/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 196/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 200/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 204/253 kBProgress (3): 4.8/24 MB | 2.8/5.1 MB | 208/253 kBProgress (3): 4.8/24 MB | 2.9/5.1 MB | 208/253 kBProgress (3): 4.8/24 MB | 2.9/5.1 MB | 212/253 kBProgress (3): 4.8/24 MB | 2.9/5.1 MB | 217/253 kBProgress (3): 4.8/24 MB | 2.9/5.1 MB | 217/253 kBProgress (3): 4.8/24 MB | 2.9/5.1 MB | 221/253 kBProgress (3): 4.8/24 MB | 2.9/5.1 MB | 225/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 225/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 229/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 233/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 237/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 237/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 241/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 245/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 249/253 kBProgress (3): 4.9/24 MB | 2.9/5.1 MB | 253 kB Progress (3): 4.9/24 MB | 2.9/5.1 MB | 253 kBProgress (3): 4.9/24 MB | 3.0/5.1 MB | 253 kBProgress (3): 4.9/24 MB | 3.0/5.1 MB | 253 kBProgress (3): 5.0/24 MB | 3.0/5.1 MB | 253 kBProgress (3): 5.0/24 MB | 3.0/5.1 MB | 253 kBProgress (3): 5.0/24 MB | 3.0/5.1 MB | 253 kBProgress (3): 5.0/24 MB | 3.1/5.1 MB | 253 kBProgress (3): 5.0/24 MB | 3.1/5.1 MB | 253 kBProgress (3): 5.2/24 MB | 3.1/5.1 MB | 253 kBProgress (3): 5.2/24 MB | 3.1/5.1 MB | 253 kBProgress (3): 5.2/24 MB | 3.1/5.1 MB | 253 kBProgress (3): 5.2/24 MB | 3.2/5.1 MB | 253 kBProgress (3): 5.2/24 MB | 3.2/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.2/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.2/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.2/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.3/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.3/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.3/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.3/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.3/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.4/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.4/5.1 MB | 253 kBProgress (3): 5.3/24 MB | 3.4/5.1 MB | 253 kBProgress (4): 5.3/24 MB | 3.4/5.1 MB | 253 kB | 4.1/155 kBProgress (4): 5.3/24 MB | 3.4/5.1 MB | 253 kB | 7.7/155 kBProgress (4): 5.3/24 MB | 3.4/5.1 MB | 253 kB | 12/155 kB Progress (4): 5.3/24 MB | 3.4/5.1 MB | 253 kB | 12/155 kBProgress (4): 5.3/24 MB | 3.4/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 3.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 4.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 4.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 4.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 4.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 4.1/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 4.1/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.3/24 MB | 4.1/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.4/24 MB | 4.1/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.4/24 MB | 4.1/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.4/24 MB | 4.2/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.4/24 MB | 4.2/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.4/24 MB | 4.2/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.4/24 MB | 4.2/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.4/24 MB | 4.3/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.5/24 MB | 4.3/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.5/24 MB | 4.3/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.5/24 MB | 4.3/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.5/24 MB | 4.3/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.5/24 MB | 4.4/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.5/24 MB | 4.4/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.4/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.4/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.4/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.5/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.7/24 MB | 4.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.8/24 MB | 4.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.8/24 MB | 4.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.8/24 MB | 4.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.8/24 MB | 4.6/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.8/24 MB | 4.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.8/24 MB | 4.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.9/24 MB | 4.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.9/24 MB | 4.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.9/24 MB | 4.7/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.9/24 MB | 4.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.9/24 MB | 4.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.9/24 MB | 4.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 5.9/24 MB | 4.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.0/24 MB | 4.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.0/24 MB | 4.8/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.0/24 MB | 4.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.0/24 MB | 4.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.0/24 MB | 4.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.0/24 MB | 4.9/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.0/24 MB | 5.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.1/24 MB | 5.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.1/24 MB | 5.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.1/24 MB | 5.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.1/24 MB | 5.0/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.1/24 MB | 5.1/5.1 MB | 253 kB | 16/155 kBProgress (4): 6.1/24 MB | 5.1 MB | 253 kB | 16/155 kB Progress (4): 6.3/24 MB | 5.1 MB | 253 kB | 16/155 kBProgress (4): 6.4/24 MB | 5.1 MB | 253 kB | 16/155 kBProgress (4): 6.5/24 MB | 5.1 MB | 253 kB | 16/155 kBProgress (4): 6.6/24 MB | 5.1 MB | 253 kB | 16/155 kBProgress (4): 6.8/24 MB | 5.1 MB | 253 kB | 16/155 kBProgress (4): 6.9/24 MB | 5.1 MB | 253 kB | 16/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-diagram/1.5.4/asciidoctorj-diagram-1.5.4.jar (5.1 MB at 7.7 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orient-commons/1.7.10/orient-commons-1.7.10.jar [exec] Progress (3): 7.0/24 MB | 253 kB | 16/155 kB [exec] Progress (3): 7.1/24 MB | 253 kB | 16/155 kBProgress (3): 7.2/24 MB | 253 kB | 16/155 kBProgress (3): 7.4/24 MB | 253 kB | 16/155 kBProgress (3): 7.5/24 MB | 253 kB | 16/155 kBProgress (3): 7.6/24 MB | 253 kB | 16/155 kBProgress (3): 7.7/24 MB | 253 kB | 16/155 kBProgress (3): 7.9/24 MB | 253 kB | 16/155 kBProgress (3): 8.0/24 MB | 253 kB | 16/155 kBProgress (3): 8.1/24 MB | 253 kB | 16/155 kBProgress (3): 8.2/24 MB | 253 kB | 16/155 kBProgress (3): 8.4/24 MB | 253 kB | 16/155 kBProgress (3): 8.5/24 MB | 253 kB | 16/155 kBProgress (3): 8.5/24 MB | 253 kB | 20/155 kBProgress (3): 8.5/24 MB | 253 kB | 24/155 kBProgress (3): 8.5/24 MB | 253 kB | 28/155 kBProgress (3): 8.5/24 MB | 253 kB | 32/155 kBProgress (3): 8.5/24 MB | 253 kB | 36/155 kBProgress (3): 8.5/24 MB | 253 kB | 40/155 kBProgress (3): 8.5/24 MB | 253 kB | 45/155 kBProgress (4): 8.5/24 MB | 253 kB | 45/155 kB | 4.1/77 kBProgress (4): 8.6/24 MB | 253 kB | 45/155 kB | 4.1/77 kBProgress (4): 8.6/24 MB | 253 kB | 45/155 kB | 7.7/77 kBProgress (4): 8.6/24 MB | 253 kB | 49/155 kB | 7.7/77 kBProgress (4): 8.6/24 MB | 253 kB | 49/155 kB | 12/77 kB Progress (4): 8.6/24 MB | 253 kB | 49/155 kB | 16/77 kBProgress (4): 8.6/24 MB | 253 kB | 49/155 kB | 20/77 kBProgress (4): 8.6/24 MB | 253 kB | 49/155 kB | 24/77 kBProgress (4): 8.6/24 MB | 253 kB | 53/155 kB | 24/77 kBProgress (4): 8.6/24 MB | 253 kB | 53/155 kB | 28/77 kBProgress (4): 8.6/24 MB | 253 kB | 57/155 kB | 28/77 kBProgress (4): 8.6/24 MB | 253 kB | 57/155 kB | 32/77 kBProgress (4): 8.6/24 MB | 253 kB | 61/155 kB | 32/77 kBProgress (4): 8.6/24 MB | 253 kB | 65/155 kB | 32/77 kBProgress (4): 8.6/24 MB | 253 kB | 65/155 kB | 36/77 kBProgress (4): 8.6/24 MB | 253 kB | 65/155 kB | 40/77 kBProgress (4): 8.6/24 MB | 253 kB | 65/155 kB | 45/77 kBProgress (4): 8.6/24 MB | 253 kB | 65/155 kB | 49/77 kBProgress (4): 8.6/24 MB | 253 kB | 69/155 kB | 49/77 kBProgress (4): 8.6/24 MB | 253 kB | 73/155 kB | 49/77 kBProgress (4): 8.6/24 MB | 253 kB | 77/155 kB | 49/77 kBProgress (4): 8.6/24 MB | 253 kB | 77/155 kB | 53/77 kBProgress (4): 8.6/24 MB | 253 kB | 81/155 kB | 53/77 kBProgress (4): 8.6/24 MB | 253 kB | 81/155 kB | 57/77 kBProgress (4): 8.6/24 MB | 253 kB | 81/155 kB | 61/77 kBProgress (4): 8.6/24 MB | 253 kB | 81/155 kB | 65/77 kBProgress (4): 8.7/24 MB | 253 kB | 81/155 kB | 65/77 kBProgress (4): 8.7/24 MB | 253 kB | 85/155 kB | 65/77 kBProgress (4): 8.7/24 MB | 253 kB | 85/155 kB | 69/77 kBProgress (4): 8.7/24 MB | 253 kB | 90/155 kB | 69/77 kBProgress (4): 8.7/24 MB | 253 kB | 90/155 kB | 73/77 kBProgress (4): 8.7/24 MB | 253 kB | 94/155 kB | 73/77 kBProgress (4): 8.7/24 MB | 253 kB | 94/155 kB | 77 kB Progress (4): 8.7/24 MB | 253 kB | 98/155 kB | 77 kBProgress (4): 8.7/24 MB | 253 kB | 102/155 kB | 77 kBProgress (4): 8.7/24 MB | 253 kB | 106/155 kB | 77 kBProgress (4): 8.7/24 MB | 253 kB | 110/155 kB | 77 kBProgress (4): 8.7/24 MB | 253 kB | 114/155 kB | 77 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.jar (253 kB at 342 kB/s)Progress (3): 8.7/24 MB | 118/155 kB | 77 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/1.7.10/orientdb-core-1.7.10.jarProgress (3): 8.8/24 MB | 118/155 kB | 77 kB [exec] Progress (3): 8.8/24 MB | 122/155 kB | 77 kBProgress (3): 8.8/24 MB | 126/155 kB | 77 kBProgress (3): 8.8/24 MB | 131/155 kB | 77 kBProgress (3): 8.8/24 MB | 135/155 kB | 77 kBProgress (3): 8.8/24 MB | 139/155 kB | 77 kBProgress (3): 8.8/24 MB | 143/155 kB | 77 kBProgress (3): 8.8/24 MB | 147/155 kB | 77 kBProgress (3): 8.8/24 MB | 151/155 kB | 77 kBProgress (3): 8.8/24 MB | 155/155 kB | 77 kBProgress (3): 8.8/24 MB | 155 kB | 77 kB Progress (3): 9.0/24 MB | 155 kB | 77 kBProgress (3): 9.1/24 MB | 155 kB | 77 kBProgress (3): 9.2/24 MB | 155 kB | 77 kBProgress (3): 9.3/24 MB | 155 kB | 77 kBProgress (3): 9.5/24 MB | 155 kB | 77 kBProgress (3): 9.6/24 MB | 155 kB | 77 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar (77 kB at 99 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-nativeos/1.7.10/orientdb-nativeos-1.7.10.jar [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jar (155 kB at 196 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar [exec] Progress (1): 9.7/24 MB [exec] Progress (1): 9.8/24 MBProgress (1): 10.0/24 MBProgress (1): 10/24 MB Progress (1): 10/24 MBProgress (1): 10/24 MBProgress (1): 10/24 MBProgress (2): 10/24 MB | 7.7/915 kBProgress (2): 10/24 MB | 16/915 kB Progress (2): 10/24 MB | 24/915 kBProgress (2): 10/24 MB | 32/915 kBProgress (3): 10/24 MB | 32/915 kB | 4.1/220 kBProgress (3): 10/24 MB | 32/915 kB | 7.7/220 kBProgress (3): 10/24 MB | 32/915 kB | 12/220 kB Progress (3): 10/24 MB | 32/915 kB | 16/220 kBProgress (3): 11/24 MB | 32/915 kB | 16/220 kBProgress (3): 11/24 MB | 32/915 kB | 20/220 kBProgress (3): 11/24 MB | 40/915 kB | 20/220 kBProgress (3): 11/24 MB | 40/915 kB | 24/220 kBProgress (3): 11/24 MB | 40/915 kB | 28/220 kBProgress (3): 11/24 MB | 49/915 kB | 28/220 kBProgress (3): 11/24 MB | 49/915 kB | 32/220 kBProgress (3): 11/24 MB | 49/915 kB | 36/220 kBProgress (3): 11/24 MB | 49/915 kB | 40/220 kBProgress (3): 11/24 MB | 49/915 kB | 45/220 kBProgress (3): 11/24 MB | 49/915 kB | 49/220 kBProgress (3): 11/24 MB | 57/915 kB | 49/220 kBProgress (3): 11/24 MB | 65/915 kB | 49/220 kBProgress (3): 11/24 MB | 65/915 kB | 53/220 kBProgress (3): 11/24 MB | 65/915 kB | 57/220 kBProgress (3): 11/24 MB | 65/915 kB | 61/220 kBProgress (3): 11/24 MB | 65/915 kB | 65/220 kBProgress (3): 11/24 MB | 65/915 kB | 69/220 kBProgress (3): 11/24 MB | 65/915 kB | 73/220 kBProgress (3): 11/24 MB | 65/915 kB | 77/220 kBProgress (3): 11/24 MB | 65/915 kB | 81/220 kBProgress (3): 11/24 MB | 73/915 kB | 81/220 kBProgress (3): 11/24 MB | 73/915 kB | 85/220 kBProgress (3): 11/24 MB | 73/915 kB | 90/220 kBProgress (3): 11/24 MB | 81/915 kB | 90/220 kBProgress (3): 11/24 MB | 81/915 kB | 90/220 kBProgress (3): 11/24 MB | 81/915 kB | 94/220 kBProgress (4): 11/24 MB | 81/915 kB | 94/220 kB | 4.1/9.9 kBProgress (4): 11/24 MB | 81/915 kB | 98/220 kB | 4.1/9.9 kBProgress (4): 11/24 MB | 81/915 kB | 98/220 kB | 7.7/9.9 kBProgress (4): 11/24 MB | 81/915 kB | 98/220 kB | 9.9 kB Progress (4): 11/24 MB | 81/915 kB | 102/220 kB | 9.9 kBProgress (4): 11/24 MB | 81/915 kB | 106/220 kB | 9.9 kBProgress (4): 11/24 MB | 90/915 kB | 106/220 kB | 9.9 kBProgress (4): 11/24 MB | 90/915 kB | 110/220 kB | 9.9 kBProgress (4): 11/24 MB | 90/915 kB | 114/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 114/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 118/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 122/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 126/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 131/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 135/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 139/220 kB | 9.9 kBProgress (4): 11/24 MB | 98/915 kB | 143/220 kB | 9.9 kBProgress (4): 11/24 MB | 106/915 kB | 143/220 kB | 9.9 kBProgress (4): 11/24 MB | 106/915 kB | 147/220 kB | 9.9 kBProgress (4): 11/24 MB | 114/915 kB | 147/220 kB | 9.9 kBProgress (4): 11/24 MB | 114/915 kB | 151/220 kB | 9.9 kBProgress (4): 11/24 MB | 114/915 kB | 155/220 kB | 9.9 kBProgress (4): 11/24 MB | 114/915 kB | 159/220 kB | 9.9 kBProgress (4): 11/24 MB | 114/915 kB | 163/220 kB | 9.9 kBProgress (4): 11/24 MB | 114/915 kB | 163/220 kB | 9.9 kBProgress (4): 11/24 MB | 114/915 kB | 167/220 kB | 9.9 kBProgress (4): 11/24 MB | 122/915 kB | 167/220 kB | 9.9 kBProgress (4): 11/24 MB | 122/915 kB | 171/220 kB | 9.9 kBProgress (4): 11/24 MB | 131/915 kB | 171/220 kB | 9.9 kBProgress (4): 11/24 MB | 131/915 kB | 176/220 kB | 9.9 kBProgress (4): 11/24 MB | 131/915 kB | 180/220 kB | 9.9 kBProgress (4): 11/24 MB | 131/915 kB | 184/220 kB | 9.9 kBProgress (4): 11/24 MB | 131/915 kB | 188/220 kB | 9.9 kBProgress (4): 11/24 MB | 131/915 kB | 192/220 kB | 9.9 kBProgress (4): 11/24 MB | 131/915 kB | 196/220 kB | 9.9 kBProgress (4): 11/24 MB | 139/915 kB | 196/220 kB | 9.9 kBProgress (4): 11/24 MB | 139/915 kB | 200/220 kB | 9.9 kBProgress (4): 11/24 MB | 147/915 kB | 200/220 kB | 9.9 kBProgress (4): 11/24 MB | 147/915 kB | 204/220 kB | 9.9 kBProgress (4): 11/24 MB | 147/915 kB | 208/220 kB | 9.9 kBProgress (4): 11/24 MB | 147/915 kB | 212/220 kB | 9.9 kBProgress (4): 11/24 MB | 147/915 kB | 217/220 kB | 9.9 kBProgress (4): 11/24 MB | 147/915 kB | 220 kB | 9.9 kB Progress (4): 11/24 MB | 155/915 kB | 220 kB | 9.9 kBProgress (4): 11/24 MB | 163/915 kB | 220 kB | 9.9 kBProgress (4): 11/24 MB | 163/915 kB | 220 kB | 9.9 kBProgress (4): 11/24 MB | 171/915 kB | 220 kB | 9.9 kBProgress (4): 11/24 MB | 180/915 kB | 220 kB | 9.9 kBProgress (4): 11/24 MB | 188/915 kB | 220 kB | 9.9 kBProgress (4): 11/24 MB | 196/915 kB | 220 kB | 9.9 kBProgress (5): 11/24 MB | 196/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 204/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 212/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 212/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 221/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 229/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 229/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 237/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 237/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 245/915 kB | 220 kB | 9.9 kB | 0/2.4 MBProgress (5): 11/24 MB | 245/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 253/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 262/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 262/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 270/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 278/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 278/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 286/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 294/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 294/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 303/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.1/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.2/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.2/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.2/2.4 MBProgress (5): 11/24 MB | 311/915 kB | 220 kB | 9.9 kB | 0.2/2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orient-commons/1.7.10/orient-commons-1.7.10.jar (220 kB at 246 kB/s)Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-nativeos/1.7.10/orientdb-nativeos-1.7.10.jar (9.9 kB at 11 kB/s) [exec] Progress (3): 11/24 MB | 319/915 kB | 0.2/2.4 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jarProgress (3): 11/24 MB | 319/915 kB | 0.2/2.4 MB [exec] Progress (3): 11/24 MB | 327/915 kB | 0.2/2.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jarProgress (3): 11/24 MB | 335/915 kB | 0.2/2.4 MB [exec] Progress (3): 11/24 MB | 335/915 kB | 0.2/2.4 MBProgress (3): 11/24 MB | 344/915 kB | 0.2/2.4 MBProgress (3): 11/24 MB | 352/915 kB | 0.2/2.4 MBProgress (3): 11/24 MB | 352/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 360/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 360/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 368/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 368/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 376/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 384/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 384/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 393/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 401/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 409/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 409/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 417/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 425/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 425/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 434/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 442/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 442/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 450/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 458/915 kB | 0.3/2.4 MBProgress (3): 11/24 MB | 458/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 466/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 475/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 475/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 475/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 483/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 491/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 491/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 499/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 507/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 507/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 516/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 524/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 524/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 532/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 540/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 540/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 548/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 557/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 565/915 kB | 0.4/2.4 MBProgress (3): 11/24 MB | 565/915 kB | 0.5/2.4 MBProgress (3): 11/24 MB | 573/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 573/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 581/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 581/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 589/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 597/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 606/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 606/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 614/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 622/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 622/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 630/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 638/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 638/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 647/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 655/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 655/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 663/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 671/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 679/915 kB | 0.5/2.4 MBProgress (3): 12/24 MB | 679/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 688/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 696/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 696/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 696/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 704/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 712/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 712/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 720/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 729/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 737/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 737/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 745/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 753/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 753/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 761/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 770/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 770/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 778/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 786/915 kB | 0.6/2.4 MBProgress (3): 12/24 MB | 786/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 794/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 802/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 802/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 810/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 810/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 819/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 827/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 827/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 835/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 843/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 843/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 851/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 851/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 860/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 868/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 868/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 876/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 884/915 kB | 0.7/2.4 MBProgress (3): 12/24 MB | 884/915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 892/915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 901/915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 909/915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 909/915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.8/2.4 MB Progress (3): 12/24 MB | 915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.8/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 0.9/2.4 MBProgress (3): 12/24 MB | 915 kB | 1.0/2.4 MBProgress (3): 12/24 MB | 915 kB | 1.0/2.4 MBProgress (3): 12/24 MB | 915 kB | 1.0/2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.0.0/jna-4.0.0.jar (915 kB at 975 kB/s)Progress (2): 12/24 MB | 1.0/2.4 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4/concurrentlinkedhashmap-lru-1.4.jarProgress (2): 12/24 MB | 1.0/2.4 MB [exec] Progress (2): 12/24 MB | 1.0/2.4 MBProgress (2): 12/24 MB | 1.0/2.4 MBProgress (3): 12/24 MB | 1.0/2.4 MB | 4.1/430 kBProgress (3): 12/24 MB | 1.0/2.4 MB | 7.7/430 kBProgress (3): 12/24 MB | 1.0/2.4 MB | 12/430 kB Progress (3): 12/24 MB | 1.1/2.4 MB | 12/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 16/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 16/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 20/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 20/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 24/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 28/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 32/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 36/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 40/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 45/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 49/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 53/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 57/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 61/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 65/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 69/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 73/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 77/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 81/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 85/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 90/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 94/430 kBProgress (3): 12/24 MB | 1.1/2.4 MB | 98/430 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 98/430 kB | 4.1/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 98/430 kB | 7.7/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 98/430 kB | 12/117 kB Progress (4): 12/24 MB | 1.1/2.4 MB | 98/430 kB | 16/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 98/430 kB | 16/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 102/430 kB | 16/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 106/430 kB | 16/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 110/430 kB | 16/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 110/430 kB | 20/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 114/430 kB | 20/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 114/430 kB | 24/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 114/430 kB | 24/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 114/430 kB | 28/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 114/430 kB | 32/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 118/430 kB | 32/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 122/430 kB | 32/117 kBProgress (4): 12/24 MB | 1.1/2.4 MB | 126/430 kB | 32/117 kBProgress (5): 12/24 MB | 1.1/2.4 MB | 126/430 kB | 32/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 126/430 kB | 32/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 126/430 kB | 32/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 126/430 kB | 36/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 131/430 kB | 36/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 131/430 kB | 40/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 131/430 kB | 45/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 131/430 kB | 45/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 131/430 kB | 45/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 131/430 kB | 45/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 135/430 kB | 45/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 135/430 kB | 49/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 139/430 kB | 49/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.1/2.4 MB | 143/430 kB | 49/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 143/430 kB | 49/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 147/430 kB | 49/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 147/430 kB | 49/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 147/430 kB | 53/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 147/430 kB | 53/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 147/430 kB | 57/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 151/430 kB | 57/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 151/430 kB | 57/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 155/430 kB | 57/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 155/430 kB | 61/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 155/430 kB | 61/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 155/430 kB | 65/117 kB | 0/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 155/430 kB | 65/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 159/430 kB | 65/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 159/430 kB | 65/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 163/430 kB | 65/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 163/430 kB | 65/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 163/430 kB | 69/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 163/430 kB | 73/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 167/430 kB | 73/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 167/430 kB | 77/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 167/430 kB | 77/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 167/430 kB | 81/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 171/430 kB | 81/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 171/430 kB | 81/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 171/430 kB | 81/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 176/430 kB | 81/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 176/430 kB | 85/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 180/430 kB | 85/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 180/430 kB | 90/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 180/430 kB | 90/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 180/430 kB | 94/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 180/430 kB | 94/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 184/430 kB | 94/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 184/430 kB | 98/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 184/430 kB | 98/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 188/430 kB | 98/117 kB | 0.1/1.2 MBProgress (5): 12/24 MB | 1.2/2.4 MB | 192/430 kB | 98/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 192/430 kB | 98/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 192/430 kB | 102/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 192/430 kB | 102/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 196/430 kB | 102/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 196/430 kB | 102/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 196/430 kB | 106/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 196/430 kB | 106/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 200/430 kB | 106/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 200/430 kB | 110/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 204/430 kB | 110/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.2/2.4 MB | 208/430 kB | 110/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 208/430 kB | 110/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 212/430 kB | 110/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 212/430 kB | 110/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 212/430 kB | 114/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 212/430 kB | 114/117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 212/430 kB | 117 kB | 0.1/1.2 MB Progress (5): 13/24 MB | 1.3/2.4 MB | 217/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 217/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 221/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 221/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 225/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 225/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 229/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 229/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 233/430 kB | 117 kB | 0.1/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 233/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 237/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 237/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 237/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 241/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 245/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 245/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 249/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 249/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 249/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 249/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 253/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 258/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 262/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 262/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 262/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 266/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 266/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 270/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.3/2.4 MB | 274/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 274/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 278/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 278/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 278/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 282/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 286/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 290/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 294/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 294/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 294/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 294/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 298/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 303/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 307/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 311/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 311/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 311/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 311/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 315/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 315/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 319/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 323/430 kB | 117 kB | 0.2/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 323/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 327/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 327/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 327/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 331/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 335/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 339/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 339/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 344/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 344/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 344/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 348/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 352/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 356/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 356/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 360/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 360/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 360/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 364/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 368/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 372/430 kB | 117 kB | 0.3/1.2 MBProgress (5): 13/24 MB | 1.4/2.4 MB | 372/430 kB | 117 kB | 0.3/1.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4/concurrentlinkedhashmap-lru-1.4.jar (117 kB at 115 kB/s)Progress (4): 13/24 MB | 1.4/2.4 MB | 376/430 kB | 0.3/1.2 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jarProgress (4): 13/24 MB | 1.5/2.4 MB | 376/430 kB | 0.3/1.2 MB [exec] Progress (4): 13/24 MB | 1.5/2.4 MB | 376/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 380/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 384/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 389/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 389/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 393/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 393/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 393/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 393/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 397/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 401/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 405/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 409/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 409/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 409/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 409/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 413/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 417/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 421/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 425/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 425/430 kB | 0.3/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 425/430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430/430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430/430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430 kB | 0.4/1.2 MB Progress (4): 13/24 MB | 1.5/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.5/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.4/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.5/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.5/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.5/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.5/1.2 MBProgress (4): 13/24 MB | 1.6/2.4 MB | 430 kB | 0.5/1.2 MBProgress (4): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MBProgress (4): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 4.1/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 4.1/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 4.1/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 7.7/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 12/41 kB Progress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.7/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 16/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 20/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 20/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 24/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 24/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 28/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 28/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 32/41 kBProgress (5): 13/24 MB | 1.8/2.4 MB | 430 kB | 0.5/1.2 MB | 32/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar (430 kB at 393 kB/s)Progress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 32/41 kB [exec] Progress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 36/41 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jarProgress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 36/41 kB [exec] Progress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 40/41 kBProgress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 40/41 kBProgress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 41 kB Progress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.8/2.4 MB | 0.5/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.8/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.6/1.2 MB | 41 kBProgress (4): 13/24 MB | 1.9/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 13/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.0/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.7/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.1/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.8/1.2 MB | 41 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar (41 kB at 36 kB/s)Progress (3): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB [exec] Progress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.1/4.6 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jarProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kB [exec] Progress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.2/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 0.9/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.3/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kBProgress (4): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar (4.6 kB at 4.0 kB/s)Progress (3): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB [exec] Progress (3): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MBProgress (3): 14/24 MB | 2.4/2.4 MB | 1.0/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.2.0.v20160908/jetty-util-8.2.0.v20160908.jarProgress (3): 14/24 MB | 2.4 MB | 1.0/1.2 MB [exec] Progress (3): 14/24 MB | 2.4 MB | 1.0/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.0/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.0/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.1/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.2/1.2 MBProgress (3): 14/24 MB | 2.4 MB | 1.2/1.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/1.7.10/orientdb-core-1.7.10.jar (2.4 MB at 2.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.2.0.v20160908/jetty-server-8.2.0.v20160908.jar [exec] Progress (2): 14/24 MB | 1.2/1.2 MB [exec] Progress (2): 14/24 MB | 1.2/1.2 MBProgress (3): 14/24 MB | 1.2/1.2 MB | 4.1/288 kBProgress (4): 14/24 MB | 1.2/1.2 MB | 4.1/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 4.1/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 7.7/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 7.7/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 7.7/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 12/288 kB | 0/1.3 MB Progress (4): 14/24 MB | 1.2/1.2 MB | 16/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 16/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 16/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 16/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 16/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 20/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2/1.2 MB | 24/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 24/288 kB | 0/1.3 MB Progress (4): 14/24 MB | 1.2 MB | 28/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 32/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 32/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 32/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 36/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 40/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 45/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 49/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 49/288 kB | 0/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 49/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 49/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 53/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 57/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 61/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 65/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 65/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 65/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 69/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 73/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 77/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 81/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 81/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 81/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 85/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 90/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 94/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 98/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 98/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 98/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 102/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 106/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 110/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 114/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 114/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 114/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 118/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 122/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 122/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 126/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 126/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 131/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 131/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 135/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 139/288 kB | 0.1/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 139/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 143/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 143/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 147/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 151/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 151/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 155/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 155/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 159/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 163/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 163/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 167/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 167/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 171/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 176/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 180/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 180/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 180/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 184/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 188/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 188/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 192/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 196/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 196/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 196/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 200/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 204/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 204/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 208/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 208/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 212/288 kB | 0.2/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 212/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 217/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 217/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 221/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 225/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 229/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 229/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 229/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 233/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 237/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 241/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 245/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 245/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 245/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 249/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 253/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 258/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 258/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 262/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 262/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 262/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 266/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 270/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 270/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 274/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 274/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 278/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 282/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 282/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 286/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 286/288 kB | 0.3/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.3/1.3 MB Progress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.4/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 14/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.5/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.6/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.6/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.6/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.6/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.6/1.3 MBProgress (4): 15/24 MB | 1.2 MB | 288 kB | 0.6/1.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.0.0/jna-platform-4.0.0.jar (1.2 MB at 989 kB/s)Progress (3): 15/24 MB | 288 kB | 0.6/1.3 MB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/8.2.0.v20160908/jetty-util-8.2.0.v20160908.jar (288 kB at 234 kB/s)Progress (2): 15/24 MB | 0.6/1.3 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jarDownloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.2.0.v20160908/jetty-continuation-8.2.0.v20160908.jar [exec] Progress (2): 15/24 MB | 0.6/1.3 MB [exec] Progress (2): 15/24 MB | 0.6/1.3 MBProgress (2): 15/24 MB | 0.6/1.3 MBProgress (2): 15/24 MB | 0.6/1.3 MBProgress (2): 15/24 MB | 0.6/1.3 MBProgress (2): 15/24 MB | 0.6/1.3 MBProgress (2): 15/24 MB | 0.7/1.3 MBProgress (2): 15/24 MB | 0.7/1.3 MBProgress (2): 15/24 MB | 0.7/1.3 MBProgress (3): 15/24 MB | 0.7/1.3 MB | 4.1/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 7.7/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 12/360 kB Progress (3): 15/24 MB | 0.7/1.3 MB | 12/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 16/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 16/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 16/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 20/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 20/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 24/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 28/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 32/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 32/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 32/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 36/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 36/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 40/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 40/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 45/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 49/360 kBProgress (3): 15/24 MB | 0.7/1.3 MB | 49/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 49/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 53/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 53/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 57/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 57/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 61/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 61/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 65/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 65/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 65/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 69/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 73/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 77/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 77/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 81/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 81/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 85/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 85/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 90/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 90/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 94/360 kBProgress (3): 15/24 MB | 0.8/1.3 MB | 98/360 kBProgress (4): 15/24 MB | 0.8/1.3 MB | 98/360 kB | 4.1/200 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 98/360 kB | 4.1/200 kB | 4.1/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 98/360 kB | 4.1/200 kB | 4.1/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 98/360 kB | 4.1/200 kB | 4.1/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 98/360 kB | 4.1/200 kB | 7.7/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 98/360 kB | 7.7/200 kB | 7.7/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 98/360 kB | 7.7/200 kB | 12/21 kB Progress (5): 15/24 MB | 0.8/1.3 MB | 102/360 kB | 7.7/200 kB | 12/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 102/360 kB | 7.7/200 kB | 12/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 106/360 kB | 7.7/200 kB | 12/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 106/360 kB | 7.7/200 kB | 16/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 106/360 kB | 12/200 kB | 16/21 kB Progress (5): 15/24 MB | 0.8/1.3 MB | 110/360 kB | 12/200 kB | 16/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 110/360 kB | 12/200 kB | 16/21 kBProgress (5): 15/24 MB | 0.8/1.3 MB | 110/360 kB | 16/200 kB | 16/21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 110/360 kB | 16/200 kB | 16/21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 114/360 kB | 16/200 kB | 16/21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 114/360 kB | 16/200 kB | 20/21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 114/360 kB | 16/200 kB | 21 kB Progress (5): 15/24 MB | 0.9/1.3 MB | 114/360 kB | 20/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 114/360 kB | 20/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 114/360 kB | 24/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 114/360 kB | 24/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 118/360 kB | 24/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 118/360 kB | 28/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 122/360 kB | 28/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 122/360 kB | 32/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 126/360 kB | 32/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 126/360 kB | 32/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 131/360 kB | 32/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 131/360 kB | 32/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 131/360 kB | 36/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 131/360 kB | 36/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 131/360 kB | 40/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 131/360 kB | 45/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 131/360 kB | 45/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 135/360 kB | 45/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 135/360 kB | 45/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 139/360 kB | 45/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 139/360 kB | 49/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 143/360 kB | 49/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 147/360 kB | 49/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 147/360 kB | 49/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 147/360 kB | 49/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 147/360 kB | 53/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 147/360 kB | 57/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 151/360 kB | 57/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 151/360 kB | 61/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 155/360 kB | 61/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 155/360 kB | 65/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 155/360 kB | 65/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 159/360 kB | 65/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 159/360 kB | 65/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 163/360 kB | 65/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 163/360 kB | 69/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 163/360 kB | 73/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 163/360 kB | 73/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 163/360 kB | 77/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 163/360 kB | 77/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 167/360 kB | 77/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 167/360 kB | 81/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 171/360 kB | 81/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 176/360 kB | 81/200 kB | 21 kBProgress (5): 15/24 MB | 0.9/1.3 MB | 180/360 kB | 81/200 kB | 21 kBProgress (5): 15/24 MB | 1.0/1.3 MB | 180/360 kB | 81/200 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/8.2.0.v20160908/jetty-continuation-8.2.0.v20160908.jar (21 kB at 16 kB/s)Progress (4): 15/24 MB | 1.0/1.3 MB | 180/360 kB | 81/200 kB [exec] Progress (4): 15/24 MB | 1.0/1.3 MB | 180/360 kB | 81/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 180/360 kB | 85/200 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.2.0.v20160908/jetty-http-8.2.0.v20160908.jarProgress (4): 15/24 MB | 1.0/1.3 MB | 184/360 kB | 85/200 kB [exec] Progress (4): 15/24 MB | 1.0/1.3 MB | 184/360 kB | 90/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 188/360 kB | 90/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 188/360 kB | 90/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 192/360 kB | 90/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 192/360 kB | 94/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 196/360 kB | 94/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 196/360 kB | 94/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 196/360 kB | 98/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 200/360 kB | 98/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 200/360 kB | 102/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 200/360 kB | 102/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 200/360 kB | 106/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 204/360 kB | 106/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 204/360 kB | 110/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 204/360 kB | 110/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 204/360 kB | 114/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 208/360 kB | 114/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 212/360 kB | 114/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 212/360 kB | 114/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 212/360 kB | 114/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 212/360 kB | 118/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 212/360 kB | 122/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 217/360 kB | 122/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 217/360 kB | 126/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 221/360 kB | 126/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 221/360 kB | 126/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 221/360 kB | 131/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 221/360 kB | 131/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 225/360 kB | 131/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 225/360 kB | 131/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 229/360 kB | 131/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 229/360 kB | 135/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 229/360 kB | 139/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 229/360 kB | 139/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 229/360 kB | 143/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 229/360 kB | 143/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 229/360 kB | 147/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 233/360 kB | 147/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 237/360 kB | 147/200 kBProgress (4): 15/24 MB | 1.0/1.3 MB | 241/360 kB | 147/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 241/360 kB | 147/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 245/360 kB | 147/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 245/360 kB | 147/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 245/360 kB | 151/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 245/360 kB | 155/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 245/360 kB | 159/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 245/360 kB | 163/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 245/360 kB | 163/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 249/360 kB | 163/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 249/360 kB | 163/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 253/360 kB | 163/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 258/360 kB | 163/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 258/360 kB | 167/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 262/360 kB | 167/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 262/360 kB | 171/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 262/360 kB | 171/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 262/360 kB | 176/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 262/360 kB | 176/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 262/360 kB | 180/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 266/360 kB | 180/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 270/360 kB | 180/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 274/360 kB | 180/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 278/360 kB | 180/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 278/360 kB | 180/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 278/360 kB | 184/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 278/360 kB | 184/200 kBProgress (4): 15/24 MB | 1.1/1.3 MB | 278/360 kB | 188/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 278/360 kB | 188/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 278/360 kB | 192/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 282/360 kB | 192/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 282/360 kB | 196/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 286/360 kB | 196/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 286/360 kB | 196/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 286/360 kB | 200/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 286/360 kB | 200/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 290/360 kB | 200/200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 290/360 kB | 200 kB Progress (4): 16/24 MB | 1.1/1.3 MB | 294/360 kB | 200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 294/360 kB | 200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 294/360 kB | 200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 298/360 kB | 200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 303/360 kB | 200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 307/360 kB | 200 kBProgress (4): 16/24 MB | 1.1/1.3 MB | 311/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 311/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 311/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 315/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 319/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 319/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 323/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 323/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 327/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 327/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 327/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 327/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 331/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 335/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 339/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 344/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 344/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 344/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 348/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 352/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 352/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 356/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 356/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 360/360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 360 kB | 200 kB Progress (4): 16/24 MB | 1.2/1.3 MB | 360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 360 kB | 200 kBProgress (4): 16/24 MB | 1.2/1.3 MB | 360 kB | 200 kBProgress (4): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kBProgress (4): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 4.1/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 7.7/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 12/96 kB Progress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 12/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 16/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 16/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 20/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 24/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 24/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 28/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 28/96 kBProgress (5): 16/24 MB | 1.3/1.3 MB | 360 kB | 200 kB | 32/96 kBProgress (5): 16/24 MB | 1.3 MB | 360 kB | 200 kB | 32/96 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/8.2.0.v20160908/jetty-server-8.2.0.v20160908.jar (360 kB at 268 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.2.0.v20160908/jetty-io-8.2.0.v20160908.jar [exec] Progress (4): 16/24 MB | 1.3 MB | 200 kB | 36/96 kB [exec] Progress (4): 16/24 MB | 1.3 MB | 200 kB | 40/96 kBProgress (4): 16/24 MB | 1.3 MB | 200 kB | 45/96 kBProgress (4): 16/24 MB | 1.3 MB | 200 kB | 49/96 kBProgress (4): 16/24 MB | 1.3 MB | 200 kB | 53/96 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar (1.3 MB at 932 kB/s)Progress (3): 16/24 MB | 200 kB | 53/96 kB [exec] Progress (3): 16/24 MB | 200 kB | 57/96 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar (200 kB at 143 kB/s)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 [exec] 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 [exec] Progress (2): 16/24 MB | 61/96 kB [exec] Progress (2): 16/24 MB | 65/96 kBProgress (2): 16/24 MB | 69/96 kBProgress (2): 16/24 MB | 73/96 kBProgress (2): 16/24 MB | 77/96 kBProgress (2): 16/24 MB | 81/96 kBProgress (3): 16/24 MB | 81/96 kB | 4.1/49 kBProgress (3): 16/24 MB | 81/96 kB | 7.7/49 kBProgress (4): 16/24 MB | 81/96 kB | 7.7/49 kB | 4.1/165 kBProgress (4): 16/24 MB | 81/96 kB | 12/49 kB | 4.1/165 kB Progress (4): 16/24 MB | 81/96 kB | 12/49 kB | 7.7/165 kBProgress (4): 16/24 MB | 81/96 kB | 16/49 kB | 7.7/165 kBProgress (4): 16/24 MB | 85/96 kB | 16/49 kB | 7.7/165 kBProgress (4): 16/24 MB | 85/96 kB | 16/49 kB | 12/165 kB Progress (4): 16/24 MB | 90/96 kB | 16/49 kB | 12/165 kBProgress (4): 16/24 MB | 90/96 kB | 16/49 kB | 16/165 kBProgress (4): 16/24 MB | 94/96 kB | 16/49 kB | 16/165 kBProgress (4): 16/24 MB | 94/96 kB | 20/49 kB | 16/165 kBProgress (4): 16/24 MB | 96 kB | 20/49 kB | 16/165 kB Progress (4): 16/24 MB | 96 kB | 24/49 kB | 16/165 kBProgress (4): 16/24 MB | 96 kB | 28/49 kB | 16/165 kBProgress (4): 16/24 MB | 96 kB | 28/49 kB | 20/165 kBProgress (4): 16/24 MB | 96 kB | 32/49 kB | 20/165 kBProgress (4): 16/24 MB | 96 kB | 32/49 kB | 24/165 kBProgress (4): 16/24 MB | 96 kB | 32/49 kB | 28/165 kBProgress (4): 16/24 MB | 96 kB | 32/49 kB | 32/165 kBProgress (4): 16/24 MB | 96 kB | 32/49 kB | 32/165 kBProgress (4): 16/24 MB | 96 kB | 36/49 kB | 32/165 kBProgress (4): 16/24 MB | 96 kB | 40/49 kB | 32/165 kBProgress (4): 16/24 MB | 96 kB | 45/49 kB | 32/165 kBProgress (4): 16/24 MB | 96 kB | 45/49 kB | 36/165 kBProgress (4): 16/24 MB | 96 kB | 49/49 kB | 36/165 kBProgress (4): 16/24 MB | 96 kB | 49/49 kB | 40/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 40/165 kB Progress (4): 16/24 MB | 96 kB | 49 kB | 45/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 49/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 53/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 57/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 61/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 65/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 69/165 kBProgress (4): 16/24 MB | 96 kB | 49 kB | 73/165 kB 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 35 kB/s)Progress (3): 16/24 MB | 96 kB | 77/165 kB [exec] 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.jarProgress (3): 16/24 MB | 96 kB | 77/165 kB [exec] Progress (3): 16/24 MB | 96 kB | 81/165 kBProgress (3): 16/24 MB | 96 kB | 85/165 kBProgress (3): 16/24 MB | 96 kB | 90/165 kBProgress (3): 16/24 MB | 96 kB | 94/165 kBProgress (3): 16/24 MB | 96 kB | 98/165 kBProgress (3): 16/24 MB | 96 kB | 102/165 kBProgress (3): 16/24 MB | 96 kB | 106/165 kBProgress (3): 16/24 MB | 96 kB | 110/165 kBProgress (3): 16/24 MB | 96 kB | 114/165 kBProgress (4): 16/24 MB | 96 kB | 114/165 kB | 4.1/52 kBProgress (4): 16/24 MB | 96 kB | 114/165 kB | 7.7/52 kBProgress (4): 16/24 MB | 96 kB | 118/165 kB | 7.7/52 kBProgress (4): 16/24 MB | 96 kB | 118/165 kB | 12/52 kB Progress (4): 16/24 MB | 96 kB | 122/165 kB | 12/52 kBProgress (4): 16/24 MB | 96 kB | 122/165 kB | 16/52 kBProgress (4): 16/24 MB | 96 kB | 126/165 kB | 16/52 kBProgress (4): 16/24 MB | 96 kB | 131/165 kB | 16/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/8.2.0.v20160908/jetty-http-8.2.0.v20160908.jar (96 kB at 68 kB/s)Progress (3): 16/24 MB | 131/165 kB | 20/52 kB [exec] 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.jarProgress (3): 16/24 MB | 135/165 kB | 20/52 kB [exec] Progress (3): 16/24 MB | 135/165 kB | 24/52 kBProgress (3): 16/24 MB | 139/165 kB | 24/52 kBProgress (3): 16/24 MB | 139/165 kB | 24/52 kBProgress (3): 16/24 MB | 143/165 kB | 24/52 kBProgress (3): 16/24 MB | 143/165 kB | 28/52 kBProgress (3): 16/24 MB | 147/165 kB | 28/52 kBProgress (3): 16/24 MB | 147/165 kB | 32/52 kBProgress (3): 16/24 MB | 151/165 kB | 32/52 kBProgress (3): 16/24 MB | 151/165 kB | 36/52 kBProgress (3): 16/24 MB | 155/165 kB | 36/52 kBProgress (3): 16/24 MB | 155/165 kB | 40/52 kBProgress (3): 16/24 MB | 159/165 kB | 40/52 kBProgress (3): 16/24 MB | 159/165 kB | 45/52 kBProgress (3): 16/24 MB | 163/165 kB | 45/52 kBProgress (3): 16/24 MB | 163/165 kB | 49/52 kBProgress (3): 16/24 MB | 165 kB | 49/52 kB Progress (3): 16/24 MB | 165 kB | 52 kB Progress (4): 16/24 MB | 165 kB | 52 kB | 4.1/202 kBProgress (4): 16/24 MB | 165 kB | 52 kB | 7.7/202 kBProgress (4): 16/24 MB | 165 kB | 52 kB | 7.7/202 kBProgress (4): 16/24 MB | 165 kB | 52 kB | 12/202 kB Progress (4): 16/24 MB | 165 kB | 52 kB | 16/202 kBProgress (4): 16/24 MB | 165 kB | 52 kB | 20/202 kBProgress (4): 16/24 MB | 165 kB | 52 kB | 24/202 kBProgress (4): 16/24 MB | 165 kB | 52 kB | 28/202 kBProgress (4): 16/24 MB | 165 kB | 52 kB | 32/202 kB 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 36 kB/s)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 116 kB/s) [exec] 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 [exec] Progress (2): 16/24 MB | 36/202 kB [exec] 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.jarProgress (2): 16/24 MB | 40/202 kB [exec] Progress (2): 16/24 MB | 45/202 kBProgress (2): 16/24 MB | 49/202 kBProgress (2): 16/24 MB | 53/202 kBProgress (2): 17/24 MB | 53/202 kBProgress (2): 17/24 MB | 57/202 kBProgress (2): 17/24 MB | 61/202 kBProgress (3): 17/24 MB | 61/202 kB | 4.1/153 kBProgress (3): 17/24 MB | 65/202 kB | 4.1/153 kBProgress (3): 17/24 MB | 65/202 kB | 7.7/153 kBProgress (3): 17/24 MB | 65/202 kB | 12/153 kB Progress (3): 17/24 MB | 65/202 kB | 16/153 kBProgress (4): 17/24 MB | 65/202 kB | 16/153 kB | 4.1/472 kBProgress (4): 17/24 MB | 69/202 kB | 16/153 kB | 4.1/472 kBProgress (4): 17/24 MB | 69/202 kB | 16/153 kB | 7.7/472 kBProgress (4): 17/24 MB | 73/202 kB | 16/153 kB | 7.7/472 kBProgress (4): 17/24 MB | 73/202 kB | 16/153 kB | 12/472 kB Progress (4): 17/24 MB | 77/202 kB | 16/153 kB | 12/472 kBProgress (4): 17/24 MB | 77/202 kB | 16/153 kB | 16/472 kBProgress (4): 17/24 MB | 77/202 kB | 20/153 kB | 16/472 kBProgress (4): 17/24 MB | 81/202 kB | 20/153 kB | 16/472 kBProgress (4): 17/24 MB | 81/202 kB | 24/153 kB | 16/472 kBProgress (4): 17/24 MB | 81/202 kB | 24/153 kB | 20/472 kBProgress (4): 17/24 MB | 81/202 kB | 28/153 kB | 20/472 kBProgress (4): 17/24 MB | 81/202 kB | 28/153 kB | 24/472 kBProgress (4): 17/24 MB | 81/202 kB | 32/153 kB | 24/472 kBProgress (4): 17/24 MB | 81/202 kB | 32/153 kB | 28/472 kBProgress (4): 17/24 MB | 85/202 kB | 32/153 kB | 28/472 kBProgress (4): 17/24 MB | 85/202 kB | 32/153 kB | 32/472 kBProgress (4): 17/24 MB | 90/202 kB | 32/153 kB | 32/472 kBProgress (4): 17/24 MB | 94/202 kB | 32/153 kB | 32/472 kBProgress (4): 17/24 MB | 94/202 kB | 36/153 kB | 32/472 kBProgress (4): 17/24 MB | 98/202 kB | 36/153 kB | 32/472 kBProgress (4): 17/24 MB | 98/202 kB | 36/153 kB | 32/472 kBProgress (4): 17/24 MB | 98/202 kB | 40/153 kB | 32/472 kBProgress (4): 17/24 MB | 98/202 kB | 40/153 kB | 36/472 kBProgress (4): 17/24 MB | 98/202 kB | 45/153 kB | 36/472 kBProgress (4): 17/24 MB | 98/202 kB | 45/153 kB | 40/472 kBProgress (4): 17/24 MB | 98/202 kB | 49/153 kB | 40/472 kBProgress (4): 17/24 MB | 102/202 kB | 49/153 kB | 40/472 kBProgress (4): 17/24 MB | 102/202 kB | 49/153 kB | 45/472 kBProgress (4): 17/24 MB | 106/202 kB | 49/153 kB | 45/472 kBProgress (5): 17/24 MB | 106/202 kB | 49/153 kB | 45/472 kB | 4.1/106 kBProgress (5): 17/24 MB | 106/202 kB | 53/153 kB | 45/472 kB | 4.1/106 kBProgress (5): 17/24 MB | 110/202 kB | 53/153 kB | 45/472 kB | 4.1/106 kBProgress (5): 17/24 MB | 110/202 kB | 53/153 kB | 49/472 kB | 4.1/106 kBProgress (5): 17/24 MB | 114/202 kB | 53/153 kB | 49/472 kB | 4.1/106 kBProgress (5): 17/24 MB | 114/202 kB | 53/153 kB | 53/472 kB | 4.1/106 kBProgress (5): 17/24 MB | 114/202 kB | 57/153 kB | 53/472 kB | 4.1/106 kBProgress (5): 17/24 MB | 114/202 kB | 57/153 kB | 53/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 118/202 kB | 57/153 kB | 53/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 118/202 kB | 61/153 kB | 53/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 118/202 kB | 61/153 kB | 57/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 118/202 kB | 61/153 kB | 57/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 118/202 kB | 61/153 kB | 61/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 118/202 kB | 65/153 kB | 61/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 122/202 kB | 65/153 kB | 61/472 kB | 7.7/106 kBProgress (5): 17/24 MB | 122/202 kB | 65/153 kB | 61/472 kB | 12/106 kB Progress (5): 17/24 MB | 126/202 kB | 65/153 kB | 61/472 kB | 12/106 kBProgress (5): 17/24 MB | 126/202 kB | 65/153 kB | 65/472 kB | 12/106 kBProgress (5): 17/24 MB | 131/202 kB | 65/153 kB | 65/472 kB | 12/106 kBProgress (5): 17/24 MB | 131/202 kB | 69/153 kB | 65/472 kB | 12/106 kBProgress (5): 17/24 MB | 131/202 kB | 69/153 kB | 65/472 kB | 16/106 kBProgress (5): 17/24 MB | 131/202 kB | 73/153 kB | 65/472 kB | 16/106 kBProgress (5): 17/24 MB | 131/202 kB | 73/153 kB | 69/472 kB | 16/106 kBProgress (5): 17/24 MB | 131/202 kB | 77/153 kB | 69/472 kB | 16/106 kBProgress (5): 17/24 MB | 131/202 kB | 77/153 kB | 73/472 kB | 16/106 kBProgress (5): 17/24 MB | 135/202 kB | 77/153 kB | 73/472 kB | 16/106 kBProgress (5): 17/24 MB | 135/202 kB | 81/153 kB | 73/472 kB | 16/106 kBProgress (5): 17/24 MB | 135/202 kB | 81/153 kB | 73/472 kB | 20/106 kBProgress (5): 17/24 MB | 139/202 kB | 81/153 kB | 73/472 kB | 20/106 kBProgress (5): 17/24 MB | 139/202 kB | 81/153 kB | 77/472 kB | 20/106 kBProgress (5): 17/24 MB | 143/202 kB | 81/153 kB | 77/472 kB | 20/106 kBProgress (5): 17/24 MB | 143/202 kB | 81/153 kB | 77/472 kB | 24/106 kBProgress (5): 17/24 MB | 147/202 kB | 81/153 kB | 77/472 kB | 24/106 kBProgress (5): 17/24 MB | 147/202 kB | 85/153 kB | 77/472 kB | 24/106 kBProgress (5): 17/24 MB | 147/202 kB | 85/153 kB | 81/472 kB | 24/106 kBProgress (5): 17/24 MB | 147/202 kB | 90/153 kB | 81/472 kB | 24/106 kBProgress (5): 17/24 MB | 147/202 kB | 90/153 kB | 81/472 kB | 28/106 kBProgress (5): 17/24 MB | 147/202 kB | 94/153 kB | 81/472 kB | 28/106 kBProgress (5): 17/24 MB | 147/202 kB | 94/153 kB | 81/472 kB | 32/106 kBProgress (5): 17/24 MB | 147/202 kB | 98/153 kB | 81/472 kB | 32/106 kBProgress (5): 17/24 MB | 147/202 kB | 98/153 kB | 81/472 kB | 32/106 kBProgress (5): 17/24 MB | 151/202 kB | 98/153 kB | 81/472 kB | 32/106 kBProgress (5): 17/24 MB | 151/202 kB | 98/153 kB | 85/472 kB | 32/106 kBProgress (5): 17/24 MB | 155/202 kB | 98/153 kB | 85/472 kB | 32/106 kBProgress (5): 17/24 MB | 155/202 kB | 98/153 kB | 85/472 kB | 36/106 kBProgress (5): 17/24 MB | 159/202 kB | 98/153 kB | 85/472 kB | 36/106 kBProgress (5): 17/24 MB | 159/202 kB | 102/153 kB | 85/472 kB | 36/106 kBProgress (5): 17/24 MB | 159/202 kB | 102/153 kB | 90/472 kB | 36/106 kBProgress (5): 17/24 MB | 159/202 kB | 106/153 kB | 90/472 kB | 36/106 kBProgress (5): 17/24 MB | 163/202 kB | 106/153 kB | 90/472 kB | 36/106 kBProgress (5): 17/24 MB | 163/202 kB | 106/153 kB | 90/472 kB | 40/106 kBProgress (5): 17/24 MB | 163/202 kB | 110/153 kB | 90/472 kB | 40/106 kBProgress (5): 17/24 MB | 163/202 kB | 110/153 kB | 94/472 kB | 40/106 kBProgress (5): 17/24 MB | 163/202 kB | 114/153 kB | 94/472 kB | 40/106 kBProgress (5): 17/24 MB | 163/202 kB | 114/153 kB | 94/472 kB | 45/106 kBProgress (5): 17/24 MB | 163/202 kB | 114/153 kB | 98/472 kB | 45/106 kBProgress (5): 17/24 MB | 163/202 kB | 114/153 kB | 98/472 kB | 49/106 kBProgress (5): 17/24 MB | 167/202 kB | 114/153 kB | 98/472 kB | 49/106 kBProgress (5): 17/24 MB | 167/202 kB | 118/153 kB | 98/472 kB | 49/106 kBProgress (5): 17/24 MB | 171/202 kB | 118/153 kB | 98/472 kB | 49/106 kBProgress (5): 17/24 MB | 171/202 kB | 122/153 kB | 98/472 kB | 49/106 kBProgress (5): 17/24 MB | 176/202 kB | 122/153 kB | 98/472 kB | 49/106 kBProgress (5): 17/24 MB | 176/202 kB | 122/153 kB | 98/472 kB | 53/106 kBProgress (5): 17/24 MB | 176/202 kB | 126/153 kB | 98/472 kB | 53/106 kBProgress (5): 17/24 MB | 176/202 kB | 126/153 kB | 102/472 kB | 53/106 kBProgress (5): 17/24 MB | 176/202 kB | 131/153 kB | 102/472 kB | 53/106 kBProgress (5): 17/24 MB | 176/202 kB | 131/153 kB | 102/472 kB | 57/106 kBProgress (5): 17/24 MB | 180/202 kB | 131/153 kB | 102/472 kB | 57/106 kBProgress (5): 17/24 MB | 180/202 kB | 131/153 kB | 102/472 kB | 61/106 kBProgress (5): 17/24 MB | 180/202 kB | 131/153 kB | 106/472 kB | 61/106 kBProgress (5): 17/24 MB | 180/202 kB | 135/153 kB | 106/472 kB | 61/106 kBProgress (5): 17/24 MB | 180/202 kB | 135/153 kB | 106/472 kB | 65/106 kBProgress (5): 17/24 MB | 180/202 kB | 135/153 kB | 106/472 kB | 65/106 kBProgress (5): 17/24 MB | 180/202 kB | 139/153 kB | 106/472 kB | 65/106 kBProgress (5): 17/24 MB | 180/202 kB | 139/153 kB | 110/472 kB | 65/106 kBProgress (5): 17/24 MB | 180/202 kB | 143/153 kB | 110/472 kB | 65/106 kBProgress (5): 17/24 MB | 184/202 kB | 143/153 kB | 110/472 kB | 65/106 kBProgress (5): 17/24 MB | 184/202 kB | 147/153 kB | 110/472 kB | 65/106 kBProgress (5): 17/24 MB | 184/202 kB | 147/153 kB | 110/472 kB | 69/106 kBProgress (5): 17/24 MB | 184/202 kB | 147/153 kB | 114/472 kB | 69/106 kBProgress (5): 17/24 MB | 184/202 kB | 147/153 kB | 114/472 kB | 73/106 kBProgress (5): 17/24 MB | 188/202 kB | 147/153 kB | 114/472 kB | 73/106 kBProgress (5): 17/24 MB | 188/202 kB | 147/153 kB | 114/472 kB | 77/106 kBProgress (5): 17/24 MB | 188/202 kB | 151/153 kB | 114/472 kB | 77/106 kBProgress (5): 17/24 MB | 188/202 kB | 151/153 kB | 114/472 kB | 81/106 kBProgress (5): 17/24 MB | 192/202 kB | 151/153 kB | 114/472 kB | 81/106 kBProgress (5): 17/24 MB | 192/202 kB | 153 kB | 114/472 kB | 81/106 kB Progress (5): 17/24 MB | 192/202 kB | 153 kB | 118/472 kB | 81/106 kBProgress (5): 17/24 MB | 196/202 kB | 153 kB | 118/472 kB | 81/106 kBProgress (5): 17/24 MB | 196/202 kB | 153 kB | 122/472 kB | 81/106 kBProgress (5): 17/24 MB | 196/202 kB | 153 kB | 122/472 kB | 85/106 kBProgress (5): 17/24 MB | 196/202 kB | 153 kB | 126/472 kB | 85/106 kBProgress (5): 17/24 MB | 200/202 kB | 153 kB | 126/472 kB | 85/106 kBProgress (5): 17/24 MB | 200/202 kB | 153 kB | 126/472 kB | 90/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 126/472 kB | 90/106 kB Progress (5): 17/24 MB | 202 kB | 153 kB | 131/472 kB | 90/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 131/472 kB | 94/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 131/472 kB | 98/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 131/472 kB | 98/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 135/472 kB | 98/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 135/472 kB | 102/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 139/472 kB | 102/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 139/472 kB | 106/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 143/472 kB | 106/106 kBProgress (5): 17/24 MB | 202 kB | 153 kB | 143/472 kB | 106 kB Progress (5): 17/24 MB | 202 kB | 153 kB | 147/472 kB | 106 kB 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 133 kB/s)Progress (4): 17/24 MB | 153 kB | 151/472 kB | 106 kB [exec] 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.jarProgress (4): 17/24 MB | 153 kB | 155/472 kB | 106 kB [exec] Progress (4): 17/24 MB | 153 kB | 159/472 kB | 106 kBProgress (4): 17/24 MB | 153 kB | 163/472 kB | 106 kBProgress (4): 17/24 MB | 153 kB | 167/472 kB | 106 kB 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 101 kB/s)Progress (3): 17/24 MB | 171/472 kB | 106 kB [exec] 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.jarProgress (3): 17/24 MB | 176/472 kB | 106 kB [exec] Progress (3): 17/24 MB | 180/472 kB | 106 kBProgress (3): 17/24 MB | 180/472 kB | 106 kBProgress (4): 17/24 MB | 180/472 kB | 106 kB | 4.1/47 kBProgress (4): 17/24 MB | 180/472 kB | 106 kB | 7.7/47 kBProgress (4): 17/24 MB | 184/472 kB | 106 kB | 7.7/47 kBProgress (4): 17/24 MB | 184/472 kB | 106 kB | 12/47 kB Progress (4): 17/24 MB | 188/472 kB | 106 kB | 12/47 kBProgress (4): 17/24 MB | 188/472 kB | 106 kB | 16/47 kBProgress (4): 17/24 MB | 192/472 kB | 106 kB | 16/47 kBProgress (4): 17/24 MB | 196/472 kB | 106 kB | 16/47 kBProgress (4): 17/24 MB | 196/472 kB | 106 kB | 20/47 kBProgress (4): 17/24 MB | 196/472 kB | 106 kB | 24/47 kBProgress (4): 17/24 MB | 196/472 kB | 106 kB | 28/47 kBProgress (4): 17/24 MB | 196/472 kB | 106 kB | 32/47 kBProgress (4): 17/24 MB | 200/472 kB | 106 kB | 32/47 kBProgress (5): 17/24 MB | 200/472 kB | 106 kB | 32/47 kB | 4.1/527 kBProgress (5): 17/24 MB | 204/472 kB | 106 kB | 32/47 kB | 4.1/527 kBProgress (5): 17/24 MB | 204/472 kB | 106 kB | 32/47 kB | 7.7/527 kBProgress (5): 17/24 MB | 204/472 kB | 106 kB | 36/47 kB | 7.7/527 kBProgress (5): 17/24 MB | 204/472 kB | 106 kB | 36/47 kB | 12/527 kB Progress (5): 17/24 MB | 208/472 kB | 106 kB | 36/47 kB | 12/527 kBProgress (5): 17/24 MB | 208/472 kB | 106 kB | 36/47 kB | 16/527 kBProgress (5): 17/24 MB | 208/472 kB | 106 kB | 40/47 kB | 16/527 kBProgress (5): 17/24 MB | 208/472 kB | 106 kB | 45/47 kB | 16/527 kBProgress (5): 17/24 MB | 208/472 kB | 106 kB | 47 kB | 16/527 kB Progress (5): 17/24 MB | 212/472 kB | 106 kB | 47 kB | 16/527 kBProgress (5): 17/24 MB | 212/472 kB | 106 kB | 47 kB | 20/527 kBProgress (5): 17/24 MB | 212/472 kB | 106 kB | 47 kB | 24/527 kBProgress (5): 17/24 MB | 217/472 kB | 106 kB | 47 kB | 24/527 kBProgress (5): 17/24 MB | 217/472 kB | 106 kB | 47 kB | 28/527 kBProgress (5): 17/24 MB | 217/472 kB | 106 kB | 47 kB | 28/527 kBProgress (5): 17/24 MB | 221/472 kB | 106 kB | 47 kB | 28/527 kBProgress (5): 17/24 MB | 221/472 kB | 106 kB | 47 kB | 32/527 kBProgress (5): 17/24 MB | 225/472 kB | 106 kB | 47 kB | 32/527 kBProgress (5): 17/24 MB | 229/472 kB | 106 kB | 47 kB | 32/527 kBProgress (5): 17/24 MB | 233/472 kB | 106 kB | 47 kB | 32/527 kBProgress (5): 17/24 MB | 233/472 kB | 106 kB | 47 kB | 36/527 kBProgress (5): 17/24 MB | 237/472 kB | 106 kB | 47 kB | 36/527 kBProgress (5): 17/24 MB | 237/472 kB | 106 kB | 47 kB | 40/527 kB 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 31 kB/s)Progress (4): 17/24 MB | 237/472 kB | 106 kB | 45/527 kB [exec] Progress (4): 17/24 MB | 241/472 kB | 106 kB | 45/527 kBProgress (4): 17/24 MB | 241/472 kB | 106 kB | 49/527 kB 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.jarProgress (4): 17/24 MB | 245/472 kB | 106 kB | 49/527 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/8.2.0.v20160908/jetty-io-8.2.0.v20160908.jar (106 kB at 70 kB/s)Progress (3): 17/24 MB | 245/472 kB | 53/527 kB [exec] 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.jarProgress (3): 17/24 MB | 249/472 kB | 53/527 kB [exec] Progress (3): 17/24 MB | 249/472 kB | 57/527 kBProgress (3): 17/24 MB | 253/472 kB | 57/527 kBProgress (3): 17/24 MB | 253/472 kB | 61/527 kBProgress (3): 17/24 MB | 258/472 kB | 61/527 kBProgress (3): 17/24 MB | 258/472 kB | 65/527 kBProgress (3): 17/24 MB | 262/472 kB | 65/527 kBProgress (3): 17/24 MB | 262/472 kB | 69/527 kBProgress (3): 17/24 MB | 266/472 kB | 69/527 kBProgress (3): 17/24 MB | 266/472 kB | 73/527 kBProgress (3): 18/24 MB | 266/472 kB | 73/527 kBProgress (3): 18/24 MB | 270/472 kB | 73/527 kBProgress (3): 18/24 MB | 270/472 kB | 77/527 kBProgress (3): 18/24 MB | 274/472 kB | 77/527 kBProgress (4): 18/24 MB | 274/472 kB | 77/527 kB | 4.1/38 kBProgress (5): 18/24 MB | 274/472 kB | 77/527 kB | 4.1/38 kB | 4.1/30 kBProgress (5): 18/24 MB | 274/472 kB | 77/527 kB | 7.7/38 kB | 4.1/30 kBProgress (5): 18/24 MB | 278/472 kB | 77/527 kB | 7.7/38 kB | 4.1/30 kBProgress (5): 18/24 MB | 278/472 kB | 81/527 kB | 7.7/38 kB | 4.1/30 kBProgress (5): 18/24 MB | 278/472 kB | 81/527 kB | 12/38 kB | 4.1/30 kB Progress (5): 18/24 MB | 278/472 kB | 81/527 kB | 12/38 kB | 7.7/30 kBProgress (5): 18/24 MB | 282/472 kB | 81/527 kB | 12/38 kB | 7.7/30 kBProgress (5): 18/24 MB | 282/472 kB | 81/527 kB | 16/38 kB | 7.7/30 kBProgress (5): 18/24 MB | 286/472 kB | 81/527 kB | 16/38 kB | 7.7/30 kBProgress (5): 18/24 MB | 286/472 kB | 85/527 kB | 16/38 kB | 7.7/30 kBProgress (5): 18/24 MB | 286/472 kB | 85/527 kB | 16/38 kB | 12/30 kB Progress (5): 18/24 MB | 286/472 kB | 90/527 kB | 16/38 kB | 12/30 kBProgress (5): 18/24 MB | 290/472 kB | 90/527 kB | 16/38 kB | 12/30 kBProgress (5): 18/24 MB | 290/472 kB | 94/527 kB | 16/38 kB | 12/30 kBProgress (5): 18/24 MB | 290/472 kB | 94/527 kB | 16/38 kB | 16/30 kBProgress (5): 18/24 MB | 290/472 kB | 98/527 kB | 16/38 kB | 16/30 kBProgress (5): 18/24 MB | 294/472 kB | 98/527 kB | 16/38 kB | 16/30 kBProgress (5): 18/24 MB | 294/472 kB | 98/527 kB | 20/38 kB | 16/30 kBProgress (5): 18/24 MB | 294/472 kB | 98/527 kB | 20/38 kB | 20/30 kBProgress (5): 18/24 MB | 294/472 kB | 98/527 kB | 24/38 kB | 20/30 kBProgress (5): 18/24 MB | 298/472 kB | 98/527 kB | 24/38 kB | 20/30 kBProgress (5): 18/24 MB | 298/472 kB | 98/527 kB | 24/38 kB | 24/30 kBProgress (5): 18/24 MB | 298/472 kB | 102/527 kB | 24/38 kB | 24/30 kBProgress (5): 18/24 MB | 298/472 kB | 102/527 kB | 24/38 kB | 28/30 kBProgress (5): 18/24 MB | 303/472 kB | 102/527 kB | 24/38 kB | 28/30 kBProgress (5): 18/24 MB | 303/472 kB | 102/527 kB | 28/38 kB | 28/30 kBProgress (5): 18/24 MB | 307/472 kB | 102/527 kB | 28/38 kB | 28/30 kBProgress (5): 18/24 MB | 307/472 kB | 102/527 kB | 28/38 kB | 30 kB Progress (5): 18/24 MB | 307/472 kB | 106/527 kB | 28/38 kB | 30 kBProgress (5): 18/24 MB | 307/472 kB | 106/527 kB | 28/38 kB | 30 kBProgress (5): 18/24 MB | 311/472 kB | 106/527 kB | 28/38 kB | 30 kBProgress (5): 18/24 MB | 311/472 kB | 106/527 kB | 32/38 kB | 30 kBProgress (5): 18/24 MB | 311/472 kB | 110/527 kB | 32/38 kB | 30 kBProgress (5): 18/24 MB | 311/472 kB | 114/527 kB | 32/38 kB | 30 kBProgress (5): 18/24 MB | 315/472 kB | 114/527 kB | 32/38 kB | 30 kBProgress (5): 18/24 MB | 315/472 kB | 114/527 kB | 36/38 kB | 30 kBProgress (5): 18/24 MB | 319/472 kB | 114/527 kB | 36/38 kB | 30 kB 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 20 kB/s)Progress (4): 18/24 MB | 319/472 kB | 114/527 kB | 38 kB [exec] 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.jarProgress (4): 18/24 MB | 323/472 kB | 114/527 kB | 38 kB [exec] Progress (4): 18/24 MB | 323/472 kB | 118/527 kB | 38 kBProgress (4): 18/24 MB | 327/472 kB | 118/527 kB | 38 kBProgress (4): 18/24 MB | 327/472 kB | 122/527 kB | 38 kBProgress (4): 18/24 MB | 327/472 kB | 126/527 kB | 38 kBProgress (4): 18/24 MB | 327/472 kB | 131/527 kB | 38 kBProgress (4): 18/24 MB | 331/472 kB | 131/527 kB | 38 kBProgress (4): 18/24 MB | 335/472 kB | 131/527 kB | 38 kBProgress (4): 18/24 MB | 339/472 kB | 131/527 kB | 38 kBProgress (4): 18/24 MB | 339/472 kB | 135/527 kB | 38 kBProgress (4): 18/24 MB | 344/472 kB | 135/527 kB | 38 kBProgress (4): 18/24 MB | 344/472 kB | 139/527 kB | 38 kB 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 25 kB/s)Progress (3): 18/24 MB | 344/472 kB | 143/527 kB [exec] 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.jarProgress (3): 18/24 MB | 348/472 kB | 143/527 kB [exec] Progress (3): 18/24 MB | 348/472 kB | 147/527 kBProgress (3): 18/24 MB | 352/472 kB | 147/527 kBProgress (4): 18/24 MB | 352/472 kB | 147/527 kB | 4.1/148 kBProgress (4): 18/24 MB | 356/472 kB | 147/527 kB | 4.1/148 kBProgress (4): 18/24 MB | 356/472 kB | 147/527 kB | 7.7/148 kBProgress (4): 18/24 MB | 360/472 kB | 147/527 kB | 7.7/148 kBProgress (4): 18/24 MB | 360/472 kB | 151/527 kB | 7.7/148 kBProgress (4): 18/24 MB | 360/472 kB | 151/527 kB | 12/148 kB Progress (4): 18/24 MB | 360/472 kB | 155/527 kB | 12/148 kBProgress (4): 18/24 MB | 360/472 kB | 155/527 kB | 12/148 kBProgress (4): 18/24 MB | 360/472 kB | 159/527 kB | 12/148 kBProgress (4): 18/24 MB | 360/472 kB | 159/527 kB | 16/148 kBProgress (4): 18/24 MB | 360/472 kB | 163/527 kB | 16/148 kBProgress (4): 18/24 MB | 364/472 kB | 163/527 kB | 16/148 kBProgress (4): 18/24 MB | 368/472 kB | 163/527 kB | 16/148 kBProgress (4): 18/24 MB | 372/472 kB | 163/527 kB | 16/148 kBProgress (4): 18/24 MB | 372/472 kB | 163/527 kB | 20/148 kBProgress (4): 18/24 MB | 376/472 kB | 163/527 kB | 20/148 kBProgress (4): 18/24 MB | 380/472 kB | 163/527 kB | 20/148 kBProgress (4): 18/24 MB | 384/472 kB | 163/527 kB | 20/148 kBProgress (4): 18/24 MB | 389/472 kB | 163/527 kB | 20/148 kBProgress (4): 18/24 MB | 389/472 kB | 167/527 kB | 20/148 kBProgress (4): 18/24 MB | 389/472 kB | 167/527 kB | 24/148 kBProgress (5): 18/24 MB | 389/472 kB | 167/527 kB | 24/148 kB | 4.1/51 kBProgress (5): 18/24 MB | 389/472 kB | 171/527 kB | 24/148 kB | 4.1/51 kBProgress (5): 18/24 MB | 389/472 kB | 171/527 kB | 24/148 kB | 7.7/51 kBProgress (5): 18/24 MB | 393/472 kB | 171/527 kB | 24/148 kB | 7.7/51 kBProgress (5): 18/24 MB | 393/472 kB | 171/527 kB | 24/148 kB | 12/51 kB Progress (5): 18/24 MB | 393/472 kB | 176/527 kB | 24/148 kB | 12/51 kBProgress (5): 18/24 MB | 393/472 kB | 176/527 kB | 28/148 kB | 12/51 kBProgress (5): 18/24 MB | 393/472 kB | 180/527 kB | 28/148 kB | 12/51 kBProgress (5): 18/24 MB | 393/472 kB | 180/527 kB | 28/148 kB | 16/51 kBProgress (5): 18/24 MB | 397/472 kB | 180/527 kB | 28/148 kB | 16/51 kBProgress (5): 18/24 MB | 397/472 kB | 180/527 kB | 32/148 kB | 16/51 kBProgress (5): 18/24 MB | 401/472 kB | 180/527 kB | 32/148 kB | 16/51 kBProgress (5): 18/24 MB | 401/472 kB | 184/527 kB | 32/148 kB | 16/51 kBProgress (5): 18/24 MB | 405/472 kB | 184/527 kB | 32/148 kB | 16/51 kBProgress (5): 18/24 MB | 405/472 kB | 188/527 kB | 32/148 kB | 16/51 kBProgress (5): 18/24 MB | 405/472 kB | 188/527 kB | 32/148 kB | 20/51 kBProgress (5): 18/24 MB | 409/472 kB | 188/527 kB | 32/148 kB | 20/51 kBProgress (5): 18/24 MB | 409/472 kB | 188/527 kB | 32/148 kB | 24/51 kBProgress (5): 18/24 MB | 409/472 kB | 188/527 kB | 36/148 kB | 24/51 kBProgress (5): 18/24 MB | 409/472 kB | 192/527 kB | 36/148 kB | 24/51 kBProgress (5): 18/24 MB | 409/472 kB | 192/527 kB | 40/148 kB | 24/51 kBProgress (5): 18/24 MB | 409/472 kB | 192/527 kB | 40/148 kB | 28/51 kBProgress (5): 18/24 MB | 409/472 kB | 192/527 kB | 45/148 kB | 28/51 kBProgress (5): 18/24 MB | 413/472 kB | 192/527 kB | 45/148 kB | 28/51 kBProgress (5): 18/24 MB | 413/472 kB | 192/527 kB | 45/148 kB | 28/51 kBProgress (5): 18/24 MB | 413/472 kB | 196/527 kB | 45/148 kB | 28/51 kBProgress (5): 18/24 MB | 417/472 kB | 196/527 kB | 45/148 kB | 28/51 kBProgress (5): 18/24 MB | 417/472 kB | 196/527 kB | 49/148 kB | 28/51 kBProgress (5): 18/24 MB | 417/472 kB | 196/527 kB | 49/148 kB | 32/51 kBProgress (5): 18/24 MB | 421/472 kB | 196/527 kB | 49/148 kB | 32/51 kBProgress (5): 18/24 MB | 421/472 kB | 200/527 kB | 49/148 kB | 32/51 kBProgress (5): 18/24 MB | 425/472 kB | 200/527 kB | 49/148 kB | 32/51 kBProgress (5): 18/24 MB | 425/472 kB | 204/527 kB | 49/148 kB | 32/51 kBProgress (5): 18/24 MB | 425/472 kB | 204/527 kB | 53/148 kB | 32/51 kBProgress (5): 18/24 MB | 425/472 kB | 208/527 kB | 53/148 kB | 32/51 kBProgress (5): 18/24 MB | 425/472 kB | 208/527 kB | 53/148 kB | 36/51 kBProgress (5): 18/24 MB | 425/472 kB | 208/527 kB | 57/148 kB | 36/51 kBProgress (5): 18/24 MB | 425/472 kB | 208/527 kB | 57/148 kB | 40/51 kBProgress (5): 18/24 MB | 430/472 kB | 208/527 kB | 57/148 kB | 40/51 kBProgress (5): 18/24 MB | 430/472 kB | 212/527 kB | 57/148 kB | 40/51 kBProgress (5): 18/24 MB | 434/472 kB | 212/527 kB | 57/148 kB | 40/51 kBProgress (5): 18/24 MB | 434/472 kB | 212/527 kB | 57/148 kB | 45/51 kBProgress (5): 18/24 MB | 434/472 kB | 212/527 kB | 61/148 kB | 45/51 kBProgress (5): 18/24 MB | 434/472 kB | 212/527 kB | 61/148 kB | 49/51 kBProgress (5): 18/24 MB | 438/472 kB | 212/527 kB | 61/148 kB | 49/51 kBProgress (5): 18/24 MB | 438/472 kB | 212/527 kB | 65/148 kB | 49/51 kBProgress (5): 18/24 MB | 438/472 kB | 217/527 kB | 65/148 kB | 49/51 kBProgress (5): 18/24 MB | 438/472 kB | 217/527 kB | 65/148 kB | 51 kB Progress (5): 18/24 MB | 442/472 kB | 217/527 kB | 65/148 kB | 51 kBProgress (5): 18/24 MB | 442/472 kB | 221/527 kB | 65/148 kB | 51 kBProgress (5): 18/24 MB | 442/472 kB | 221/527 kB | 69/148 kB | 51 kBProgress (5): 18/24 MB | 442/472 kB | 225/527 kB | 69/148 kB | 51 kBProgress (5): 18/24 MB | 442/472 kB | 225/527 kB | 73/148 kB | 51 kBProgress (5): 18/24 MB | 442/472 kB | 229/527 kB | 73/148 kB | 51 kBProgress (5): 18/24 MB | 442/472 kB | 229/527 kB | 77/148 kB | 51 kBProgress (5): 18/24 MB | 446/472 kB | 229/527 kB | 77/148 kB | 51 kBProgress (5): 18/24 MB | 446/472 kB | 229/527 kB | 81/148 kB | 51 kBProgress (5): 18/24 MB | 446/472 kB | 229/527 kB | 81/148 kB | 51 kBProgress (5): 18/24 MB | 450/472 kB | 229/527 kB | 81/148 kB | 51 kBProgress (5): 18/24 MB | 450/472 kB | 233/527 kB | 81/148 kB | 51 kBProgress (5): 18/24 MB | 454/472 kB | 233/527 kB | 81/148 kB | 51 kBProgress (5): 18/24 MB | 454/472 kB | 237/527 kB | 81/148 kB | 51 kBProgress (5): 18/24 MB | 454/472 kB | 237/527 kB | 85/148 kB | 51 kBProgress (5): 18/24 MB | 458/472 kB | 237/527 kB | 85/148 kB | 51 kBProgress (5): 18/24 MB | 458/472 kB | 237/527 kB | 90/148 kB | 51 kBProgress (5): 18/24 MB | 458/472 kB | 241/527 kB | 90/148 kB | 51 kBProgress (5): 18/24 MB | 458/472 kB | 241/527 kB | 94/148 kB | 51 kB 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 32 kB/s)Progress (4): 18/24 MB | 462/472 kB | 241/527 kB | 94/148 kB [exec] Progress (4): 18/24 MB | 462/472 kB | 241/527 kB | 98/148 kBProgress (4): 18/24 MB | 462/472 kB | 245/527 kB | 98/148 kBProgress (4): 18/24 MB | 466/472 kB | 245/527 kB | 98/148 kB 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.jarProgress (4): 18/24 MB | 466/472 kB | 249/527 kB | 98/148 kB [exec] Progress (4): 18/24 MB | 466/472 kB | 249/527 kB | 102/148 kBProgress (4): 18/24 MB | 471/472 kB | 249/527 kB | 102/148 kBProgress (4): 18/24 MB | 471/472 kB | 249/527 kB | 106/148 kBProgress (4): 18/24 MB | 471/472 kB | 253/527 kB | 106/148 kBProgress (4): 18/24 MB | 471/472 kB | 253/527 kB | 110/148 kBProgress (4): 18/24 MB | 472 kB | 253/527 kB | 110/148 kB Progress (4): 18/24 MB | 472 kB | 253/527 kB | 114/148 kBProgress (4): 18/24 MB | 472 kB | 258/527 kB | 114/148 kBProgress (4): 18/24 MB | 472 kB | 262/527 kB | 114/148 kBProgress (4): 18/24 MB | 472 kB | 262/527 kB | 118/148 kBProgress (4): 18/24 MB | 472 kB | 262/527 kB | 118/148 kBProgress (4): 18/24 MB | 472 kB | 262/527 kB | 122/148 kBProgress (4): 18/24 MB | 472 kB | 266/527 kB | 122/148 kBProgress (4): 18/24 MB | 472 kB | 266/527 kB | 126/148 kBProgress (4): 18/24 MB | 472 kB | 270/527 kB | 126/148 kBProgress (4): 18/24 MB | 472 kB | 270/527 kB | 131/148 kBProgress (4): 18/24 MB | 472 kB | 274/527 kB | 131/148 kBProgress (5): 18/24 MB | 472 kB | 274/527 kB | 131/148 kB | 4.1/106 kBProgress (5): 18/24 MB | 472 kB | 278/527 kB | 131/148 kB | 4.1/106 kBProgress (5): 18/24 MB | 472 kB | 278/527 kB | 131/148 kB | 7.7/106 kB 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 293 kB/s)Progress (4): 18/24 MB | 282/527 kB | 131/148 kB | 7.7/106 kB [exec] Progress (4): 18/24 MB | 282/527 kB | 135/148 kB | 7.7/106 kBProgress (4): 18/24 MB | 282/527 kB | 135/148 kB | 12/106 kB Progress (4): 18/24 MB | 282/527 kB | 139/148 kB | 12/106 kBProgress (4): 18/24 MB | 286/527 kB | 139/148 kB | 12/106 kB 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.jarProgress (4): 18/24 MB | 290/527 kB | 139/148 kB | 12/106 kB [exec] Progress (4): 18/24 MB | 290/527 kB | 143/148 kB | 12/106 kBProgress (4): 18/24 MB | 290/527 kB | 143/148 kB | 16/106 kBProgress (4): 18/24 MB | 290/527 kB | 147/148 kB | 16/106 kBProgress (4): 18/24 MB | 294/527 kB | 147/148 kB | 16/106 kBProgress (4): 18/24 MB | 294/527 kB | 148 kB | 16/106 kB Progress (4): 18/24 MB | 298/527 kB | 148 kB | 16/106 kBProgress (4): 18/24 MB | 298/527 kB | 148 kB | 20/106 kBProgress (4): 18/24 MB | 303/527 kB | 148 kB | 20/106 kBProgress (4): 18/24 MB | 303/527 kB | 148 kB | 24/106 kBProgress (4): 18/24 MB | 307/527 kB | 148 kB | 24/106 kBProgress (4): 18/24 MB | 307/527 kB | 148 kB | 28/106 kBProgress (4): 18/24 MB | 311/527 kB | 148 kB | 28/106 kBProgress (5): 18/24 MB | 311/527 kB | 148 kB | 28/106 kB | 4.1/14 kBProgress (5): 18/24 MB | 311/527 kB | 148 kB | 28/106 kB | 4.1/14 kBProgress (5): 18/24 MB | 311/527 kB | 148 kB | 32/106 kB | 4.1/14 kB 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 92 kB/s)Progress (4): 18/24 MB | 315/527 kB | 32/106 kB | 4.1/14 kB [exec] Progress (4): 18/24 MB | 315/527 kB | 32/106 kB | 7.7/14 kBProgress (4): 18/24 MB | 319/527 kB | 32/106 kB | 7.7/14 kB 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.jarProgress (4): 18/24 MB | 319/527 kB | 36/106 kB | 7.7/14 kB [exec] Progress (4): 18/24 MB | 323/527 kB | 36/106 kB | 7.7/14 kBProgress (4): 18/24 MB | 323/527 kB | 36/106 kB | 12/14 kB Progress (4): 18/24 MB | 327/527 kB | 36/106 kB | 12/14 kBProgress (4): 18/24 MB | 327/527 kB | 40/106 kB | 12/14 kBProgress (4): 18/24 MB | 327/527 kB | 40/106 kB | 14 kB Progress (4): 18/24 MB | 327/527 kB | 45/106 kB | 14 kBProgress (4): 18/24 MB | 331/527 kB | 45/106 kB | 14 kBProgress (4): 18/24 MB | 331/527 kB | 49/106 kB | 14 kBProgress (4): 18/24 MB | 335/527 kB | 49/106 kB | 14 kBProgress (4): 18/24 MB | 339/527 kB | 49/106 kB | 14 kBProgress (4): 18/24 MB | 344/527 kB | 49/106 kB | 14 kBProgress (5): 18/24 MB | 344/527 kB | 49/106 kB | 14 kB | 4.1/74 kBProgress (5): 18/24 MB | 344/527 kB | 49/106 kB | 14 kB | 7.7/74 kB 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 8.4 kB/s)Progress (4): 18/24 MB | 348/527 kB | 49/106 kB | 7.7/74 kB [exec] Progress (4): 18/24 MB | 348/527 kB | 53/106 kB | 7.7/74 kBProgress (4): 18/24 MB | 348/527 kB | 53/106 kB | 12/74 kB Progress (4): 18/24 MB | 348/527 kB | 57/106 kB | 12/74 kBProgress (4): 18/24 MB | 352/527 kB | 57/106 kB | 12/74 kB 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.jarProgress (4): 18/24 MB | 352/527 kB | 57/106 kB | 12/74 kB [exec] Progress (4): 18/24 MB | 356/527 kB | 57/106 kB | 12/74 kBProgress (4): 18/24 MB | 356/527 kB | 61/106 kB | 12/74 kBProgress (4): 18/24 MB | 356/527 kB | 61/106 kB | 16/74 kBProgress (4): 18/24 MB | 356/527 kB | 65/106 kB | 16/74 kBProgress (4): 18/24 MB | 360/527 kB | 65/106 kB | 16/74 kBProgress (4): 18/24 MB | 360/527 kB | 65/106 kB | 20/74 kBProgress (4): 18/24 MB | 360/527 kB | 65/106 kB | 24/74 kBProgress (4): 18/24 MB | 360/527 kB | 65/106 kB | 28/74 kBProgress (4): 18/24 MB | 364/527 kB | 65/106 kB | 28/74 kBProgress (4): 18/24 MB | 364/527 kB | 65/106 kB | 32/74 kBProgress (4): 18/24 MB | 368/527 kB | 65/106 kB | 32/74 kBProgress (4): 18/24 MB | 368/527 kB | 69/106 kB | 32/74 kBProgress (4): 18/24 MB | 372/527 kB | 69/106 kB | 32/74 kBProgress (4): 18/24 MB | 372/527 kB | 73/106 kB | 32/74 kBProgress (4): 18/24 MB | 372/527 kB | 73/106 kB | 36/74 kBProgress (5): 18/24 MB | 372/527 kB | 73/106 kB | 36/74 kB | 4.1/108 kBProgress (5): 18/24 MB | 376/527 kB | 73/106 kB | 36/74 kB | 4.1/108 kBProgress (5): 18/24 MB | 376/527 kB | 73/106 kB | 36/74 kB | 7.7/108 kBProgress (5): 18/24 MB | 376/527 kB | 73/106 kB | 40/74 kB | 7.7/108 kBProgress (5): 18/24 MB | 376/527 kB | 77/106 kB | 40/74 kB | 7.7/108 kBProgress (5): 18/24 MB | 376/527 kB | 77/106 kB | 45/74 kB | 7.7/108 kBProgress (5): 18/24 MB | 376/527 kB | 77/106 kB | 45/74 kB | 12/108 kB Progress (5): 18/24 MB | 376/527 kB | 77/106 kB | 49/74 kB | 12/108 kBProgress (5): 18/24 MB | 380/527 kB | 77/106 kB | 49/74 kB | 12/108 kBProgress (5): 18/24 MB | 380/527 kB | 81/106 kB | 49/74 kB | 12/108 kBProgress (5): 18/24 MB | 384/527 kB | 81/106 kB | 49/74 kB | 12/108 kBProgress (5): 18/24 MB | 384/527 kB | 81/106 kB | 49/74 kB | 16/108 kBProgress (5): 18/24 MB | 389/527 kB | 81/106 kB | 49/74 kB | 16/108 kBProgress (5): 18/24 MB | 389/527 kB | 81/106 kB | 53/74 kB | 16/108 kBProgress (5): 18/24 MB | 393/527 kB | 81/106 kB | 53/74 kB | 16/108 kBProgress (5): 18/24 MB | 393/527 kB | 81/106 kB | 57/74 kB | 16/108 kBProgress (5): 18/24 MB | 393/527 kB | 85/106 kB | 57/74 kB | 16/108 kBProgress (5): 18/24 MB | 393/527 kB | 85/106 kB | 61/74 kB | 16/108 kBProgress (5): 18/24 MB | 393/527 kB | 85/106 kB | 61/74 kB | 20/108 kBProgress (5): 18/24 MB | 397/527 kB | 85/106 kB | 61/74 kB | 20/108 kBProgress (5): 18/24 MB | 397/527 kB | 85/106 kB | 65/74 kB | 20/108 kBProgress (5): 18/24 MB | 397/527 kB | 90/106 kB | 65/74 kB | 20/108 kBProgress (5): 18/24 MB | 401/527 kB | 90/106 kB | 65/74 kB | 20/108 kBProgress (5): 18/24 MB | 401/527 kB | 90/106 kB | 69/74 kB | 20/108 kBProgress (5): 19/24 MB | 401/527 kB | 90/106 kB | 69/74 kB | 20/108 kBProgress (5): 19/24 MB | 401/527 kB | 90/106 kB | 69/74 kB | 24/108 kBProgress (5): 19/24 MB | 401/527 kB | 90/106 kB | 73/74 kB | 24/108 kBProgress (5): 19/24 MB | 405/527 kB | 90/106 kB | 73/74 kB | 24/108 kBProgress (5): 19/24 MB | 405/527 kB | 94/106 kB | 73/74 kB | 24/108 kBProgress (5): 19/24 MB | 409/527 kB | 94/106 kB | 73/74 kB | 24/108 kBProgress (5): 19/24 MB | 409/527 kB | 94/106 kB | 74 kB | 24/108 kB Progress (5): 19/24 MB | 409/527 kB | 94/106 kB | 74 kB | 28/108 kBProgress (5): 19/24 MB | 409/527 kB | 98/106 kB | 74 kB | 28/108 kBProgress (5): 19/24 MB | 413/527 kB | 98/106 kB | 74 kB | 28/108 kBProgress (5): 19/24 MB | 413/527 kB | 98/106 kB | 74 kB | 32/108 kBProgress (5): 19/24 MB | 417/527 kB | 98/106 kB | 74 kB | 32/108 kBProgress (5): 19/24 MB | 421/527 kB | 98/106 kB | 74 kB | 32/108 kBProgress (5): 19/24 MB | 421/527 kB | 102/106 kB | 74 kB | 32/108 kBProgress (5): 19/24 MB | 425/527 kB | 102/106 kB | 74 kB | 32/108 kBProgress (5): 19/24 MB | 425/527 kB | 106/106 kB | 74 kB | 32/108 kBProgress (5): 19/24 MB | 425/527 kB | 106/106 kB | 74 kB | 36/108 kBProgress (5): 19/24 MB | 425/527 kB | 106 kB | 74 kB | 36/108 kB Progress (5): 19/24 MB | 425/527 kB | 106 kB | 74 kB | 40/108 kBProgress (5): 19/24 MB | 430/527 kB | 106 kB | 74 kB | 40/108 kBProgress (5): 19/24 MB | 430/527 kB | 106 kB | 74 kB | 45/108 kBProgress (5): 19/24 MB | 434/527 kB | 106 kB | 74 kB | 45/108 kBProgress (5): 19/24 MB | 434/527 kB | 106 kB | 74 kB | 49/108 kBProgress (5): 19/24 MB | 438/527 kB | 106 kB | 74 kB | 49/108 kBProgress (5): 19/24 MB | 442/527 kB | 106 kB | 74 kB | 49/108 kBProgress (5): 19/24 MB | 442/527 kB | 106 kB | 74 kB | 53/108 kBProgress (5): 19/24 MB | 442/527 kB | 106 kB | 74 kB | 57/108 kBProgress (5): 19/24 MB | 446/527 kB | 106 kB | 74 kB | 57/108 kBProgress (5): 19/24 MB | 446/527 kB | 106 kB | 74 kB | 61/108 kB 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 65 kB/s)Progress (4): 19/24 MB | 446/527 kB | 74 kB | 61/108 kB [exec] Progress (4): 19/24 MB | 446/527 kB | 74 kB | 65/108 kBProgress (4): 19/24 MB | 450/527 kB | 74 kB | 65/108 kB 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.jarProgress (4): 19/24 MB | 454/527 kB | 74 kB | 65/108 kB [exec] Progress (4): 19/24 MB | 454/527 kB | 74 kB | 69/108 kBProgress (4): 19/24 MB | 458/527 kB | 74 kB | 69/108 kBProgress (4): 19/24 MB | 458/527 kB | 74 kB | 73/108 kBProgress (4): 19/24 MB | 458/527 kB | 74 kB | 77/108 kBProgress (4): 19/24 MB | 458/527 kB | 74 kB | 81/108 kBProgress (4): 19/24 MB | 462/527 kB | 74 kB | 81/108 kBProgress (4): 19/24 MB | 466/527 kB | 74 kB | 81/108 kBProgress (4): 19/24 MB | 471/527 kB | 74 kB | 81/108 kBProgress (4): 19/24 MB | 471/527 kB | 74 kB | 85/108 kBProgress (4): 19/24 MB | 475/527 kB | 74 kB | 85/108 kBProgress (4): 19/24 MB | 475/527 kB | 74 kB | 90/108 kBProgress (4): 19/24 MB | 475/527 kB | 74 kB | 94/108 kBProgress (4): 19/24 MB | 475/527 kB | 74 kB | 98/108 kBProgress (4): 19/24 MB | 479/527 kB | 74 kB | 98/108 kBProgress (4): 19/24 MB | 483/527 kB | 74 kB | 98/108 kBProgress (4): 19/24 MB | 483/527 kB | 74 kB | 102/108 kBProgress (4): 19/24 MB | 487/527 kB | 74 kB | 102/108 kBProgress (5): 19/24 MB | 487/527 kB | 74 kB | 102/108 kB | 4.1/61 kBProgress (5): 19/24 MB | 487/527 kB | 74 kB | 106/108 kB | 4.1/61 kBProgress (5): 19/24 MB | 487/527 kB | 74 kB | 106/108 kB | 7.7/61 kBProgress (5): 19/24 MB | 491/527 kB | 74 kB | 106/108 kB | 7.7/61 kBProgress (5): 19/24 MB | 491/527 kB | 74 kB | 106/108 kB | 12/61 kB Progress (5): 19/24 MB | 491/527 kB | 74 kB | 108 kB | 12/61 kB Progress (5): 19/24 MB | 491/527 kB | 74 kB | 108 kB | 16/61 kBProgress (5): 19/24 MB | 495/527 kB | 74 kB | 108 kB | 16/61 kBProgress (5): 19/24 MB | 499/527 kB | 74 kB | 108 kB | 16/61 kBProgress (5): 19/24 MB | 503/527 kB | 74 kB | 108 kB | 16/61 kBProgress (5): 19/24 MB | 507/527 kB | 74 kB | 108 kB | 16/61 kBProgress (5): 19/24 MB | 507/527 kB | 74 kB | 108 kB | 16/61 kB 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 66 kB/s)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 [exec] Progress (4): 19/24 MB | 511/527 kB | 74 kB | 16/61 kB [exec] Progress (4): 19/24 MB | 516/527 kB | 74 kB | 16/61 kBProgress (4): 19/24 MB | 520/527 kB | 74 kB | 16/61 kBProgress (4): 19/24 MB | 524/527 kB | 74 kB | 16/61 kB 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 44 kB/s)Progress (3): 19/24 MB | 527 kB | 16/61 kB [exec] 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.jarProgress (3): 19/24 MB | 527 kB | 20/61 kB [exec] Progress (3): 19/24 MB | 527 kB | 24/61 kBProgress (3): 19/24 MB | 527 kB | 28/61 kBProgress (3): 19/24 MB | 527 kB | 32/61 kBProgress (4): 19/24 MB | 527 kB | 32/61 kB | 4.1/46 kBProgress (4): 19/24 MB | 527 kB | 32/61 kB | 7.7/46 kBProgress (4): 19/24 MB | 527 kB | 32/61 kB | 12/46 kB Progress (4): 19/24 MB | 527 kB | 32/61 kB | 16/46 kBProgress (4): 19/24 MB | 527 kB | 36/61 kB | 16/46 kBProgress (4): 19/24 MB | 527 kB | 40/61 kB | 16/46 kB 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 311 kB/s)Progress (3): 19/24 MB | 40/61 kB | 20/46 kB [exec] Progress (4): 19/24 MB | 40/61 kB | 20/46 kB | 4.1/8.5 kBProgress (4): 19/24 MB | 45/61 kB | 20/46 kB | 4.1/8.5 kBProgress (4): 19/24 MB | 45/61 kB | 20/46 kB | 7.7/8.5 kBProgress (4): 19/24 MB | 45/61 kB | 20/46 kB | 7.7/8.5 kBProgress (4): 19/24 MB | 45/61 kB | 24/46 kB | 7.7/8.5 kBProgress (4): 19/24 MB | 45/61 kB | 24/46 kB | 8.5 kB Progress (4): 19/24 MB | 49/61 kB | 24/46 kB | 8.5 kBProgress (4): 19/24 MB | 49/61 kB | 28/46 kB | 8.5 kBProgress (4): 19/24 MB | 49/61 kB | 32/46 kB | 8.5 kBProgress (4): 19/24 MB | 53/61 kB | 32/46 kB | 8.5 kBProgress (4): 19/24 MB | 57/61 kB | 32/46 kB | 8.5 kBProgress (4): 19/24 MB | 57/61 kB | 36/46 kB | 8.5 kBProgress (4): 19/24 MB | 61/61 kB | 36/46 kB | 8.5 kBProgress (4): 19/24 MB | 61/61 kB | 40/46 kB | 8.5 kBProgress (4): 19/24 MB | 61 kB | 40/46 kB | 8.5 kB Progress (4): 19/24 MB | 61 kB | 45/46 kB | 8.5 kBProgress (4): 19/24 MB | 61 kB | 46 kB | 8.5 kB 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 5.0 kB/s)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 36 kB/s) [exec] 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 27 kB/s) [exec] Progress (1): 19/24 MB [exec] May 28, 2020 4:04:12 PM com.orientechnologies.common.log.OLogManager log [exec] WARNING: Current implementation of storage does not support sbtree collections [exec] May 28, 2020 4:04:13 PM com.orientechnologies.common.log.OLogManager log [exec] WARNING: Current implementation of storage does not support sbtree collections [exec] Progress (1): 19/24 MBProgress (1): 19/24 MBProgress (1): 19/24 MBProgress (1): 20/24 MBProgress (1): 20/24 MBProgress (1): 20/24 MBProgress (1): 20/24 MBProgress (1): 20/24 MBProgress (1): 20/24 MBProgress (1): 20/24 MBProgress (1): 20/24 MBProgress (1): 21/24 MBProgress (1): 21/24 MBProgress (1): 21/24 MBProgress (1): 21/24 MBProgress (1): 21/24 MBProgress (1): 21/24 MBProgress (1): 21/24 MBProgress (1): 21/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 22/24 MBProgress (1): 23/24 MBProgress (1): 23/24 MBProgress (1): 23/24 MBProgress (1): 23/24 MBProgress (1): 23/24 MBProgress (1): 23/24 MBProgress (1): 23/24 MBProgress (1): 23/24 MBProgress (1): 24/24 MBProgress (1): 24/24 MBProgress (1): 24/24 MBProgress (1): 24/24 MBProgress (1): 24/24 MBProgress (1): 24/24 MBProgress (1): 24/24 MBProgress (1): 24 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar (24 MB at 13 MB/s)[WARNING] Unable to load a suitable rendering engine for extensions [md] [exec] [INFO] register new extractors for document type: masterindex [exec] [INFO] register new extractors for document type: tag [exec] [INFO] register new extractors for document type: sitemap [exec] [INFO] Baking has started... [exec] [INFO] Initializing Asciidoctor engine... [exec] [INFO] Asciidoctor engine initialized. [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/config.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/debug.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/faq.adoc]... : new [exec] asciidoctor: WARNING: : line 336: list item index: expected 1, got 2 [exec] asciidoctor: WARNING: : line 342: list item index: expected 2, got 3 [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/install.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/intro.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/preface.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/rebuild.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/rules.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/title.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/toc.adoc]... : new [exec] [INFO] Processing [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/content/using.adoc]... : new [exec] [INFO] Content detected: [exec] [INFO] Parsed 11 files of type: page [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/config.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/debug.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/faq.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/install.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/intro.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/preface.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/rebuild.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/rules.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/title.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/toc.html]... done! [exec] [INFO] Rendering [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/staging/using.html]... done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/assets/README.md]...done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/assets/_config.yml]...done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/assets/css/style.css]...done! [exec] [INFO] Copying [/home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]...done! [exec] [INFO] Baking finished! [exec] [INFO] Baked 12 items in 3752ms [exec] May 28, 2020 4:04:17 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: - storage: cache... [exec] May 28, 2020 4:04:17 PM com.orientechnologies.common.log.OLogManager log [exec] INFO: OrientDB Engine shutdown complete [exec] [INFO] [exec] [INFO] --- asciidoctor-maven-plugin:1.5.7.1:process-asciidoc (generate-pdf-doc) @ tck_saaj --- [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.2.6.0/jruby-complete-9.2.6.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.2.6.0/jruby-complete-9.2.6.0.pom (13 kB at 172 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.2.6.0/jruby-artifacts-9.2.6.0.pom [exec] Progress (1): 4.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.2.6.0/jruby-artifacts-9.2.6.0.pom (4.0 kB at 84 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.2.6.0/jruby-parent-9.2.6.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.2.6.0/jruby-parent-9.2.6.0.pom (25 kB at 788 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.6.2/asciidoctorj-1.6.2.pom [exec] Progress (1): 2.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.6.2/asciidoctorj-1.6.2.pom (2.6 kB at 76 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/1.6.2/asciidoctorj-api-1.6.2.pom [exec] Progress (1): 1.9 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/1.6.2/asciidoctorj-api-1.6.2.pom (1.9 kB at 56 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.6.0/jruby-9.2.6.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.6.0/jruby-9.2.6.0.pom (6.9 kB at 143 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.6.0/jruby-core-9.2.6.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.6.0/jruby-core-9.2.6.0.pom (44 kB at 1.5 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.pom [exec] Progress (1): 1.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.pom (1.8 kB at 84 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.19/jnr-enxio-0.19.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.19/jnr-enxio-0.19.pom (4.1 kB at 143 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.11/jnr-constants-0.9.11.pom [exec] Progress (1): 3.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.11/jnr-constants-0.9.11.pom (3.8 kB at 118 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.20/jnr-unixsocket-0.20.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.20/jnr-unixsocket-0.20.pom (10 kB at 422 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.18/jnr-enxio-0.18.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.18/jnr-enxio-0.18.pom (4.1 kB at 109 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.46/jnr-posix-3.0.46.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.46/jnr-posix-3.0.46.pom (6.3 kB at 167 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.pom [exec] Progress (1): 3.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.pom (3.5 kB at 112 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.49/jnr-posix-3.0.49.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.49/jnr-posix-3.0.49.pom (6.3 kB at 218 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.12/jnr-constants-0.9.12.pom [exec] Progress (1): 3.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.12/jnr-constants-0.9.12.pom (3.8 kB at 188 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.18/jffi-1.2.18.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.18/jffi-1.2.18.pom (9.2 kB at 200 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.25/joni-2.1.25.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.25/joni-2.1.25.pom (7.2 kB at 175 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.41/jcodings-1.0.41.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.41/jcodings-1.0.41.pom (5.1 kB at 223 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.pom [exec] Progress (1): 2.9 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.pom (2.9 kB at 108 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.pom (4.4 kB at 17 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.pom [exec] Progress (1): 1.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.pom (1.5 kB at 27 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [exec] Progress (1): 3.1 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 59 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 1.2 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom [exec] Progress (1): 1.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom (1.6 kB at 21 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom (5.0 kB at 166 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom (35 kB at 327 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/modulator/1.0/modulator-1.0.pom [exec] Progress (1): 1.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/modulator/1.0/modulator-1.0.pom (1.7 kB at 50 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.1/backport9-1.1.pom [exec] Progress (1): 1.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.1/backport9-1.1.pom (1.7 kB at 62 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.6.0/jruby-stdlib-9.2.6.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.6.0/jruby-stdlib-9.2.6.0.pom (18 kB at 510 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.16/asciidoctorj-pdf-1.5.0-alpha.16.pom [exec] Progress (1): 2.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.16/asciidoctorj-pdf-1.5.0-alpha.16.pom (2.6 kB at 54 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.1.12.0/jruby-complete-9.1.12.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.1.12.0/jruby-complete-9.1.12.0.pom (11 kB at 315 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.1.12.0/jruby-artifacts-9.1.12.0.pom [exec] Progress (1): 3.3 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.1.12.0/jruby-artifacts-9.1.12.0.pom (3.3 kB at 98 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.1.12.0/jruby-parent-9.1.12.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.1.12.0/jruby-parent-9.1.12.0.pom (25 kB at 863 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [exec] Progress (1): 2.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 148 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.1 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kB 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 3.3 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [exec] Progress (1): 3.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 190 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [exec] Progress (1): 2.9 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 131 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [exec] Progress (1): 1.6 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 96 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 176 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [exec] Progress (1): 3.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 181 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [exec] Progress (1): 3.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 169 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [exec] Progress (1): 1.2 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 67 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [exec] Progress (1): 3.2 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 3.2 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 45 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [exec] Progress (1): 3.9 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 777 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [exec] Progress (1): 4.0 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 1.0 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 8.4 kB 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 760 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 132 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 1.3 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 1.8 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [exec] Progress (1): 1.1 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 38 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 524 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 107 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [exec] Progress (1): 1.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 45 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [exec] Progress (1): 2.3 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 108 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.1 kB 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 1.3 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [exec] Progress (1): 1.9 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 100 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [exec] Progress (1): 2.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 107 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [exec] Progress (1): 2.8 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 108 kB/s)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 [exec] Progress (1): 1.4 kB [exec] 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 95 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 10 kB 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 596 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [exec] Progress (1): 1.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 60 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [exec] Progress (1): 1.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 47 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [exec] Progress (1): 2.5 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 108 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 1.4 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.6 kB 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 509 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 41 kB 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)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 [exec] Progress (1): 3.3 kB [exec] 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 834 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.6 kB 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 430 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 5.1 kB 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 1.3 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 37 kB 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 4.7 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.5 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 10 kB 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 535 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 45 kBProgress (1): 48 kB 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 755 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 1.9 MB/s)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 [exec] Progress (1): 965 B [exec] 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 322 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.1 kB 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)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 [exec] Progress (1): 1.5 kB [exec] 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 57 kB/s)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 [exec] Progress (1): 3.1 kB [exec] 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 766 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.1 kB 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.0 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom (4.1 kB at 133 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom [exec] Progress (1): 1.7 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom (1.7 kB at 47 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kBProgress (1): 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom (45 kB at 1.2 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom [exec] Progress (1): 2.2 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom (2.2 kB at 118 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom [exec] Progress (1): 1.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom (1.4 kB at 48 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom [exec] Progress (1): 1.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom (1.4 kB at 76 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom (6.8 kB at 193 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom [exec] Progress (1): 2.4 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom (2.4 kB at 141 kB/s)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 [exec] Progress (1): 4.1 kB [exec] 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 1.0 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 15 kB 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 3.8 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 25 kBProgress (1): 29 kBProgress (1): 33 kBProgress (1): 37 kBProgress (1): 41 kB 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 5.8 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 3.2 MB/s)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 [exec] Progress (1): 1.5 kB [exec] 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 109 kB/s)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 [exec] Progress (1): 1.5 kB [exec] 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 512 kB/s)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 [exec] Progress (1): 2.3 kB [exec] 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 755 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 14 kB 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 3.5 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kBProgress (1): 20 kBProgress (1): 22 kB 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 1.2 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 7.5 kB 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 441 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 9.0 kB 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 3.0 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 16 kB 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 1.1 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 4.9 kB 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 978 kB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 9.4 kB 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 492 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [exec] Progress (1): 4.1 kB [exec] Progress (1): 8.2 kBProgress (1): 12 kB Progress (1): 13 kB 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 2.6 MB/s)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 [exec] Progress (1): 4.1 kB [exec] Progress (1): 6.1 kB 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 1.5 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [exec] Progress (1): 3.0 kB [exec] 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 610 kB/s)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 [exec] Progress (1): 1.6 kB [exec] 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 544 kB/s)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 [exec] Progress (1): 2.6 kB [exec] 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 874 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.2.6.0/jruby-complete-9.2.6.0.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/1.6.2/asciidoctorj-api-1.6.2.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.6.2/asciidoctorj-1.6.2.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.6.0/jruby-core-9.2.6.0.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.6.0/jruby-9.2.6.0.jar [exec] Progress (1): 4.1/46 kB [exec] Progress (1): 7.7/46 kBProgress (1): 12/46 kB Progress (1): 16/46 kBProgress (1): 20/46 kBProgress (1): 24/46 kBProgress (1): 28/46 kBProgress (1): 32/46 kBProgress (1): 36/46 kBProgress (1): 40/46 kBProgress (1): 45/46 kBProgress (1): 46 kB Progress (2): 46 kB | 4.1/42 kBProgress (2): 46 kB | 7.7/42 kBProgress (2): 46 kB | 12/42 kB Progress (2): 46 kB | 16/42 kBProgress (2): 46 kB | 20/42 kBProgress (2): 46 kB | 24/42 kBProgress (2): 46 kB | 28/42 kBProgress (2): 46 kB | 32/42 kBProgress (2): 46 kB | 36/42 kBProgress (2): 46 kB | 40/42 kBProgress (2): 46 kB | 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/1.6.2/asciidoctorj-api-1.6.2.jar (46 kB at 778 kB/s)Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.6.0/jruby-9.2.6.0.jar (42 kB at 716 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.jar [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.19/jnr-enxio-0.19.jar [exec] Progress (1): 0/1.1 MB [exec] Progress (1): 0/1.1 MBProgress (2): 0/1.1 MB | 0.1/25 MBProgress (2): 0/1.1 MB | 0.1/25 MBProgress (2): 0/1.1 MB | 0.1/25 MBProgress (2): 0/1.1 MB | 0.1/25 MBProgress (2): 0/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.1/25 MBProgress (2): 0.1/1.1 MB | 0.3/25 MBProgress (2): 0.1/1.1 MB | 0.3/25 MBProgress (2): 0.1/1.1 MB | 0.3/25 MBProgress (2): 0.1/1.1 MB | 0.3/25 MBProgress (2): 0.1/1.1 MB | 0.3/25 MBProgress (2): 0.1/1.1 MB | 0.4/25 MBProgress (2): 0.1/1.1 MB | 0.5/25 MBProgress (2): 0.2/1.1 MB | 0.5/25 MBProgress (2): 0.2/1.1 MB | 0.5/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.7/25 MBProgress (2): 0.2/1.1 MB | 0.8/25 MBProgress (2): 0.3/1.1 MB | 0.8/25 MBProgress (2): 0.3/1.1 MB | 0.8/25 MBProgress (2): 0.3/1.1 MB | 0.8/25 MBProgress (2): 0.3/1.1 MB | 0.8/25 MBProgress (2): 0.3/1.1 MB | 0.8/25 MBProgress (2): 0.3/1.1 MB | 0.8/25 MBProgress (2): 0.3/1.1 MB | 0.9/25 MBProgress (2): 0.3/1.1 MB | 0.9/25 MBProgress (2): 0.3/1.1 MB | 0.9/25 MBProgress (2): 0.3/1.1 MB | 0.9/25 MBProgress (2): 0.3/1.1 MB | 0.9/25 MBProgress (2): 0.3/1.1 MB | 0.9/25 MBProgress (2): 0.3/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.4/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.5/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.6/1.1 MB | 0.9/25 MBProgress (2): 0.7/1.1 MB | 0.9/25 MBProgress (2): 0.7/1.1 MB | 0.9/25 MBProgress (2): 0.7/1.1 MB | 0.9/25 MBProgress (2): 0.7/1.1 MB | 0.9/25 MBProgress (2): 0.7/1.1 MB | 0.9/25 MBProgress (2): 0.7/1.1 MB | 0.9/25 MBProgress (2): 0.7/1.1 MB | 0.9/25 MBProgress (3): 0.7/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.7/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.7/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.7/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.7/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.7/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.7/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.8/1.1 MB | 0.9/25 MB | 0.1/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.1/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.1/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.1/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.1/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.1/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.8/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.9/1.1 MB | 1.0/25 MB | 0.2/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.2/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.3/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.4/10 MBProgress (3): 0.9/1.1 MB | 1.2/25 MB | 0.4/10 MBProgress (3): 0.9/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 0.9/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.4/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.5/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.5/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.5/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.5/10 MBProgress (3): 1.0/1.1 MB | 1.3/25 MB | 0.5/10 MBProgress (3): 1.0/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1/1.1 MB | 1.4/25 MB | 0.5/10 MBProgress (3): 1.1 MB | 1.4/25 MB | 0.5/10 MB Progress (3): 1.1 MB | 1.4/25 MB | 0.6/10 MBProgress (3): 1.1 MB | 1.6/25 MB | 0.6/10 MBProgress (3): 1.1 MB | 1.6/25 MB | 0.6/10 MBProgress (3): 1.1 MB | 1.6/25 MB | 0.7/10 MBProgress (3): 1.1 MB | 1.7/25 MB | 0.7/10 MBProgress (3): 1.1 MB | 1.7/25 MB | 0.7/10 MBProgress (3): 1.1 MB | 1.7/25 MB | 0.8/10 MBProgress (3): 1.1 MB | 1.8/25 MB | 0.8/10 MBProgress (3): 1.1 MB | 2.0/25 MB | 0.8/10 MBProgress (3): 1.1 MB | 2.1/25 MB | 0.8/10 MBProgress (3): 1.1 MB | 2.2/25 MB | 0.8/10 MBProgress (3): 1.1 MB | 2.2/25 MB | 0.8/10 MBProgress (3): 1.1 MB | 2.4/25 MB | 0.8/10 MBProgress (3): 1.1 MB | 2.4/25 MB | 0.9/10 MBProgress (3): 1.1 MB | 2.5/25 MB | 0.9/10 MBProgress (3): 1.1 MB | 2.6/25 MB | 0.9/10 MBProgress (3): 1.1 MB | 2.6/25 MB | 0.9/10 MBProgress (3): 1.1 MB | 2.8/25 MB | 0.9/10 MBProgress (3): 1.1 MB | 2.8/25 MB | 1.0/10 MBProgress (3): 1.1 MB | 2.8/25 MB | 1.0/10 MBProgress (3): 1.1 MB | 2.9/25 MB | 1.0/10 MBProgress (3): 1.1 MB | 2.9/25 MB | 1.1/10 MBProgress (3): 1.1 MB | 2.9/25 MB | 1.1/10 MBProgress (3): 1.1 MB | 2.9/25 MB | 1.2/10 MBProgress (3): 1.1 MB | 3.0/25 MB | 1.2/10 MBProgress (3): 1.1 MB | 3.0/25 MB | 1.2/10 MBProgress (3): 1.1 MB | 3.0/25 MB | 1.3/10 MBProgress (3): 1.1 MB | 3.1/25 MB | 1.3/10 MBProgress (3): 1.1 MB | 3.1/25 MB | 1.3/10 MBProgress (3): 1.1 MB | 3.1/25 MB | 1.4/10 MBProgress (3): 1.1 MB | 3.3/25 MB | 1.4/10 MBProgress (3): 1.1 MB | 3.3/25 MB | 1.4/10 MBProgress (3): 1.1 MB | 3.3/25 MB | 1.5/10 MBProgress (3): 1.1 MB | 3.4/25 MB | 1.5/10 MBProgress (3): 1.1 MB | 3.4/25 MB | 1.5/10 MBProgress (3): 1.1 MB | 3.4/25 MB | 1.6/10 MBProgress (3): 1.1 MB | 3.5/25 MB | 1.6/10 MBProgress (3): 1.1 MB | 3.5/25 MB | 1.6/10 MBProgress (3): 1.1 MB | 3.5/25 MB | 1.7/10 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.6.2/asciidoctorj-1.6.2.jar (1.1 MB at 2.4 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.20/jnr-unixsocket-0.20.jar [exec] Progress (2): 3.7/25 MB | 1.7/10 MB [exec] Progress (2): 3.7/25 MB | 1.7/10 MBProgress (2): 3.7/25 MB | 1.8/10 MBProgress (3): 3.7/25 MB | 1.8/10 MB | 4.1/62 kBProgress (3): 3.7/25 MB | 1.8/10 MB | 7.7/62 kBProgress (3): 3.7/25 MB | 1.8/10 MB | 12/62 kB Progress (3): 3.7/25 MB | 1.8/10 MB | 16/62 kBProgress (3): 3.8/25 MB | 1.8/10 MB | 16/62 kBProgress (3): 3.8/25 MB | 1.8/10 MB | 20/62 kBProgress (3): 3.8/25 MB | 1.8/10 MB | 24/62 kBProgress (3): 3.8/25 MB | 1.8/10 MB | 28/62 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 28/62 kB | 4.1/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 28/62 kB | 7.7/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 32/62 kB | 7.7/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 32/62 kB | 12/30 kB Progress (4): 3.8/25 MB | 1.8/10 MB | 32/62 kB | 12/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 32/62 kB | 16/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 32/62 kB | 20/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 36/62 kB | 20/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 36/62 kB | 24/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 36/62 kB | 28/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 40/62 kB | 28/30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 40/62 kB | 30 kB Progress (4): 3.8/25 MB | 1.8/10 MB | 45/62 kB | 30 kBProgress (4): 3.8/25 MB | 1.8/10 MB | 49/62 kB | 30 kBProgress (4): 3.8/25 MB | 1.9/10 MB | 49/62 kB | 30 kBProgress (4): 3.8/25 MB | 1.9/10 MB | 53/62 kB | 30 kBProgress (4): 3.8/25 MB | 1.9/10 MB | 57/62 kB | 30 kBProgress (4): 3.8/25 MB | 1.9/10 MB | 61/62 kB | 30 kBProgress (4): 3.8/25 MB | 1.9/10 MB | 62 kB | 30 kB Progress (4): 3.9/25 MB | 1.9/10 MB | 62 kB | 30 kBProgress (4): 3.9/25 MB | 1.9/10 MB | 62 kB | 30 kBProgress (4): 3.9/25 MB | 2.0/10 MB | 62 kB | 30 kBProgress (4): 4.1/25 MB | 2.0/10 MB | 62 kB | 30 kBProgress (4): 4.1/25 MB | 2.0/10 MB | 62 kB | 30 kBProgress (4): 4.1/25 MB | 2.1/10 MB | 62 kB | 30 kBProgress (4): 4.1/25 MB | 2.1/10 MB | 62 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.19/jnr-enxio-0.19.jar (30 kB at 61 kB/s)Progress (3): 4.2/25 MB | 2.1/10 MB | 62 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.49/jnr-posix-3.0.49.jarProgress (3): 4.2/25 MB | 2.2/10 MB | 62 kB [exec] Progress (3): 4.2/25 MB | 2.2/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.2/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.3/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.3/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.4/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.4/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.5/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.5/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.6/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.6/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.7/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.7/10 MB | 62 kBProgress (3): 4.3/25 MB | 2.8/10 MB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.jar (62 kB at 119 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.12/jnr-constants-0.9.12.jar [exec] Progress (2): 4.3/25 MB | 2.8/10 MB [exec] Progress (2): 4.3/25 MB | 2.9/10 MBProgress (3): 4.3/25 MB | 2.9/10 MB | 4.1/45 kBProgress (3): 4.3/25 MB | 2.9/10 MB | 7.7/45 kBProgress (3): 4.3/25 MB | 2.9/10 MB | 12/45 kB Progress (3): 4.3/25 MB | 2.9/10 MB | 16/45 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 16/45 kB | 4.1/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 16/45 kB | 4.1/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 16/45 kB | 7.7/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 16/45 kB | 12/241 kB Progress (4): 4.3/25 MB | 2.9/10 MB | 16/45 kB | 16/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 20/45 kB | 16/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 24/45 kB | 16/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 28/45 kB | 16/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 28/45 kB | 20/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 32/45 kB | 20/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 32/45 kB | 24/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 32/45 kB | 28/241 kBProgress (4): 4.3/25 MB | 2.9/10 MB | 32/45 kB | 32/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 32/45 kB | 32/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 32/45 kB | 36/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 36/45 kB | 36/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 36/45 kB | 40/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 40/45 kB | 40/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 40/45 kB | 45/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45/45 kB | 45/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45/45 kB | 49/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 49/241 kB Progress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 53/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 53/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 57/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 61/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 65/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 69/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 73/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 77/241 kBProgress (4): 4.3/25 MB | 3.0/10 MB | 45 kB | 81/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 81/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 85/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 90/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 94/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 98/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 102/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 106/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 110/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 114/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 114/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 118/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 122/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 126/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 131/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 135/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 139/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 143/241 kBProgress (4): 4.3/25 MB | 3.1/10 MB | 45 kB | 147/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 147/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 151/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 155/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 159/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 163/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 167/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 171/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 176/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 180/241 kBProgress (4): 4.3/25 MB | 3.2/10 MB | 45 kB | 180/241 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 180/241 kB | 4.1/550 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 184/241 kB | 4.1/550 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 184/241 kB | 7.7/550 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 188/241 kB | 7.7/550 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 188/241 kB | 12/550 kB Progress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 192/241 kB | 12/550 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 192/241 kB | 16/550 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 196/241 kB | 16/550 kBProgress (5): 4.3/25 MB | 3.2/10 MB | 45 kB | 200/241 kB | 16/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 200/241 kB | 16/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 204/241 kB | 16/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 208/241 kB | 16/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 208/241 kB | 20/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 212/241 kB | 20/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 212/241 kB | 24/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 212/241 kB | 28/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 212/241 kB | 32/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 217/241 kB | 32/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 221/241 kB | 32/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 221/241 kB | 32/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 225/241 kB | 32/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 229/241 kB | 32/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 229/241 kB | 36/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 233/241 kB | 36/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 237/241 kB | 36/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 237/241 kB | 40/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 241 kB | 40/550 kB Progress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 241 kB | 45/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 241 kB | 45/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 241 kB | 49/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 241 kB | 53/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 241 kB | 57/550 kBProgress (5): 4.3/25 MB | 3.3/10 MB | 45 kB | 241 kB | 61/550 kBProgress (5): 4.3/25 MB | 3.4/10 MB | 45 kB | 241 kB | 61/550 kBProgress (5): 4.3/25 MB | 3.4/10 MB | 45 kB | 241 kB | 65/550 kBProgress (5): 4.3/25 MB | 3.4/10 MB | 45 kB | 241 kB | 69/550 kBProgress (5): 4.3/25 MB | 3.4/10 MB | 45 kB | 241 kB | 69/550 kBProgress (5): 4.3/25 MB | 3.5/10 MB | 45 kB | 241 kB | 69/550 kBProgress (5): 4.3/25 MB | 3.5/10 MB | 45 kB | 241 kB | 69/550 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.20/jnr-unixsocket-0.20.jar (45 kB at 78 kB/s)Progress (4): 4.3/25 MB | 3.5/10 MB | 241 kB | 73/550 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.0.49/jnr-posix-3.0.49.jar (241 kB at 417 kB/s)Progress (3): 4.3/25 MB | 3.6/10 MB | 73/550 kB [exec] Progress (3): 4.3/25 MB | 3.6/10 MB | 77/550 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.18/jffi-1.2.18.jarProgress (3): 4.3/25 MB | 3.6/10 MB | 81/550 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.18/jffi-1.2.18-native.jarProgress (3): 4.3/25 MB | 3.6/10 MB | 85/550 kB [exec] Progress (3): 4.3/25 MB | 3.6/10 MB | 90/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 94/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 98/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 98/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 102/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 106/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 110/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 114/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 118/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 122/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 126/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 131/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 135/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 139/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 143/550 kBProgress (3): 4.3/25 MB | 3.6/10 MB | 147/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 147/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 151/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 155/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 159/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 163/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 167/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 171/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 176/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 180/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 184/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 188/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 188/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 192/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 196/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 200/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 204/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 208/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 212/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 217/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 221/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 225/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 229/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 233/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 237/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 241/550 kBProgress (3): 4.3/25 MB | 3.7/10 MB | 245/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 245/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 249/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 253/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 258/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 262/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 266/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 270/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 274/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 278/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 282/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 286/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 290/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 294/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 294/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 298/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 303/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 307/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 311/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 315/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 319/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 323/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 327/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 331/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 335/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 339/550 kBProgress (3): 4.3/25 MB | 3.8/10 MB | 344/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 344/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 348/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 352/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 356/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 360/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 364/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 368/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 372/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 376/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 380/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 384/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 389/550 kBProgress (3): 4.3/25 MB | 3.9/10 MB | 393/550 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 393/550 kB | 4.1/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 393/550 kB | 7.7/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 393/550 kB | 7.7/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 397/550 kB | 7.7/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 397/550 kB | 12/151 kB Progress (4): 4.3/25 MB | 3.9/10 MB | 401/550 kB | 12/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 401/550 kB | 16/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 405/550 kB | 16/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 409/550 kB | 16/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 409/550 kB | 20/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 409/550 kB | 24/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 413/550 kB | 24/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 413/550 kB | 28/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 417/550 kB | 28/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 417/550 kB | 32/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 421/550 kB | 32/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 425/550 kB | 32/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 430/550 kB | 32/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 430/550 kB | 36/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 434/550 kB | 36/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 434/550 kB | 40/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 438/550 kB | 40/151 kBProgress (4): 4.3/25 MB | 3.9/10 MB | 438/550 kB | 45/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 438/550 kB | 45/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 438/550 kB | 49/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 442/550 kB | 49/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 442/550 kB | 53/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 446/550 kB | 53/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 446/550 kB | 57/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 450/550 kB | 57/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 450/550 kB | 61/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 454/550 kB | 61/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 454/550 kB | 65/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 458/550 kB | 65/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 462/550 kB | 65/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 466/550 kB | 65/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 466/550 kB | 69/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 471/550 kB | 69/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 471/550 kB | 73/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 475/550 kB | 73/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 475/550 kB | 77/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 475/550 kB | 77/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 475/550 kB | 81/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 479/550 kB | 81/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 483/550 kB | 81/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 487/550 kB | 81/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 491/550 kB | 81/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 491/550 kB | 85/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 491/550 kB | 90/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 491/550 kB | 94/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 495/550 kB | 94/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 495/550 kB | 98/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 499/550 kB | 98/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 503/550 kB | 98/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 507/550 kB | 98/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 507/550 kB | 102/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 507/550 kB | 106/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 507/550 kB | 110/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 511/550 kB | 110/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 511/550 kB | 114/151 kBProgress (4): 4.3/25 MB | 4.0/10 MB | 516/550 kB | 114/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 516/550 kB | 114/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 520/550 kB | 114/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 524/550 kB | 114/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 524/550 kB | 118/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 524/550 kB | 122/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 524/550 kB | 126/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 528/550 kB | 126/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 528/550 kB | 131/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 532/550 kB | 131/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 536/550 kB | 131/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 540/550 kB | 131/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 540/550 kB | 135/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 540/550 kB | 139/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 544/550 kB | 139/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 544/550 kB | 143/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 548/550 kB | 143/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 548/550 kB | 147/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 550 kB | 147/151 kB Progress (4): 4.3/25 MB | 4.1/10 MB | 550 kB | 151/151 kBProgress (4): 4.3/25 MB | 4.1/10 MB | 550 kB | 151 kB Progress (4): 4.3/25 MB | 4.1/10 MB | 550 kB | 151 kBProgress (4): 4.3/25 MB | 4.2/10 MB | 550 kB | 151 kBProgress (4): 4.3/25 MB | 4.2/10 MB | 550 kB | 151 kBProgress (4): 4.5/25 MB | 4.2/10 MB | 550 kB | 151 kBProgress (4): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kBProgress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 4.1/723 kBProgress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 7.7/723 kBProgress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 12/723 kB Progress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 16/723 kBProgress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 20/723 kBProgress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 24/723 kBProgress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 28/723 kBProgress (5): 4.5/25 MB | 4.3/10 MB | 550 kB | 151 kB | 32/723 kBProgress (5): 4.6/25 MB | 4.3/10 MB | 550 kB | 151 kB | 32/723 kBProgress (5): 4.6/25 MB | 4.3/10 MB | 550 kB | 151 kB | 32/723 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.18/jffi-1.2.18.jar (151 kB at 239 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.25/joni-2.1.25.jar [exec] Progress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 36/723 kB [exec] Progress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 40/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 45/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 49/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 53/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 57/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 61/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 65/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 69/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 73/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 77/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 81/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 85/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 90/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 94/723 kBProgress (4): 4.6/25 MB | 4.3/10 MB | 550 kB | 98/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 98/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 102/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 106/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 110/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 114/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 118/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 122/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 126/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 131/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 135/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 139/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 143/723 kBProgress (4): 4.6/25 MB | 4.4/10 MB | 550 kB | 147/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 147/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 151/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 155/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 159/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 163/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 167/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 171/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 176/723 kBProgress (4): 4.7/25 MB | 4.4/10 MB | 550 kB | 180/723 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.9.12/jnr-constants-0.9.12.jar (550 kB at 805 kB/s)Progress (3): 4.7/25 MB | 4.4/10 MB | 184/723 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.41/jcodings-1.0.41.jarProgress (3): 4.7/25 MB | 4.4/10 MB | 188/723 kB [exec] Progress (3): 4.7/25 MB | 4.4/10 MB | 192/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 196/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 196/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 200/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 204/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 208/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 212/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 217/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 221/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 225/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 229/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 233/723 kBProgress (3): 4.7/25 MB | 4.4/10 MB | 237/723 kBProgress (3): 4.8/25 MB | 4.4/10 MB | 237/723 kBProgress (3): 4.8/25 MB | 4.4/10 MB | 241/723 kBProgress (3): 4.8/25 MB | 4.4/10 MB | 245/723 kBProgress (3): 4.8/25 MB | 4.4/10 MB | 249/723 kBProgress (3): 4.8/25 MB | 4.4/10 MB | 253/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 253/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 258/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 262/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 266/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 270/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 274/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 278/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 282/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 286/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 290/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 294/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 298/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 303/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 307/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 311/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 311/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 315/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 319/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 323/723 kBProgress (3): 4.8/25 MB | 4.5/10 MB | 327/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 327/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 331/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 335/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 339/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 344/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 348/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 352/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 356/723 kBProgress (3): 5.0/25 MB | 4.5/10 MB | 360/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 360/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 364/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 368/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 372/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 376/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 380/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 384/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 389/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 393/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 397/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 401/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 405/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 409/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 413/723 kBProgress (3): 5.0/25 MB | 4.6/10 MB | 413/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 413/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 417/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 421/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 425/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 430/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 434/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 438/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 442/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 446/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 450/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 454/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 458/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 462/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 466/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 471/723 kBProgress (3): 5.1/25 MB | 4.6/10 MB | 475/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 475/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 479/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 483/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 487/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 491/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 495/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 499/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 503/723 kBProgress (3): 5.1/25 MB | 4.7/10 MB | 507/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 507/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 511/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 516/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 520/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 524/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 524/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 528/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 532/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 536/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 540/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 544/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 548/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 552/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 557/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 561/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 565/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 569/723 kBProgress (3): 5.2/25 MB | 4.7/10 MB | 573/723 kBProgress (4): 5.2/25 MB | 4.7/10 MB | 573/723 kB | 0/1.7 MBProgress (4): 5.2/25 MB | 4.7/10 MB | 577/723 kB | 0/1.7 MBProgress (4): 5.2/25 MB | 4.8/10 MB | 577/723 kB | 0/1.7 MBProgress (4): 5.2/25 MB | 4.8/10 MB | 581/723 kB | 0/1.7 MBProgress (4): 5.2/25 MB | 4.8/10 MB | 585/723 kB | 0/1.7 MBProgress (4): 5.2/25 MB | 4.8/10 MB | 589/723 kB | 0/1.7 MBProgress (4): 5.2/25 MB | 4.8/10 MB | 589/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 589/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 593/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 593/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 597/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 602/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 606/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 610/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 614/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 618/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 622/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 622/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 626/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 630/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 634/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 638/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 643/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 647/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 651/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.8/10 MB | 655/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.9/10 MB | 655/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.9/10 MB | 659/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.9/10 MB | 663/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.9/10 MB | 667/723 kB | 0/1.7 MBProgress (4): 5.4/25 MB | 4.9/10 MB | 671/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 671/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 675/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 679/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 683/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 688/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 688/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 688/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 692/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 692/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 696/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 700/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 704/723 kB | 0/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 704/723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 708/723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 708/723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 712/723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 716/723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 720/723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 720/723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 4.9/10 MB | 723 kB | 0.1/1.7 MB Progress (4): 5.5/25 MB | 4.9/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.5/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.1/1.7 MBProgress (4): 5.6/25 MB | 5.0/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.6/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.6/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.6/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.1/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.2/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.2/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.2/10 MB | 723 kB | 0.2/1.7 MBProgress (4): 5.8/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.8/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.8/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.8/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.2/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 5.9/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 6.0/25 MB | 5.3/10 MB | 723 kB | 0.3/1.7 MBProgress (4): 6.0/25 MB | 5.3/10 MB | 723 kB | 0.4/1.7 MBProgress (4): 6.0/25 MB | 5.3/10 MB | 723 kB | 0.4/1.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.2.18/jffi-1.2.18-native.jar (723 kB at 909 kB/s)Progress (3): 6.0/25 MB | 5.3/10 MB | 0.4/1.7 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.jarProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MB [exec] Progress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.0/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.2/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.2/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.2/25 MB | 5.4/10 MB | 0.4/1.7 MBProgress (3): 6.2/25 MB | 5.4/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.4/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.2/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.5/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.5/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MBProgress (3): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MBProgress (4): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MB | 4.1/16 kBProgress (4): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MB | 4.1/16 kBProgress (4): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MB | 7.7/16 kBProgress (4): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MB | 12/16 kB Progress (4): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MB | 16/16 kBProgress (4): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MB | 16/16 kBProgress (4): 6.3/25 MB | 5.6/10 MB | 0.6/1.7 MB | 16 kB Progress (4): 6.4/25 MB | 5.6/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.6/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.6/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.6/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.6/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.4/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.7/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.7/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.8/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.8/1.7 MB | 16 kBProgress (4): 6.6/25 MB | 5.8/10 MB | 0.8/1.7 MB | 16 kBProgress (4): 6.7/25 MB | 5.8/10 MB | 0.8/1.7 MB | 16 kBProgress (4): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MB | 16 kBProgress (4): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MB | 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.jar (16 kB at 20 kB/s)Progress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.jarProgress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MB [exec] Progress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.7/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.8/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.8/25 MB | 5.9/10 MB | 0.8/1.7 MBProgress (3): 6.8/25 MB | 5.9/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.0/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.1/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.1/10 MB | 0.9/1.7 MBProgress (3): 6.8/25 MB | 6.1/10 MB | 0.9/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 0.9/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 0.9/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 0.9/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 0.9/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.1/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 6.9/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.0/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.1/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.1/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.1/1.7 MBProgress (3): 7.1/25 MB | 6.2/10 MB | 1.1/1.7 MBProgress (3): 7.1/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.1/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.1/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.2/1.7 MBProgress (3): 7.2/25 MB | 6.3/10 MB | 1.2/1.7 MBProgress (3): 7.2/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.4/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.5/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.5/10 MB | 1.2/1.7 MBProgress (3): 7.3/25 MB | 6.5/10 MB | 1.2/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.2/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.5/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.6/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.6/10 MB | 1.3/1.7 MBProgress (3): 7.5/25 MB | 6.6/10 MB | 1.3/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.3/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.3/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.3/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.6/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.6/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.4/1.7 MBProgress (3): 7.7/25 MB | 6.7/10 MB | 1.5/1.7 MBProgress (3): 7.7/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.7/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.7/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.7/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.7/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.5/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 7.9/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.0/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.1/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.1/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.1/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.1/25 MB | 6.8/10 MB | 1.6/1.7 MBProgress (3): 8.1/25 MB | 6.8/10 MB | 1.7/1.7 MBProgress (3): 8.1/25 MB | 6.9/10 MB | 1.7/1.7 MBProgress (3): 8.1/25 MB | 6.9/10 MB | 1.7/1.7 MBProgress (3): 8.1/25 MB | 6.9/10 MB | 1.7 MB Progress (3): 8.3/25 MB | 6.9/10 MB | 1.7 MBProgress (3): 8.3/25 MB | 6.9/10 MB | 1.7 MBProgress (3): 8.3/25 MB | 7.0/10 MB | 1.7 MBProgress (3): 8.3/25 MB | 7.0/10 MB | 1.7 MBProgress (3): 8.4/25 MB | 7.0/10 MB | 1.7 MBProgress (3): 8.4/25 MB | 7.1/10 MB | 1.7 MBProgress (3): 8.4/25 MB | 7.1/10 MB | 1.7 MBProgress (3): 8.4/25 MB | 7.2/10 MB | 1.7 MBProgress (3): 8.5/25 MB | 7.2/10 MB | 1.7 MBProgress (3): 8.5/25 MB | 7.2/10 MB | 1.7 MBProgress (3): 8.5/25 MB | 7.3/10 MB | 1.7 MBProgress (3): 8.5/25 MB | 7.3/10 MB | 1.7 MBProgress (3): 8.7/25 MB | 7.3/10 MB | 1.7 MBProgress (3): 8.7/25 MB | 7.4/10 MB | 1.7 MBProgress (3): 8.7/25 MB | 7.4/10 MB | 1.7 MBProgress (3): 8.8/25 MB | 7.4/10 MB | 1.7 MBProgress (3): 8.8/25 MB | 7.5/10 MB | 1.7 MBProgress (3): 8.8/25 MB | 7.5/10 MB | 1.7 MBProgress (3): 8.8/25 MB | 7.6/10 MB | 1.7 MBProgress (3): 8.9/25 MB | 7.6/10 MB | 1.7 MBProgress (3): 8.9/25 MB | 7.6/10 MB | 1.7 MBProgress (3): 8.9/25 MB | 7.7/10 MB | 1.7 MBProgress (4): 8.9/25 MB | 7.7/10 MB | 1.7 MB | 4.1/222 kBProgress (4): 8.9/25 MB | 7.7/10 MB | 1.7 MB | 7.7/222 kBProgress (4): 8.9/25 MB | 7.7/10 MB | 1.7 MB | 12/222 kB Progress (4): 8.9/25 MB | 7.7/10 MB | 1.7 MB | 16/222 kBProgress (4): 8.9/25 MB | 7.7/10 MB | 1.7 MB | 20/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 20/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 24/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 24/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 28/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 32/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 36/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 40/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 45/222 kBProgress (4): 9.0/25 MB | 7.7/10 MB | 1.7 MB | 49/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 49/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 53/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 57/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 61/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 65/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 69/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 73/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 77/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 81/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 81/222 kBProgress (4): 9.0/25 MB | 7.8/10 MB | 1.7 MB | 85/222 kBProgress (4): 9.2/25 MB | 7.8/10 MB | 1.7 MB | 85/222 kBProgress (4): 9.2/25 MB | 7.8/10 MB | 1.7 MB | 90/222 kBProgress (4): 9.2/25 MB | 7.8/10 MB | 1.7 MB | 94/222 kBProgress (4): 9.2/25 MB | 7.8/10 MB | 1.7 MB | 98/222 kBProgress (4): 9.2/25 MB | 7.8/10 MB | 1.7 MB | 102/222 kBProgress (4): 9.2/25 MB | 7.8/10 MB | 1.7 MB | 106/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 106/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 110/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 114/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 118/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 122/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 126/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 131/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 135/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 135/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 139/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 143/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 147/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 151/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 155/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 159/222 kBProgress (4): 9.2/25 MB | 7.9/10 MB | 1.7 MB | 163/222 kBProgress (4): 9.3/25 MB | 7.9/10 MB | 1.7 MB | 163/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 163/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 167/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 171/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 176/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 180/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 184/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 188/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 192/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 196/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 196/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 200/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 204/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 208/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 212/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 217/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 221/222 kBProgress (4): 9.3/25 MB | 8.0/10 MB | 1.7 MB | 222 kB Progress (4): 9.3/25 MB | 8.1/10 MB | 1.7 MB | 222 kBProgress (4): 9.4/25 MB | 8.1/10 MB | 1.7 MB | 222 kBProgress (4): 9.4/25 MB | 8.1/10 MB | 1.7 MB | 222 kBProgress (4): 9.4/25 MB | 8.2/10 MB | 1.7 MB | 222 kBProgress (4): 9.6/25 MB | 8.2/10 MB | 1.7 MB | 222 kBProgress (4): 9.6/25 MB | 8.2/10 MB | 1.7 MB | 222 kBProgress (4): 9.6/25 MB | 8.3/10 MB | 1.7 MB | 222 kBProgress (4): 9.6/25 MB | 8.3/10 MB | 1.7 MB | 222 kBProgress (4): 9.7/25 MB | 8.3/10 MB | 1.7 MB | 222 kBProgress (4): 9.7/25 MB | 8.4/10 MB | 1.7 MB | 222 kBProgress (4): 9.7/25 MB | 8.4/10 MB | 1.7 MB | 222 kBProgress (4): 9.8/25 MB | 8.4/10 MB | 1.7 MB | 222 kBProgress (4): 9.8/25 MB | 8.5/10 MB | 1.7 MB | 222 kBProgress (4): 9.8/25 MB | 8.5/10 MB | 1.7 MB | 222 kBProgress (4): 9.8/25 MB | 8.6/10 MB | 1.7 MB | 222 kBProgress (4): 10.0/25 MB | 8.6/10 MB | 1.7 MB | 222 kBProgress (4): 10.0/25 MB | 8.6/10 MB | 1.7 MB | 222 kBProgress (4): 10.0/25 MB | 8.7/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 8.7/10 MB | 1.7 MB | 222 kB Progress (4): 10/25 MB | 8.7/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 8.8/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 8.8/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 8.8/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 8.9/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 8.9/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.0/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.0/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.1/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.1/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.1/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.2/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.2/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.3/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.3/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.4/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.4/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.5/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.5/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.6/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.6/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.7/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.7/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.8/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.8/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.9/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 9.9/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 10.0/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 10/10 MB | 1.7 MB | 222 kB Progress (4): 10/25 MB | 10/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 10/10 MB | 1.7 MB | 222 kBProgress (4): 10/25 MB | 10 MB | 1.7 MB | 222 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.25/joni-2.1.25.jar (222 kB at 200 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.jar [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.41/jcodings-1.0.41.jar (1.7 MB at 1.5 MB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.6.0/jruby-core-9.2.6.0.jar (10 MB at 9.1 MB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar [exec] Progress (2): 10/25 MB | 4.1/50 kB [exec] Progress (2): 10/25 MB | 7.7/50 kBProgress (2): 10/25 MB | 12/50 kB Progress (2): 10/25 MB | 16/50 kBProgress (2): 10/25 MB | 20/50 kBProgress (2): 10/25 MB | 24/50 kBProgress (2): 10/25 MB | 28/50 kBProgress (2): 10/25 MB | 32/50 kBProgress (2): 10/25 MB | 36/50 kBProgress (2): 10/25 MB | 40/50 kBProgress (2): 10/25 MB | 45/50 kBProgress (2): 10/25 MB | 49/50 kBProgress (2): 10/25 MB | 50 kB Progress (2): 10/25 MB | 50 kBProgress (3): 10/25 MB | 50 kB | 4.1/33 kBProgress (3): 10/25 MB | 50 kB | 7.7/33 kBProgress (3): 10/25 MB | 50 kB | 12/33 kB Progress (3): 10/25 MB | 50 kB | 16/33 kBProgress (3): 10/25 MB | 50 kB | 20/33 kBProgress (3): 10/25 MB | 50 kB | 24/33 kBProgress (3): 10/25 MB | 50 kB | 28/33 kBProgress (3): 10/25 MB | 50 kB | 32/33 kBProgress (3): 10/25 MB | 50 kB | 33 kB Progress (4): 10/25 MB | 50 kB | 33 kB | 4.1/72 kBProgress (4): 10/25 MB | 50 kB | 33 kB | 7.7/72 kBProgress (4): 10/25 MB | 50 kB | 33 kB | 12/72 kB Progress (4): 10/25 MB | 50 kB | 33 kB | 16/72 kBProgress (5): 10/25 MB | 50 kB | 33 kB | 16/72 kB | 4.1/14 kBProgress (5): 10/25 MB | 50 kB | 33 kB | 16/72 kB | 7.7/14 kBProgress (5): 10/25 MB | 50 kB | 33 kB | 16/72 kB | 12/14 kB Progress (5): 10/25 MB | 50 kB | 33 kB | 16/72 kB | 14 kB Progress (5): 10/25 MB | 50 kB | 33 kB | 16/72 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.jar (50 kB at 44 kB/s)Progress (4): 10/25 MB | 33 kB | 20/72 kB | 14 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.jarProgress (4): 10/25 MB | 33 kB | 24/72 kB | 14 kB [exec] Progress (4): 10/25 MB | 33 kB | 28/72 kB | 14 kBProgress (4): 10/25 MB | 33 kB | 32/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 32/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 36/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 40/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 45/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 49/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 53/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 57/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 61/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 65/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 69/72 kB | 14 kBProgress (4): 11/25 MB | 33 kB | 72 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.jar (14 kB at 12 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/modulator/1.0/modulator-1.0.jar [exec] Progress (3): 11/25 MB | 33 kB | 72 kB [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 62 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.1/backport9-1.1.jar [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar (33 kB at 28 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.6.0/jruby-stdlib-9.2.6.0.jar [exec] Progress (1): 11/25 MB [exec] Progress (2): 11/25 MB | 4.1/12 kBProgress (2): 11/25 MB | 7.7/12 kBProgress (2): 11/25 MB | 12/12 kB Progress (2): 11/25 MB | 12 kB Progress (3): 11/25 MB | 12 kB | 4.1/4.6 kBProgress (3): 11/25 MB | 12 kB | 4.6 kB Progress (3): 11/25 MB | 12 kB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.1/backport9-1.1.jar (12 kB at 10 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.16/asciidoctorj-pdf-1.5.0-alpha.16.jar [exec] Progress (2): 11/25 MB | 4.6 kB [exec] Progress (2): 11/25 MB | 4.6 kBProgress (2): 11/25 MB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/modulator/1.0/modulator-1.0.jar (4.6 kB at 3.9 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [exec] Progress (1): 12/25 MB [exec] Progress (2): 12/25 MB | 4.1/634 kBProgress (2): 12/25 MB | 7.7/634 kBProgress (2): 12/25 MB | 12/634 kB Progress (2): 12/25 MB | 16/634 kBProgress (2): 12/25 MB | 20/634 kBProgress (2): 12/25 MB | 24/634 kBProgress (2): 12/25 MB | 28/634 kBProgress (2): 12/25 MB | 32/634 kBProgress (2): 12/25 MB | 32/634 kBProgress (2): 12/25 MB | 36/634 kBProgress (2): 12/25 MB | 40/634 kBProgress (2): 12/25 MB | 45/634 kBProgress (2): 12/25 MB | 49/634 kBProgress (2): 12/25 MB | 53/634 kBProgress (2): 12/25 MB | 57/634 kBProgress (2): 12/25 MB | 61/634 kBProgress (2): 12/25 MB | 65/634 kBProgress (2): 12/25 MB | 69/634 kBProgress (2): 12/25 MB | 73/634 kBProgress (2): 12/25 MB | 77/634 kBProgress (2): 12/25 MB | 81/634 kBProgress (2): 12/25 MB | 85/634 kBProgress (2): 12/25 MB | 90/634 kBProgress (2): 12/25 MB | 94/634 kBProgress (2): 12/25 MB | 98/634 kBProgress (2): 12/25 MB | 102/634 kBProgress (2): 12/25 MB | 106/634 kBProgress (2): 12/25 MB | 110/634 kBProgress (2): 12/25 MB | 114/634 kBProgress (2): 12/25 MB | 118/634 kBProgress (2): 12/25 MB | 122/634 kBProgress (2): 12/25 MB | 126/634 kBProgress (2): 12/25 MB | 131/634 kBProgress (2): 12/25 MB | 131/634 kBProgress (2): 12/25 MB | 135/634 kBProgress (2): 12/25 MB | 139/634 kBProgress (2): 12/25 MB | 143/634 kBProgress (2): 12/25 MB | 147/634 kBProgress (2): 12/25 MB | 151/634 kBProgress (2): 12/25 MB | 155/634 kBProgress (2): 12/25 MB | 159/634 kBProgress (2): 12/25 MB | 163/634 kBProgress (2): 12/25 MB | 167/634 kBProgress (2): 12/25 MB | 171/634 kBProgress (2): 12/25 MB | 176/634 kBProgress (2): 12/25 MB | 180/634 kBProgress (2): 12/25 MB | 184/634 kBProgress (2): 12/25 MB | 188/634 kBProgress (2): 12/25 MB | 192/634 kBProgress (2): 12/25 MB | 196/634 kBProgress (2): 12/25 MB | 200/634 kBProgress (2): 12/25 MB | 204/634 kBProgress (3): 12/25 MB | 204/634 kB | 4.1/49 kBProgress (3): 12/25 MB | 208/634 kB | 4.1/49 kBProgress (3): 12/25 MB | 208/634 kB | 7.7/49 kBProgress (3): 12/25 MB | 212/634 kB | 7.7/49 kBProgress (3): 12/25 MB | 212/634 kB | 12/49 kB Progress (3): 12/25 MB | 212/634 kB | 16/49 kBProgress (3): 12/25 MB | 217/634 kB | 16/49 kBProgress (3): 12/25 MB | 221/634 kB | 16/49 kBProgress (3): 12/25 MB | 221/634 kB | 20/49 kBProgress (3): 12/25 MB | 225/634 kB | 20/49 kBProgress (3): 12/25 MB | 225/634 kB | 24/49 kBProgress (3): 12/25 MB | 229/634 kB | 24/49 kBProgress (3): 12/25 MB | 229/634 kB | 28/49 kBProgress (3): 12/25 MB | 229/634 kB | 32/49 kBProgress (3): 12/25 MB | 229/634 kB | 32/49 kBProgress (3): 12/25 MB | 233/634 kB | 32/49 kBProgress (3): 12/25 MB | 237/634 kB | 32/49 kBProgress (3): 12/25 MB | 241/634 kB | 32/49 kBProgress (3): 12/25 MB | 241/634 kB | 36/49 kBProgress (3): 12/25 MB | 245/634 kB | 36/49 kBProgress (3): 12/25 MB | 245/634 kB | 40/49 kBProgress (3): 12/25 MB | 245/634 kB | 45/49 kBProgress (3): 12/25 MB | 245/634 kB | 49/49 kBProgress (3): 12/25 MB | 245/634 kB | 49 kB Progress (3): 12/25 MB | 249/634 kB | 49 kBProgress (3): 12/25 MB | 253/634 kB | 49 kBProgress (3): 12/25 MB | 258/634 kB | 49 kBProgress (3): 12/25 MB | 262/634 kB | 49 kBProgress (3): 12/25 MB | 266/634 kB | 49 kBProgress (3): 12/25 MB | 270/634 kB | 49 kBProgress (3): 12/25 MB | 274/634 kB | 49 kBProgress (3): 12/25 MB | 278/634 kB | 49 kBProgress (3): 12/25 MB | 282/634 kB | 49 kBProgress (3): 12/25 MB | 286/634 kB | 49 kBProgress (3): 12/25 MB | 290/634 kB | 49 kBProgress (3): 12/25 MB | 294/634 kB | 49 kBProgress (3): 12/25 MB | 298/634 kB | 49 kBProgress (3): 12/25 MB | 303/634 kB | 49 kBProgress (3): 12/25 MB | 307/634 kB | 49 kBProgress (3): 12/25 MB | 311/634 kB | 49 kBProgress (3): 12/25 MB | 311/634 kB | 49 kBProgress (3): 12/25 MB | 315/634 kB | 49 kBProgress (3): 12/25 MB | 319/634 kB | 49 kBProgress (3): 12/25 MB | 323/634 kB | 49 kBProgress (3): 12/25 MB | 327/634 kB | 49 kBProgress (3): 12/25 MB | 331/634 kB | 49 kBProgress (3): 12/25 MB | 335/634 kB | 49 kBProgress (3): 12/25 MB | 339/634 kB | 49 kBProgress (3): 12/25 MB | 344/634 kB | 49 kBProgress (3): 12/25 MB | 348/634 kB | 49 kBProgress (3): 12/25 MB | 352/634 kB | 49 kBProgress (3): 12/25 MB | 356/634 kB | 49 kBProgress (3): 12/25 MB | 360/634 kB | 49 kBProgress (3): 12/25 MB | 364/634 kB | 49 kBProgress (3): 12/25 MB | 368/634 kB | 49 kBProgress (3): 12/25 MB | 372/634 kB | 49 kBProgress (3): 12/25 MB | 376/634 kB | 49 kBProgress (3): 12/25 MB | 380/634 kB | 49 kBProgress (3): 12/25 MB | 384/634 kB | 49 kBProgress (3): 12/25 MB | 389/634 kB | 49 kBProgress (3): 12/25 MB | 393/634 kB | 49 kBProgress (3): 12/25 MB | 397/634 kB | 49 kBProgress (3): 12/25 MB | 401/634 kB | 49 kBProgress (3): 12/25 MB | 405/634 kB | 49 kBProgress (3): 12/25 MB | 409/634 kB | 49 kBProgress (3): 12/25 MB | 409/634 kB | 49 kBProgress (3): 12/25 MB | 413/634 kB | 49 kBProgress (3): 12/25 MB | 417/634 kB | 49 kBProgress (3): 12/25 MB | 421/634 kB | 49 kBProgress (3): 12/25 MB | 425/634 kB | 49 kBProgress (3): 12/25 MB | 430/634 kB | 49 kBProgress (3): 12/25 MB | 434/634 kB | 49 kBProgress (3): 12/25 MB | 438/634 kB | 49 kBProgress (3): 12/25 MB | 438/634 kB | 49 kBProgress (3): 12/25 MB | 442/634 kB | 49 kBProgress (3): 12/25 MB | 446/634 kB | 49 kBProgress (3): 12/25 MB | 450/634 kB | 49 kBProgress (3): 12/25 MB | 454/634 kB | 49 kBProgress (3): 12/25 MB | 458/634 kB | 49 kBProgress (3): 12/25 MB | 462/634 kB | 49 kBProgress (3): 12/25 MB | 466/634 kB | 49 kBProgress (3): 12/25 MB | 471/634 kB | 49 kBProgress (3): 12/25 MB | 475/634 kB | 49 kBProgress (3): 12/25 MB | 479/634 kB | 49 kBProgress (3): 12/25 MB | 483/634 kB | 49 kBProgress (3): 12/25 MB | 487/634 kB | 49 kBProgress (3): 12/25 MB | 491/634 kB | 49 kBProgress (3): 12/25 MB | 495/634 kB | 49 kBProgress (3): 12/25 MB | 499/634 kB | 49 kBProgress (3): 12/25 MB | 503/634 kB | 49 kBProgress (3): 12/25 MB | 507/634 kB | 49 kBProgress (4): 12/25 MB | 507/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 511/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 516/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 520/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 524/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 524/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 528/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 532/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 536/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 540/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 540/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 540/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 544/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 548/634 kB | 49 kB | 0/3.2 MBProgress (4): 12/25 MB | 548/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 552/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 557/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 561/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 561/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 565/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 569/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 573/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 573/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 577/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 581/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 585/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 589/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 589/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 593/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 597/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 602/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 606/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 606/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 610/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 614/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 618/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 618/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 622/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 626/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 630/634 kB | 49 kB | 0.1/3.2 MBProgress (4): 12/25 MB | 630/634 kB | 49 kB | 0.2/3.2 MBProgress (4): 12/25 MB | 634 kB | 49 kB | 0.2/3.2 MB Progress (4): 13/25 MB | 634 kB | 49 kB | 0.2/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.2/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.2/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.2/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.2/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.2/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.2/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.3/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.3/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.3/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.3/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.3/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.3/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.3/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.4/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.4/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.4/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.4/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.4/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.4/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.4/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.5/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.5/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.5/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.5/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.5/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.5/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.5/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.6/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.6/3.2 MBProgress (4): 13/25 MB | 634 kB | 49 kB | 0.6/3.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar (634 kB at 490 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [exec] Progress (3): 13/25 MB | 49 kB | 0.6/3.2 MB [exec] Progress (3): 13/25 MB | 49 kB | 0.6/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.6/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.6/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.7/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.7/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.7/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.7/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.7/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.7/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.7/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.8/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.8/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.8/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.8/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.8/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.8/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.8/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 13/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 14/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 14/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 14/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 14/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 14/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 14/25 MB | 49 kB | 0.9/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.0/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.0/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.0/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.0/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.0/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.0/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.0/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.1/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.1/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.1/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.1/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.1/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.1/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.1/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.2/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.2/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.2/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.2/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.2/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.2/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.2/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.3/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.3/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.3/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.3/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.3/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.3/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.3/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.4/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.4/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.4/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.4/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.4/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.4/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.5/3.2 MBProgress (3): 14/25 MB | 49 kB | 1.5/3.2 MBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 4.1/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 7.7/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 12/164 kB Progress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 16/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 16/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 20/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 24/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 28/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 32/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 36/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 40/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 45/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 45/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 49/164 kBProgress (4): 14/25 MB | 49 kB | 1.5/3.2 MB | 53/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 53/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 57/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 61/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 65/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 65/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 69/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 73/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 77/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 81/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 85/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 90/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 90/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 94/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 98/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 102/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 106/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 110/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 114/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 114/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 118/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 122/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 126/164 kBProgress (4): 15/25 MB | 49 kB | 1.5/3.2 MB | 131/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 131/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 135/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 139/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 143/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 147/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 151/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 151/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 155/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 155/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 159/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 163/164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 164 kB Progress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.6/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.7/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.7/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.7/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.7/3.2 MB | 164 kBProgress (4): 15/25 MB | 49 kB | 1.7/3.2 MB | 164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 117 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [exec] Progress (3): 15/25 MB | 49 kB | 1.7/3.2 MB [exec] Progress (3): 15/25 MB | 49 kB | 1.7/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.8/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 1.9/3.2 MBProgress (3): 15/25 MB | 49 kB | 2.0/3.2 MBProgress (3): 15/25 MB | 49 kB | 2.0/3.2 MBProgress (3): 15/25 MB | 49 kB | 2.0/3.2 MBProgress (3): 15/25 MB | 49 kB | 2.0/3.2 MBProgress (3): 15/25 MB | 49 kB | 2.0/3.2 MBProgress (3): 15/25 MB | 49 kB | 2.0/3.2 MBProgress (3): 15/25 MB | 49 kB | 2.0/3.2 MBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 4.1/52 kBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 7.7/52 kBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 12/52 kB Progress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 16/52 kBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 16/52 kBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 20/52 kBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 24/52 kBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 28/52 kBProgress (4): 15/25 MB | 49 kB | 2.0/3.2 MB | 32/52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 32/52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 36/52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 40/52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 45/52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 49/52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 52 kB Progress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 52 kBProgress (4): 15/25 MB | 49 kB | 2.1/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.1/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.1/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.2/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.2/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.2/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.2/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.2/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.2/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.3/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.3/3.2 MB | 52 kBProgress (4): 16/25 MB | 49 kB | 2.3/3.2 MB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 35 kB/s)Progress (3): 16/25 MB | 49 kB | 2.3/3.2 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jarProgress (3): 16/25 MB | 49 kB | 2.3/3.2 MB [exec] Progress (3): 16/25 MB | 49 kB | 2.3/3.2 MBProgress (4): 16/25 MB | 49 kB | 2.3/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.3/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.4/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.1/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.2/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.2/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.2/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.2/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.2/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.2/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.2/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.3/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.3/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.3/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.4/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.4/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.5/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.5/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.5/11 MBProgress (4): 16/25 MB | 49 kB | 2.5/3.2 MB | 0.6/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.6/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.6/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 17/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 18/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.5/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 19/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.6/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.7/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.7/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.7/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.7/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.7/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.7/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.8/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.8/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.8/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.8/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.8/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.8/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.8/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 2.9/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.0/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.0/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.0/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.0/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.0/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.0/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.0/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.1/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.1/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.1/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.1/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.1/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.1/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.1/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.2/3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.2 MB | 0.7/11 MB Progress (4): 20/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 20/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 21/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 22/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 22/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 22/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 22/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 22/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 22/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 22/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 0.7/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 0.8/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 0.9/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 0.9/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 0.9/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.0/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.0/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.0/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.0/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.1/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.1/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.1/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.2/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.3/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.3/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.3/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.4/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.4/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.4/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.5/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.5/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.5/11 MBProgress (4): 23/25 MB | 49 kB | 3.2 MB | 1.6/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.6/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.7/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.7/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.7/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.8/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.8/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.8/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.9/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.9/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 1.9/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.0/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.0/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.1/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.1/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.1/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.2/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.2/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.2/11 MBProgress (4): 24/25 MB | 49 kB | 3.2 MB | 2.3/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.3/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.4/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.4/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.4/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.5/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.5/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.5/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.6/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.6/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.6/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.7/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.7/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.8/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.8/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.8/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.9/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.9/11 MBProgress (4): 25/25 MB | 49 kB | 3.2 MB | 2.9/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 2.9/11 MB Progress (4): 25 MB | 49 kB | 3.2 MB | 3.0/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.0/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.1/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.2/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.2/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.3/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.3/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.4/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.4/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.5/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.6/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.6/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.7/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.7/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.8/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.8/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 3.9/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.0/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.0/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.1/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.1/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.2/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.2/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.3/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.4/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.4/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.5/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.5/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.6/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.6/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.7/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.8/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.8/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.9/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 4.9/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 5.0/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 5.0/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 5.1/11 MBProgress (4): 25 MB | 49 kB | 3.2 MB | 5.2/11 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.16/asciidoctorj-pdf-1.5.0-alpha.16.jar (3.2 MB at 1.6 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [exec] Progress (3): 25 MB | 49 kB | 5.2/11 MB [exec] Progress (3): 25 MB | 49 kB | 5.3/11 MBProgress (3): 25 MB | 49 kB | 5.3/11 MBProgress (3): 25 MB | 49 kB | 5.4/11 MBProgress (3): 25 MB | 49 kB | 5.4/11 MBProgress (3): 25 MB | 49 kB | 5.5/11 MBProgress (3): 25 MB | 49 kB | 5.6/11 MBProgress (3): 25 MB | 49 kB | 5.6/11 MBProgress (3): 25 MB | 49 kB | 5.7/11 MBProgress (3): 25 MB | 49 kB | 5.7/11 MBProgress (3): 25 MB | 49 kB | 5.8/11 MBProgress (3): 25 MB | 49 kB | 5.8/11 MBProgress (3): 25 MB | 49 kB | 5.9/11 MBProgress (3): 25 MB | 49 kB | 6.0/11 MBProgress (3): 25 MB | 49 kB | 6.0/11 MBProgress (3): 25 MB | 49 kB | 6.1/11 MBProgress (3): 25 MB | 49 kB | 6.1/11 MBProgress (3): 25 MB | 49 kB | 6.2/11 MBProgress (3): 25 MB | 49 kB | 6.2/11 MBProgress (3): 25 MB | 49 kB | 6.3/11 MBProgress (3): 25 MB | 49 kB | 6.4/11 MBProgress (3): 25 MB | 49 kB | 6.4/11 MBProgress (3): 25 MB | 49 kB | 6.5/11 MBProgress (3): 25 MB | 49 kB | 6.5/11 MBProgress (3): 25 MB | 49 kB | 6.6/11 MBProgress (3): 25 MB | 49 kB | 6.7/11 MBProgress (3): 25 MB | 49 kB | 6.7/11 MBProgress (3): 25 MB | 49 kB | 6.8/11 MBProgress (3): 25 MB | 49 kB | 6.8/11 MBProgress (3): 25 MB | 49 kB | 6.9/11 MBProgress (3): 25 MB | 49 kB | 6.9/11 MBProgress (3): 25 MB | 49 kB | 7.0/11 MBProgress (3): 25 MB | 49 kB | 7.1/11 MBProgress (3): 25 MB | 49 kB | 7.1/11 MBProgress (3): 25 MB | 49 kB | 7.2/11 MBProgress (3): 25 MB | 49 kB | 7.2/11 MBProgress (3): 25 MB | 49 kB | 7.3/11 MBProgress (3): 25 MB | 49 kB | 7.3/11 MBProgress (3): 25 MB | 49 kB | 7.4/11 MBProgress (3): 25 MB | 49 kB | 7.5/11 MBProgress (3): 25 MB | 49 kB | 7.5/11 MBProgress (3): 25 MB | 49 kB | 7.6/11 MBProgress (3): 25 MB | 49 kB | 7.6/11 MBProgress (3): 25 MB | 49 kB | 7.7/11 MBProgress (3): 25 MB | 49 kB | 7.7/11 MBProgress (3): 25 MB | 49 kB | 7.8/11 MBProgress (3): 25 MB | 49 kB | 7.9/11 MBProgress (3): 25 MB | 49 kB | 7.9/11 MBProgress (3): 25 MB | 49 kB | 8.0/11 MBProgress (3): 25 MB | 49 kB | 8.0/11 MBProgress (3): 25 MB | 49 kB | 8.1/11 MBProgress (3): 25 MB | 49 kB | 8.1/11 MBProgress (3): 25 MB | 49 kB | 8.2/11 MBProgress (3): 25 MB | 49 kB | 8.3/11 MBProgress (3): 25 MB | 49 kB | 8.3/11 MBProgress (3): 25 MB | 49 kB | 8.4/11 MBProgress (3): 25 MB | 49 kB | 8.4/11 MBProgress (3): 25 MB | 49 kB | 8.5/11 MBProgress (3): 25 MB | 49 kB | 8.5/11 MBProgress (3): 25 MB | 49 kB | 8.6/11 MBProgress (3): 25 MB | 49 kB | 8.7/11 MBProgress (3): 25 MB | 49 kB | 8.7/11 MBProgress (3): 25 MB | 49 kB | 8.8/11 MBProgress (3): 25 MB | 49 kB | 8.8/11 MBProgress (3): 25 MB | 49 kB | 8.9/11 MBProgress (3): 25 MB | 49 kB | 8.9/11 MBProgress (3): 25 MB | 49 kB | 9.0/11 MBProgress (3): 25 MB | 49 kB | 9.1/11 MBProgress (3): 25 MB | 49 kB | 9.1/11 MBProgress (3): 25 MB | 49 kB | 9.2/11 MBProgress (3): 25 MB | 49 kB | 9.2/11 MBProgress (3): 25 MB | 49 kB | 9.3/11 MBProgress (3): 25 MB | 49 kB | 9.3/11 MBProgress (3): 25 MB | 49 kB | 9.4/11 MBProgress (3): 25 MB | 49 kB | 9.5/11 MBProgress (3): 25 MB | 49 kB | 9.5/11 MBProgress (3): 25 MB | 49 kB | 9.6/11 MBProgress (3): 25 MB | 49 kB | 9.6/11 MBProgress (3): 25 MB | 49 kB | 9.7/11 MBProgress (3): 25 MB | 49 kB | 9.7/11 MBProgress (3): 25 MB | 49 kB | 9.8/11 MBProgress (3): 25 MB | 49 kB | 9.9/11 MBProgress (3): 25 MB | 49 kB | 9.9/11 MBProgress (3): 25 MB | 49 kB | 10.0/11 MBProgress (3): 25 MB | 49 kB | 10/11 MB Progress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 10/11 MBProgress (3): 25 MB | 49 kB | 11/11 MBProgress (3): 25 MB | 49 kB | 11/11 MBProgress (3): 25 MB | 49 kB | 11/11 MBProgress (3): 25 MB | 49 kB | 11 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.6.0/jruby-stdlib-9.2.6.0.jar (11 MB at 4.5 MB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [exec] Progress (3): 25 MB | 49 kB | 4.1/357 kB [exec] Progress (3): 25 MB | 49 kB | 7.7/357 kBProgress (3): 25 MB | 49 kB | 12/357 kB Progress (3): 25 MB | 49 kB | 16/357 kBProgress (3): 25 MB | 49 kB | 20/357 kBProgress (3): 25 MB | 49 kB | 24/357 kBProgress (3): 25 MB | 49 kB | 28/357 kBProgress (3): 25 MB | 49 kB | 32/357 kBProgress (3): 25 MB | 49 kB | 36/357 kBProgress (3): 25 MB | 49 kB | 40/357 kBProgress (3): 25 MB | 49 kB | 45/357 kBProgress (3): 25 MB | 49 kB | 49/357 kBProgress (3): 25 MB | 49 kB | 53/357 kBProgress (3): 25 MB | 49 kB | 57/357 kBProgress (3): 25 MB | 49 kB | 61/357 kBProgress (3): 25 MB | 49 kB | 65/357 kBProgress (3): 25 MB | 49 kB | 69/357 kBProgress (3): 25 MB | 49 kB | 73/357 kBProgress (3): 25 MB | 49 kB | 77/357 kBProgress (3): 25 MB | 49 kB | 81/357 kBProgress (3): 25 MB | 49 kB | 85/357 kBProgress (3): 25 MB | 49 kB | 90/357 kBProgress (3): 25 MB | 49 kB | 94/357 kBProgress (3): 25 MB | 49 kB | 98/357 kBProgress (3): 25 MB | 49 kB | 102/357 kBProgress (3): 25 MB | 49 kB | 106/357 kBProgress (3): 25 MB | 49 kB | 110/357 kBProgress (3): 25 MB | 49 kB | 114/357 kBProgress (3): 25 MB | 49 kB | 118/357 kBProgress (3): 25 MB | 49 kB | 122/357 kBProgress (3): 25 MB | 49 kB | 126/357 kBProgress (3): 25 MB | 49 kB | 131/357 kBProgress (3): 25 MB | 49 kB | 135/357 kBProgress (3): 25 MB | 49 kB | 139/357 kBProgress (3): 25 MB | 49 kB | 143/357 kBProgress (3): 25 MB | 49 kB | 147/357 kBProgress (3): 25 MB | 49 kB | 151/357 kBProgress (3): 25 MB | 49 kB | 155/357 kBProgress (3): 25 MB | 49 kB | 159/357 kBProgress (3): 25 MB | 49 kB | 163/357 kBProgress (4): 25 MB | 49 kB | 163/357 kB | 4.1/289 kBProgress (4): 25 MB | 49 kB | 167/357 kB | 4.1/289 kBProgress (4): 25 MB | 49 kB | 167/357 kB | 7.7/289 kBProgress (4): 25 MB | 49 kB | 171/357 kB | 7.7/289 kBProgress (4): 25 MB | 49 kB | 171/357 kB | 12/289 kB Progress (4): 25 MB | 49 kB | 176/357 kB | 12/289 kBProgress (4): 25 MB | 49 kB | 176/357 kB | 16/289 kBProgress (4): 25 MB | 49 kB | 180/357 kB | 16/289 kBProgress (5): 25 MB | 49 kB | 180/357 kB | 16/289 kB | 4.1/204 kBProgress (5): 25 MB | 49 kB | 180/357 kB | 16/289 kB | 7.7/204 kBProgress (5): 25 MB | 49 kB | 180/357 kB | 16/289 kB | 12/204 kB Progress (5): 25 MB | 49 kB | 180/357 kB | 20/289 kB | 12/204 kBProgress (5): 25 MB | 49 kB | 180/357 kB | 20/289 kB | 16/204 kBProgress (5): 25 MB | 49 kB | 180/357 kB | 24/289 kB | 16/204 kBProgress (5): 25 MB | 49 kB | 184/357 kB | 24/289 kB | 16/204 kBProgress (5): 25 MB | 49 kB | 184/357 kB | 28/289 kB | 16/204 kBProgress (5): 25 MB | 49 kB | 188/357 kB | 28/289 kB | 16/204 kBProgress (5): 25 MB | 49 kB | 188/357 kB | 32/289 kB | 16/204 kBProgress (5): 25 MB | 49 kB | 192/357 kB | 32/289 kB | 16/204 kBProgress (5): 25 MB | 49 kB | 192/357 kB | 32/289 kB | 20/204 kBProgress (5): 25 MB | 49 kB | 196/357 kB | 32/289 kB | 20/204 kBProgress (5): 25 MB | 49 kB | 196/357 kB | 32/289 kB | 24/204 kBProgress (5): 25 MB | 49 kB | 196/357 kB | 32/289 kB | 28/204 kBProgress (5): 25 MB | 49 kB | 196/357 kB | 36/289 kB | 28/204 kBProgress (5): 25 MB | 49 kB | 196/357 kB | 36/289 kB | 32/204 kBProgress (5): 25 MB | 49 kB | 196/357 kB | 40/289 kB | 32/204 kBProgress (5): 25 MB | 49 kB | 200/357 kB | 40/289 kB | 32/204 kBProgress (5): 25 MB | 49 kB | 200/357 kB | 45/289 kB | 32/204 kBProgress (5): 25 MB | 49 kB | 204/357 kB | 45/289 kB | 32/204 kBProgress (5): 25 MB | 49 kB | 204/357 kB | 45/289 kB | 36/204 kBProgress (5): 25 MB | 49 kB | 208/357 kB | 45/289 kB | 36/204 kBProgress (5): 25 MB | 49 kB | 208/357 kB | 49/289 kB | 36/204 kBProgress (5): 25 MB | 49 kB | 212/357 kB | 49/289 kB | 36/204 kBProgress (5): 25 MB | 49 kB | 212/357 kB | 49/289 kB | 40/204 kBProgress (5): 25 MB | 49 kB | 212/357 kB | 49/289 kB | 45/204 kBProgress (5): 25 MB | 49 kB | 212/357 kB | 49/289 kB | 49/204 kBProgress (5): 25 MB | 49 kB | 212/357 kB | 53/289 kB | 49/204 kBProgress (5): 25 MB | 49 kB | 212/357 kB | 57/289 kB | 49/204 kBProgress (5): 25 MB | 49 kB | 217/357 kB | 57/289 kB | 49/204 kBProgress (5): 25 MB | 49 kB | 217/357 kB | 61/289 kB | 49/204 kBProgress (5): 25 MB | 49 kB | 217/357 kB | 61/289 kB | 53/204 kBProgress (5): 25 MB | 49 kB | 217/357 kB | 65/289 kB | 53/204 kBProgress (5): 25 MB | 49 kB | 221/357 kB | 65/289 kB | 53/204 kBProgress (5): 25 MB | 49 kB | 221/357 kB | 65/289 kB | 57/204 kBProgress (5): 25 MB | 49 kB | 225/357 kB | 65/289 kB | 57/204 kBProgress (5): 25 MB | 49 kB | 225/357 kB | 65/289 kB | 61/204 kBProgress (5): 25 MB | 49 kB | 229/357 kB | 65/289 kB | 61/204 kBProgress (5): 25 MB | 49 kB | 229/357 kB | 69/289 kB | 61/204 kBProgress (5): 25 MB | 49 kB | 229/357 kB | 69/289 kB | 65/204 kBProgress (5): 25 MB | 49 kB | 229/357 kB | 73/289 kB | 65/204 kBProgress (5): 25 MB | 49 kB | 229/357 kB | 77/289 kB | 65/204 kBProgress (5): 25 MB | 49 kB | 233/357 kB | 77/289 kB | 65/204 kBProgress (5): 25 MB | 49 kB | 233/357 kB | 81/289 kB | 65/204 kBProgress (5): 25 MB | 49 kB | 233/357 kB | 81/289 kB | 69/204 kBProgress (5): 25 MB | 49 kB | 237/357 kB | 81/289 kB | 69/204 kBProgress (5): 25 MB | 49 kB | 237/357 kB | 81/289 kB | 73/204 kBProgress (5): 25 MB | 49 kB | 241/357 kB | 81/289 kB | 73/204 kBProgress (5): 25 MB | 49 kB | 241/357 kB | 81/289 kB | 77/204 kBProgress (5): 25 MB | 49 kB | 241/357 kB | 85/289 kB | 77/204 kBProgress (5): 25 MB | 49 kB | 245/357 kB | 85/289 kB | 77/204 kBProgress (5): 25 MB | 49 kB | 245/357 kB | 90/289 kB | 77/204 kBProgress (5): 25 MB | 49 kB | 245/357 kB | 90/289 kB | 81/204 kBProgress (5): 25 MB | 49 kB | 245/357 kB | 94/289 kB | 81/204 kBProgress (5): 25 MB | 49 kB | 245/357 kB | 98/289 kB | 81/204 kBProgress (5): 25 MB | 49 kB | 249/357 kB | 98/289 kB | 81/204 kBProgress (5): 25 MB | 49 kB | 249/357 kB | 98/289 kB | 85/204 kBProgress (5): 25 MB | 49 kB | 253/357 kB | 98/289 kB | 85/204 kBProgress (5): 25 MB | 49 kB | 253/357 kB | 102/289 kB | 85/204 kBProgress (5): 25 MB | 49 kB | 253/357 kB | 102/289 kB | 90/204 kBProgress (5): 25 MB | 49 kB | 253/357 kB | 106/289 kB | 90/204 kBProgress (5): 25 MB | 49 kB | 253/357 kB | 110/289 kB | 90/204 kBProgress (5): 25 MB | 49 kB | 258/357 kB | 110/289 kB | 90/204 kBProgress (5): 25 MB | 49 kB | 258/357 kB | 114/289 kB | 90/204 kBProgress (5): 25 MB | 49 kB | 258/357 kB | 114/289 kB | 94/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 114/289 kB | 94/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 114/289 kB | 98/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 118/289 kB | 98/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 122/289 kB | 98/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 126/289 kB | 98/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 126/289 kB | 102/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 131/289 kB | 102/204 kBProgress (5): 25 MB | 49 kB | 262/357 kB | 131/289 kB | 106/204 kBProgress (5): 25 MB | 49 kB | 266/357 kB | 131/289 kB | 106/204 kBProgress (5): 25 MB | 49 kB | 266/357 kB | 131/289 kB | 110/204 kBProgress (5): 25 MB | 49 kB | 270/357 kB | 131/289 kB | 110/204 kBProgress (5): 25 MB | 49 kB | 270/357 kB | 135/289 kB | 110/204 kBProgress (5): 25 MB | 49 kB | 270/357 kB | 135/289 kB | 114/204 kBProgress (5): 25 MB | 49 kB | 270/357 kB | 139/289 kB | 114/204 kBProgress (5): 25 MB | 49 kB | 274/357 kB | 139/289 kB | 114/204 kBProgress (5): 25 MB | 49 kB | 274/357 kB | 143/289 kB | 114/204 kBProgress (5): 25 MB | 49 kB | 278/357 kB | 143/289 kB | 114/204 kBProgress (5): 25 MB | 49 kB | 278/357 kB | 143/289 kB | 118/204 kBProgress (5): 25 MB | 49 kB | 278/357 kB | 147/289 kB | 118/204 kBProgress (5): 25 MB | 49 kB | 278/357 kB | 147/289 kB | 122/204 kBProgress (5): 25 MB | 49 kB | 278/357 kB | 147/289 kB | 126/204 kBProgress (5): 25 MB | 49 kB | 278/357 kB | 147/289 kB | 131/204 kBProgress (5): 25 MB | 49 kB | 278/357 kB | 151/289 kB | 131/204 kBProgress (5): 25 MB | 49 kB | 282/357 kB | 151/289 kB | 131/204 kBProgress (5): 25 MB | 49 kB | 282/357 kB | 151/289 kB | 135/204 kBProgress (5): 25 MB | 49 kB | 282/357 kB | 155/289 kB | 135/204 kBProgress (5): 25 MB | 49 kB | 282/357 kB | 155/289 kB | 139/204 kBProgress (5): 25 MB | 49 kB | 286/357 kB | 155/289 kB | 139/204 kBProgress (5): 25 MB | 49 kB | 286/357 kB | 155/289 kB | 143/204 kBProgress (5): 25 MB | 49 kB | 286/357 kB | 159/289 kB | 143/204 kBProgress (5): 25 MB | 49 kB | 286/357 kB | 159/289 kB | 147/204 kBProgress (5): 25 MB | 49 kB | 290/357 kB | 159/289 kB | 147/204 kBProgress (5): 25 MB | 49 kB | 290/357 kB | 163/289 kB | 147/204 kBProgress (5): 25 MB | 49 kB | 294/357 kB | 163/289 kB | 147/204 kBProgress (5): 25 MB | 49 kB | 294/357 kB | 163/289 kB | 151/204 kBProgress (5): 25 MB | 49 kB | 294/357 kB | 163/289 kB | 155/204 kBProgress (5): 25 MB | 49 kB | 294/357 kB | 163/289 kB | 159/204 kBProgress (5): 25 MB | 49 kB | 294/357 kB | 167/289 kB | 159/204 kBProgress (5): 25 MB | 49 kB | 298/357 kB | 167/289 kB | 159/204 kBProgress (5): 25 MB | 49 kB | 298/357 kB | 167/289 kB | 163/204 kBProgress (5): 25 MB | 49 kB | 303/357 kB | 167/289 kB | 163/204 kBProgress (5): 25 MB | 49 kB | 303/357 kB | 171/289 kB | 163/204 kBProgress (5): 25 MB | 49 kB | 307/357 kB | 171/289 kB | 163/204 kBProgress (5): 25 MB | 49 kB | 307/357 kB | 176/289 kB | 163/204 kBProgress (5): 25 MB | 49 kB | 311/357 kB | 176/289 kB | 163/204 kBProgress (5): 25 MB | 49 kB | 311/357 kB | 180/289 kB | 163/204 kBProgress (5): 25 MB | 49 kB | 311/357 kB | 180/289 kB | 167/204 kBProgress (5): 25 MB | 49 kB | 311/357 kB | 180/289 kB | 171/204 kBProgress (5): 25 MB | 49 kB | 311/357 kB | 180/289 kB | 176/204 kBProgress (5): 25 MB | 49 kB | 315/357 kB | 180/289 kB | 176/204 kBProgress (5): 25 MB | 49 kB | 315/357 kB | 184/289 kB | 176/204 kBProgress (5): 25 MB | 49 kB | 315/357 kB | 184/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 315/357 kB | 188/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 319/357 kB | 188/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 319/357 kB | 192/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 323/357 kB | 192/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 323/357 kB | 196/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 327/357 kB | 196/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 327/357 kB | 200/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 327/357 kB | 204/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 331/357 kB | 204/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 331/357 kB | 208/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 335/357 kB | 208/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 335/357 kB | 212/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 339/357 kB | 212/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 344/357 kB | 212/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 344/357 kB | 217/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 344/357 kB | 221/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 348/357 kB | 221/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 348/357 kB | 225/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 352/357 kB | 225/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 352/357 kB | 229/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 356/357 kB | 229/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 229/289 kB | 180/204 kB Progress (5): 25 MB | 49 kB | 357 kB | 233/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 237/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 241/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 245/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 249/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 253/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 258/289 kB | 180/204 kBProgress (5): 25 MB | 49 kB | 357 kB | 262/289 kB | 180/204 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 130 kB/s)Progress (4): 25 MB | 49 kB | 266/289 kB | 180/204 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jarProgress (4): 25 MB | 49 kB | 266/289 kB | 184/204 kB [exec] Progress (4): 25 MB | 49 kB | 270/289 kB | 184/204 kBProgress (4): 25 MB | 49 kB | 270/289 kB | 188/204 kBProgress (4): 25 MB | 49 kB | 274/289 kB | 188/204 kBProgress (4): 25 MB | 49 kB | 274/289 kB | 192/204 kBProgress (4): 25 MB | 49 kB | 278/289 kB | 192/204 kBProgress (4): 25 MB | 49 kB | 278/289 kB | 196/204 kBProgress (4): 25 MB | 49 kB | 282/289 kB | 196/204 kBProgress (4): 25 MB | 49 kB | 282/289 kB | 200/204 kBProgress (4): 25 MB | 49 kB | 286/289 kB | 200/204 kBProgress (4): 25 MB | 49 kB | 286/289 kB | 204/204 kBProgress (4): 25 MB | 49 kB | 289 kB | 204/204 kB Progress (4): 25 MB | 49 kB | 289 kB | 204 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 105 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 74 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [exec] Progress (3): 25 MB | 49 kB | 0/1.5 MB [exec] Progress (3): 25 MB | 49 kB | 0/1.5 MBProgress (3): 25 MB | 49 kB | 0/1.5 MBProgress (3): 25 MB | 49 kB | 0/1.5 MBProgress (3): 25 MB | 49 kB | 0/1.5 MBProgress (3): 25 MB | 49 kB | 0/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.1/1.5 MBProgress (3): 25 MB | 49 kB | 0.2/1.5 MBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 4.1/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 4.1/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 7.7/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 12/47 kB Progress (4): 25 MB | 49 kB | 0.2/1.5 MB | 16/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 16/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 16/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 20/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 24/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 28/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 32/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 32/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 32/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 36/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 40/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 45/47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 47 kB Progress (4): 25 MB | 49 kB | 0.2/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.2/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.3/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.4/1.5 MB | 47 kBProgress (4): 25 MB | 49 kB | 0.4/1.5 MB | 47 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 4.1/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 7.7/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 12/559 kB Progress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 12/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 16/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 16/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 16/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 20/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 20/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 24/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 28/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 32/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 32/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 32/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 36/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 40/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 45/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 45/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 49/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 49/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 53/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 53/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 57/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 57/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 61/559 kBProgress (5): 25 MB | 49 kB | 0.4/1.5 MB | 47 kB | 65/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 65/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 65/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 69/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 73/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 77/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 81/559 kBProgress (5): 25 MB | 49 kB | 0.5/1.5 MB | 47 kB | 85/559 kBProgress (5): 25 MB | 49 kB | 0.6/1.5 MB | 47 kB | 85/559 kBProgress (5): 25 MB | 49 kB | 0.6/1.5 MB | 47 kB | 90/559 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 17 kB/s)Progress (4): 25 MB | 49 kB | 0.6/1.5 MB | 94/559 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jarProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 98/559 kB [exec] Progress (4): 25 MB | 49 kB | 0.6/1.5 MB | 98/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 98/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 102/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 106/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 110/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 114/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 114/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 114/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 118/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 122/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 122/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 126/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 126/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 131/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 135/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 135/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 139/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 139/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 143/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 147/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 147/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 151/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 151/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 155/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 159/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 163/559 kBProgress (4): 25 MB | 49 kB | 0.6/1.5 MB | 163/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 163/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 167/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 171/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 176/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 180/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 180/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 180/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 184/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 188/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 192/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 196/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 196/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 196/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 200/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 204/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 208/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 212/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 212/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 217/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 217/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 221/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 225/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 229/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 229/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 233/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 233/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 237/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 241/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 245/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 249/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 249/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 253/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 258/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 258/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 262/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 266/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 270/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 270/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 274/559 kBProgress (4): 25 MB | 49 kB | 0.7/1.5 MB | 278/559 kBProgress (4): 25 MB | 49 kB | 0.8/1.5 MB | 278/559 kBProgress (4): 25 MB | 49 kB | 0.8/1.5 MB | 282/559 kBProgress (4): 25 MB | 49 kB | 0.8/1.5 MB | 286/559 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 286/559 kB | 4.1/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 286/559 kB | 4.1/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 290/559 kB | 4.1/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 290/559 kB | 4.1/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 290/559 kB | 7.7/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 294/559 kB | 7.7/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 294/559 kB | 12/41 kB Progress (5): 25 MB | 49 kB | 0.8/1.5 MB | 294/559 kB | 16/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 294/559 kB | 16/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 298/559 kB | 16/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 298/559 kB | 16/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 303/559 kB | 16/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 303/559 kB | 20/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 307/559 kB | 20/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 307/559 kB | 24/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 311/559 kB | 24/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 311/559 kB | 28/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 311/559 kB | 28/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 311/559 kB | 32/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 311/559 kB | 32/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 315/559 kB | 32/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 319/559 kB | 32/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 319/559 kB | 36/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 323/559 kB | 36/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 323/559 kB | 40/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 323/559 kB | 40/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 327/559 kB | 40/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 327/559 kB | 40/41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 327/559 kB | 41 kB Progress (5): 25 MB | 49 kB | 0.8/1.5 MB | 331/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 331/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 335/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 335/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 339/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 344/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.8/1.5 MB | 344/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 344/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 348/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 352/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 356/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 360/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 360/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 360/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 364/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 368/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 372/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 376/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 376/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 376/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 380/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 384/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 389/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 389/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 393/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 393/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 397/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 401/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 405/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 405/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 409/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 409/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 413/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 417/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 421/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 425/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 425/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 430/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 430/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 434/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 438/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 442/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 446/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 446/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 450/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 450/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 454/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 0.9/1.5 MB | 458/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 458/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 462/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 462/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 466/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 471/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 475/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 475/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 479/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 479/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 483/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 487/559 kB | 41 kBProgress (5): 25 MB | 49 kB | 1.0/1.5 MB | 491/559 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 15 kB/s)Progress (4): 25 MB | 49 kB | 1.0/1.5 MB | 495/559 kB [exec] Progress (4): 25 MB | 49 kB | 1.0/1.5 MB | 495/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 499/559 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jarProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 503/559 kB [exec] Progress (4): 25 MB | 49 kB | 1.0/1.5 MB | 503/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 507/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 511/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 511/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 516/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 516/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 520/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 524/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 524/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 528/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 528/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 532/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 536/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 540/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 540/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 544/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 544/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 548/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 552/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 557/559 kBProgress (4): 25 MB | 49 kB | 1.0/1.5 MB | 559 kB Progress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.1/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 559 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 559 kBProgress (5): 25 MB | 49 kB | 1.2/1.5 MB | 559 kB | 4.1/30 kBProgress (5): 25 MB | 49 kB | 1.2/1.5 MB | 559 kB | 7.7/30 kBProgress (5): 25 MB | 49 kB | 1.2/1.5 MB | 559 kB | 7.7/30 kBProgress (5): 25 MB | 49 kB | 1.2/1.5 MB | 559 kB | 12/30 kB Progress (5): 25 MB | 49 kB | 1.2/1.5 MB | 559 kB | 12/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 197 kB/s)Progress (4): 25 MB | 49 kB | 1.2/1.5 MB | 16/30 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jarProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 16/30 kB [exec] Progress (4): 25 MB | 49 kB | 1.2/1.5 MB | 20/30 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 20/30 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 24/30 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 28/30 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 30 kB Progress (4): 25 MB | 49 kB | 1.2/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.2/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.3/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 11 kB/s)Progress (3): 25 MB | 49 kB | 1.4/1.5 MB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jarProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 4.1/151 kB [exec] Progress (4): 25 MB | 49 kB | 1.4/1.5 MB | 4.1/151 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 7.7/151 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 12/151 kB Progress (4): 25 MB | 49 kB | 1.4/1.5 MB | 16/151 kBProgress (4): 25 MB | 49 kB | 1.4/1.5 MB | 16/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 16/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 20/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 24/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 28/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 32/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 32/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 32/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 36/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 40/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 45/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 49/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 49/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 49/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 53/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 57/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 61/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 65/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 65/151 kBProgress (4): 25 MB | 49 kB | 1.5/1.5 MB | 65/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 65/151 kB Progress (4): 25 MB | 49 kB | 1.5 MB | 69/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 73/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 77/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 81/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 85/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 90/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 94/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 98/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 102/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 106/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 110/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 114/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 118/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 122/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 126/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 131/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 135/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 139/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 143/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 147/151 kBProgress (4): 25 MB | 49 kB | 1.5 MB | 151 kB Progress (5): 25 MB | 49 kB | 1.5 MB | 151 kB | 4.1/57 kBProgress (5): 25 MB | 49 kB | 1.5 MB | 151 kB | 7.7/57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 525 kB/s)Progress (4): 25 MB | 49 kB | 151 kB | 12/57 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jarProgress (4): 25 MB | 49 kB | 151 kB | 16/57 kB [exec] Progress (4): 25 MB | 49 kB | 151 kB | 20/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 24/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 28/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 32/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 36/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 40/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 45/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 49/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 53/57 kBProgress (4): 25 MB | 49 kB | 151 kB | 57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 52 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [exec] Progress (4): 25 MB | 49 kB | 57 kB | 4.1/15 kB [exec] Progress (4): 25 MB | 49 kB | 57 kB | 7.7/15 kBProgress (4): 25 MB | 49 kB | 57 kB | 12/15 kB Progress (4): 25 MB | 49 kB | 57 kB | 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 20 kB/s)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 [exec] Progress (4): 25 MB | 49 kB | 15 kB | 4.1/90 kB [exec] Progress (4): 25 MB | 49 kB | 15 kB | 7.7/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 12/90 kB Progress (4): 25 MB | 49 kB | 15 kB | 16/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 20/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 24/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 28/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 32/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 36/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 40/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 45/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 49/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 53/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 57/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 61/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 65/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 69/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 73/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 77/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 81/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 85/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 90/90 kBProgress (4): 25 MB | 49 kB | 15 kB | 90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 5.3 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [exec] Progress (4): 25 MB | 49 kB | 90 kB | 4.1/130 kB [exec] Progress (4): 25 MB | 49 kB | 90 kB | 7.7/130 kBProgress (4): 25 MB | 49 kB | 90 kB | 12/130 kB Progress (4): 25 MB | 49 kB | 90 kB | 16/130 kB 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 31 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [exec] Progress (3): 25 MB | 49 kB | 20/130 kB [exec] Progress (3): 25 MB | 49 kB | 24/130 kBProgress (3): 25 MB | 49 kB | 28/130 kBProgress (3): 25 MB | 49 kB | 32/130 kBProgress (3): 25 MB | 49 kB | 36/130 kBProgress (3): 25 MB | 49 kB | 40/130 kBProgress (3): 25 MB | 49 kB | 45/130 kBProgress (3): 25 MB | 49 kB | 49/130 kBProgress (3): 25 MB | 49 kB | 53/130 kBProgress (3): 25 MB | 49 kB | 57/130 kBProgress (3): 25 MB | 49 kB | 61/130 kBProgress (3): 25 MB | 49 kB | 65/130 kBProgress (3): 25 MB | 49 kB | 69/130 kBProgress (3): 25 MB | 49 kB | 73/130 kBProgress (3): 25 MB | 49 kB | 77/130 kBProgress (3): 25 MB | 49 kB | 81/130 kBProgress (3): 25 MB | 49 kB | 85/130 kBProgress (3): 25 MB | 49 kB | 90/130 kBProgress (3): 25 MB | 49 kB | 94/130 kBProgress (3): 25 MB | 49 kB | 98/130 kBProgress (3): 25 MB | 49 kB | 102/130 kBProgress (3): 25 MB | 49 kB | 106/130 kBProgress (3): 25 MB | 49 kB | 110/130 kBProgress (3): 25 MB | 49 kB | 114/130 kBProgress (3): 25 MB | 49 kB | 118/130 kBProgress (3): 25 MB | 49 kB | 122/130 kBProgress (3): 25 MB | 49 kB | 126/130 kBProgress (3): 25 MB | 49 kB | 130 kB Progress (4): 25 MB | 49 kB | 130 kB | 4.1/130 kBProgress (4): 25 MB | 49 kB | 130 kB | 7.7/130 kBProgress (4): 25 MB | 49 kB | 130 kB | 12/130 kB Progress (4): 25 MB | 49 kB | 130 kB | 16/130 kBProgress (4): 25 MB | 49 kB | 130 kB | 20/130 kBProgress (4): 25 MB | 49 kB | 130 kB | 24/130 kBProgress (5): 25 MB | 49 kB | 130 kB | 24/130 kB | 4.1/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 28/130 kB | 4.1/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 28/130 kB | 7.7/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 32/130 kB | 7.7/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 32/130 kB | 12/47 kB Progress (5): 25 MB | 49 kB | 130 kB | 32/130 kB | 16/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 36/130 kB | 16/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 40/130 kB | 16/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 40/130 kB | 20/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 45/130 kB | 20/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 45/130 kB | 24/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 49/130 kB | 24/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 49/130 kB | 28/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 49/130 kB | 32/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 53/130 kB | 32/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 57/130 kB | 32/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 61/130 kB | 32/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 61/130 kB | 36/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 65/130 kB | 36/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 65/130 kB | 40/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 65/130 kB | 45/47 kBProgress (5): 25 MB | 49 kB | 130 kB | 65/130 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 45 kB/s)Progress (4): 25 MB | 49 kB | 69/130 kB | 47 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jarProgress (4): 25 MB | 49 kB | 73/130 kB | 47 kB [exec] Progress (4): 25 MB | 49 kB | 77/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 81/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 85/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 90/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 94/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 98/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 102/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 106/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 110/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 114/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 118/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 122/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 126/130 kB | 47 kBProgress (4): 25 MB | 49 kB | 130 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 44 kB/s)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 [exec] Progress (4): 25 MB | 49 kB | 47 kB | 4.1/155 kB [exec] Progress (4): 25 MB | 49 kB | 47 kB | 7.7/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 12/155 kB Progress (4): 25 MB | 49 kB | 47 kB | 16/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 20/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 24/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 28/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 32/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 36/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 40/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 45/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 49/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 53/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 57/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 61/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 65/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 69/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 73/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 77/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 81/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 85/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 90/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 94/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 98/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 102/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 106/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 110/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 114/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 118/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 122/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 126/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 131/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 135/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 139/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 143/155 kBProgress (4): 25 MB | 49 kB | 47 kB | 147/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 16 kB/s)Progress (3): 25 MB | 49 kB | 151/155 kB [exec] 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.jarProgress (3): 25 MB | 49 kB | 155 kB [exec] 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 53 kB/s)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.jar [exec] Progress (3): 25 MB | 49 kB | 4.1/32 kB [exec] Progress (3): 25 MB | 49 kB | 7.7/32 kBProgress (3): 25 MB | 49 kB | 12/32 kB Progress (3): 25 MB | 49 kB | 16/32 kBProgress (3): 25 MB | 49 kB | 20/32 kBProgress (3): 25 MB | 49 kB | 24/32 kBProgress (3): 25 MB | 49 kB | 28/32 kBProgress (3): 25 MB | 49 kB | 32 kB Progress (4): 25 MB | 49 kB | 32 kB | 4.1/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 7.7/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 12/77 kB Progress (4): 25 MB | 49 kB | 32 kB | 16/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 20/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 24/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 28/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 32/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 36/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 40/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 45/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 49/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 53/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 57/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 61/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 65/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 69/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 73/77 kBProgress (4): 25 MB | 49 kB | 32 kB | 77 kB 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 11 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar [exec] 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.jar (77 kB at 26 kB/s) [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar [exec] Progress (3): 25 MB | 49 kB | 4.1/247 kB [exec] Progress (3): 25 MB | 49 kB | 7.7/247 kBProgress (3): 25 MB | 49 kB | 12/247 kB Progress (3): 25 MB | 49 kB | 16/247 kBProgress (3): 25 MB | 49 kB | 20/247 kBProgress (3): 25 MB | 49 kB | 24/247 kBProgress (3): 25 MB | 49 kB | 28/247 kBProgress (3): 25 MB | 49 kB | 32/247 kBProgress (3): 25 MB | 49 kB | 36/247 kBProgress (3): 25 MB | 49 kB | 40/247 kBProgress (3): 25 MB | 49 kB | 45/247 kBProgress (3): 25 MB | 49 kB | 49/247 kBProgress (3): 25 MB | 49 kB | 53/247 kBProgress (3): 25 MB | 49 kB | 57/247 kBProgress (3): 25 MB | 49 kB | 61/247 kBProgress (3): 25 MB | 49 kB | 65/247 kBProgress (3): 25 MB | 49 kB | 69/247 kBProgress (3): 25 MB | 49 kB | 73/247 kBProgress (3): 25 MB | 49 kB | 77/247 kBProgress (3): 25 MB | 49 kB | 81/247 kBProgress (3): 25 MB | 49 kB | 85/247 kBProgress (3): 25 MB | 49 kB | 90/247 kBProgress (3): 25 MB | 49 kB | 94/247 kBProgress (3): 25 MB | 49 kB | 98/247 kBProgress (3): 25 MB | 49 kB | 102/247 kBProgress (3): 25 MB | 49 kB | 106/247 kBProgress (3): 25 MB | 49 kB | 110/247 kBProgress (3): 25 MB | 49 kB | 114/247 kBProgress (3): 25 MB | 49 kB | 118/247 kBProgress (3): 25 MB | 49 kB | 122/247 kBProgress (3): 25 MB | 49 kB | 126/247 kBProgress (3): 25 MB | 49 kB | 131/247 kBProgress (3): 25 MB | 49 kB | 135/247 kBProgress (3): 25 MB | 49 kB | 139/247 kBProgress (3): 25 MB | 49 kB | 143/247 kBProgress (3): 25 MB | 49 kB | 147/247 kBProgress (3): 25 MB | 49 kB | 151/247 kBProgress (3): 25 MB | 49 kB | 155/247 kBProgress (3): 25 MB | 49 kB | 159/247 kBProgress (3): 25 MB | 49 kB | 163/247 kBProgress (3): 25 MB | 49 kB | 167/247 kBProgress (3): 25 MB | 49 kB | 171/247 kBProgress (3): 25 MB | 49 kB | 176/247 kBProgress (3): 25 MB | 49 kB | 180/247 kBProgress (3): 25 MB | 49 kB | 184/247 kBProgress (3): 25 MB | 49 kB | 188/247 kBProgress (3): 25 MB | 49 kB | 192/247 kBProgress (3): 25 MB | 49 kB | 196/247 kBProgress (4): 25 MB | 49 kB | 196/247 kB | 4.1/453 kBProgress (4): 25 MB | 49 kB | 200/247 kB | 4.1/453 kBProgress (4): 25 MB | 49 kB | 200/247 kB | 7.7/453 kBProgress (4): 25 MB | 49 kB | 204/247 kB | 7.7/453 kBProgress (4): 25 MB | 49 kB | 204/247 kB | 12/453 kB Progress (4): 25 MB | 49 kB | 208/247 kB | 12/453 kBProgress (4): 25 MB | 49 kB | 208/247 kB | 16/453 kBProgress (4): 25 MB | 49 kB | 212/247 kB | 16/453 kBProgress (4): 25 MB | 49 kB | 212/247 kB | 20/453 kBProgress (4): 25 MB | 49 kB | 217/247 kB | 20/453 kBProgress (4): 25 MB | 49 kB | 217/247 kB | 24/453 kBProgress (4): 25 MB | 49 kB | 221/247 kB | 24/453 kBProgress (4): 25 MB | 49 kB | 221/247 kB | 28/453 kBProgress (4): 25 MB | 49 kB | 225/247 kB | 28/453 kBProgress (4): 25 MB | 49 kB | 225/247 kB | 32/453 kBProgress (4): 25 MB | 49 kB | 229/247 kB | 32/453 kBProgress (4): 25 MB | 49 kB | 233/247 kB | 32/453 kBProgress (4): 25 MB | 49 kB | 237/247 kB | 32/453 kBProgress (4): 25 MB | 49 kB | 241/247 kB | 32/453 kBProgress (4): 25 MB | 49 kB | 245/247 kB | 32/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 32/453 kB Progress (4): 25 MB | 49 kB | 247 kB | 36/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 40/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 45/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 49/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 53/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 57/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 61/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 65/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 69/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 73/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 77/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 81/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 85/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 90/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 94/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 98/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 102/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 106/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 110/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 114/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 118/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 122/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 126/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 131/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 135/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 139/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 143/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 147/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 151/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 155/453 kBProgress (4): 25 MB | 49 kB | 247 kB | 159/453 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar (247 kB at 82 kB/s)Progress (3): 25 MB | 49 kB | 163/453 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jarProgress (3): 25 MB | 49 kB | 167/453 kB [exec] Progress (3): 25 MB | 49 kB | 171/453 kBProgress (3): 25 MB | 49 kB | 176/453 kBProgress (3): 25 MB | 49 kB | 180/453 kBProgress (3): 25 MB | 49 kB | 184/453 kBProgress (3): 25 MB | 49 kB | 188/453 kBProgress (3): 25 MB | 49 kB | 192/453 kBProgress (3): 25 MB | 49 kB | 196/453 kBProgress (3): 25 MB | 49 kB | 200/453 kBProgress (3): 25 MB | 49 kB | 204/453 kBProgress (3): 25 MB | 49 kB | 208/453 kBProgress (3): 25 MB | 49 kB | 212/453 kBProgress (3): 25 MB | 49 kB | 217/453 kBProgress (3): 25 MB | 49 kB | 221/453 kBProgress (3): 25 MB | 49 kB | 225/453 kBProgress (3): 25 MB | 49 kB | 229/453 kBProgress (3): 25 MB | 49 kB | 233/453 kBProgress (3): 25 MB | 49 kB | 237/453 kBProgress (3): 25 MB | 49 kB | 241/453 kBProgress (3): 25 MB | 49 kB | 245/453 kBProgress (3): 25 MB | 49 kB | 249/453 kBProgress (3): 25 MB | 49 kB | 253/453 kBProgress (3): 25 MB | 49 kB | 258/453 kBProgress (3): 25 MB | 49 kB | 262/453 kBProgress (3): 25 MB | 49 kB | 266/453 kBProgress (3): 25 MB | 49 kB | 270/453 kBProgress (3): 25 MB | 49 kB | 274/453 kBProgress (3): 25 MB | 49 kB | 278/453 kBProgress (3): 25 MB | 49 kB | 282/453 kBProgress (3): 25 MB | 49 kB | 286/453 kBProgress (3): 25 MB | 49 kB | 290/453 kBProgress (3): 25 MB | 49 kB | 294/453 kBProgress (3): 25 MB | 49 kB | 298/453 kBProgress (3): 25 MB | 49 kB | 303/453 kBProgress (3): 25 MB | 49 kB | 307/453 kBProgress (3): 25 MB | 49 kB | 311/453 kBProgress (3): 25 MB | 49 kB | 315/453 kBProgress (3): 25 MB | 49 kB | 319/453 kBProgress (3): 25 MB | 49 kB | 323/453 kBProgress (3): 25 MB | 49 kB | 327/453 kBProgress (3): 25 MB | 49 kB | 331/453 kBProgress (3): 25 MB | 49 kB | 335/453 kBProgress (3): 25 MB | 49 kB | 339/453 kBProgress (3): 25 MB | 49 kB | 344/453 kBProgress (3): 25 MB | 49 kB | 348/453 kBProgress (3): 25 MB | 49 kB | 352/453 kBProgress (3): 25 MB | 49 kB | 356/453 kBProgress (3): 25 MB | 49 kB | 360/453 kBProgress (3): 25 MB | 49 kB | 364/453 kBProgress (3): 25 MB | 49 kB | 368/453 kBProgress (3): 25 MB | 49 kB | 372/453 kBProgress (3): 25 MB | 49 kB | 376/453 kBProgress (3): 25 MB | 49 kB | 380/453 kBProgress (3): 25 MB | 49 kB | 384/453 kBProgress (3): 25 MB | 49 kB | 389/453 kBProgress (3): 25 MB | 49 kB | 393/453 kBProgress (3): 25 MB | 49 kB | 397/453 kBProgress (3): 25 MB | 49 kB | 401/453 kBProgress (3): 25 MB | 49 kB | 405/453 kBProgress (3): 25 MB | 49 kB | 409/453 kBProgress (3): 25 MB | 49 kB | 413/453 kBProgress (3): 25 MB | 49 kB | 417/453 kBProgress (3): 25 MB | 49 kB | 421/453 kBProgress (3): 25 MB | 49 kB | 425/453 kBProgress (3): 25 MB | 49 kB | 430/453 kBProgress (3): 25 MB | 49 kB | 434/453 kBProgress (3): 25 MB | 49 kB | 438/453 kBProgress (3): 25 MB | 49 kB | 442/453 kBProgress (3): 25 MB | 49 kB | 446/453 kBProgress (3): 25 MB | 49 kB | 450/453 kBProgress (3): 25 MB | 49 kB | 453 kB Progress (4): 25 MB | 49 kB | 453 kB | 4.1/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 7.7/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 12/148 kB Progress (4): 25 MB | 49 kB | 453 kB | 16/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 20/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 24/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 28/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 32/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 36/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 40/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 45/148 kBProgress (4): 25 MB | 49 kB | 453 kB | 49/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar (453 kB at 150 kB/s)Progress (3): 25 MB | 49 kB | 53/148 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jarProgress (3): 25 MB | 49 kB | 57/148 kB [exec] Progress (3): 25 MB | 49 kB | 61/148 kBProgress (3): 25 MB | 49 kB | 65/148 kBProgress (3): 25 MB | 49 kB | 69/148 kBProgress (3): 25 MB | 49 kB | 73/148 kBProgress (3): 25 MB | 49 kB | 77/148 kBProgress (3): 25 MB | 49 kB | 81/148 kBProgress (3): 25 MB | 49 kB | 85/148 kBProgress (3): 25 MB | 49 kB | 90/148 kBProgress (3): 25 MB | 49 kB | 94/148 kBProgress (3): 25 MB | 49 kB | 98/148 kBProgress (3): 25 MB | 49 kB | 102/148 kBProgress (3): 25 MB | 49 kB | 106/148 kBProgress (3): 25 MB | 49 kB | 110/148 kBProgress (3): 25 MB | 49 kB | 114/148 kBProgress (3): 25 MB | 49 kB | 118/148 kBProgress (3): 25 MB | 49 kB | 122/148 kBProgress (3): 25 MB | 49 kB | 126/148 kBProgress (3): 25 MB | 49 kB | 131/148 kBProgress (3): 25 MB | 49 kB | 135/148 kBProgress (3): 25 MB | 49 kB | 139/148 kBProgress (3): 25 MB | 49 kB | 143/148 kBProgress (3): 25 MB | 49 kB | 147/148 kBProgress (3): 25 MB | 49 kB | 148 kB Progress (4): 25 MB | 49 kB | 148 kB | 4.1/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 7.7/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 12/367 kB Progress (4): 25 MB | 49 kB | 148 kB | 16/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 20/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 24/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 28/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 32/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 36/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 40/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 45/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 49/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 53/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 57/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 61/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 65/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 69/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 73/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 77/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 81/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 85/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 90/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 94/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 98/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 102/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 106/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 110/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 114/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 118/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 122/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 126/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 131/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 135/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 139/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 143/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 147/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 151/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 155/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 159/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 163/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 167/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 171/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 176/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 180/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 184/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 188/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 192/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 196/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 200/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 204/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 208/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 212/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 217/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 221/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 225/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 229/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 233/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 237/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 241/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 245/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 249/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 253/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 258/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 262/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 266/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 270/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 274/367 kBProgress (4): 25 MB | 49 kB | 148 kB | 278/367 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar (148 kB at 49 kB/s)Progress (3): 25 MB | 49 kB | 282/367 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jarProgress (3): 25 MB | 49 kB | 286/367 kB [exec] Progress (3): 25 MB | 49 kB | 290/367 kBProgress (3): 25 MB | 49 kB | 294/367 kBProgress (3): 25 MB | 49 kB | 298/367 kBProgress (3): 25 MB | 49 kB | 303/367 kBProgress (3): 25 MB | 49 kB | 307/367 kBProgress (3): 25 MB | 49 kB | 311/367 kBProgress (3): 25 MB | 49 kB | 315/367 kBProgress (3): 25 MB | 49 kB | 319/367 kBProgress (3): 25 MB | 49 kB | 323/367 kBProgress (3): 25 MB | 49 kB | 327/367 kBProgress (3): 25 MB | 49 kB | 331/367 kBProgress (3): 25 MB | 49 kB | 335/367 kBProgress (3): 25 MB | 49 kB | 339/367 kBProgress (3): 25 MB | 49 kB | 344/367 kBProgress (3): 25 MB | 49 kB | 348/367 kBProgress (3): 25 MB | 49 kB | 352/367 kBProgress (3): 25 MB | 49 kB | 356/367 kBProgress (3): 25 MB | 49 kB | 360/367 kBProgress (3): 25 MB | 49 kB | 364/367 kBProgress (3): 25 MB | 49 kB | 367 kB Progress (4): 25 MB | 49 kB | 367 kB | 4.1/294 kBProgress (4): 25 MB | 49 kB | 367 kB | 7.7/294 kBProgress (4): 25 MB | 49 kB | 367 kB | 12/294 kB Progress (4): 25 MB | 49 kB | 367 kB | 16/294 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar (367 kB at 120 kB/s)Progress (3): 25 MB | 49 kB | 20/294 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jarProgress (3): 25 MB | 49 kB | 24/294 kB [exec] Progress (3): 25 MB | 49 kB | 28/294 kBProgress (3): 25 MB | 49 kB | 32/294 kBProgress (3): 25 MB | 49 kB | 36/294 kBProgress (3): 25 MB | 49 kB | 40/294 kBProgress (3): 25 MB | 49 kB | 45/294 kBProgress (3): 25 MB | 49 kB | 49/294 kBProgress (3): 25 MB | 49 kB | 53/294 kBProgress (3): 25 MB | 49 kB | 57/294 kBProgress (3): 25 MB | 49 kB | 61/294 kBProgress (3): 25 MB | 49 kB | 65/294 kBProgress (3): 25 MB | 49 kB | 69/294 kBProgress (3): 25 MB | 49 kB | 73/294 kBProgress (3): 25 MB | 49 kB | 77/294 kBProgress (3): 25 MB | 49 kB | 81/294 kBProgress (3): 25 MB | 49 kB | 85/294 kBProgress (3): 25 MB | 49 kB | 90/294 kBProgress (3): 25 MB | 49 kB | 94/294 kBProgress (3): 25 MB | 49 kB | 98/294 kBProgress (3): 25 MB | 49 kB | 102/294 kBProgress (3): 25 MB | 49 kB | 106/294 kBProgress (3): 25 MB | 49 kB | 110/294 kBProgress (3): 25 MB | 49 kB | 114/294 kBProgress (3): 25 MB | 49 kB | 118/294 kBProgress (3): 25 MB | 49 kB | 122/294 kBProgress (3): 25 MB | 49 kB | 126/294 kBProgress (3): 25 MB | 49 kB | 131/294 kBProgress (3): 25 MB | 49 kB | 135/294 kBProgress (3): 25 MB | 49 kB | 139/294 kBProgress (3): 25 MB | 49 kB | 143/294 kBProgress (3): 25 MB | 49 kB | 147/294 kBProgress (3): 25 MB | 49 kB | 151/294 kBProgress (3): 25 MB | 49 kB | 155/294 kBProgress (3): 25 MB | 49 kB | 159/294 kBProgress (3): 25 MB | 49 kB | 163/294 kBProgress (3): 25 MB | 49 kB | 167/294 kBProgress (3): 25 MB | 49 kB | 171/294 kBProgress (3): 25 MB | 49 kB | 176/294 kBProgress (3): 25 MB | 49 kB | 180/294 kBProgress (3): 25 MB | 49 kB | 184/294 kBProgress (3): 25 MB | 49 kB | 188/294 kBProgress (3): 25 MB | 49 kB | 192/294 kBProgress (3): 25 MB | 49 kB | 196/294 kBProgress (3): 25 MB | 49 kB | 200/294 kBProgress (3): 25 MB | 49 kB | 204/294 kBProgress (3): 25 MB | 49 kB | 208/294 kBProgress (3): 25 MB | 49 kB | 212/294 kBProgress (3): 25 MB | 49 kB | 217/294 kBProgress (3): 25 MB | 49 kB | 221/294 kBProgress (3): 25 MB | 49 kB | 225/294 kBProgress (3): 25 MB | 49 kB | 229/294 kBProgress (3): 25 MB | 49 kB | 233/294 kBProgress (3): 25 MB | 49 kB | 237/294 kBProgress (3): 25 MB | 49 kB | 241/294 kBProgress (3): 25 MB | 49 kB | 245/294 kBProgress (3): 25 MB | 49 kB | 249/294 kBProgress (3): 25 MB | 49 kB | 253/294 kBProgress (3): 25 MB | 49 kB | 258/294 kBProgress (3): 25 MB | 49 kB | 262/294 kBProgress (3): 25 MB | 49 kB | 266/294 kBProgress (3): 25 MB | 49 kB | 270/294 kBProgress (3): 25 MB | 49 kB | 274/294 kBProgress (3): 25 MB | 49 kB | 278/294 kBProgress (3): 25 MB | 49 kB | 282/294 kBProgress (3): 25 MB | 49 kB | 286/294 kBProgress (3): 25 MB | 49 kB | 290/294 kBProgress (3): 25 MB | 49 kB | 294 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 16 kB/s)Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar [exec] Progress (3): 25 MB | 294 kB | 4.1/51 kB [exec] Progress (3): 25 MB | 294 kB | 7.7/51 kBProgress (3): 25 MB | 294 kB | 12/51 kB Progress (3): 25 MB | 294 kB | 16/51 kBProgress (3): 25 MB | 294 kB | 20/51 kBProgress (3): 25 MB | 294 kB | 24/51 kBProgress (3): 25 MB | 294 kB | 28/51 kBProgress (3): 25 MB | 294 kB | 32/51 kBProgress (3): 25 MB | 294 kB | 36/51 kBProgress (3): 25 MB | 294 kB | 40/51 kBProgress (3): 25 MB | 294 kB | 45/51 kBProgress (3): 25 MB | 294 kB | 49/51 kBProgress (3): 25 MB | 294 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 16 kB/s)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 [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar (294 kB at 95 kB/s) [exec] 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 [exec] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.2.6.0/jruby-complete-9.2.6.0.jar (25 MB at 8.2 MB/s) [exec] 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 [exec] Progress (1): 4.1/167 kB [exec] Progress (1): 7.7/167 kBProgress (1): 12/167 kB Progress (1): 16/167 kBProgress (1): 20/167 kBProgress (1): 24/167 kBProgress (1): 28/167 kBProgress (1): 32/167 kBProgress (2): 32/167 kB | 4.1/11 kBProgress (2): 32/167 kB | 7.7/11 kBProgress (3): 32/167 kB | 7.7/11 kB | 4.1/12 kBProgress (3): 36/167 kB | 7.7/11 kB | 4.1/12 kBProgress (3): 36/167 kB | 7.7/11 kB | 7.7/12 kBProgress (3): 36/167 kB | 11 kB | 7.7/12 kB Progress (3): 36/167 kB | 11 kB | 12 kB Progress (3): 40/167 kB | 11 kB | 12 kBProgress (3): 45/167 kB | 11 kB | 12 kBProgress (3): 49/167 kB | 11 kB | 12 kBProgress (3): 53/167 kB | 11 kB | 12 kBProgress (4): 53/167 kB | 11 kB | 12 kB | 4.1/511 kBProgress (4): 57/167 kB | 11 kB | 12 kB | 4.1/511 kBProgress (4): 57/167 kB | 11 kB | 12 kB | 7.7/511 kBProgress (4): 61/167 kB | 11 kB | 12 kB | 7.7/511 kBProgress (4): 61/167 kB | 11 kB | 12 kB | 12/511 kB Progress (4): 65/167 kB | 11 kB | 12 kB | 12/511 kBProgress (4): 65/167 kB | 11 kB | 12 kB | 16/511 kBProgress (4): 69/167 kB | 11 kB | 12 kB | 16/511 kBProgress (4): 69/167 kB | 11 kB | 12 kB | 20/511 kBProgress (4): 73/167 kB | 11 kB | 12 kB | 20/511 kBProgress (4): 73/167 kB | 11 kB | 12 kB | 24/511 kBProgress (4): 77/167 kB | 11 kB | 12 kB | 24/511 kBProgress (4): 77/167 kB | 11 kB | 12 kB | 28/511 kBProgress (4): 81/167 kB | 11 kB | 12 kB | 28/511 kB 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 3.7 kB/s)Progress (3): 81/167 kB | 11 kB | 32/511 kB [exec] Progress (3): 85/167 kB | 11 kB | 32/511 kBProgress (3): 90/167 kB | 11 kB | 32/511 kB 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.jarProgress (3): 90/167 kB | 11 kB | 36/511 kB [exec] Progress (3): 94/167 kB | 11 kB | 36/511 kBProgress (3): 94/167 kB | 11 kB | 40/511 kBProgress (3): 98/167 kB | 11 kB | 40/511 kBProgress (3): 98/167 kB | 11 kB | 45/511 kBProgress (3): 98/167 kB | 11 kB | 49/511 kBProgress (3): 102/167 kB | 11 kB | 49/511 kBProgress (3): 106/167 kB | 11 kB | 49/511 kBProgress (3): 106/167 kB | 11 kB | 53/511 kBProgress (3): 110/167 kB | 11 kB | 53/511 kBProgress (3): 110/167 kB | 11 kB | 57/511 kBProgress (3): 114/167 kB | 11 kB | 57/511 kBProgress (3): 114/167 kB | 11 kB | 61/511 kBProgress (3): 114/167 kB | 11 kB | 65/511 kBProgress (3): 118/167 kB | 11 kB | 65/511 kBProgress (3): 122/167 kB | 11 kB | 65/511 kBProgress (3): 122/167 kB | 11 kB | 69/511 kBProgress (3): 126/167 kB | 11 kB | 69/511 kBProgress (3): 126/167 kB | 11 kB | 73/511 kBProgress (4): 126/167 kB | 11 kB | 73/511 kB | 4.1/237 kBProgress (4): 131/167 kB | 11 kB | 73/511 kB | 4.1/237 kBProgress (4): 131/167 kB | 11 kB | 77/511 kB | 4.1/237 kBProgress (4): 131/167 kB | 11 kB | 77/511 kB | 7.7/237 kBProgress (4): 131/167 kB | 11 kB | 81/511 kB | 7.7/237 kBProgress (4): 131/167 kB | 11 kB | 81/511 kB | 12/237 kB Progress (4): 135/167 kB | 11 kB | 81/511 kB | 12/237 kBProgress (4): 135/167 kB | 11 kB | 81/511 kB | 16/237 kBProgress (4): 139/167 kB | 11 kB | 81/511 kB | 16/237 kBProgress (4): 139/167 kB | 11 kB | 85/511 kB | 16/237 kBProgress (4): 143/167 kB | 11 kB | 85/511 kB | 16/237 kBProgress (4): 143/167 kB | 11 kB | 90/511 kB | 16/237 kBProgress (4): 147/167 kB | 11 kB | 90/511 kB | 16/237 kBProgress (4): 147/167 kB | 11 kB | 94/511 kB | 16/237 kBProgress (4): 147/167 kB | 11 kB | 98/511 kB | 16/237 kBProgress (4): 147/167 kB | 11 kB | 98/511 kB | 20/237 kBProgress (4): 151/167 kB | 11 kB | 98/511 kB | 20/237 kBProgress (4): 151/167 kB | 11 kB | 98/511 kB | 24/237 kBProgress (4): 151/167 kB | 11 kB | 102/511 kB | 24/237 kBProgress (4): 155/167 kB | 11 kB | 102/511 kB | 24/237 kBProgress (4): 155/167 kB | 11 kB | 106/511 kB | 24/237 kBProgress (4): 155/167 kB | 11 kB | 106/511 kB | 28/237 kBProgress (4): 155/167 kB | 11 kB | 110/511 kB | 28/237 kBProgress (4): 159/167 kB | 11 kB | 110/511 kB | 28/237 kBProgress (4): 159/167 kB | 11 kB | 114/511 kB | 28/237 kBProgress (4): 159/167 kB | 11 kB | 114/511 kB | 32/237 kBProgress (4): 163/167 kB | 11 kB | 114/511 kB | 32/237 kBProgress (4): 167 kB | 11 kB | 114/511 kB | 32/237 kB Progress (4): 167 kB | 11 kB | 118/511 kB | 32/237 kBProgress (4): 167 kB | 11 kB | 122/511 kB | 32/237 kBProgress (4): 167 kB | 11 kB | 126/511 kB | 32/237 kBProgress (4): 167 kB | 11 kB | 126/511 kB | 36/237 kBProgress (4): 167 kB | 11 kB | 131/511 kB | 36/237 kBProgress (4): 167 kB | 11 kB | 131/511 kB | 40/237 kBProgress (4): 167 kB | 11 kB | 131/511 kB | 45/237 kBProgress (4): 167 kB | 11 kB | 131/511 kB | 49/237 kBProgress (4): 167 kB | 11 kB | 135/511 kB | 49/237 kBProgress (4): 167 kB | 11 kB | 139/511 kB | 49/237 kBProgress (4): 167 kB | 11 kB | 143/511 kB | 49/237 kBProgress (4): 167 kB | 11 kB | 147/511 kB | 49/237 kBProgress (4): 167 kB | 11 kB | 147/511 kB | 53/237 kBProgress (4): 167 kB | 11 kB | 147/511 kB | 57/237 kBProgress (4): 167 kB | 11 kB | 147/511 kB | 61/237 kBProgress (4): 167 kB | 11 kB | 147/511 kB | 65/237 kBProgress (4): 167 kB | 11 kB | 151/511 kB | 65/237 kBProgress (4): 167 kB | 11 kB | 155/511 kB | 65/237 kBProgress (4): 167 kB | 11 kB | 159/511 kB | 65/237 kBProgress (4): 167 kB | 11 kB | 163/511 kB | 65/237 kBProgress (4): 167 kB | 11 kB | 163/511 kB | 69/237 kBProgress (4): 167 kB | 11 kB | 163/511 kB | 73/237 kBProgress (4): 167 kB | 11 kB | 163/511 kB | 77/237 kBProgress (4): 167 kB | 11 kB | 167/511 kB | 77/237 kBProgress (4): 167 kB | 11 kB | 167/511 kB | 81/237 kBProgress (4): 167 kB | 11 kB | 171/511 kB | 81/237 kBProgress (4): 167 kB | 11 kB | 176/511 kB | 81/237 kBProgress (4): 167 kB | 11 kB | 180/511 kB | 81/237 kBProgress (4): 167 kB | 11 kB | 180/511 kB | 85/237 kBProgress (4): 167 kB | 11 kB | 180/511 kB | 90/237 kBProgress (4): 167 kB | 11 kB | 180/511 kB | 94/237 kBProgress (4): 167 kB | 11 kB | 184/511 kB | 94/237 kBProgress (4): 167 kB | 11 kB | 184/511 kB | 98/237 kBProgress (4): 167 kB | 11 kB | 188/511 kB | 98/237 kBProgress (4): 167 kB | 11 kB | 192/511 kB | 98/237 kBProgress (4): 167 kB | 11 kB | 196/511 kB | 98/237 kBProgress (4): 167 kB | 11 kB | 196/511 kB | 102/237 kBProgress (4): 167 kB | 11 kB | 196/511 kB | 106/237 kBProgress (4): 167 kB | 11 kB | 196/511 kB | 110/237 kBProgress (4): 167 kB | 11 kB | 200/511 kB | 110/237 kBProgress (4): 167 kB | 11 kB | 200/511 kB | 114/237 kBProgress (4): 167 kB | 11 kB | 204/511 kB | 114/237 kBProgress (4): 167 kB | 11 kB | 208/511 kB | 114/237 kBProgress (4): 167 kB | 11 kB | 212/511 kB | 114/237 kBProgress (4): 167 kB | 11 kB | 212/511 kB | 118/237 kBProgress (4): 167 kB | 11 kB | 212/511 kB | 122/237 kBProgress (4): 167 kB | 11 kB | 212/511 kB | 126/237 kBProgress (4): 167 kB | 11 kB | 217/511 kB | 126/237 kBProgress (4): 167 kB | 11 kB | 217/511 kB | 131/237 kBProgress (4): 167 kB | 11 kB | 221/511 kB | 131/237 kB 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 54 kB/s)Progress (3): 11 kB | 225/511 kB | 131/237 kB [exec] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jarProgress (3): 11 kB | 225/511 kB | 135/237 kB [exec] Progress (3): 11 kB | 229/511 kB | 135/237 kBProgress (3): 11 kB | 229/511 kB | 139/237 kBProgress (3): 11 kB | 229/511 kB | 143/237 kBProgress (3): 11 kB | 229/511 kB | 147/237 kBProgress (3): 11 kB | 233/511 kB | 147/237 kBProgress (3): 11 kB | 237/511 kB | 147/237 kBProgress (3): 11 kB | 241/511 kB | 147/237 kBProgress (3): 11 kB | 245/511 kB | 147/237 kBProgress (3): 11 kB | 245/511 kB | 151/237 kBProgress (3): 11 kB | 245/511 kB | 155/237 kBProgress (3): 11 kB | 245/511 kB | 159/237 kBProgress (3): 11 kB | 245/511 kB | 163/237 kBProgress (3): 11 kB | 249/511 kB | 163/237 kBProgress (4): 11 kB | 249/511 kB | 163/237 kB | 4.1/262 kBProgress (4): 11 kB | 253/511 kB | 163/237 kB | 4.1/262 kBProgress (4): 11 kB | 253/511 kB | 163/237 kB | 7.7/262 kBProgress (4): 11 kB | 258/511 kB | 163/237 kB | 7.7/262 kBProgress (4): 11 kB | 258/511 kB | 163/237 kB | 12/262 kB Progress (4): 11 kB | 258/511 kB | 167/237 kB | 12/262 kBProgress (4): 11 kB | 262/511 kB | 167/237 kB | 12/262 kBProgress (4): 11 kB | 262/511 kB | 171/237 kB | 12/262 kBProgress (4): 11 kB | 262/511 kB | 171/237 kB | 16/262 kBProgress (4): 11 kB | 262/511 kB | 176/237 kB | 16/262 kBProgress (4): 11 kB | 262/511 kB | 180/237 kB | 16/262 kBProgress (4): 11 kB | 266/511 kB | 180/237 kB | 16/262 kBProgress (4): 11 kB | 270/511 kB | 180/237 kB | 16/262 kBProgress (4): 11 kB | 270/511 kB | 180/237 kB | 20/262 kBProgress (4): 11 kB | 274/511 kB | 180/237 kB | 20/262 kBProgress (4): 11 kB | 274/511 kB | 180/237 kB | 24/262 kBProgress (4): 11 kB | 278/511 kB | 180/237 kB | 24/262 kBProgress (4): 11 kB | 278/511 kB | 184/237 kB | 24/262 kBProgress (4): 11 kB | 278/511 kB | 184/237 kB | 28/262 kBProgress (4): 11 kB | 278/511 kB | 188/237 kB | 28/262 kBProgress (4): 11 kB | 278/511 kB | 188/237 kB | 32/262 kBProgress (4): 11 kB | 278/511 kB | 192/237 kB | 32/262 kBProgress (4): 11 kB | 282/511 kB | 192/237 kB | 32/262 kBProgress (4): 11 kB | 282/511 kB | 196/237 kB | 32/262 kBProgress (4): 11 kB | 286/511 kB | 196/237 kB | 32/262 kBProgress (4): 11 kB | 286/511 kB | 196/237 kB | 36/262 kBProgress (4): 11 kB | 290/511 kB | 196/237 kB | 36/262 kBProgress (4): 11 kB | 290/511 kB | 196/237 kB | 40/262 kBProgress (4): 11 kB | 290/511 kB | 200/237 kB | 40/262 kBProgress (4): 11 kB | 294/511 kB | 200/237 kB | 40/262 kBProgress (4): 11 kB | 294/511 kB | 204/237 kB | 40/262 kBProgress (4): 11 kB | 294/511 kB | 204/237 kB | 45/262 kBProgress (4): 11 kB | 294/511 kB | 208/237 kB | 45/262 kBProgress (4): 11 kB | 294/511 kB | 208/237 kB | 49/262 kBProgress (4): 11 kB | 294/511 kB | 212/237 kB | 49/262 kBProgress (4): 11 kB | 298/511 kB | 212/237 kB | 49/262 kBProgress (4): 11 kB | 303/511 kB | 212/237 kB | 49/262 kBProgress (4): 11 kB | 307/511 kB | 212/237 kB | 49/262 kBProgress (4): 11 kB | 307/511 kB | 212/237 kB | 53/262 kBProgress (4): 11 kB | 307/511 kB | 217/237 kB | 53/262 kBProgress (4): 11 kB | 311/511 kB | 217/237 kB | 53/262 kBProgress (4): 11 kB | 311/511 kB | 221/237 kB | 53/262 kBProgress (4): 11 kB | 311/511 kB | 221/237 kB | 57/262 kBProgress (4): 11 kB | 311/511 kB | 225/237 kB | 57/262 kBProgress (4): 11 kB | 311/511 kB | 225/237 kB | 61/262 kBProgress (4): 11 kB | 311/511 kB | 229/237 kB | 61/262 kBProgress (4): 11 kB | 315/511 kB | 229/237 kB | 61/262 kBProgress (4): 11 kB | 315/511 kB | 229/237 kB | 65/262 kBProgress (4): 11 kB | 319/511 kB | 229/237 kB | 65/262 kB 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 3.6 kB/s)Progress (3): 323/511 kB | 229/237 kB | 65/262 kB [exec] Progress (3): 323/511 kB | 233/237 kB | 65/262 kBProgress (3): 327/511 kB | 233/237 kB | 65/262 kB 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.jarProgress (3): 327/511 kB | 233/237 kB | 69/262 kB [exec] Progress (3): 327/511 kB | 237/237 kB | 69/262 kBProgress (3): 331/511 kB | 237/237 kB | 69/262 kBProgress (3): 331/511 kB | 237/237 kB | 73/262 kBProgress (3): 335/511 kB | 237/237 kB | 73/262 kBProgress (3): 335/511 kB | 237 kB | 73/262 kB Progress (3): 339/511 kB | 237 kB | 73/262 kBProgress (3): 339/511 kB | 237 kB | 77/262 kBProgress (3): 344/511 kB | 237 kB | 77/262 kBProgress (3): 344/511 kB | 237 kB | 81/262 kBProgress (3): 344/511 kB | 237 kB | 85/262 kBProgress (3): 348/511 kB | 237 kB | 85/262 kBProgress (3): 348/511 kB | 237 kB | 90/262 kBProgress (3): 352/511 kB | 237 kB | 90/262 kBProgress (3): 352/511 kB | 237 kB | 94/262 kBProgress (3): 356/511 kB | 237 kB | 94/262 kBProgress (3): 356/511 kB | 237 kB | 98/262 kBProgress (3): 360/511 kB | 237 kB | 98/262 kBProgress (4): 360/511 kB | 237 kB | 98/262 kB | 4.1/293 kBProgress (4): 360/511 kB | 237 kB | 102/262 kB | 4.1/293 kBProgress (4): 360/511 kB | 237 kB | 102/262 kB | 7.7/293 kBProgress (4): 364/511 kB | 237 kB | 102/262 kB | 7.7/293 kB 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 76 kB/s)Progress (3): 364/511 kB | 102/262 kB | 12/293 kB [exec] Progress (3): 364/511 kB | 106/262 kB | 12/293 kBProgress (3): 364/511 kB | 106/262 kB | 16/293 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jarProgress (3): 368/511 kB | 106/262 kB | 16/293 kB [exec] Progress (3): 368/511 kB | 110/262 kB | 16/293 kBProgress (3): 368/511 kB | 110/262 kB | 20/293 kBProgress (3): 372/511 kB | 110/262 kB | 20/293 kBProgress (3): 372/511 kB | 110/262 kB | 24/293 kBProgress (3): 372/511 kB | 114/262 kB | 24/293 kBProgress (3): 372/511 kB | 114/262 kB | 28/293 kBProgress (3): 376/511 kB | 114/262 kB | 28/293 kBProgress (3): 376/511 kB | 114/262 kB | 32/293 kBProgress (3): 376/511 kB | 118/262 kB | 32/293 kBProgress (3): 376/511 kB | 122/262 kB | 32/293 kBProgress (3): 376/511 kB | 126/262 kB | 32/293 kBProgress (3): 380/511 kB | 126/262 kB | 32/293 kBProgress (3): 380/511 kB | 126/262 kB | 36/293 kBProgress (3): 380/511 kB | 131/262 kB | 36/293 kBProgress (3): 380/511 kB | 131/262 kB | 40/293 kBProgress (3): 384/511 kB | 131/262 kB | 40/293 kBProgress (3): 384/511 kB | 131/262 kB | 45/293 kBProgress (3): 389/511 kB | 131/262 kB | 45/293 kBProgress (4): 389/511 kB | 131/262 kB | 45/293 kB | 4.1/47 kBProgress (4): 393/511 kB | 131/262 kB | 45/293 kB | 4.1/47 kBProgress (4): 393/511 kB | 131/262 kB | 49/293 kB | 4.1/47 kBProgress (4): 393/511 kB | 131/262 kB | 49/293 kB | 7.7/47 kBProgress (4): 393/511 kB | 131/262 kB | 49/293 kB | 12/47 kB Progress (4): 393/511 kB | 135/262 kB | 49/293 kB | 12/47 kBProgress (4): 393/511 kB | 135/262 kB | 49/293 kB | 16/47 kBProgress (4): 393/511 kB | 135/262 kB | 53/293 kB | 16/47 kBProgress (4): 393/511 kB | 139/262 kB | 53/293 kB | 16/47 kBProgress (4): 397/511 kB | 139/262 kB | 53/293 kB | 16/47 kBProgress (4): 397/511 kB | 143/262 kB | 53/293 kB | 16/47 kBProgress (4): 397/511 kB | 143/262 kB | 57/293 kB | 16/47 kBProgress (4): 397/511 kB | 147/262 kB | 57/293 kB | 16/47 kBProgress (4): 401/511 kB | 147/262 kB | 57/293 kB | 16/47 kBProgress (4): 401/511 kB | 147/262 kB | 61/293 kB | 16/47 kBProgress (4): 401/511 kB | 147/262 kB | 61/293 kB | 20/47 kBProgress (4): 401/511 kB | 147/262 kB | 65/293 kB | 20/47 kBProgress (4): 405/511 kB | 147/262 kB | 65/293 kB | 20/47 kBProgress (4): 405/511 kB | 151/262 kB | 65/293 kB | 20/47 kBProgress (4): 405/511 kB | 151/262 kB | 65/293 kB | 24/47 kBProgress (4): 405/511 kB | 155/262 kB | 65/293 kB | 24/47 kBProgress (4): 409/511 kB | 155/262 kB | 65/293 kB | 24/47 kBProgress (4): 409/511 kB | 159/262 kB | 65/293 kB | 24/47 kBProgress (4): 409/511 kB | 159/262 kB | 65/293 kB | 28/47 kBProgress (4): 409/511 kB | 163/262 kB | 65/293 kB | 28/47 kBProgress (4): 409/511 kB | 163/262 kB | 69/293 kB | 28/47 kBProgress (4): 413/511 kB | 163/262 kB | 69/293 kB | 28/47 kBProgress (4): 413/511 kB | 163/262 kB | 69/293 kB | 32/47 kBProgress (4): 417/511 kB | 163/262 kB | 69/293 kB | 32/47 kBProgress (4): 417/511 kB | 163/262 kB | 73/293 kB | 32/47 kBProgress (4): 421/511 kB | 163/262 kB | 73/293 kB | 32/47 kBProgress (4): 421/511 kB | 167/262 kB | 73/293 kB | 32/47 kBProgress (4): 425/511 kB | 167/262 kB | 73/293 kB | 32/47 kBProgress (4): 425/511 kB | 167/262 kB | 77/293 kB | 32/47 kBProgress (4): 425/511 kB | 171/262 kB | 77/293 kB | 32/47 kBProgress (4): 425/511 kB | 171/262 kB | 77/293 kB | 36/47 kBProgress (4): 425/511 kB | 176/262 kB | 77/293 kB | 36/47 kBProgress (4): 425/511 kB | 176/262 kB | 81/293 kB | 36/47 kBProgress (4): 430/511 kB | 176/262 kB | 81/293 kB | 36/47 kBProgress (4): 430/511 kB | 180/262 kB | 81/293 kB | 36/47 kBProgress (4): 430/511 kB | 180/262 kB | 81/293 kB | 40/47 kBProgress (4): 434/511 kB | 180/262 kB | 81/293 kB | 40/47 kBProgress (4): 434/511 kB | 180/262 kB | 81/293 kB | 45/47 kBProgress (4): 434/511 kB | 180/262 kB | 85/293 kB | 45/47 kBProgress (4): 438/511 kB | 180/262 kB | 85/293 kB | 45/47 kBProgress (4): 438/511 kB | 180/262 kB | 90/293 kB | 45/47 kBProgress (4): 438/511 kB | 184/262 kB | 90/293 kB | 45/47 kBProgress (4): 438/511 kB | 184/262 kB | 90/293 kB | 47 kB Progress (4): 438/511 kB | 188/262 kB | 90/293 kB | 47 kBProgress (4): 438/511 kB | 188/262 kB | 94/293 kB | 47 kBProgress (4): 442/511 kB | 188/262 kB | 94/293 kB | 47 kBProgress (4): 442/511 kB | 188/262 kB | 98/293 kB | 47 kBProgress (4): 442/511 kB | 192/262 kB | 98/293 kB | 47 kBProgress (4): 442/511 kB | 196/262 kB | 98/293 kB | 47 kBProgress (4): 446/511 kB | 196/262 kB | 98/293 kB | 47 kBProgress (4): 446/511 kB | 196/262 kB | 102/293 kB | 47 kBProgress (4): 450/511 kB | 196/262 kB | 102/293 kB | 47 kBProgress (4): 450/511 kB | 200/262 kB | 102/293 kB | 47 kBProgress (4): 450/511 kB | 200/262 kB | 106/293 kB | 47 kBProgress (4): 450/511 kB | 204/262 kB | 106/293 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 15 kB/s)Progress (3): 454/511 kB | 204/262 kB | 106/293 kB [exec] 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.jarProgress (3): 454/511 kB | 208/262 kB | 106/293 kB [exec] Progress (3): 454/511 kB | 208/262 kB | 110/293 kBProgress (3): 454/511 kB | 212/262 kB | 110/293 kBProgress (3): 458/511 kB | 212/262 kB | 110/293 kBProgress (3): 458/511 kB | 212/262 kB | 114/293 kBProgress (3): 458/511 kB | 217/262 kB | 114/293 kBProgress (3): 458/511 kB | 221/262 kB | 114/293 kBProgress (3): 462/511 kB | 221/262 kB | 114/293 kBProgress (3): 462/511 kB | 225/262 kB | 114/293 kBProgress (3): 466/511 kB | 225/262 kB | 114/293 kBProgress (3): 466/511 kB | 225/262 kB | 118/293 kBProgress (3): 471/511 kB | 225/262 kB | 118/293 kBProgress (3): 471/511 kB | 229/262 kB | 118/293 kBProgress (4): 471/511 kB | 229/262 kB | 118/293 kB | 4.1/173 kBProgress (4): 475/511 kB | 229/262 kB | 118/293 kB | 4.1/173 kBProgress (4): 475/511 kB | 229/262 kB | 122/293 kB | 4.1/173 kBProgress (4): 475/511 kB | 229/262 kB | 122/293 kB | 7.7/173 kBProgress (4): 475/511 kB | 233/262 kB | 122/293 kB | 7.7/173 kBProgress (4): 475/511 kB | 233/262 kB | 126/293 kB | 7.7/173 kBProgress (4): 475/511 kB | 237/262 kB | 126/293 kB | 7.7/173 kBProgress (4): 475/511 kB | 237/262 kB | 126/293 kB | 12/173 kB Progress (4): 475/511 kB | 241/262 kB | 126/293 kB | 12/173 kBProgress (4): 479/511 kB | 241/262 kB | 126/293 kB | 12/173 kBProgress (4): 479/511 kB | 241/262 kB | 131/293 kB | 12/173 kBProgress (4): 483/511 kB | 241/262 kB | 131/293 kB | 12/173 kBProgress (4): 483/511 kB | 245/262 kB | 131/293 kB | 12/173 kBProgress (4): 483/511 kB | 245/262 kB | 131/293 kB | 16/173 kBProgress (4): 487/511 kB | 245/262 kB | 131/293 kB | 16/173 kBProgress (4): 491/511 kB | 245/262 kB | 131/293 kB | 16/173 kBProgress (4): 491/511 kB | 245/262 kB | 135/293 kB | 16/173 kBProgress (4): 491/511 kB | 249/262 kB | 135/293 kB | 16/173 kBProgress (4): 491/511 kB | 249/262 kB | 139/293 kB | 16/173 kBProgress (4): 491/511 kB | 249/262 kB | 139/293 kB | 20/173 kBProgress (4): 491/511 kB | 253/262 kB | 139/293 kB | 20/173 kBProgress (4): 495/511 kB | 253/262 kB | 139/293 kB | 20/173 kBProgress (4): 495/511 kB | 253/262 kB | 139/293 kB | 24/173 kBProgress (4): 495/511 kB | 253/262 kB | 143/293 kB | 24/173 kBProgress (4): 495/511 kB | 253/262 kB | 143/293 kB | 28/173 kBProgress (4): 499/511 kB | 253/262 kB | 143/293 kB | 28/173 kBProgress (4): 499/511 kB | 258/262 kB | 143/293 kB | 28/173 kBProgress (4): 503/511 kB | 258/262 kB | 143/293 kB | 28/173 kBProgress (4): 503/511 kB | 258/262 kB | 143/293 kB | 32/173 kBProgress (4): 503/511 kB | 258/262 kB | 147/293 kB | 32/173 kBProgress (4): 507/511 kB | 258/262 kB | 147/293 kB | 32/173 kBProgress (4): 507/511 kB | 262/262 kB | 147/293 kB | 32/173 kBProgress (4): 511 kB | 262/262 kB | 147/293 kB | 32/173 kB Progress (4): 511 kB | 262/262 kB | 147/293 kB | 36/173 kBProgress (4): 511 kB | 262 kB | 147/293 kB | 36/173 kB Progress (4): 511 kB | 262 kB | 151/293 kB | 36/173 kBProgress (4): 511 kB | 262 kB | 151/293 kB | 40/173 kBProgress (4): 511 kB | 262 kB | 155/293 kB | 40/173 kBProgress (4): 511 kB | 262 kB | 155/293 kB | 45/173 kBProgress (4): 511 kB | 262 kB | 159/293 kB | 45/173 kBProgress (4): 511 kB | 262 kB | 159/293 kB | 49/173 kBProgress (4): 511 kB | 262 kB | 163/293 kB | 49/173 kBProgress (4): 511 kB | 262 kB | 163/293 kB | 53/173 kBProgress (4): 511 kB | 262 kB | 167/293 kB | 53/173 kBProgress (4): 511 kB | 262 kB | 167/293 kB | 57/173 kBProgress (4): 511 kB | 262 kB | 171/293 kB | 57/173 kBProgress (4): 511 kB | 262 kB | 171/293 kB | 61/173 kBProgress (4): 511 kB | 262 kB | 176/293 kB | 61/173 kBProgress (4): 511 kB | 262 kB | 176/293 kB | 65/173 kBProgress (4): 511 kB | 262 kB | 180/293 kB | 65/173 kBProgress (4): 511 kB | 262 kB | 180/293 kB | 69/173 kBProgress (4): 511 kB | 262 kB | 184/293 kB | 69/173 kBProgress (4): 511 kB | 262 kB | 184/293 kB | 73/173 kBProgress (4): 511 kB | 262 kB | 188/293 kB | 73/173 kBProgress (4): 511 kB | 262 kB | 188/293 kB | 77/173 kBProgress (4): 511 kB | 262 kB | 192/293 kB | 77/173 kBProgress (4): 511 kB | 262 kB | 192/293 kB | 81/173 kBProgress (4): 511 kB | 262 kB | 196/293 kB | 81/173 kBProgress (4): 511 kB | 262 kB | 196/293 kB | 85/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 85/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 90/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 94/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 98/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 102/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 106/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 110/173 kBProgress (4): 511 kB | 262 kB | 200/293 kB | 114/173 kBProgress (4): 511 kB | 262 kB | 204/293 kB | 114/173 kBProgress (4): 511 kB | 262 kB | 208/293 kB | 114/173 kBProgress (4): 511 kB | 262 kB | 212/293 kB | 114/173 kBProgress (4): 511 kB | 262 kB | 212/293 kB | 118/173 kBProgress (4): 511 kB | 262 kB | 212/293 kB | 122/173 kBProgress (4): 511 kB | 262 kB | 212/293 kB | 126/173 kBProgress (4): 511 kB | 262 kB | 217/293 kB | 126/173 kBProgress (4): 511 kB | 262 kB | 217/293 kB | 131/173 kBProgress (4): 511 kB | 262 kB | 221/293 kB | 131/173 kBProgress (4): 511 kB | 262 kB | 225/293 kB | 131/173 kBProgress (4): 511 kB | 262 kB | 229/293 kB | 131/173 kBProgress (4): 511 kB | 262 kB | 229/293 kB | 135/173 kBProgress (4): 511 kB | 262 kB | 229/293 kB | 139/173 kBProgress (4): 511 kB | 262 kB | 229/293 kB | 143/173 kB 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 82 kB/s)Progress (3): 511 kB | 233/293 kB | 143/173 kB [exec] Progress (3): 511 kB | 233/293 kB | 147/173 kBProgress (3): 511 kB | 237/293 kB | 147/173 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jarDownloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar (511 kB at 161 kB/s) [exec] Progress (2): 237/293 kB | 151/173 kB [exec] Progress (2): 241/293 kB | 151/173 kBProgress (2): 241/293 kB | 155/173 kB 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.jarProgress (2): 241/293 kB | 159/173 kB [exec] Progress (2): 245/293 kB | 159/173 kBProgress (2): 245/293 kB | 163/173 kBProgress (2): 245/293 kB | 167/173 kBProgress (2): 245/293 kB | 171/173 kBProgress (2): 249/293 kB | 171/173 kBProgress (2): 249/293 kB | 173 kB Progress (2): 253/293 kB | 173 kBProgress (2): 258/293 kB | 173 kBProgress (3): 258/293 kB | 173 kB | 4.1/98 kBProgress (3): 262/293 kB | 173 kB | 4.1/98 kBProgress (3): 262/293 kB | 173 kB | 7.7/98 kBProgress (3): 262/293 kB | 173 kB | 12/98 kB Progress (3): 262/293 kB | 173 kB | 16/98 kBProgress (3): 266/293 kB | 173 kB | 16/98 kBProgress (3): 270/293 kB | 173 kB | 16/98 kBProgress (3): 274/293 kB | 173 kB | 16/98 kBProgress (4): 274/293 kB | 173 kB | 16/98 kB | 4.1/17 kB 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.jar (173 kB at 54 kB/s)Progress (3): 274/293 kB | 20/98 kB | 4.1/17 kB [exec] Progress (3): 274/293 kB | 20/98 kB | 7.7/17 kBProgress (3): 278/293 kB | 20/98 kB | 7.7/17 kBProgress (3): 278/293 kB | 20/98 kB | 12/17 kB Progress (3): 278/293 kB | 24/98 kB | 12/17 kBProgress (3): 278/293 kB | 24/98 kB | 16/17 kBProgress (3): 278/293 kB | 28/98 kB | 16/17 kBProgress (3): 278/293 kB | 28/98 kB | 17 kB Progress (3): 278/293 kB | 32/98 kB | 17 kBProgress (3): 282/293 kB | 32/98 kB | 17 kBProgress (3): 286/293 kB | 32/98 kB | 17 kBProgress (3): 290/293 kB | 32/98 kB | 17 kBProgress (3): 293 kB | 32/98 kB | 17 kB Progress (3): 293 kB | 36/98 kB | 17 kBProgress (3): 293 kB | 40/98 kB | 17 kBProgress (3): 293 kB | 45/98 kB | 17 kBProgress (3): 293 kB | 49/98 kB | 17 kB 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 5.5 kB/s)Progress (2): 293 kB | 53/98 kB [exec] Progress (2): 293 kB | 57/98 kBProgress (2): 293 kB | 61/98 kBProgress (2): 293 kB | 65/98 kBProgress (2): 293 kB | 69/98 kBProgress (2): 293 kB | 73/98 kBProgress (2): 293 kB | 77/98 kBProgress (2): 293 kB | 81/98 kB 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.jar (293 kB at 92 kB/s)Progress (1): 85/98 kB [exec] Progress (1): 90/98 kBProgress (1): 94/98 kBProgress (1): 98 kB 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 31 kB/s)Progress (1): 4.1/221 kB [exec] Progress (1): 7.7/221 kBProgress (1): 12/221 kB Progress (1): 16/221 kBProgress (1): 20/221 kBProgress (1): 24/221 kBProgress (1): 28/221 kBProgress (1): 32/221 kBProgress (1): 36/221 kBProgress (1): 40/221 kBProgress (1): 45/221 kBProgress (1): 49/221 kBProgress (1): 53/221 kBProgress (1): 57/221 kBProgress (1): 61/221 kBProgress (1): 65/221 kBProgress (1): 69/221 kBProgress (1): 73/221 kBProgress (1): 77/221 kBProgress (1): 81/221 kBProgress (1): 85/221 kBProgress (1): 90/221 kBProgress (1): 94/221 kBProgress (1): 98/221 kBProgress (1): 102/221 kBProgress (1): 106/221 kBProgress (1): 110/221 kBProgress (1): 114/221 kBProgress (1): 118/221 kBProgress (1): 122/221 kBProgress (1): 126/221 kBProgress (1): 131/221 kBProgress (1): 135/221 kBProgress (1): 139/221 kBProgress (1): 143/221 kBProgress (1): 147/221 kBProgress (1): 151/221 kBProgress (1): 155/221 kBProgress (1): 159/221 kBProgress (1): 163/221 kBProgress (1): 167/221 kBProgress (1): 171/221 kBProgress (1): 176/221 kBProgress (1): 180/221 kBProgress (1): 184/221 kBProgress (1): 188/221 kBProgress (1): 192/221 kBProgress (1): 196/221 kBProgress (1): 200/221 kBProgress (1): 204/221 kBProgress (1): 208/221 kBProgress (1): 212/221 kBProgress (1): 217/221 kBProgress (1): 221/221 kBProgress (1): 221 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar (221 kB at 41 kB/s)[INFO] Using 'UTF-8' encoding to copy filtered resources. [exec] [INFO] Copying 16 resources [exec] [INFO] Rendered /home/jenkins/agent/workspace/saaj-tck-build/user_guides/saaj/target/book/book.adoc [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] BUILD SUCCESS [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Total time: 50.823 s [exec] [INFO] Finished at: 2020-05-28T16:04:48Z [exec] [INFO] ------------------------------------------------------------------------ [copy] Copying 12 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/docs [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src do.common.bundle.creation: [copy] Copying 5 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/classes [copy] Copying 3 files to /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] get.finder.args: binary.finder: [echo] Running binary finder... [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [java] ************************************************************ [java] * props file set to "/tmp/default-cts-props.txt" [java] ************************************************************ [java] 05-28-2020 16:04:49: Harness - harness.executeMode is set to "0" [java] Reading tests... [java] Loading ../SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src/com/sun/ts/lib/harness/rebuildable.properties [java] Loading ../SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src/vehicle.properties [java] %%%%%%%%%% Parsing file "saaj/SAAJJavadocAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "saaj" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/javadoc_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../internal/docs/saaj/javadoc_assertions.dtd" [java] 79 assertion files under /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../internal/docs [java] concurrency/ConcurrencyJavadocAssertions.xml [java] concurrency/ConcurrencySpecAssertions.xml [java] connector/ConnectorJavaDocAssertions.xml [java] connector/ConnectorSpecAssertions.xml [java] connector/jca_1.5/Connector1.5SpecAssertions.xml [java] connector/jca_1.6/ConnectorSpecAssertions.xml [java] connector/jca_1.6/StandaloneConnectorSpecAssertions.xml [java] csiv2/CSIv2SpecAssertions.xml [java] ejb/EJB3SimplifiedSpecAssertions.xml [java] ejb/EJBJavaDocAssertions.xml [java] ejb/EJBSpecAssertions.xml [java] el/ELJavadocAssertions.xml [java] el/ELSpecAssertions.xml [java] j2eedeploy/J2EEDeployJavaDocAssertions.xml [java] j2eedeploy/J2EEDeploySpecAssertions.xml [java] j2eemgmt/J2EEMGMTJavadocAssertions.xml [java] j2eemgmt/J2EEMGMTSpecAssertions.xml [java] jacc/JACCJavaDocAssertions.xml [java] jacc/JACCSpecAssertions.xml [java] jakartaee/J2EE14SpecAssertions.xml [java] jakartaee/JavaEESpecAssertions.xml [java] jaspic/JASPICJavadocAssertions.xml [java] jaspic/JASPICSpecAssertions.xml [java] jaxm/JAXMJavadocAssertions.xml [java] jaxm/JAXMSpecAssertions.xml [java] jaxr/JAXRJavadocAssertions.xml [java] jaxr/JAXRSpecAssertions.xml [java] jaxrpc/JAXRPCJavadocAssertions.xml [java] jaxrpc/JAXRPCSpecAssertions.xml [java] jaxrs/JAXRSJavadocAssertions.xml [java] jaxrs/JAXRSSpecAssertions.xml [java] jaxws/JAXWS23JavadocAssertions.xml [java] jaxws/JAXWS23SpecAssertions.xml [java] jaxws/JAXWSJavadocAssertions.xml [java] jaxws/JAXWSSpecAssertions.xml [java] jaxws/attachment/AttachmentsSpecAssertions.xml [java] jaxws/basicprofile/BasicProfileSpecAssertions.xml [java] jaxws/soap/SOAPSpecAssertions.xml [java] jdbc/JDBCJavadocAssertions.xml [java] jdbc/JDBCSpecAssertions.xml [java] jms/JMSJavadocAssertions.xml [java] jms/JMSSpecAssertions.xml [java] jpa/Persistence21JavadocAssertions.xml [java] jpa/Persistence22JavadocAssertions.xml [java] jpa/PersistenceSpecAssertions.xml [java] jsf/JSFJavadocAssertions.xml [java] jsf/JSFSpecAssertions.xml [java] jsonb/JSONB10JavadocAssertions.xml [java] jsonb/Jsonb10SpecAssertions.xml [java] jsonb/JsonbSpecAssertions.xml [java] jsonp/JSONP1.1JavadocAssertions.xml [java] jsonp/JSONPJavadocAssertions.xml [java] jsp/JSPJavadocAssertions.xml [java] jsp/JSPSpecAssertions.xml [java] jstl/JSTLSpecAssertions.xml [java] jta/JTAJavadocAssertions.xml [java] jws/JWSSpecAssertions.xml [java] persistence/PersistenceJavaDocAssertions.xml [java] persistence/PersistenceSpecAssertions.xml [java] rmiiiop/RMIIIOPSpecAssertions.xml [java] saaj/SAAJ14JavadocAssertions.xml [java] saaj/SAAJ14SpecAssertions.xml [java] saaj/SAAJJavadocAssertions.xml [java] saaj/SAAJSpecAssertions.xml [java] securityapi/SecurityAPIJavadocAssertions.xml [java] securityapi/SecurityAPISpecAssertions.xml [java] servlet/Servlet2.4JavadocAssertions.xml [java] servlet/Servlet2.4SpecAssertions.xml [java] servlet/Servlet2.5JavadocAssertions.xml [java] servlet/Servlet2.5SpecAssertions.xml [java] servlet/Servlet3.0JavadocAssertions.xml [java] servlet/Servlet3.0SpecAssertions.xml [java] servlet/Servlet3.1JavadocAssertions.xml [java] servlet/Servlet3.1SpecAssertions.xml [java] servlet/ServletJavadocAssertions.xml [java] servlet/ServletSpecAssertions.xml [java] webservices/WEBSERVICESSpecAssertions.xml [java] websocket/WebSocketJavadocAssertions.xml [java] websocket/WebSocketSpecAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:2] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:47] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:75] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:106] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:112] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:206] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:295] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:300] null description in SAAJJavadocAssertions.xml [java] WARN: for id:[SAAJ:JAVADOC:322] null description in SAAJJavadocAssertions.xml [java] Loading ../SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src/com/sun/ts/lib/harness/keyword.properties [java] WARN: no description for SAAJ:JAVADOC:0 in /home/jenkins/agent/workspace/saaj-tck-build/release/tools/../SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src/com/sun/ts/tests/saaj/api/jakarta_xml_soap/SOAPConstants/URLClient.java [java] %%%%%%%%%% Parsing file "saaj/SAAJSpecAssertions.xml" %%%%%%%%% [java] %%%%%%%%%% parentDir set to (resolver uses this) "saaj" %%%%%%%%% [java] publicId "null" [java] systemId "https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/internal/docs/dtd/spec_assertions.dtd" [java] %%%%%%%% Entity Resolver returning "/home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../internal/docs/saaj/spec_assertions.dtd" [java] Writing /home/jenkins/agent/workspace/saaj-tck-build/release/tools/../SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/src/testsuite.jtd [java] strings: 1089 entries, 42681 bytes (10036 compressed, 23%) [java] tests: 450 tests, 75280 bytes (15537 compressed, 20%) [java] tree: 97 nodes, 2560 bytes (1810 compressed, 70%) [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src createbundledatestring: init: [echo] licensefile=[LICENSE.md] _create.version.file: [touch] Creating /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/version [propertyfile] Updating property file: /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/build_28-May-2020/bundle/soap-tck/bin/version createzipfile: [echo] bundle.dir=../SAAJ_BUILD/build_28-May-2020/bundle [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -unix-zip: [exec] test of soap-tck-2.0.0_28-May-2020.zip OK [echo] ts.home = /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../install/saaj. [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src [delete] Deleting: /home/jenkins/agent/workspace/saaj-tck-build/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/saaj-tck-build/src -ant-zip: [echo] Created latest link for the bundle at /home/jenkins/agent/workspace/saaj-tck-build/bin/xml/../../release/SAAJ_BUILD/latest BUILD SUCCESSFUL Total time: 1 minute 6 seconds + echo '########## Trunk.saaj Completed ##########' ########## Trunk.saaj Completed ########## + mkdir -p /home/jenkins/agent/workspace/saaj-tck-build/standalone-bundles/ ++ echo saaj ++ tr '[:lower:]' '[:upper:]' + UPPER_TCK=SAAJ + cd /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/latest/ ++ ls soap-tck-2.0.0_28-May-2020.zip + for entry in `ls *.zip` ++ echo soap-tck-2.0.0_28-May-2020.zip ++ cut -d_ -f2 + date=28-May-2020.zip ++ echo soap-tck-2.0.0_28-May-2020.zip ++ cut -d_ -f1 + strippedEntry=soap-tck-2.0.0 + '[' soap-tck-2.0.0 == excludelist ']' + echo 'copying /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/latest/soap-tck-2.0.0_28-May-2020.zip to /home/jenkins/agent/workspace/saaj-tck-build/standalone-bundles/soap-tck-2.0.0_latest.zip' copying /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/latest/soap-tck-2.0.0_28-May-2020.zip to /home/jenkins/agent/workspace/saaj-tck-build/standalone-bundles/soap-tck-2.0.0_latest.zip + [[ '' == \E\F\T\L ]] + [[ '' == \e\f\t\l ]] + echo 'copying /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/latest/soap-tck-2.0.0_28-May-2020.zip to /home/jenkins/agent/workspace/saaj-tck-build/standalone-bundles/soap-tck-2.0.0.zip' copying /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/latest/soap-tck-2.0.0_28-May-2020.zip to /home/jenkins/agent/workspace/saaj-tck-build/standalone-bundles/soap-tck-2.0.0.zip + cp /home/jenkins/agent/workspace/saaj-tck-build/release/SAAJ_BUILD/latest/soap-tck-2.0.0_28-May-2020.zip /home/jenkins/agent/workspace/saaj-tck-build/standalone-bundles/soap-tck-2.0.0.zip + cp /home/jenkins/agent/workspace/saaj-tck-build/version.info /home/jenkins/agent/workspace/saaj-tck-build/soap-tck-2.0.0.version Archiving artifacts Finished: SUCCESS