Skip to content
Success

Console Output

Started by user Lorenzo Bettini
Running as Lorenzo Bettini
Agent migration-agent-qq1mx is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration"
  name: "migration-agent-qq1mx"
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.xsemantics.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "migration-agent-qq1mx"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "migration-agent-qq1mx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.xsemantics.svc.cluster.local/xsemantics/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - 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
    workingDir: "/home/jenkins/agent"
  hostNetwork: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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-xsemantics"
      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 migration-agent-qq1mx (migration) in workspace /home/jenkins/agent/workspace/xsemantics
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/xsemantics.git
 > git init /home/jenkins/agent/workspace/xsemantics # timeout=10
Fetching upstream changes from https://github.com/eclipse/xsemantics.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/eclipse/xsemantics.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/xsemantics.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/xsemantics.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/xsemantics.git
 > git fetch --tags --progress https://github.com/eclipse/xsemantics.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/_old/eclipse_initial
Seen branch in repository origin/_old/maintenance-xtext-2.10
Seen branch in repository origin/_old/maintenance-xtext-2.6
Seen branch in repository origin/_old/master
Seen branch in repository origin/_old/xtext-nightly
Seen branch in repository origin/master
Seen branch in repository origin/task_128-Use_Java_8_as_minimal
Seen 7 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 4ccb9cd9db4dc58ddaf6d2c24a37ffca3799c978 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ccb9cd9db4dc58ddaf6d2c24a37ffca3799c978 # timeout=10
Commit message: "Merge pull request #132 from eclipse/task_127-Port_examples_to_new_generator"
 > git rev-list --no-walk 4ccb9cd9db4dc58ddaf6d2c24a37ffca3799c978 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
Starting xvnc
[xsemantics] $ Xvnc :10 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov  2 2018 19:05:14
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12001000, The X.Org Foundation


Fri Jan 24 17:02:08 2020
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5910
 vncext:      created VNC server for screen 0
[xsemantics] $ /bin/sh -xe /tmp/jenkins279521850320404369.sh
+ rm -rf target
+ sleep 5
+ icewm --replace --sm-disable
[xsemantics] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.xsemantics.releng/pom.xml -Dfindbugs.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/xsemantics/.repository clean verify
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.5.0/tycho-maven-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.0/tycho-maven-plugin-1.5.0.pom
Progress (1): 919 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.0/tycho-maven-plugin-1.5.0.pom (2.1 kB at 14 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.5.0/tycho-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.0/tycho-1.5.0.pom
Progress (1): 818 B
Progress (1): 2.6 kB
Progress (1): 4.9 kB
Progress (1): 8.4 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.0/tycho-1.5.0.pom (19 kB at 519 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.5.0/tycho-core-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.0/tycho-core-1.5.0.pom
Progress (1): 877 B
Progress (1): 3.4 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.0/tycho-core-1.5.0.pom (4.8 kB at 138 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
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
Progress (1): 799 B
Progress (1): 4.0 kB
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 174 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
Progress (1): 759 B
Progress (1): 2.0 kB
Progress (1): 4.6 kB
Progress (1): 7.9 kB
Progress (1): 12 kB 
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 21 kB
Progress (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 1.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
Progress (1): 749 B
Progress (1): 2.0 kB
Progress (1): 6.1 kB
Progress (1): 6.5 kB
Progress (1): 11 kB 
Progress (1): 11 kB
Progress (1): 15 kB
Progress (1): 17 kB
Progress (1): 20 kB
Progress (1): 24 kB
Progress (1): 24 kB
Progress (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 107 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
Progress (1): 750 B
Progress (1): 2.0 kB
Progress (1): 3.7 kB
Progress (1): 6.9 kB
Progress (1): 11 kB 
Progress (1): 11 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 984 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
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
Progress (1): 793 B
Progress (1): 2.6 kB
Progress (1): 3.9 kB
                    
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 324 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
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
Progress (1): 810 B
Progress (1): 2.4 kB
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 317 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Progress (1): 710 B
Progress (1): 2.5 kB
Progress (1): 6.4 kB
Progress (1): 9.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 20 kB
Progress (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 467 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Progress (1): 733 B
Progress (1): 2.6 kB
Progress (1): 6.7 kB
Progress (1): 8.5 kB
Progress (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 848 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
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
Progress (1): 832 B
Progress (1): 1.9 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.pom (1.9 kB at 157 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
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
Progress (1): 823 B
Progress (1): 2.2 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.pom (2.2 kB at 139 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
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
Progress (1): 910 B
                   
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 65 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
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
Progress (1): 1.5 kB
Progress (1): 3.7 kB
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 298 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
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
Progress (1): 709 B
Progress (1): 2.7 kB
Progress (1): 6.3 kB
Progress (1): 9.1 kB
Progress (1): 13 kB 
Progress (1): 17 kB
Progress (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 1.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Progress (1): 770 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 31 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Progress (1): 1.3 kB
Progress (1): 4.8 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 168 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
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
Progress (1): 1.3 kB
Progress (1): 3.0 kB
                    
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 197 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Progress (1): 1.2 kB
Progress (1): 4.2 kB
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 453 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Progress (1): 1.4 kB
Progress (1): 5.5 kB
Progress (1): 5.7 kB
Progress (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 323 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Progress (1): 1.2 kB
Progress (1): 4.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 321 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Progress (1): 1.2 kB
Progress (1): 3.7 kB
Progress (1): 7.3 kB
Progress (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 557 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Progress (1): 1.3 kB
Progress (1): 5.4 kB
Progress (1): 5.4 kB
Progress (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 697 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
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
Progress (1): 829 B
Progress (1): 1.9 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.pom (1.9 kB at 55 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
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
Progress (1): 850 B
Progress (1): 1.9 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.pom (1.9 kB at 161 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
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
Progress (1): 823 B
Progress (1): 2.3 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.pom (2.3 kB at 191 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
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
Progress (1): 1.6 kB
Progress (1): 4.0 kB
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 358 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
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
Progress (1): 1.8 kB
Progress (1): 3.1 kB
                    
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 313 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
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
Progress (1): 2.6 kB
                    
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 217 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
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
Progress (1): 1.2 kB
                    
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 104 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
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
Progress (1): 807 B
Progress (1): 2.8 kB
Progress (1): 5.7 kB
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 518 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Progress (1): 1.2 kB
Progress (1): 5.3 kB
Progress (1): 6.4 kB
Progress (1): 10 kB 
Progress (1): 11 kB
Progress (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 827 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
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
Progress (1): 952 B
Progress (1): 3.0 kB
Progress (1): 4.0 kB
                    
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 333 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
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
Progress (1): 711 B
Progress (1): 2.7 kB
Progress (1): 6.4 kB
Progress (1): 8.9 kB
Progress (1): 13 kB 
Progress (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 1.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
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
Progress (1): 1.4 kB
Progress (1): 3.8 kB
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 420 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
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
Progress (1): 1.1 kB
Progress (1): 3.8 kB
Progress (1): 7.0 kB
Progress (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 790 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
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
Progress (1): 849 B
Progress (1): 2.2 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.pom (2.2 kB at 160 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
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
Progress (1): 823 B
Progress (1): 2.5 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.pom (2.5 kB at 206 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
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
Progress (1): 925 B
Progress (1): 1.7 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.pom (1.7 kB at 152 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
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
Progress (1): 817 B
Progress (1): 2.9 kB
Progress (1): 5.4 kB
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 644 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
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
Progress (1): 885 B
Progress (1): 2.1 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.pom (2.1 kB at 159 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
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
Progress (1): 793 B
Progress (1): 3.4 kB
Progress (1): 3.7 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.pom (3.7 kB at 264 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
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
Progress (1): 912 B
Progress (1): 1.7 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.pom (1.7 kB at 116 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.0/org.eclipse.tycho.p2.tools.shared-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.0/org.eclipse.tycho.p2.tools.shared-1.5.0.pom
Progress (1): 918 B
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.0/org.eclipse.tycho.p2.tools.shared-1.5.0.pom (1.1 kB at 19 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.5.0/tycho-bundles-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.0/tycho-bundles-1.5.0.pom
Progress (1): 880 B
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.0/tycho-bundles-1.5.0.pom (3.0 kB at 104 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Progress (1): 1.3 kB
Progress (1): 4.0 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 533 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Progress (1): 1.4 kB
Progress (1): 4.2 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 224 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Progress (1): 707 B
Progress (1): 2.6 kB
Progress (1): 6.1 kB
Progress (1): 8.8 kB
Progress (1): 13 kB 
Progress (1): 16 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Progress (1): 1.2 kB
Progress (1): 3.4 kB
Progress (1): 6.7 kB
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 398 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
Progress (1): 797 B
Progress (1): 2.1 kB
Progress (1): 5.6 kB
Progress (1): 7.8 kB
Progress (1): 10.0 kB
Progress (1): 11 kB  
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 849 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
Progress (1): 717 B
Progress (1): 1.9 kB
Progress (1): 3.1 kB
Progress (1): 4.7 kB
Progress (1): 8.3 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 19 kB
Progress (1): 21 kB
Progress (1): 24 kB
Progress (1): 28 kB
Progress (1): 32 kB
Progress (1): 35 kB
Progress (1): 37 kB
Progress (1): 40 kB
Progress (1): 42 kB
Progress (1): 44 kB
Progress (1): 47 kB
Progress (1): 47 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.8 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
Progress (1): 756 B
Progress (1): 2.0 kB
Progress (1): 3.7 kB
Progress (1): 7.1 kB
Progress (1): 11 kB 
Progress (1): 11 kB
Progress (1): 14 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 659 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
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
Progress (1): 792 B
Progress (1): 2.2 kB
Progress (1): 5.4 kB
Progress (1): 7.7 kB
Progress (1): 9.7 kB
Progress (1): 13 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 1.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
Progress (1): 715 B
Progress (1): 1.9 kB
Progress (1): 3.1 kB
Progress (1): 4.6 kB
Progress (1): 8.0 kB
Progress (1): 11 kB 
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 21 kB
Progress (1): 23 kB
Progress (1): 26 kB
Progress (1): 28 kB
Progress (1): 32 kB
Progress (1): 34 kB
Progress (1): 37 kB
Progress (1): 40 kB
Progress (1): 45 kB
Progress (1): 45 kB
Progress (1): 49 kB
Progress (1): 50 kB
Progress (1): 53 kB
Progress (1): 55 kB
Progress (1): 57 kB
Progress (1): 59 kB
Progress (1): 61 kB
Progress (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 3.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
Progress (1): 749 B
Progress (1): 2.1 kB
Progress (1): 3.9 kB
Progress (1): 7.6 kB
Progress (1): 11 kB 
Progress (1): 14 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.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Progress (1): 761 B
Progress (1): 1.9 kB
Progress (1): 3.5 kB
Progress (1): 6.9 kB
Progress (1): 9.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 1.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
Progress (1): 700 B
Progress (1): 1.9 kB
Progress (1): 3.3 kB
Progress (1): 5.0 kB
Progress (1): 6.7 kB
Progress (1): 8.3 kB
Progress (1): 9.7 kB
Progress (1): 12 kB 
Progress (1): 15 kB
Progress (1): 18 kB
Progress (1): 22 kB
Progress (1): 22 kB
Progress (1): 26 kB
Progress (1): 29 kB
Progress (1): 31 kB
Progress (1): 34 kB
Progress (1): 36 kB
Progress (1): 39 kB
Progress (1): 43 kB
Progress (1): 46 kB
Progress (1): 48 kB
Progress (1): 53 kB
Progress (1): 53 kB
Progress (1): 57 kB
Progress (1): 60 kB
Progress (1): 62 kB
Progress (1): 66 kB
Progress (1): 66 kB
Progress (1): 68 kB
Progress (1): 70 kB
Progress (1): 72 kB
Progress (1): 74 kB
Progress (1): 76 kB
Progress (1): 78 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
Progress (1): 757 B
Progress (1): 2.1 kB
Progress (1): 3.9 kB
Progress (1): 7.9 kB
Progress (1): 12 kB 
Progress (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 1.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Progress (1): 1.2 kB
Progress (1): 3.7 kB
Progress (1): 7.8 kB
Progress (1): 8.1 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
Progress (1): 1.1 kB
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 136 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
Progress (1): 860 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 74 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Progress (1): 894 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 56 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.0/sisu-equinox-embedder-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.0/sisu-equinox-embedder-1.5.0.pom
Progress (1): 901 B
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.0/sisu-equinox-embedder-1.5.0.pom (1.8 kB at 61 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.5.0/sisu-equinox-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.0/sisu-equinox-1.5.0.pom
Progress (1): 920 B
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.0/sisu-equinox-1.5.0.pom (1.0 kB at 38 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.5.0/sisu-equinox-api-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.0/sisu-equinox-api-1.5.0.pom
Progress (1): 901 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.0/sisu-equinox-api-1.5.0.pom (1.7 kB at 43 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.5.0/tycho-metadata-model-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.0/tycho-metadata-model-1.5.0.pom
Progress (1): 962 B
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.0/tycho-metadata-model-1.5.0.pom (1.3 kB at 43 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
Progress (1): 948 B
Progress (1): 2.9 kB
Progress (1): 5.8 kB
Progress (1): 6.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 348 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.5.0/tycho-embedder-api-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.0/tycho-embedder-api-1.5.0.pom
Progress (1): 902 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.0/tycho-embedder-api-1.5.0.pom (2.1 kB at 76 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.0/org.eclipse.tycho.embedder.shared-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.0/org.eclipse.tycho.embedder.shared-1.5.0.pom
Progress (1): 934 B
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.0/org.eclipse.tycho.embedder.shared-1.5.0.pom (1.1 kB at 22 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.0/org.eclipse.tycho.core.shared-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.0/org.eclipse.tycho.core.shared-1.5.0.pom
Progress (1): 930 B
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.0/org.eclipse.tycho.core.shared-1.5.0.pom (1.0 kB at 28 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Progress (1): 835 B
Progress (1): 3.7 kB
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 309 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Progress (1): 831 B
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 53 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Progress (1): 762 B
Progress (1): 2.4 kB
Progress (1): 5.3 kB
Progress (1): 8.6 kB
Progress (1): 11 kB 
Progress (1): 12 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 1.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
Progress (1): 733 B
Progress (1): 1.9 kB
Progress (1): 6.0 kB
Progress (1): 6.1 kB
Progress (1): 10 kB 
Progress (1): 11 kB
Progress (1): 14 kB
Progress (1): 17 kB
Progress (1): 21 kB
Progress (1): 22 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 30 kB
Progress (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 2.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
Progress (1): 785 B
Progress (1): 2.1 kB
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 315 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.5.0/tycho-p2-facade-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.0/tycho-p2-facade-1.5.0.pom
Progress (1): 891 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.0/tycho-p2-facade-1.5.0.pom (2.1 kB at 59 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.5.0/tycho-p2-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.5.0/tycho-p2-1.5.0.pom
Progress (1): 930 B
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.5.0/tycho-p2-1.5.0.pom (1.1 kB at 34 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.0/org.eclipse.tycho.p2.resolver.shared-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.0/org.eclipse.tycho.p2.resolver.shared-1.5.0.pom
Progress (1): 926 B
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.0/org.eclipse.tycho.p2.resolver.shared-1.5.0.pom (1.1 kB at 34 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.5.0/tycho-maven-plugin-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.5.0/tycho-core-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.0/org.eclipse.tycho.p2.tools.shared-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.0/sisu-equinox-embedder-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.5.0/sisu-equinox-api-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.5.0/tycho-metadata-model-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.5.0/tycho-embedder-api-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.0/org.eclipse.tycho.embedder.shared-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.0/org.eclipse.tycho.core.shared-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.5.0/tycho-p2-facade-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.0/org.eclipse.tycho.p2.resolver.shared-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.0/tycho-maven-plugin-1.5.0.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.0/tycho-core-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (2): 20/47 kB | 4.1/165 kB
Progress (2): 24/47 kB | 4.1/165 kB
Progress (2): 28/47 kB | 4.1/165 kB
Progress (2): 28/47 kB | 7.7/165 kB
Progress (2): 28/47 kB | 12/165 kB 
Progress (2): 28/47 kB | 16/165 kB
Progress (2): 32/47 kB | 16/165 kB
Progress (2): 32/47 kB | 20/165 kB
Progress (2): 32/47 kB | 24/165 kB
Progress (2): 32/47 kB | 28/165 kB
Progress (2): 36/47 kB | 28/165 kB
Progress (2): 36/47 kB | 32/165 kB
Progress (2): 36/47 kB | 36/165 kB
Progress (2): 36/47 kB | 40/165 kB
Progress (2): 36/47 kB | 45/165 kB
Progress (2): 36/47 kB | 49/165 kB
Progress (3): 36/47 kB | 49/165 kB | 4.1/527 kB
Progress (3): 40/47 kB | 49/165 kB | 4.1/527 kB
Progress (3): 40/47 kB | 53/165 kB | 4.1/527 kB
Progress (3): 40/47 kB | 57/165 kB | 4.1/527 kB
Progress (3): 40/47 kB | 57/165 kB | 7.7/527 kB
Progress (3): 40/47 kB | 61/165 kB | 7.7/527 kB
Progress (3): 45/47 kB | 61/165 kB | 7.7/527 kB
Progress (3): 45/47 kB | 65/165 kB | 7.7/527 kB
Progress (3): 45/47 kB | 65/165 kB | 12/527 kB 
Progress (3): 47 kB | 65/165 kB | 12/527 kB   
Progress (3): 47 kB | 65/165 kB | 16/527 kB
Progress (3): 47 kB | 69/165 kB | 16/527 kB
Progress (3): 47 kB | 73/165 kB | 16/527 kB
Progress (3): 47 kB | 77/165 kB | 16/527 kB
Progress (3): 47 kB | 81/165 kB | 16/527 kB
Progress (3): 47 kB | 81/165 kB | 20/527 kB
Progress (3): 47 kB | 81/165 kB | 24/527 kB
Progress (3): 47 kB | 81/165 kB | 28/527 kB
Progress (3): 47 kB | 85/165 kB | 28/527 kB
Progress (3): 47 kB | 85/165 kB | 32/527 kB
Progress (3): 47 kB | 90/165 kB | 32/527 kB
Progress (3): 47 kB | 94/165 kB | 32/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 2.5 MB/s)
Progress (2): 98/165 kB | 32/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.jar
Progress (2): 98/165 kB | 36/527 kB
Progress (2): 102/165 kB | 36/527 kB
Progress (2): 102/165 kB | 40/527 kB
Progress (2): 106/165 kB | 40/527 kB
Progress (2): 106/165 kB | 45/527 kB
Progress (2): 110/165 kB | 45/527 kB
Progress (2): 110/165 kB | 49/527 kB
Progress (2): 114/165 kB | 49/527 kB
Progress (2): 114/165 kB | 53/527 kB
Progress (2): 118/165 kB | 53/527 kB
Progress (2): 118/165 kB | 57/527 kB
Progress (2): 122/165 kB | 57/527 kB
Progress (2): 122/165 kB | 61/527 kB
Progress (2): 126/165 kB | 61/527 kB
Progress (2): 131/165 kB | 61/527 kB
Progress (2): 131/165 kB | 65/527 kB
Progress (3): 131/165 kB | 65/527 kB | 4.1/38 kB
Progress (3): 131/165 kB | 65/527 kB | 7.7/38 kB
Progress (3): 135/165 kB | 65/527 kB | 7.7/38 kB
Progress (3): 135/165 kB | 69/527 kB | 7.7/38 kB
Progress (3): 135/165 kB | 69/527 kB | 12/38 kB 
Progress (3): 135/165 kB | 73/527 kB | 12/38 kB
Progress (3): 135/165 kB | 77/527 kB | 12/38 kB
Progress (3): 139/165 kB | 77/527 kB | 12/38 kB
Progress (3): 139/165 kB | 81/527 kB | 12/38 kB
Progress (3): 139/165 kB | 81/527 kB | 16/38 kB
Progress (3): 143/165 kB | 81/527 kB | 16/38 kB
Progress (3): 147/165 kB | 81/527 kB | 16/38 kB
Progress (3): 147/165 kB | 85/527 kB | 16/38 kB
Progress (3): 147/165 kB | 90/527 kB | 16/38 kB
Progress (3): 147/165 kB | 94/527 kB | 16/38 kB
Progress (3): 147/165 kB | 98/527 kB | 16/38 kB
Progress (4): 147/165 kB | 98/527 kB | 16/38 kB | 4.1/5.4 kB
Progress (4): 147/165 kB | 98/527 kB | 16/38 kB | 5.4 kB    
Progress (4): 147/165 kB | 98/527 kB | 20/38 kB | 5.4 kB
Progress (4): 147/165 kB | 102/527 kB | 20/38 kB | 5.4 kB
Progress (5): 147/165 kB | 102/527 kB | 20/38 kB | 5.4 kB | 4.1/206 kB
Progress (5): 151/165 kB | 102/527 kB | 20/38 kB | 5.4 kB | 4.1/206 kB
Progress (5): 151/165 kB | 102/527 kB | 20/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 106/527 kB | 20/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 106/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 110/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 114/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 118/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 122/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 126/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 131/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 135/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 139/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 143/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 147/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 151/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 155/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 159/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 163/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 167/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 171/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 176/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 180/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 184/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 188/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 192/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 196/527 kB | 24/38 kB | 5.4 kB | 7.7/206 kB
Progress (5): 151/165 kB | 196/527 kB | 24/38 kB | 5.4 kB | 12/206 kB 
Progress (5): 155/165 kB | 196/527 kB | 24/38 kB | 5.4 kB | 12/206 kB
Progress (5): 155/165 kB | 196/527 kB | 24/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 200/527 kB | 24/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 204/527 kB | 24/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 208/527 kB | 24/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 212/527 kB | 24/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 212/527 kB | 28/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 212/527 kB | 32/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 212/527 kB | 36/38 kB | 5.4 kB | 16/206 kB
Progress (5): 155/165 kB | 212/527 kB | 38 kB | 5.4 kB | 16/206 kB   
Progress (5): 155/165 kB | 212/527 kB | 38 kB | 5.4 kB | 20/206 kB
Progress (5): 159/165 kB | 212/527 kB | 38 kB | 5.4 kB | 20/206 kB
Progress (5): 159/165 kB | 212/527 kB | 38 kB | 5.4 kB | 24/206 kB
Progress (5): 159/165 kB | 217/527 kB | 38 kB | 5.4 kB | 24/206 kB
Progress (5): 159/165 kB | 217/527 kB | 38 kB | 5.4 kB | 28/206 kB
Progress (5): 163/165 kB | 217/527 kB | 38 kB | 5.4 kB | 28/206 kB
Progress (5): 163/165 kB | 217/527 kB | 38 kB | 5.4 kB | 32/206 kB
Progress (5): 163/165 kB | 221/527 kB | 38 kB | 5.4 kB | 32/206 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 1.1 MB/s)
Progress (4): 165 kB | 221/527 kB | 5.4 kB | 32/206 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Progress (4): 165 kB | 221/527 kB | 5.4 kB | 36/206 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.5.0/tycho-maven-plugin-1.5.0.jar (5.4 kB at 150 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.jar
Progress (3): 165 kB | 225/527 kB | 36/206 kB
Progress (3): 165 kB | 225/527 kB | 40/206 kB
Progress (3): 165 kB | 229/527 kB | 40/206 kB
Progress (3): 165 kB | 229/527 kB | 45/206 kB
Progress (3): 165 kB | 229/527 kB | 49/206 kB
Progress (3): 165 kB | 233/527 kB | 49/206 kB
Progress (3): 165 kB | 237/527 kB | 49/206 kB
Progress (3): 165 kB | 241/527 kB | 49/206 kB
Progress (3): 165 kB | 241/527 kB | 53/206 kB
Progress (3): 165 kB | 245/527 kB | 53/206 kB
Progress (3): 165 kB | 245/527 kB | 57/206 kB
Progress (3): 165 kB | 245/527 kB | 61/206 kB
Progress (3): 165 kB | 245/527 kB | 65/206 kB
Progress (3): 165 kB | 249/527 kB | 65/206 kB
Progress (4): 165 kB | 249/527 kB | 65/206 kB | 4.1/52 kB
Progress (4): 165 kB | 253/527 kB | 65/206 kB | 4.1/52 kB
Progress (4): 165 kB | 253/527 kB | 69/206 kB | 4.1/52 kB
Progress (4): 165 kB | 253/527 kB | 69/206 kB | 7.7/52 kB
Progress (4): 165 kB | 253/527 kB | 69/206 kB | 12/52 kB 
Progress (4): 165 kB | 253/527 kB | 73/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 77/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 81/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 85/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 90/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 94/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 98/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 102/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 106/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 110/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 114/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 118/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 122/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 126/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 131/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 135/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 139/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 143/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 147/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 151/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 155/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 159/206 kB | 12/52 kB
Progress (4): 165 kB | 253/527 kB | 163/206 kB | 12/52 kB
Progress (4): 165 kB | 258/527 kB | 163/206 kB | 12/52 kB
Progress (4): 165 kB | 262/527 kB | 163/206 kB | 12/52 kB
Progress (4): 165 kB | 262/527 kB | 167/206 kB | 12/52 kB
Progress (4): 165 kB | 262/527 kB | 171/206 kB | 12/52 kB
Progress (4): 165 kB | 262/527 kB | 176/206 kB | 12/52 kB
Progress (4): 165 kB | 262/527 kB | 180/206 kB | 12/52 kB
Progress (4): 165 kB | 262/527 kB | 180/206 kB | 16/52 kB
Progress (4): 165 kB | 262/527 kB | 184/206 kB | 16/52 kB
Progress (4): 165 kB | 266/527 kB | 184/206 kB | 16/52 kB
Progress (4): 165 kB | 266/527 kB | 184/206 kB | 20/52 kB
Progress (4): 165 kB | 266/527 kB | 188/206 kB | 20/52 kB
Progress (4): 165 kB | 266/527 kB | 188/206 kB | 24/52 kB
Progress (4): 165 kB | 270/527 kB | 188/206 kB | 24/52 kB
                                                         
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 2.1 MB/s)
Progress (3): 270/527 kB | 188/206 kB | 28/52 kB
Progress (3): 270/527 kB | 188/206 kB | 32/52 kB
Progress (4): 270/527 kB | 188/206 kB | 32/52 kB | 4.1/30 kB
Progress (4): 270/527 kB | 188/206 kB | 32/52 kB | 7.7/30 kB
Progress (4): 270/527 kB | 192/206 kB | 32/52 kB | 7.7/30 kB
Progress (4): 270/527 kB | 192/206 kB | 36/52 kB | 7.7/30 kB
Progress (4): 270/527 kB | 192/206 kB | 40/52 kB | 7.7/30 kB
Progress (4): 270/527 kB | 192/206 kB | 45/52 kB | 7.7/30 kB
Progress (4): 270/527 kB | 192/206 kB | 49/52 kB | 7.7/30 kB
Progress (4): 270/527 kB | 192/206 kB | 52 kB | 7.7/30 kB   
Progress (4): 270/527 kB | 192/206 kB | 52 kB | 12/30 kB 
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Progress (4): 274/527 kB | 192/206 kB | 52 kB | 12/30 kB
Progress (4): 278/527 kB | 192/206 kB | 52 kB | 12/30 kB
Progress (4): 278/527 kB | 192/206 kB | 52 kB | 16/30 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 625 kB/s)
Progress (3): 278/527 kB | 196/206 kB | 16/30 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Progress (3): 278/527 kB | 196/206 kB | 20/30 kB
Progress (3): 278/527 kB | 196/206 kB | 24/30 kB
Progress (3): 278/527 kB | 196/206 kB | 28/30 kB
Progress (3): 282/527 kB | 196/206 kB | 28/30 kB
Progress (3): 286/527 kB | 196/206 kB | 28/30 kB
Progress (3): 286/527 kB | 196/206 kB | 30 kB   
Progress (3): 286/527 kB | 200/206 kB | 30 kB
Progress (3): 286/527 kB | 204/206 kB | 30 kB
Progress (3): 286/527 kB | 206 kB | 30 kB    
Progress (3): 290/527 kB | 206 kB | 30 kB
Progress (3): 294/527 kB | 206 kB | 30 kB
Progress (3): 298/527 kB | 206 kB | 30 kB
Progress (3): 303/527 kB | 206 kB | 30 kB
Progress (3): 307/527 kB | 206 kB | 30 kB
Progress (3): 311/527 kB | 206 kB | 30 kB
Progress (3): 315/527 kB | 206 kB | 30 kB
Progress (3): 319/527 kB | 206 kB | 30 kB
Progress (3): 323/527 kB | 206 kB | 30 kB
Progress (3): 327/527 kB | 206 kB | 30 kB
Progress (4): 327/527 kB | 206 kB | 30 kB | 4.1/148 kB
Progress (4): 331/527 kB | 206 kB | 30 kB | 4.1/148 kB
Progress (4): 335/527 kB | 206 kB | 30 kB | 4.1/148 kB
Progress (4): 335/527 kB | 206 kB | 30 kB | 7.7/148 kB
Progress (4): 339/527 kB | 206 kB | 30 kB | 7.7/148 kB
Progress (4): 339/527 kB | 206 kB | 30 kB | 12/148 kB 
Progress (4): 344/527 kB | 206 kB | 30 kB | 12/148 kB
Progress (4): 344/527 kB | 206 kB | 30 kB | 16/148 kB
Progress (4): 348/527 kB | 206 kB | 30 kB | 16/148 kB
Progress (4): 352/527 kB | 206 kB | 30 kB | 16/148 kB
Progress (4): 352/527 kB | 206 kB | 30 kB | 20/148 kB
Progress (4): 356/527 kB | 206 kB | 30 kB | 20/148 kB
Progress (4): 356/527 kB | 206 kB | 30 kB | 24/148 kB
Progress (4): 356/527 kB | 206 kB | 30 kB | 28/148 kB
Progress (4): 360/527 kB | 206 kB | 30 kB | 28/148 kB
Progress (4): 360/527 kB | 206 kB | 30 kB | 32/148 kB
Progress (4): 360/527 kB | 206 kB | 30 kB | 36/148 kB
Progress (4): 364/527 kB | 206 kB | 30 kB | 36/148 kB
Progress (4): 368/527 kB | 206 kB | 30 kB | 36/148 kB
Progress (4): 372/527 kB | 206 kB | 30 kB | 36/148 kB
Progress (4): 376/527 kB | 206 kB | 30 kB | 36/148 kB
Progress (4): 376/527 kB | 206 kB | 30 kB | 40/148 kB
Progress (4): 380/527 kB | 206 kB | 30 kB | 40/148 kB
Progress (4): 380/527 kB | 206 kB | 30 kB | 45/148 kB
Progress (4): 384/527 kB | 206 kB | 30 kB | 45/148 kB
Progress (4): 384/527 kB | 206 kB | 30 kB | 49/148 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 327 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.jar
Progress (3): 389/527 kB | 206 kB | 49/148 kB
Progress (3): 389/527 kB | 206 kB | 53/148 kB
Progress (3): 393/527 kB | 206 kB | 53/148 kB
Progress (3): 393/527 kB | 206 kB | 57/148 kB
Progress (3): 393/527 kB | 206 kB | 61/148 kB
Progress (3): 397/527 kB | 206 kB | 61/148 kB
Progress (3): 401/527 kB | 206 kB | 61/148 kB
Progress (3): 405/527 kB | 206 kB | 61/148 kB
Progress (3): 409/527 kB | 206 kB | 61/148 kB
Progress (3): 409/527 kB | 206 kB | 65/148 kB
Progress (4): 409/527 kB | 206 kB | 65/148 kB | 4.1/51 kB
Progress (5): 409/527 kB | 206 kB | 65/148 kB | 4.1/51 kB | 4.1/106 kB
Progress (5): 413/527 kB | 206 kB | 65/148 kB | 4.1/51 kB | 4.1/106 kB
Progress (5): 413/527 kB | 206 kB | 65/148 kB | 7.7/51 kB | 4.1/106 kB
Progress (5): 417/527 kB | 206 kB | 65/148 kB | 7.7/51 kB | 4.1/106 kB
Progress (5): 421/527 kB | 206 kB | 65/148 kB | 7.7/51 kB | 4.1/106 kB
Progress (5): 421/527 kB | 206 kB | 69/148 kB | 7.7/51 kB | 4.1/106 kB
Progress (5): 421/527 kB | 206 kB | 69/148 kB | 7.7/51 kB | 7.7/106 kB
Progress (5): 421/527 kB | 206 kB | 73/148 kB | 7.7/51 kB | 7.7/106 kB
Progress (5): 425/527 kB | 206 kB | 73/148 kB | 7.7/51 kB | 7.7/106 kB
Progress (5): 425/527 kB | 206 kB | 73/148 kB | 12/51 kB | 7.7/106 kB 
Progress (5): 425/527 kB | 206 kB | 73/148 kB | 16/51 kB | 7.7/106 kB
Progress (5): 430/527 kB | 206 kB | 73/148 kB | 16/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 16/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 20/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 24/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 28/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 32/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 36/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 40/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 45/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 49/51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 73/148 kB | 51 kB | 7.7/106 kB   
Progress (5): 434/527 kB | 206 kB | 77/148 kB | 51 kB | 7.7/106 kB
Progress (5): 434/527 kB | 206 kB | 77/148 kB | 51 kB | 12/106 kB 
Progress (5): 434/527 kB | 206 kB | 81/148 kB | 51 kB | 12/106 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.0/tycho-core-1.5.0.jar (206 kB at 2.1 MB/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.jar
Progress (4): 438/527 kB | 81/148 kB | 51 kB | 12/106 kB
Progress (4): 438/527 kB | 85/148 kB | 51 kB | 12/106 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 512 kB/s)
Progress (3): 438/527 kB | 85/148 kB | 16/106 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.jar
Progress (3): 438/527 kB | 85/148 kB | 20/106 kB
Progress (3): 438/527 kB | 85/148 kB | 24/106 kB
Progress (3): 438/527 kB | 85/148 kB | 28/106 kB
Progress (3): 438/527 kB | 85/148 kB | 32/106 kB
Progress (3): 438/527 kB | 85/148 kB | 36/106 kB
Progress (3): 438/527 kB | 85/148 kB | 40/106 kB
Progress (3): 438/527 kB | 85/148 kB | 45/106 kB
Progress (3): 438/527 kB | 85/148 kB | 49/106 kB
Progress (3): 438/527 kB | 90/148 kB | 49/106 kB
Progress (3): 438/527 kB | 94/148 kB | 49/106 kB
Progress (3): 438/527 kB | 98/148 kB | 49/106 kB
Progress (3): 442/527 kB | 98/148 kB | 49/106 kB
Progress (3): 442/527 kB | 98/148 kB | 53/106 kB
Progress (4): 442/527 kB | 98/148 kB | 53/106 kB | 4.1/14 kB
Progress (4): 446/527 kB | 98/148 kB | 53/106 kB | 4.1/14 kB
Progress (4): 446/527 kB | 102/148 kB | 53/106 kB | 4.1/14 kB
Progress (4): 446/527 kB | 102/148 kB | 57/106 kB | 4.1/14 kB
Progress (4): 446/527 kB | 106/148 kB | 57/106 kB | 4.1/14 kB
Progress (4): 446/527 kB | 110/148 kB | 57/106 kB | 4.1/14 kB
Progress (4): 446/527 kB | 114/148 kB | 57/106 kB | 4.1/14 kB
Progress (4): 450/527 kB | 114/148 kB | 57/106 kB | 4.1/14 kB
Progress (4): 454/527 kB | 114/148 kB | 57/106 kB | 4.1/14 kB
Progress (4): 454/527 kB | 114/148 kB | 57/106 kB | 7.7/14 kB
Progress (4): 458/527 kB | 114/148 kB | 57/106 kB | 7.7/14 kB
Progress (4): 458/527 kB | 118/148 kB | 57/106 kB | 7.7/14 kB
Progress (4): 458/527 kB | 122/148 kB | 57/106 kB | 7.7/14 kB
Progress (4): 458/527 kB | 126/148 kB | 57/106 kB | 7.7/14 kB
Progress (4): 458/527 kB | 131/148 kB | 57/106 kB | 7.7/14 kB
Progress (4): 458/527 kB | 131/148 kB | 61/106 kB | 7.7/14 kB
Progress (5): 458/527 kB | 131/148 kB | 61/106 kB | 7.7/14 kB | 4.1/74 kB
Progress (5): 462/527 kB | 131/148 kB | 61/106 kB | 7.7/14 kB | 4.1/74 kB
Progress (5): 462/527 kB | 131/148 kB | 61/106 kB | 12/14 kB | 4.1/74 kB 
Progress (5): 466/527 kB | 131/148 kB | 61/106 kB | 12/14 kB | 4.1/74 kB
Progress (5): 466/527 kB | 135/148 kB | 61/106 kB | 12/14 kB | 4.1/74 kB
Progress (5): 466/527 kB | 135/148 kB | 61/106 kB | 12/14 kB | 7.7/74 kB
Progress (5): 466/527 kB | 135/148 kB | 61/106 kB | 12/14 kB | 12/74 kB 
Progress (5): 466/527 kB | 135/148 kB | 61/106 kB | 12/14 kB | 16/74 kB
Progress (5): 466/527 kB | 135/148 kB | 65/106 kB | 12/14 kB | 16/74 kB
Progress (5): 466/527 kB | 135/148 kB | 65/106 kB | 12/14 kB | 20/74 kB
Progress (5): 466/527 kB | 139/148 kB | 65/106 kB | 12/14 kB | 20/74 kB
Progress (5): 471/527 kB | 139/148 kB | 65/106 kB | 12/14 kB | 20/74 kB
Progress (5): 471/527 kB | 139/148 kB | 65/106 kB | 14 kB | 20/74 kB   
Progress (5): 475/527 kB | 139/148 kB | 65/106 kB | 14 kB | 20/74 kB
Progress (5): 475/527 kB | 139/148 kB | 69/106 kB | 14 kB | 20/74 kB
Progress (5): 475/527 kB | 139/148 kB | 73/106 kB | 14 kB | 20/74 kB
Progress (5): 475/527 kB | 139/148 kB | 77/106 kB | 14 kB | 20/74 kB
Progress (5): 475/527 kB | 139/148 kB | 81/106 kB | 14 kB | 20/74 kB
Progress (5): 475/527 kB | 143/148 kB | 81/106 kB | 14 kB | 20/74 kB
Progress (5): 475/527 kB | 143/148 kB | 81/106 kB | 14 kB | 24/74 kB
Progress (5): 475/527 kB | 147/148 kB | 81/106 kB | 14 kB | 24/74 kB
Progress (5): 475/527 kB | 147/148 kB | 85/106 kB | 14 kB | 24/74 kB
Progress (5): 475/527 kB | 147/148 kB | 90/106 kB | 14 kB | 24/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 122 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.jar
Progress (4): 479/527 kB | 147/148 kB | 90/106 kB | 24/74 kB
Progress (4): 479/527 kB | 147/148 kB | 94/106 kB | 24/74 kB
Progress (4): 479/527 kB | 148 kB | 94/106 kB | 24/74 kB    
Progress (4): 479/527 kB | 148 kB | 94/106 kB | 28/74 kB
Progress (4): 479/527 kB | 148 kB | 94/106 kB | 32/74 kB
Progress (4): 479/527 kB | 148 kB | 98/106 kB | 32/74 kB
Progress (4): 483/527 kB | 148 kB | 98/106 kB | 32/74 kB
Progress (4): 487/527 kB | 148 kB | 98/106 kB | 32/74 kB
Progress (4): 491/527 kB | 148 kB | 98/106 kB | 32/74 kB
Progress (4): 491/527 kB | 148 kB | 98/106 kB | 36/74 kB
Progress (4): 491/527 kB | 148 kB | 98/106 kB | 40/74 kB
Progress (4): 491/527 kB | 148 kB | 98/106 kB | 45/74 kB
Progress (4): 491/527 kB | 148 kB | 98/106 kB | 49/74 kB
Progress (4): 491/527 kB | 148 kB | 102/106 kB | 49/74 kB
Progress (4): 491/527 kB | 148 kB | 106/106 kB | 49/74 kB
Progress (4): 491/527 kB | 148 kB | 106 kB | 49/74 kB    
Progress (5): 491/527 kB | 148 kB | 106 kB | 49/74 kB | 4.1/108 kB
Progress (5): 491/527 kB | 148 kB | 106 kB | 49/74 kB | 7.7/108 kB
Progress (5): 491/527 kB | 148 kB | 106 kB | 49/74 kB | 12/108 kB 
Progress (5): 491/527 kB | 148 kB | 106 kB | 49/74 kB | 16/108 kB
Progress (5): 495/527 kB | 148 kB | 106 kB | 49/74 kB | 16/108 kB
Progress (5): 499/527 kB | 148 kB | 106 kB | 49/74 kB | 16/108 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 818 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.jar
Progress (4): 499/527 kB | 106 kB | 53/74 kB | 16/108 kB
Progress (4): 503/527 kB | 106 kB | 53/74 kB | 16/108 kB
Progress (4): 503/527 kB | 106 kB | 53/74 kB | 20/108 kB
Progress (4): 507/527 kB | 106 kB | 53/74 kB | 20/108 kB
Progress (4): 507/527 kB | 106 kB | 57/74 kB | 20/108 kB
Progress (4): 507/527 kB | 106 kB | 61/74 kB | 20/108 kB
Progress (4): 511/527 kB | 106 kB | 61/74 kB | 20/108 kB
Progress (4): 511/527 kB | 106 kB | 61/74 kB | 24/108 kB
Progress (4): 516/527 kB | 106 kB | 61/74 kB | 24/108 kB
Progress (4): 516/527 kB | 106 kB | 65/74 kB | 24/108 kB
Progress (4): 520/527 kB | 106 kB | 65/74 kB | 24/108 kB
Progress (4): 524/527 kB | 106 kB | 65/74 kB | 24/108 kB
Progress (4): 524/527 kB | 106 kB | 69/74 kB | 24/108 kB
Progress (4): 524/527 kB | 106 kB | 73/74 kB | 24/108 kB
Progress (4): 524/527 kB | 106 kB | 74 kB | 24/108 kB   
Progress (4): 524/527 kB | 106 kB | 74 kB | 28/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 28/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 574 kB/s)
Progress (3): 527 kB | 74 kB | 32/108 kB
                                        
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
Progress (3): 527 kB | 74 kB | 36/108 kB
Progress (3): 527 kB | 74 kB | 40/108 kB
Progress (3): 527 kB | 74 kB | 45/108 kB
Progress (3): 527 kB | 74 kB | 49/108 kB
Progress (3): 527 kB | 74 kB | 53/108 kB
Progress (3): 527 kB | 74 kB | 57/108 kB
Progress (3): 527 kB | 74 kB | 61/108 kB
Progress (3): 527 kB | 74 kB | 65/108 kB
Progress (3): 527 kB | 74 kB | 69/108 kB
Progress (3): 527 kB | 74 kB | 73/108 kB
Progress (3): 527 kB | 74 kB | 77/108 kB
Progress (3): 527 kB | 74 kB | 81/108 kB
Progress (4): 527 kB | 74 kB | 81/108 kB | 4.1/153 kB
Progress (4): 527 kB | 74 kB | 85/108 kB | 4.1/153 kB
Progress (4): 527 kB | 74 kB | 85/108 kB | 7.7/153 kB
Progress (4): 527 kB | 74 kB | 90/108 kB | 7.7/153 kB
Progress (4): 527 kB | 74 kB | 90/108 kB | 12/153 kB 
Progress (4): 527 kB | 74 kB | 94/108 kB | 12/153 kB
Progress (4): 527 kB | 74 kB | 94/108 kB | 16/153 kB
Progress (4): 527 kB | 74 kB | 98/108 kB | 16/153 kB
Progress (4): 527 kB | 74 kB | 98/108 kB | 20/153 kB
Progress (4): 527 kB | 74 kB | 102/108 kB | 20/153 kB
Progress (4): 527 kB | 74 kB | 102/108 kB | 24/153 kB
Progress (4): 527 kB | 74 kB | 106/108 kB | 24/153 kB
Progress (4): 527 kB | 74 kB | 106/108 kB | 28/153 kB
Progress (4): 527 kB | 74 kB | 106/108 kB | 32/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 32/153 kB    
Progress (4): 527 kB | 74 kB | 108 kB | 36/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 40/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 45/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 49/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 53/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 57/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 61/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 65/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 69/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 73/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 77/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 81/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 85/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 90/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 94/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 98/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 102/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 106/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 110/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 114/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 118/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 122/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 126/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 131/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 135/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 139/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 143/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 147/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 151/153 kB
Progress (4): 527 kB | 74 kB | 108 kB | 153 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 773 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-noaop.jar
Progress (4): 527 kB | 74 kB | 108 kB | 4.1/202 kB
Progress (4): 527 kB | 74 kB | 108 kB | 7.7/202 kB
Progress (4): 527 kB | 74 kB | 108 kB | 12/202 kB 
Progress (4): 527 kB | 74 kB | 108 kB | 16/202 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 517 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.jar
Progress (3): 527 kB | 74 kB | 20/202 kB
Progress (3): 527 kB | 74 kB | 24/202 kB
Progress (3): 527 kB | 74 kB | 28/202 kB
Progress (4): 527 kB | 74 kB | 28/202 kB | 4.1/472 kB
Progress (4): 527 kB | 74 kB | 32/202 kB | 4.1/472 kB
Progress (4): 527 kB | 74 kB | 32/202 kB | 7.7/472 kB
Progress (4): 527 kB | 74 kB | 32/202 kB | 12/472 kB 
Progress (4): 527 kB | 74 kB | 32/202 kB | 16/472 kB
Progress (4): 527 kB | 74 kB | 36/202 kB | 16/472 kB
Progress (4): 527 kB | 74 kB | 40/202 kB | 16/472 kB
Progress (4): 527 kB | 74 kB | 45/202 kB | 16/472 kB
Progress (4): 527 kB | 74 kB | 49/202 kB | 16/472 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 352 kB/s)
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 2.5 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.jar
Progress (3): 49/202 kB | 16/472 kB | 4.1/61 kB
Progress (3): 53/202 kB | 16/472 kB | 4.1/61 kB
Progress (3): 53/202 kB | 20/472 kB | 4.1/61 kB
Progress (3): 53/202 kB | 24/472 kB | 4.1/61 kB
Progress (3): 57/202 kB | 24/472 kB | 4.1/61 kB
Progress (3): 57/202 kB | 24/472 kB | 7.7/61 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Progress (3): 57/202 kB | 24/472 kB | 12/61 kB
Progress (3): 57/202 kB | 24/472 kB | 16/61 kB
Progress (3): 61/202 kB | 24/472 kB | 16/61 kB
Progress (3): 61/202 kB | 28/472 kB | 16/61 kB
Progress (3): 65/202 kB | 28/472 kB | 16/61 kB
Progress (3): 65/202 kB | 32/472 kB | 16/61 kB
Progress (3): 65/202 kB | 32/472 kB | 20/61 kB
Progress (3): 65/202 kB | 32/472 kB | 24/61 kB
Progress (3): 65/202 kB | 32/472 kB | 28/61 kB
Progress (3): 69/202 kB | 32/472 kB | 28/61 kB
Progress (3): 69/202 kB | 36/472 kB | 28/61 kB
Progress (3): 69/202 kB | 36/472 kB | 32/61 kB
Progress (3): 69/202 kB | 40/472 kB | 32/61 kB
Progress (3): 69/202 kB | 45/472 kB | 32/61 kB
Progress (3): 69/202 kB | 49/472 kB | 32/61 kB
Progress (3): 73/202 kB | 49/472 kB | 32/61 kB
Progress (3): 73/202 kB | 49/472 kB | 36/61 kB
Progress (3): 73/202 kB | 49/472 kB | 40/61 kB
Progress (3): 73/202 kB | 49/472 kB | 45/61 kB
Progress (3): 73/202 kB | 49/472 kB | 49/61 kB
Progress (3): 73/202 kB | 49/472 kB | 53/61 kB
Progress (3): 73/202 kB | 49/472 kB | 57/61 kB
Progress (3): 73/202 kB | 49/472 kB | 61/61 kB
Progress (3): 73/202 kB | 49/472 kB | 61 kB   
Progress (3): 73/202 kB | 53/472 kB | 61 kB
Progress (3): 77/202 kB | 53/472 kB | 61 kB
Progress (3): 77/202 kB | 57/472 kB | 61 kB
Progress (3): 81/202 kB | 57/472 kB | 61 kB
Progress (3): 85/202 kB | 57/472 kB | 61 kB
Progress (3): 90/202 kB | 57/472 kB | 61 kB
Progress (3): 90/202 kB | 61/472 kB | 61 kB
Progress (3): 94/202 kB | 61/472 kB | 61 kB
                                           
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 220 kB/s)
Progress (2): 98/202 kB | 61/472 kB
Progress (2): 98/202 kB | 65/472 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Progress (2): 102/202 kB | 65/472 kB
Progress (2): 106/202 kB | 65/472 kB
Progress (2): 106/202 kB | 69/472 kB
Progress (3): 106/202 kB | 69/472 kB | 4.1/46 kB
Progress (3): 106/202 kB | 69/472 kB | 7.7/46 kB
Progress (3): 106/202 kB | 69/472 kB | 12/46 kB 
Progress (3): 106/202 kB | 69/472 kB | 16/46 kB
Progress (3): 110/202 kB | 69/472 kB | 16/46 kB
Progress (3): 110/202 kB | 73/472 kB | 16/46 kB
Progress (3): 114/202 kB | 73/472 kB | 16/46 kB
Progress (3): 114/202 kB | 73/472 kB | 20/46 kB
Progress (3): 114/202 kB | 77/472 kB | 20/46 kB
Progress (3): 114/202 kB | 81/472 kB | 20/46 kB
Progress (3): 114/202 kB | 81/472 kB | 24/46 kB
Progress (3): 114/202 kB | 81/472 kB | 28/46 kB
Progress (3): 118/202 kB | 81/472 kB | 28/46 kB
Progress (3): 118/202 kB | 81/472 kB | 32/46 kB
Progress (4): 118/202 kB | 81/472 kB | 32/46 kB | 4.1/13 kB
Progress (4): 118/202 kB | 81/472 kB | 32/46 kB | 7.7/13 kB
Progress (5): 118/202 kB | 81/472 kB | 32/46 kB | 7.7/13 kB | 4.1/29 kB
Progress (5): 118/202 kB | 85/472 kB | 32/46 kB | 7.7/13 kB | 4.1/29 kB
Progress (5): 118/202 kB | 85/472 kB | 32/46 kB | 7.7/13 kB | 7.7/29 kB
Progress (5): 118/202 kB | 85/472 kB | 32/46 kB | 12/13 kB | 7.7/29 kB 
Progress (5): 118/202 kB | 85/472 kB | 36/46 kB | 12/13 kB | 7.7/29 kB
Progress (5): 122/202 kB | 85/472 kB | 36/46 kB | 12/13 kB | 7.7/29 kB
Progress (5): 122/202 kB | 85/472 kB | 40/46 kB | 12/13 kB | 7.7/29 kB
Progress (5): 122/202 kB | 85/472 kB | 40/46 kB | 13 kB | 7.7/29 kB   
Progress (5): 122/202 kB | 85/472 kB | 40/46 kB | 13 kB | 12/29 kB 
Progress (5): 122/202 kB | 90/472 kB | 40/46 kB | 13 kB | 12/29 kB
Progress (5): 122/202 kB | 90/472 kB | 40/46 kB | 13 kB | 16/29 kB
Progress (5): 122/202 kB | 90/472 kB | 45/46 kB | 13 kB | 16/29 kB
Progress (5): 122/202 kB | 90/472 kB | 46 kB | 13 kB | 16/29 kB   
Progress (5): 126/202 kB | 90/472 kB | 46 kB | 13 kB | 16/29 kB
Progress (5): 126/202 kB | 90/472 kB | 46 kB | 13 kB | 20/29 kB
Progress (5): 126/202 kB | 94/472 kB | 46 kB | 13 kB | 20/29 kB
Progress (5): 126/202 kB | 98/472 kB | 46 kB | 13 kB | 20/29 kB
Progress (5): 126/202 kB | 98/472 kB | 46 kB | 13 kB | 24/29 kB
Progress (5): 131/202 kB | 98/472 kB | 46 kB | 13 kB | 24/29 kB
Progress (5): 131/202 kB | 98/472 kB | 46 kB | 13 kB | 28/29 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 46 kB/s)
Progress (4): 135/202 kB | 98/472 kB | 46 kB | 28/29 kB
Progress (4): 139/202 kB | 98/472 kB | 46 kB | 28/29 kB
Progress (4): 143/202 kB | 98/472 kB | 46 kB | 28/29 kB
Progress (4): 147/202 kB | 98/472 kB | 46 kB | 28/29 kB
Progress (4): 147/202 kB | 98/472 kB | 46 kB | 29 kB   
Progress (4): 147/202 kB | 102/472 kB | 46 kB | 29 kB
Progress (4): 151/202 kB | 102/472 kB | 46 kB | 29 kB
Progress (4): 155/202 kB | 102/472 kB | 46 kB | 29 kB
Progress (4): 159/202 kB | 102/472 kB | 46 kB | 29 kB
Progress (4): 163/202 kB | 102/472 kB | 46 kB | 29 kB
                                                     
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 158 kB/s)
Progress (3): 167/202 kB | 102/472 kB | 29 kB
                                             
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
Progress (3): 171/202 kB | 102/472 kB | 29 kB
Progress (3): 176/202 kB | 102/472 kB | 29 kB
Progress (3): 180/202 kB | 102/472 kB | 29 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.0/org.eclipse.tycho.p2.tools.shared-1.5.0.jar
Progress (3): 180/202 kB | 106/472 kB | 29 kB
Progress (3): 184/202 kB | 106/472 kB | 29 kB
                                             
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 97 kB/s)
Progress (2): 188/202 kB | 106/472 kB
Progress (2): 188/202 kB | 110/472 kB
Progress (2): 192/202 kB | 110/472 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Progress (2): 196/202 kB | 110/472 kB
Progress (2): 196/202 kB | 114/472 kB
Progress (3): 196/202 kB | 114/472 kB | 4.1/49 kB
Progress (3): 200/202 kB | 114/472 kB | 4.1/49 kB
Progress (3): 202 kB | 114/472 kB | 4.1/49 kB    
Progress (3): 202 kB | 114/472 kB | 7.7/49 kB
Progress (3): 202 kB | 114/472 kB | 12/49 kB 
Progress (3): 202 kB | 118/472 kB | 12/49 kB
Progress (3): 202 kB | 118/472 kB | 16/49 kB
Progress (3): 202 kB | 122/472 kB | 16/49 kB
Progress (3): 202 kB | 126/472 kB | 16/49 kB
Progress (3): 202 kB | 131/472 kB | 16/49 kB
Progress (3): 202 kB | 131/472 kB | 20/49 kB
Progress (3): 202 kB | 131/472 kB | 24/49 kB
Progress (3): 202 kB | 135/472 kB | 24/49 kB
Progress (3): 202 kB | 135/472 kB | 28/49 kB
Progress (3): 202 kB | 139/472 kB | 28/49 kB
Progress (3): 202 kB | 139/472 kB | 32/49 kB
Progress (3): 202 kB | 143/472 kB | 32/49 kB
Progress (3): 202 kB | 147/472 kB | 32/49 kB
Progress (3): 202 kB | 147/472 kB | 36/49 kB
Progress (4): 202 kB | 147/472 kB | 36/49 kB | 4.1/247 kB
Progress (4): 202 kB | 147/472 kB | 40/49 kB | 4.1/247 kB
Progress (4): 202 kB | 147/472 kB | 45/49 kB | 4.1/247 kB
Progress (4): 202 kB | 151/472 kB | 45/49 kB | 4.1/247 kB
Progress (4): 202 kB | 151/472 kB | 45/49 kB | 7.7/247 kB
Progress (4): 202 kB | 155/472 kB | 45/49 kB | 7.7/247 kB
Progress (4): 202 kB | 155/472 kB | 49/49 kB | 7.7/247 kB
Progress (4): 202 kB | 159/472 kB | 49/49 kB | 7.7/247 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 672 kB/s)
Progress (3): 159/472 kB | 49/49 kB | 12/247 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Progress (3): 163/472 kB | 49/49 kB | 12/247 kB
Progress (3): 163/472 kB | 49 kB | 12/247 kB   
Progress (3): 167/472 kB | 49 kB | 12/247 kB
Progress (3): 167/472 kB | 49 kB | 16/247 kB
Progress (3): 171/472 kB | 49 kB | 16/247 kB
Progress (3): 176/472 kB | 49 kB | 16/247 kB
Progress (3): 180/472 kB | 49 kB | 16/247 kB
Progress (3): 180/472 kB | 49 kB | 20/247 kB
Progress (3): 180/472 kB | 49 kB | 24/247 kB
Progress (3): 180/472 kB | 49 kB | 28/247 kB
Progress (3): 180/472 kB | 49 kB | 32/247 kB
Progress (3): 184/472 kB | 49 kB | 32/247 kB
Progress (3): 188/472 kB | 49 kB | 32/247 kB
Progress (4): 188/472 kB | 49 kB | 32/247 kB | 4.1/187 kB
Progress (4): 192/472 kB | 49 kB | 32/247 kB | 4.1/187 kB
Progress (4): 192/472 kB | 49 kB | 32/247 kB | 7.7/187 kB
Progress (4): 192/472 kB | 49 kB | 36/247 kB | 7.7/187 kB
Progress (4): 192/472 kB | 49 kB | 36/247 kB | 12/187 kB 
Progress (4): 196/472 kB | 49 kB | 36/247 kB | 12/187 kB
Progress (4): 196/472 kB | 49 kB | 36/247 kB | 16/187 kB
Progress (4): 196/472 kB | 49 kB | 40/247 kB | 16/187 kB
Progress (4): 196/472 kB | 49 kB | 45/247 kB | 16/187 kB
Progress (4): 196/472 kB | 49 kB | 49/247 kB | 16/187 kB
Progress (4): 196/472 kB | 49 kB | 49/247 kB | 20/187 kB
Progress (4): 200/472 kB | 49 kB | 49/247 kB | 20/187 kB
Progress (4): 200/472 kB | 49 kB | 49/247 kB | 24/187 kB
Progress (4): 200/472 kB | 49 kB | 53/247 kB | 24/187 kB
Progress (4): 204/472 kB | 49 kB | 53/247 kB | 24/187 kB
Progress (4): 204/472 kB | 49 kB | 57/247 kB | 24/187 kB
Progress (4): 204/472 kB | 49 kB | 57/247 kB | 28/187 kB
Progress (4): 204/472 kB | 49 kB | 57/247 kB | 32/187 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 161 kB/s)
Progress (3): 204/472 kB | 61/247 kB | 32/187 kB
Progress (3): 204/472 kB | 65/247 kB | 32/187 kB
Progress (3): 204/472 kB | 69/247 kB | 32/187 kB
Progress (3): 204/472 kB | 73/247 kB | 32/187 kB
Progress (3): 208/472 kB | 73/247 kB | 32/187 kB
Progress (3): 208/472 kB | 77/247 kB | 32/187 kB
Progress (4): 208/472 kB | 77/247 kB | 32/187 kB | 4.1/22 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Progress (4): 208/472 kB | 77/247 kB | 36/187 kB | 4.1/22 kB
Progress (4): 208/472 kB | 77/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 208/472 kB | 81/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 212/472 kB | 81/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 212/472 kB | 85/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 212/472 kB | 90/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 217/472 kB | 90/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 221/472 kB | 90/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 225/472 kB | 90/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 229/472 kB | 90/247 kB | 36/187 kB | 7.7/22 kB
Progress (4): 229/472 kB | 90/247 kB | 36/187 kB | 12/22 kB 
Progress (4): 229/472 kB | 90/247 kB | 40/187 kB | 12/22 kB
Progress (4): 229/472 kB | 90/247 kB | 40/187 kB | 16/22 kB
Progress (4): 229/472 kB | 94/247 kB | 40/187 kB | 16/22 kB
Progress (4): 233/472 kB | 94/247 kB | 40/187 kB | 16/22 kB
Progress (5): 233/472 kB | 94/247 kB | 40/187 kB | 16/22 kB | 4.1/86 kB
Progress (5): 233/472 kB | 94/247 kB | 45/187 kB | 16/22 kB | 4.1/86 kB
Progress (5): 233/472 kB | 94/247 kB | 45/187 kB | 16/22 kB | 7.7/86 kB
Progress (5): 237/472 kB | 94/247 kB | 45/187 kB | 16/22 kB | 7.7/86 kB
Progress (5): 237/472 kB | 98/247 kB | 45/187 kB | 16/22 kB | 7.7/86 kB
Progress (5): 237/472 kB | 98/247 kB | 45/187 kB | 20/22 kB | 7.7/86 kB
Progress (5): 241/472 kB | 98/247 kB | 45/187 kB | 20/22 kB | 7.7/86 kB
Progress (5): 241/472 kB | 98/247 kB | 45/187 kB | 20/22 kB | 12/86 kB 
Progress (5): 241/472 kB | 98/247 kB | 49/187 kB | 20/22 kB | 12/86 kB
Progress (5): 241/472 kB | 98/247 kB | 49/187 kB | 20/22 kB | 16/86 kB
Progress (5): 245/472 kB | 98/247 kB | 49/187 kB | 20/22 kB | 16/86 kB
Progress (5): 245/472 kB | 102/247 kB | 49/187 kB | 20/22 kB | 16/86 kB
Progress (5): 245/472 kB | 102/247 kB | 49/187 kB | 22 kB | 16/86 kB   
Progress (5): 245/472 kB | 102/247 kB | 49/187 kB | 22 kB | 20/86 kB
Progress (5): 245/472 kB | 106/247 kB | 49/187 kB | 22 kB | 20/86 kB
Progress (5): 245/472 kB | 106/247 kB | 53/187 kB | 22 kB | 20/86 kB
Progress (5): 245/472 kB | 110/247 kB | 53/187 kB | 22 kB | 20/86 kB
Progress (5): 245/472 kB | 110/247 kB | 53/187 kB | 22 kB | 24/86 kB
Progress (5): 249/472 kB | 110/247 kB | 53/187 kB | 22 kB | 24/86 kB
Progress (5): 249/472 kB | 110/247 kB | 53/187 kB | 22 kB | 28/86 kB
Progress (5): 249/472 kB | 114/247 kB | 53/187 kB | 22 kB | 28/86 kB
Progress (5): 249/472 kB | 114/247 kB | 57/187 kB | 22 kB | 28/86 kB
Progress (5): 249/472 kB | 114/247 kB | 57/187 kB | 22 kB | 32/86 kB
Progress (5): 253/472 kB | 114/247 kB | 57/187 kB | 22 kB | 32/86 kB
Progress (5): 253/472 kB | 118/247 kB | 57/187 kB | 22 kB | 32/86 kB
Progress (5): 253/472 kB | 118/247 kB | 61/187 kB | 22 kB | 32/86 kB
Progress (5): 253/472 kB | 122/247 kB | 61/187 kB | 22 kB | 32/86 kB
Progress (5): 253/472 kB | 122/247 kB | 61/187 kB | 22 kB | 36/86 kB
Progress (5): 258/472 kB | 122/247 kB | 61/187 kB | 22 kB | 36/86 kB
Progress (5): 258/472 kB | 122/247 kB | 61/187 kB | 22 kB | 40/86 kB
Progress (5): 258/472 kB | 126/247 kB | 61/187 kB | 22 kB | 40/86 kB
Progress (5): 258/472 kB | 126/247 kB | 65/187 kB | 22 kB | 40/86 kB
Progress (5): 258/472 kB | 131/247 kB | 65/187 kB | 22 kB | 40/86 kB
Progress (5): 258/472 kB | 131/247 kB | 65/187 kB | 22 kB | 45/86 kB
Progress (5): 262/472 kB | 131/247 kB | 65/187 kB | 22 kB | 45/86 kB
Progress (5): 262/472 kB | 131/247 kB | 69/187 kB | 22 kB | 45/86 kB
Progress (5): 262/472 kB | 131/247 kB | 69/187 kB | 22 kB | 49/86 kB
Progress (5): 262/472 kB | 131/247 kB | 73/187 kB | 22 kB | 49/86 kB
Progress (5): 262/472 kB | 135/247 kB | 73/187 kB | 22 kB | 49/86 kB
Progress (5): 266/472 kB | 135/247 kB | 73/187 kB | 22 kB | 49/86 kB
Progress (5): 266/472 kB | 135/247 kB | 77/187 kB | 22 kB | 49/86 kB
Progress (5): 270/472 kB | 135/247 kB | 77/187 kB | 22 kB | 49/86 kB
Progress (5): 270/472 kB | 135/247 kB | 77/187 kB | 22 kB | 53/86 kB
Progress (5): 270/472 kB | 139/247 kB | 77/187 kB | 22 kB | 53/86 kB
Progress (5): 270/472 kB | 139/247 kB | 77/187 kB | 22 kB | 57/86 kB
Progress (5): 274/472 kB | 139/247 kB | 77/187 kB | 22 kB | 57/86 kB
Progress (5): 274/472 kB | 139/247 kB | 81/187 kB | 22 kB | 57/86 kB
Progress (5): 278/472 kB | 139/247 kB | 81/187 kB | 22 kB | 57/86 kB
Progress (5): 278/472 kB | 139/247 kB | 81/187 kB | 22 kB | 61/86 kB
Progress (5): 278/472 kB | 143/247 kB | 81/187 kB | 22 kB | 61/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 61/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 65/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 69/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 73/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 77/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 81/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 85/86 kB
Progress (5): 278/472 kB | 143/247 kB | 85/187 kB | 22 kB | 86 kB   
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.0/org.eclipse.tycho.p2.tools.shared-1.5.0.jar (22 kB at 68 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.jar
Progress (4): 282/472 kB | 143/247 kB | 85/187 kB | 86 kB
Progress (4): 282/472 kB | 143/247 kB | 90/187 kB | 86 kB
Progress (4): 282/472 kB | 147/247 kB | 90/187 kB | 86 kB
Progress (4): 282/472 kB | 147/247 kB | 94/187 kB | 86 kB
Progress (4): 286/472 kB | 147/247 kB | 94/187 kB | 86 kB
Progress (4): 286/472 kB | 147/247 kB | 98/187 kB | 86 kB
Progress (5): 286/472 kB | 147/247 kB | 98/187 kB | 86 kB | 4.1/209 kB
Progress (5): 290/472 kB | 147/247 kB | 98/187 kB | 86 kB | 4.1/209 kB
Progress (5): 290/472 kB | 151/247 kB | 98/187 kB | 86 kB | 4.1/209 kB
Progress (5): 290/472 kB | 151/247 kB | 102/187 kB | 86 kB | 4.1/209 kB
Progress (5): 294/472 kB | 151/247 kB | 102/187 kB | 86 kB | 4.1/209 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 227 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Progress (4): 294/472 kB | 151/247 kB | 102/187 kB | 7.7/209 kB
Progress (4): 298/472 kB | 151/247 kB | 102/187 kB | 7.7/209 kB
Progress (4): 298/472 kB | 151/247 kB | 106/187 kB | 7.7/209 kB
Progress (4): 298/472 kB | 155/247 kB | 106/187 kB | 7.7/209 kB
Progress (4): 298/472 kB | 155/247 kB | 110/187 kB | 7.7/209 kB
Progress (4): 303/472 kB | 155/247 kB | 110/187 kB | 7.7/209 kB
Progress (4): 303/472 kB | 155/247 kB | 110/187 kB | 12/209 kB 
Progress (4): 307/472 kB | 155/247 kB | 110/187 kB | 12/209 kB
Progress (4): 307/472 kB | 155/247 kB | 114/187 kB | 12/209 kB
Progress (4): 307/472 kB | 159/247 kB | 114/187 kB | 12/209 kB
Progress (4): 311/472 kB | 159/247 kB | 114/187 kB | 12/209 kB
Progress (4): 311/472 kB | 159/247 kB | 114/187 kB | 16/209 kB
Progress (4): 311/472 kB | 159/247 kB | 118/187 kB | 16/209 kB
Progress (4): 311/472 kB | 159/247 kB | 122/187 kB | 16/209 kB
Progress (4): 311/472 kB | 159/247 kB | 126/187 kB | 16/209 kB
Progress (4): 311/472 kB | 159/247 kB | 131/187 kB | 16/209 kB
Progress (4): 311/472 kB | 163/247 kB | 131/187 kB | 16/209 kB
Progress (4): 311/472 kB | 163/247 kB | 135/187 kB | 16/209 kB
Progress (5): 311/472 kB | 163/247 kB | 135/187 kB | 16/209 kB | 4.1/592 kB
Progress (5): 311/472 kB | 163/247 kB | 135/187 kB | 20/209 kB | 4.1/592 kB
Progress (5): 315/472 kB | 163/247 kB | 135/187 kB | 20/209 kB | 4.1/592 kB
Progress (5): 315/472 kB | 163/247 kB | 135/187 kB | 24/209 kB | 4.1/592 kB
Progress (5): 315/472 kB | 163/247 kB | 135/187 kB | 24/209 kB | 7.7/592 kB
Progress (5): 315/472 kB | 167/247 kB | 135/187 kB | 24/209 kB | 7.7/592 kB
Progress (5): 315/472 kB | 167/247 kB | 139/187 kB | 24/209 kB | 7.7/592 kB
Progress (5): 315/472 kB | 171/247 kB | 139/187 kB | 24/209 kB | 7.7/592 kB
Progress (5): 315/472 kB | 171/247 kB | 139/187 kB | 24/209 kB | 12/592 kB 
Progress (5): 315/472 kB | 171/247 kB | 139/187 kB | 28/209 kB | 12/592 kB
Progress (5): 319/472 kB | 171/247 kB | 139/187 kB | 28/209 kB | 12/592 kB
Progress (5): 319/472 kB | 171/247 kB | 139/187 kB | 32/209 kB | 12/592 kB
Progress (5): 319/472 kB | 171/247 kB | 139/187 kB | 32/209 kB | 16/592 kB
Progress (5): 319/472 kB | 176/247 kB | 139/187 kB | 32/209 kB | 16/592 kB
Progress (5): 319/472 kB | 176/247 kB | 143/187 kB | 32/209 kB | 16/592 kB
Progress (5): 319/472 kB | 176/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 319/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 323/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 327/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 331/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 335/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 339/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 344/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 348/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 352/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 356/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 360/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 364/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 368/472 kB | 180/247 kB | 143/187 kB | 36/209 kB | 16/592 kB
Progress (5): 368/472 kB | 180/247 kB | 143/187 kB | 40/209 kB | 16/592 kB
Progress (5): 368/472 kB | 180/247 kB | 143/187 kB | 40/209 kB | 20/592 kB
Progress (5): 368/472 kB | 180/247 kB | 147/187 kB | 40/209 kB | 20/592 kB
Progress (5): 368/472 kB | 180/247 kB | 147/187 kB | 40/209 kB | 24/592 kB
Progress (5): 368/472 kB | 180/247 kB | 147/187 kB | 45/209 kB | 24/592 kB
Progress (5): 372/472 kB | 180/247 kB | 147/187 kB | 45/209 kB | 24/592 kB
Progress (5): 372/472 kB | 184/247 kB | 147/187 kB | 45/209 kB | 24/592 kB
Progress (5): 376/472 kB | 184/247 kB | 147/187 kB | 45/209 kB | 24/592 kB
Progress (5): 376/472 kB | 184/247 kB | 151/187 kB | 45/209 kB | 24/592 kB
Progress (5): 376/472 kB | 184/247 kB | 151/187 kB | 49/209 kB | 24/592 kB
Progress (5): 376/472 kB | 184/247 kB | 151/187 kB | 49/209 kB | 28/592 kB
Progress (5): 380/472 kB | 184/247 kB | 151/187 kB | 49/209 kB | 28/592 kB
Progress (5): 380/472 kB | 184/247 kB | 155/187 kB | 49/209 kB | 28/592 kB
Progress (5): 380/472 kB | 188/247 kB | 155/187 kB | 49/209 kB | 28/592 kB
Progress (5): 380/472 kB | 188/247 kB | 159/187 kB | 49/209 kB | 28/592 kB
Progress (5): 380/472 kB | 188/247 kB | 159/187 kB | 53/209 kB | 28/592 kB
Progress (5): 384/472 kB | 188/247 kB | 159/187 kB | 53/209 kB | 28/592 kB
Progress (5): 384/472 kB | 188/247 kB | 159/187 kB | 53/209 kB | 32/592 kB
Progress (5): 389/472 kB | 188/247 kB | 159/187 kB | 53/209 kB | 32/592 kB
Progress (5): 389/472 kB | 188/247 kB | 159/187 kB | 57/209 kB | 32/592 kB
Progress (5): 389/472 kB | 188/247 kB | 163/187 kB | 57/209 kB | 32/592 kB
Progress (5): 389/472 kB | 192/247 kB | 163/187 kB | 57/209 kB | 32/592 kB
Progress (5): 389/472 kB | 192/247 kB | 163/187 kB | 57/209 kB | 36/592 kB
Progress (5): 389/472 kB | 192/247 kB | 163/187 kB | 61/209 kB | 36/592 kB
Progress (5): 393/472 kB | 192/247 kB | 163/187 kB | 61/209 kB | 36/592 kB
Progress (5): 393/472 kB | 192/247 kB | 163/187 kB | 65/209 kB | 36/592 kB
Progress (5): 393/472 kB | 192/247 kB | 163/187 kB | 65/209 kB | 40/592 kB
Progress (5): 393/472 kB | 192/247 kB | 163/187 kB | 65/209 kB | 45/592 kB
Progress (5): 397/472 kB | 192/247 kB | 163/187 kB | 65/209 kB | 45/592 kB
Progress (5): 397/472 kB | 192/247 kB | 163/187 kB | 69/209 kB | 45/592 kB
Progress (5): 397/472 kB | 192/247 kB | 167/187 kB | 69/209 kB | 45/592 kB
Progress (5): 397/472 kB | 196/247 kB | 167/187 kB | 69/209 kB | 45/592 kB
Progress (5): 397/472 kB | 196/247 kB | 171/187 kB | 69/209 kB | 45/592 kB
Progress (5): 397/472 kB | 196/247 kB | 176/187 kB | 69/209 kB | 45/592 kB
Progress (5): 397/472 kB | 200/247 kB | 176/187 kB | 69/209 kB | 45/592 kB
Progress (5): 397/472 kB | 200/247 kB | 176/187 kB | 73/209 kB | 45/592 kB
Progress (5): 401/472 kB | 200/247 kB | 176/187 kB | 73/209 kB | 45/592 kB
Progress (5): 401/472 kB | 200/247 kB | 176/187 kB | 73/209 kB | 49/592 kB
Progress (5): 405/472 kB | 200/247 kB | 176/187 kB | 73/209 kB | 49/592 kB
Progress (5): 405/472 kB | 200/247 kB | 176/187 kB | 77/209 kB | 49/592 kB
Progress (5): 405/472 kB | 204/247 kB | 176/187 kB | 77/209 kB | 49/592 kB
Progress (5): 405/472 kB | 204/247 kB | 180/187 kB | 77/209 kB | 49/592 kB
Progress (5): 405/472 kB | 208/247 kB | 180/187 kB | 77/209 kB | 49/592 kB
Progress (5): 405/472 kB | 208/247 kB | 180/187 kB | 77/209 kB | 53/592 kB
Progress (5): 405/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 53/592 kB
Progress (5): 405/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 57/592 kB
Progress (5): 409/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 57/592 kB
Progress (5): 409/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 61/592 kB
Progress (5): 409/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 413/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 417/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 421/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 425/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 430/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 434/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 438/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 442/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 446/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 450/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 454/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 458/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 462/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 466/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 471/472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 472 kB | 208/247 kB | 180/187 kB | 81/209 kB | 65/592 kB    
Progress (5): 472 kB | 212/247 kB | 180/187 kB | 81/209 kB | 65/592 kB
Progress (5): 472 kB | 212/247 kB | 184/187 kB | 81/209 kB | 65/592 kB
Progress (5): 472 kB | 212/247 kB | 187 kB | 81/209 kB | 65/592 kB    
Progress (5): 472 kB | 212/247 kB | 187 kB | 81/209 kB | 69/592 kB
Progress (5): 472 kB | 212/247 kB | 187 kB | 85/209 kB | 69/592 kB
Progress (5): 472 kB | 212/247 kB | 187 kB | 85/209 kB | 73/592 kB
Progress (5): 472 kB | 217/247 kB | 187 kB | 85/209 kB | 73/592 kB
Progress (5): 472 kB | 217/247 kB | 187 kB | 85/209 kB | 77/592 kB
Progress (5): 472 kB | 217/247 kB | 187 kB | 90/209 kB | 77/592 kB
Progress (5): 472 kB | 217/247 kB | 187 kB | 90/209 kB | 81/592 kB
Progress (5): 472 kB | 221/247 kB | 187 kB | 90/209 kB | 81/592 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 470 kB/s)
Progress (4): 472 kB | 221/247 kB | 94/209 kB | 81/592 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Progress (4): 472 kB | 221/247 kB | 94/209 kB | 85/592 kB
Progress (4): 472 kB | 221/247 kB | 94/209 kB | 90/592 kB
Progress (4): 472 kB | 221/247 kB | 94/209 kB | 94/592 kB
Progress (4): 472 kB | 225/247 kB | 94/209 kB | 94/592 kB
Progress (4): 472 kB | 225/247 kB | 94/209 kB | 98/592 kB
Progress (4): 472 kB | 225/247 kB | 98/209 kB | 98/592 kB
Progress (4): 472 kB | 229/247 kB | 98/209 kB | 98/592 kB
Progress (4): 472 kB | 229/247 kB | 98/209 kB | 102/592 kB
Progress (4): 472 kB | 233/247 kB | 98/209 kB | 102/592 kB
Progress (4): 472 kB | 233/247 kB | 98/209 kB | 106/592 kB
Progress (4): 472 kB | 233/247 kB | 102/209 kB | 106/592 kB
Progress (4): 472 kB | 233/247 kB | 102/209 kB | 110/592 kB
Progress (4): 472 kB | 237/247 kB | 102/209 kB | 110/592 kB
Progress (4): 472 kB | 237/247 kB | 102/209 kB | 114/592 kB
Progress (4): 472 kB | 237/247 kB | 106/209 kB | 114/592 kB
Progress (4): 472 kB | 241/247 kB | 106/209 kB | 114/592 kB
Progress (4): 472 kB | 241/247 kB | 110/209 kB | 114/592 kB
Progress (4): 472 kB | 245/247 kB | 110/209 kB | 114/592 kB
Progress (4): 472 kB | 245/247 kB | 110/209 kB | 118/592 kB
Progress (4): 472 kB | 245/247 kB | 114/209 kB | 118/592 kB
Progress (4): 472 kB | 245/247 kB | 114/209 kB | 122/592 kB
Progress (4): 472 kB | 247 kB | 114/209 kB | 122/592 kB    
Progress (4): 472 kB | 247 kB | 114/209 kB | 126/592 kB
Progress (4): 472 kB | 247 kB | 114/209 kB | 131/592 kB
Progress (4): 472 kB | 247 kB | 118/209 kB | 131/592 kB
Progress (4): 472 kB | 247 kB | 122/209 kB | 131/592 kB
Progress (4): 472 kB | 247 kB | 126/209 kB | 131/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 131/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 135/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 139/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 143/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 147/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 151/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 155/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 159/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 163/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 167/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 171/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 176/592 kB
Progress (4): 472 kB | 247 kB | 131/209 kB | 180/592 kB
Progress (4): 472 kB | 247 kB | 135/209 kB | 180/592 kB
Progress (4): 472 kB | 247 kB | 139/209 kB | 180/592 kB
Progress (4): 472 kB | 247 kB | 143/209 kB | 180/592 kB
Progress (4): 472 kB | 247 kB | 147/209 kB | 180/592 kB
Progress (4): 472 kB | 247 kB | 147/209 kB | 184/592 kB
Progress (4): 472 kB | 247 kB | 147/209 kB | 188/592 kB
Progress (4): 472 kB | 247 kB | 147/209 kB | 192/592 kB
Progress (4): 472 kB | 247 kB | 147/209 kB | 196/592 kB
Progress (4): 472 kB | 247 kB | 151/209 kB | 196/592 kB
Progress (4): 472 kB | 247 kB | 155/209 kB | 196/592 kB
Progress (4): 472 kB | 247 kB | 159/209 kB | 196/592 kB
Progress (4): 472 kB | 247 kB | 159/209 kB | 200/592 kB
Progress (4): 472 kB | 247 kB | 163/209 kB | 200/592 kB
Progress (4): 472 kB | 247 kB | 163/209 kB | 204/592 kB
Progress (4): 472 kB | 247 kB | 163/209 kB | 208/592 kB
Progress (4): 472 kB | 247 kB | 163/209 kB | 212/592 kB
Progress (4): 472 kB | 247 kB | 167/209 kB | 212/592 kB
Progress (4): 472 kB | 247 kB | 171/209 kB | 212/592 kB
Progress (4): 472 kB | 247 kB | 176/209 kB | 212/592 kB
Progress (4): 472 kB | 247 kB | 176/209 kB | 217/592 kB
Progress (4): 472 kB | 247 kB | 180/209 kB | 217/592 kB
Progress (4): 472 kB | 247 kB | 180/209 kB | 221/592 kB
Progress (4): 472 kB | 247 kB | 180/209 kB | 225/592 kB
Progress (4): 472 kB | 247 kB | 180/209 kB | 229/592 kB
Progress (4): 472 kB | 247 kB | 184/209 kB | 229/592 kB
Progress (4): 472 kB | 247 kB | 188/209 kB | 229/592 kB
Progress (4): 472 kB | 247 kB | 192/209 kB | 229/592 kB
Progress (4): 472 kB | 247 kB | 192/209 kB | 233/592 kB
Progress (4): 472 kB | 247 kB | 196/209 kB | 233/592 kB
Progress (4): 472 kB | 247 kB | 196/209 kB | 237/592 kB
Progress (4): 472 kB | 247 kB | 196/209 kB | 241/592 kB
Progress (4): 472 kB | 247 kB | 200/209 kB | 241/592 kB
Progress (4): 472 kB | 247 kB | 200/209 kB | 245/592 kB
Progress (4): 472 kB | 247 kB | 204/209 kB | 245/592 kB
Progress (4): 472 kB | 247 kB | 208/209 kB | 245/592 kB
Progress (4): 472 kB | 247 kB | 209 kB | 245/592 kB    
Progress (4): 472 kB | 247 kB | 209 kB | 249/592 kB
Progress (4): 472 kB | 247 kB | 209 kB | 253/592 kB
Progress (4): 472 kB | 247 kB | 209 kB | 258/592 kB
Progress (4): 472 kB | 247 kB | 209 kB | 262/592 kB
Progress (5): 472 kB | 247 kB | 209 kB | 262/592 kB | 4.1/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 262/592 kB | 7.7/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 262/592 kB | 12/58 kB 
Progress (5): 472 kB | 247 kB | 209 kB | 266/592 kB | 12/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 266/592 kB | 16/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 270/592 kB | 16/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 274/592 kB | 16/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 274/592 kB | 20/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 278/592 kB | 20/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 278/592 kB | 24/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 278/592 kB | 28/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 278/592 kB | 32/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 282/592 kB | 32/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 286/592 kB | 32/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 290/592 kB | 32/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 290/592 kB | 36/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 294/592 kB | 36/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 294/592 kB | 40/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 294/592 kB | 45/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 294/592 kB | 49/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 298/592 kB | 49/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 303/592 kB | 49/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 303/592 kB | 53/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 307/592 kB | 53/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 307/592 kB | 57/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 311/592 kB | 57/58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 311/592 kB | 58 kB   
Progress (5): 472 kB | 247 kB | 209 kB | 315/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 319/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 323/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 327/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 331/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 335/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 339/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 344/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 348/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 352/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 356/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 360/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 364/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 368/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 372/592 kB | 58 kB
Progress (5): 472 kB | 247 kB | 209 kB | 376/592 kB | 58 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.jar (247 kB at 595 kB/s)
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 1.1 MB/s)
Progress (3): 209 kB | 380/592 kB | 58 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Progress (3): 209 kB | 384/592 kB | 58 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
Progress (3): 209 kB | 389/592 kB | 58 kB
Progress (3): 209 kB | 393/592 kB | 58 kB
Progress (3): 209 kB | 397/592 kB | 58 kB
Progress (3): 209 kB | 401/592 kB | 58 kB
Progress (3): 209 kB | 405/592 kB | 58 kB
Progress (3): 209 kB | 409/592 kB | 58 kB
Progress (3): 209 kB | 413/592 kB | 58 kB
Progress (3): 209 kB | 417/592 kB | 58 kB
Progress (3): 209 kB | 421/592 kB | 58 kB
Progress (3): 209 kB | 425/592 kB | 58 kB
Progress (3): 209 kB | 430/592 kB | 58 kB
Progress (3): 209 kB | 434/592 kB | 58 kB
Progress (3): 209 kB | 438/592 kB | 58 kB
Progress (3): 209 kB | 442/592 kB | 58 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 121 kB/s)
Progress (3): 209 kB | 442/592 kB | 4.1/100 kB
Progress (3): 209 kB | 446/592 kB | 4.1/100 kB
Progress (3): 209 kB | 450/592 kB | 4.1/100 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
Progress (3): 209 kB | 454/592 kB | 4.1/100 kB
Progress (3): 209 kB | 454/592 kB | 7.7/100 kB
Progress (3): 209 kB | 458/592 kB | 7.7/100 kB
Progress (3): 209 kB | 458/592 kB | 12/100 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 437 kB/s)
Progress (2): 458/592 kB | 16/100 kB
Progress (2): 462/592 kB | 16/100 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.0/sisu-equinox-embedder-1.5.0.jar
Progress (2): 462/592 kB | 20/100 kB
Progress (2): 466/592 kB | 20/100 kB
Progress (2): 466/592 kB | 24/100 kB
Progress (2): 471/592 kB | 24/100 kB
Progress (2): 471/592 kB | 28/100 kB
Progress (2): 475/592 kB | 28/100 kB
Progress (2): 475/592 kB | 32/100 kB
Progress (2): 479/592 kB | 32/100 kB
Progress (2): 479/592 kB | 36/100 kB
Progress (2): 483/592 kB | 36/100 kB
Progress (2): 483/592 kB | 40/100 kB
Progress (2): 487/592 kB | 40/100 kB
Progress (2): 487/592 kB | 45/100 kB
Progress (2): 491/592 kB | 45/100 kB
Progress (2): 491/592 kB | 49/100 kB
Progress (2): 495/592 kB | 49/100 kB
Progress (2): 499/592 kB | 49/100 kB
Progress (2): 499/592 kB | 53/100 kB
Progress (2): 503/592 kB | 53/100 kB
Progress (2): 503/592 kB | 57/100 kB
Progress (2): 507/592 kB | 57/100 kB
Progress (2): 507/592 kB | 61/100 kB
Progress (2): 507/592 kB | 65/100 kB
Progress (2): 511/592 kB | 65/100 kB
Progress (2): 516/592 kB | 65/100 kB
Progress (2): 520/592 kB | 65/100 kB
Progress (2): 520/592 kB | 69/100 kB
Progress (2): 524/592 kB | 69/100 kB
Progress (2): 524/592 kB | 73/100 kB
Progress (2): 524/592 kB | 77/100 kB
Progress (2): 524/592 kB | 81/100 kB
Progress (2): 528/592 kB | 81/100 kB
Progress (2): 532/592 kB | 81/100 kB
Progress (2): 536/592 kB | 81/100 kB
Progress (2): 540/592 kB | 81/100 kB
Progress (2): 540/592 kB | 85/100 kB
Progress (2): 540/592 kB | 90/100 kB
Progress (2): 540/592 kB | 94/100 kB
Progress (2): 544/592 kB | 94/100 kB
Progress (2): 544/592 kB | 98/100 kB
Progress (2): 548/592 kB | 98/100 kB
Progress (2): 552/592 kB | 98/100 kB
Progress (2): 552/592 kB | 100 kB   
Progress (2): 557/592 kB | 100 kB
Progress (2): 561/592 kB | 100 kB
Progress (2): 565/592 kB | 100 kB
Progress (2): 569/592 kB | 100 kB
Progress (2): 573/592 kB | 100 kB
Progress (2): 577/592 kB | 100 kB
Progress (2): 581/592 kB | 100 kB
Progress (2): 585/592 kB | 100 kB
Progress (2): 589/592 kB | 100 kB
Progress (2): 592 kB | 100 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 205 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.0/sisu-equinox-api-1.5.0.jar
Progress (2): 592 kB | 4.1/248 kB
Progress (2): 592 kB | 7.7/248 kB
Progress (2): 592 kB | 12/248 kB 
Progress (2): 592 kB | 16/248 kB
Progress (2): 592 kB | 20/248 kB
Progress (2): 592 kB | 24/248 kB
Progress (2): 592 kB | 28/248 kB
Progress (2): 592 kB | 32/248 kB
Progress (2): 592 kB | 36/248 kB
Progress (2): 592 kB | 40/248 kB
Progress (2): 592 kB | 45/248 kB
Progress (2): 592 kB | 49/248 kB
Progress (2): 592 kB | 53/248 kB
Progress (2): 592 kB | 57/248 kB
Progress (2): 592 kB | 61/248 kB
Progress (2): 592 kB | 65/248 kB
Progress (2): 592 kB | 69/248 kB
Progress (2): 592 kB | 73/248 kB
Progress (2): 592 kB | 77/248 kB
Progress (2): 592 kB | 81/248 kB
Progress (2): 592 kB | 85/248 kB
Progress (2): 592 kB | 90/248 kB
Progress (2): 592 kB | 94/248 kB
Progress (2): 592 kB | 98/248 kB
Progress (2): 592 kB | 102/248 kB
Progress (2): 592 kB | 106/248 kB
Progress (2): 592 kB | 110/248 kB
Progress (2): 592 kB | 114/248 kB
Progress (2): 592 kB | 118/248 kB
Progress (2): 592 kB | 122/248 kB
Progress (2): 592 kB | 126/248 kB
Progress (2): 592 kB | 131/248 kB
Progress (2): 592 kB | 135/248 kB
Progress (2): 592 kB | 139/248 kB
Progress (2): 592 kB | 143/248 kB
Progress (2): 592 kB | 147/248 kB
Progress (2): 592 kB | 151/248 kB
Progress (2): 592 kB | 155/248 kB
Progress (2): 592 kB | 159/248 kB
Progress (2): 592 kB | 163/248 kB
Progress (2): 592 kB | 167/248 kB
Progress (2): 592 kB | 171/248 kB
Progress (2): 592 kB | 176/248 kB
Progress (2): 592 kB | 180/248 kB
Progress (2): 592 kB | 184/248 kB
Progress (2): 592 kB | 188/248 kB
Progress (2): 592 kB | 192/248 kB
Progress (2): 592 kB | 196/248 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.2 MB/s)
Progress (1): 200/248 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.0/tycho-metadata-model-1.5.0.jar
Progress (1): 204/248 kB
Progress (1): 208/248 kB
Progress (1): 212/248 kB
Progress (2): 212/248 kB | 0/1.5 MB
Progress (2): 212/248 kB | 0/1.5 MB
Progress (2): 212/248 kB | 0/1.5 MB
Progress (2): 212/248 kB | 0/1.5 MB
Progress (2): 217/248 kB | 0/1.5 MB
Progress (2): 221/248 kB | 0/1.5 MB
Progress (2): 225/248 kB | 0/1.5 MB
Progress (2): 229/248 kB | 0/1.5 MB
Progress (2): 229/248 kB | 0/1.5 MB
Progress (2): 229/248 kB | 0/1.5 MB
Progress (2): 229/248 kB | 0/1.5 MB
Progress (2): 229/248 kB | 0/1.5 MB
Progress (2): 233/248 kB | 0/1.5 MB
Progress (2): 237/248 kB | 0/1.5 MB
Progress (2): 241/248 kB | 0/1.5 MB
Progress (2): 241/248 kB | 0/1.5 MB
Progress (2): 245/248 kB | 0/1.5 MB
Progress (2): 245/248 kB | 0/1.5 MB
Progress (2): 248 kB | 0/1.5 MB    
Progress (2): 248 kB | 0/1.5 MB
Progress (2): 248 kB | 0/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.1/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (2): 248 kB | 0.2/1.5 MB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.2/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.3/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.3/1.5 MB | 3.1 kB
Progress (3): 248 kB | 0.3/1.5 MB | 3.1 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 4.1/13 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 7.7/13 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 12/13 kB 
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 12/13 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB   
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB
Progress (4): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 4.1/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 4.1/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 7.7/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 7.7/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 12/38 kB 
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 16/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 16/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 16/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 20/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 20/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 24/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 24/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 28/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 32/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 36/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 36/38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB   
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 248 kB | 0.3/1.5 MB | 3.1 kB | 13 kB | 38 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 478 kB/s)
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (4): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB
Progress (5): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB | 4.1/112 kB
Progress (5): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB | 7.7/112 kB
Progress (5): 0.4/1.5 MB | 3.1 kB | 13 kB | 38 kB | 12/112 kB 
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.0/sisu-equinox-embedder-1.5.0.jar (13 kB at 23 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.0/tycho-metadata-model-1.5.0.jar (38 kB at 66 kB/s)
Progress (3): 0.4/1.5 MB | 3.1 kB | 12/112 kB
Progress (3): 0.4/1.5 MB | 3.1 kB | 16/112 kB
Progress (3): 0.4/1.5 MB | 3.1 kB | 16/112 kB
Progress (3): 0.4/1.5 MB | 3.1 kB | 16/112 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.0/org.eclipse.tycho.embedder.shared-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.0/tycho-embedder-api-1.5.0.jar
Progress (3): 0.4/1.5 MB | 3.1 kB | 20/112 kB
Progress (3): 0.4/1.5 MB | 3.1 kB | 20/112 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.0/sisu-equinox-api-1.5.0.jar (3.1 kB at 5.4 kB/s)
Progress (2): 0.4/1.5 MB | 20/112 kB
Progress (2): 0.4/1.5 MB | 24/112 kB
Progress (2): 0.4/1.5 MB | 24/112 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.0/org.eclipse.tycho.core.shared-1.5.0.jar
Progress (2): 0.4/1.5 MB | 24/112 kB
Progress (2): 0.4/1.5 MB | 28/112 kB
Progress (2): 0.4/1.5 MB | 28/112 kB
Progress (2): 0.4/1.5 MB | 32/112 kB
Progress (2): 0.4/1.5 MB | 36/112 kB
Progress (2): 0.4/1.5 MB | 36/112 kB
Progress (2): 0.4/1.5 MB | 40/112 kB
Progress (2): 0.4/1.5 MB | 40/112 kB
Progress (2): 0.4/1.5 MB | 45/112 kB
Progress (2): 0.4/1.5 MB | 45/112 kB
Progress (2): 0.4/1.5 MB | 49/112 kB
Progress (2): 0.4/1.5 MB | 49/112 kB
Progress (2): 0.4/1.5 MB | 53/112 kB
Progress (2): 0.4/1.5 MB | 53/112 kB
Progress (2): 0.4/1.5 MB | 57/112 kB
Progress (2): 0.5/1.5 MB | 57/112 kB
Progress (2): 0.5/1.5 MB | 61/112 kB
Progress (2): 0.5/1.5 MB | 61/112 kB
Progress (2): 0.5/1.5 MB | 65/112 kB
Progress (2): 0.5/1.5 MB | 65/112 kB
Progress (2): 0.5/1.5 MB | 69/112 kB
Progress (2): 0.5/1.5 MB | 69/112 kB
Progress (2): 0.5/1.5 MB | 73/112 kB
Progress (2): 0.5/1.5 MB | 73/112 kB
Progress (2): 0.5/1.5 MB | 77/112 kB
Progress (2): 0.5/1.5 MB | 77/112 kB
Progress (2): 0.5/1.5 MB | 81/112 kB
Progress (2): 0.5/1.5 MB | 81/112 kB
Progress (2): 0.5/1.5 MB | 85/112 kB
Progress (2): 0.5/1.5 MB | 85/112 kB
Progress (2): 0.5/1.5 MB | 90/112 kB
Progress (2): 0.5/1.5 MB | 90/112 kB
Progress (2): 0.5/1.5 MB | 94/112 kB
Progress (2): 0.5/1.5 MB | 94/112 kB
Progress (2): 0.5/1.5 MB | 98/112 kB
Progress (2): 0.5/1.5 MB | 98/112 kB
Progress (2): 0.5/1.5 MB | 102/112 kB
Progress (2): 0.5/1.5 MB | 102/112 kB
Progress (2): 0.5/1.5 MB | 106/112 kB
Progress (2): 0.5/1.5 MB | 106/112 kB
Progress (2): 0.5/1.5 MB | 110/112 kB
Progress (2): 0.5/1.5 MB | 110/112 kB
Progress (2): 0.5/1.5 MB | 112 kB    
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
Progress (2): 0.5/1.5 MB | 112 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 191 kB/s)
Progress (1): 0.5/1.5 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Progress (1): 0.5/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (2): 0.6/1.5 MB | 4.1/285 kB
Progress (2): 0.6/1.5 MB | 4.1/285 kB
Progress (2): 0.6/1.5 MB | 7.7/285 kB
Progress (2): 0.6/1.5 MB | 7.7/285 kB
Progress (2): 0.6/1.5 MB | 12/285 kB 
Progress (2): 0.6/1.5 MB | 16/285 kB
Progress (2): 0.6/1.5 MB | 16/285 kB
Progress (2): 0.6/1.5 MB | 16/285 kB
Progress (2): 0.6/1.5 MB | 16/285 kB
Progress (2): 0.6/1.5 MB | 20/285 kB
Progress (2): 0.6/1.5 MB | 20/285 kB
Progress (2): 0.6/1.5 MB | 24/285 kB
Progress (2): 0.6/1.5 MB | 28/285 kB
Progress (2): 0.6/1.5 MB | 32/285 kB
Progress (2): 0.6/1.5 MB | 32/285 kB
Progress (2): 0.6/1.5 MB | 32/285 kB
Progress (2): 0.6/1.5 MB | 32/285 kB
Progress (2): 0.6/1.5 MB | 32/285 kB
Progress (2): 0.6/1.5 MB | 36/285 kB
Progress (2): 0.6/1.5 MB | 40/285 kB
Progress (2): 0.6/1.5 MB | 45/285 kB
Progress (2): 0.6/1.5 MB | 49/285 kB
Progress (2): 0.6/1.5 MB | 49/285 kB
Progress (2): 0.6/1.5 MB | 49/285 kB
Progress (2): 0.7/1.5 MB | 49/285 kB
Progress (2): 0.7/1.5 MB | 49/285 kB
Progress (2): 0.7/1.5 MB | 53/285 kB
Progress (2): 0.7/1.5 MB | 57/285 kB
Progress (2): 0.7/1.5 MB | 61/285 kB
Progress (2): 0.7/1.5 MB | 65/285 kB
Progress (2): 0.7/1.5 MB | 65/285 kB
Progress (2): 0.7/1.5 MB | 65/285 kB
Progress (2): 0.7/1.5 MB | 65/285 kB
Progress (2): 0.7/1.5 MB | 65/285 kB
Progress (2): 0.7/1.5 MB | 69/285 kB
Progress (2): 0.7/1.5 MB | 73/285 kB
Progress (2): 0.7/1.5 MB | 77/285 kB
Progress (2): 0.7/1.5 MB | 81/285 kB
Progress (2): 0.7/1.5 MB | 81/285 kB
Progress (2): 0.7/1.5 MB | 81/285 kB
Progress (2): 0.7/1.5 MB | 81/285 kB
Progress (2): 0.7/1.5 MB | 81/285 kB
Progress (2): 0.7/1.5 MB | 85/285 kB
Progress (2): 0.7/1.5 MB | 90/285 kB
Progress (2): 0.7/1.5 MB | 94/285 kB
Progress (2): 0.7/1.5 MB | 98/285 kB
Progress (2): 0.7/1.5 MB | 98/285 kB
Progress (2): 0.7/1.5 MB | 98/285 kB
Progress (2): 0.7/1.5 MB | 98/285 kB
Progress (2): 0.7/1.5 MB | 98/285 kB
Progress (2): 0.7/1.5 MB | 102/285 kB
Progress (2): 0.7/1.5 MB | 106/285 kB
Progress (3): 0.7/1.5 MB | 106/285 kB | 4.1/9.4 kB
Progress (3): 0.7/1.5 MB | 110/285 kB | 4.1/9.4 kB
Progress (3): 0.7/1.5 MB | 110/285 kB | 7.7/9.4 kB
Progress (3): 0.7/1.5 MB | 114/285 kB | 7.7/9.4 kB
Progress (3): 0.7/1.5 MB | 114/285 kB | 7.7/9.4 kB
Progress (3): 0.7/1.5 MB | 114/285 kB | 9.4 kB    
Progress (3): 0.7/1.5 MB | 114/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 118/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 118/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 122/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 122/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 126/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 131/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 131/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 131/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 135/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 135/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 139/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 139/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 143/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 147/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 147/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 147/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 151/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 151/285 kB | 9.4 kB
Progress (3): 0.7/1.5 MB | 155/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 155/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 159/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 163/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 163/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 163/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 167/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 167/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 171/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 171/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 176/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 180/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 180/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 180/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 184/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 184/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 188/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 188/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 192/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 196/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 196/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 196/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 200/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 200/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 204/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 204/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 208/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 212/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 212/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 217/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 217/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 221/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 221/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 225/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 225/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 229/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 229/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 233/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 233/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 237/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 237/285 kB | 9.4 kB
Progress (3): 0.8/1.5 MB | 241/285 kB | 9.4 kB
Progress (4): 0.8/1.5 MB | 241/285 kB | 9.4 kB | 4.1/7.0 kB
Progress (4): 0.8/1.5 MB | 245/285 kB | 9.4 kB | 4.1/7.0 kB
Progress (4): 0.8/1.5 MB | 245/285 kB | 9.4 kB | 4.1/7.0 kB
Progress (4): 0.8/1.5 MB | 245/285 kB | 9.4 kB | 7.0 kB    
Progress (4): 0.8/1.5 MB | 249/285 kB | 9.4 kB | 7.0 kB
Progress (4): 0.8/1.5 MB | 253/285 kB | 9.4 kB | 7.0 kB
Progress (4): 0.8/1.5 MB | 253/285 kB | 9.4 kB | 7.0 kB
Progress (4): 0.8/1.5 MB | 258/285 kB | 9.4 kB | 7.0 kB
Progress (4): 0.8/1.5 MB | 258/285 kB | 9.4 kB | 7.0 kB
Progress (4): 0.8/1.5 MB | 262/285 kB | 9.4 kB | 7.0 kB
Progress (4): 0.8/1.5 MB | 262/285 kB | 9.4 kB | 7.0 kB
Progress (5): 0.8/1.5 MB | 262/285 kB | 9.4 kB | 7.0 kB | 4.1/37 kB
Progress (5): 0.9/1.5 MB | 262/285 kB | 9.4 kB | 7.0 kB | 4.1/37 kB
Progress (5): 0.9/1.5 MB | 266/285 kB | 9.4 kB | 7.0 kB | 4.1/37 kB
Progress (5): 0.9/1.5 MB | 266/285 kB | 9.4 kB | 7.0 kB | 7.7/37 kB
Progress (5): 0.9/1.5 MB | 270/285 kB | 9.4 kB | 7.0 kB | 7.7/37 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.0/org.eclipse.tycho.embedder.shared-1.5.0.jar (9.4 kB at 16 kB/s)
Progress (4): 0.9/1.5 MB | 270/285 kB | 7.0 kB | 7.7/37 kB
Progress (4): 0.9/1.5 MB | 274/285 kB | 7.0 kB | 7.7/37 kB
Progress (4): 0.9/1.5 MB | 274/285 kB | 7.0 kB | 12/37 kB 
Progress (4): 0.9/1.5 MB | 278/285 kB | 7.0 kB | 12/37 kB
Progress (4): 0.9/1.5 MB | 278/285 kB | 7.0 kB | 12/37 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Progress (4): 0.9/1.5 MB | 278/285 kB | 7.0 kB | 12/37 kB
Progress (4): 0.9/1.5 MB | 282/285 kB | 7.0 kB | 12/37 kB
Progress (4): 0.9/1.5 MB | 282/285 kB | 7.0 kB | 16/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 16/37 kB    
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 16/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 20/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 20/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 24/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 24/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 28/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 28/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 32/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 32/37 kB
Progress (4): 0.9/1.5 MB | 285 kB | 7.0 kB | 36/37 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 36/37 kB | 4.1/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 36/37 kB | 4.1/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 4.1/53 kB   
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 4.1/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 7.7/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 7.7/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 12/53 kB 
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 12/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 16/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 16/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 16/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 20/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 20/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 24/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 24/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 28/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 32/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 32/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 32/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 36/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 36/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 36/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 36/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 40/53 kB
Progress (5): 0.9/1.5 MB | 285 kB | 7.0 kB | 37 kB | 40/53 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.0/tycho-embedder-api-1.5.0.jar (7.0 kB at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.0/tycho-p2-facade-1.5.0.jar
Progress (4): 0.9/1.5 MB | 285 kB | 37 kB | 40/53 kB
Progress (4): 0.9/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 0.9/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 45/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 49/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 53/53 kB
Progress (4): 1.0/1.5 MB | 285 kB | 37 kB | 53 kB   
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.0/org.eclipse.tycho.core.shared-1.5.0.jar (37 kB at 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Progress (4): 1.0/1.5 MB | 285 kB | 53 kB | 4.1/4.3 kB
Progress (4): 1.0/1.5 MB | 285 kB | 53 kB | 4.3 kB    
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 86 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 6.3 kB/s)
Progress (3): 1.0/1.5 MB | 285 kB | 4.1/37 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.0/org.eclipse.tycho.p2.resolver.shared-1.5.0.jar
Progress (3): 1.0/1.5 MB | 285 kB | 7.7/37 kB
Progress (3): 1.0/1.5 MB | 285 kB | 12/37 kB 
Progress (3): 1.0/1.5 MB | 285 kB | 16/37 kB
Progress (3): 1.0/1.5 MB | 285 kB | 20/37 kB
Progress (3): 1.0/1.5 MB | 285 kB | 24/37 kB
Progress (3): 1.0/1.5 MB | 285 kB | 28/37 kB
Progress (3): 1.0/1.5 MB | 285 kB | 32/37 kB
Progress (3): 1.0/1.5 MB | 285 kB | 36/37 kB
Progress (3): 1.0/1.5 MB | 285 kB | 37 kB   
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 416 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.5.0/tycho-p2-facade-1.5.0.jar (37 kB at 54 kB/s)
Progress (2): 1.0/1.5 MB | 4.1/29 kB
Progress (2): 1.0/1.5 MB | 7.7/29 kB
Progress (2): 1.0/1.5 MB | 12/29 kB 
Progress (2): 1.0/1.5 MB | 16/29 kB
Progress (2): 1.0/1.5 MB | 20/29 kB
Progress (2): 1.0/1.5 MB | 24/29 kB
Progress (2): 1.0/1.5 MB | 28/29 kB
Progress (2): 1.0/1.5 MB | 29 kB   
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.5.0/org.eclipse.tycho.p2.resolver.shared-1.5.0.jar (29 kB at 41 kB/s)
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.20.0/xtext-dev-bom-2.20.0.pom
Progress (1): 977 B
Progress (1): 3.3 kB
Progress (1): 7.1 kB
Progress (1): 11 kB 
Progress (1): 13 kB
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.20.0/xtext-dev-bom-2.20.0.pom (14 kB at 547 kB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.5.0/tycho-bundles-external-1.5.0.zip
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.5.0/tycho-bundles-external-1.5.0.zip
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.5.0/tycho-bundles-external-1.5.0.zip (8.1 MB at 16 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.0/org.eclipse.tycho.p2.resolver.impl-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.0/org.eclipse.tycho.p2.resolver.impl-1.5.0.jar
Progress (1): 4.1/218 kB
Progress (1): 7.7/218 kB
Progress (1): 12/218 kB 
Progress (1): 16/218 kB
Progress (1): 20/218 kB
Progress (1): 24/218 kB
Progress (1): 28/218 kB
Progress (1): 32/218 kB
Progress (1): 36/218 kB
Progress (1): 40/218 kB
Progress (1): 45/218 kB
Progress (1): 49/218 kB
Progress (1): 53/218 kB
Progress (1): 57/218 kB
Progress (1): 61/218 kB
Progress (1): 65/218 kB
Progress (1): 69/218 kB
Progress (1): 73/218 kB
Progress (1): 77/218 kB
Progress (1): 81/218 kB
Progress (1): 85/218 kB
Progress (1): 90/218 kB
Progress (1): 94/218 kB
Progress (1): 98/218 kB
Progress (1): 102/218 kB
Progress (1): 106/218 kB
Progress (1): 110/218 kB
Progress (1): 114/218 kB
Progress (1): 118/218 kB
Progress (1): 122/218 kB
Progress (1): 126/218 kB
Progress (1): 131/218 kB
Progress (1): 135/218 kB
Progress (1): 139/218 kB
Progress (1): 143/218 kB
Progress (1): 147/218 kB
Progress (1): 151/218 kB
Progress (1): 155/218 kB
Progress (1): 159/218 kB
Progress (1): 163/218 kB
Progress (1): 167/218 kB
Progress (1): 171/218 kB
Progress (1): 176/218 kB
Progress (1): 180/218 kB
Progress (1): 184/218 kB
Progress (1): 188/218 kB
Progress (1): 192/218 kB
Progress (1): 196/218 kB
Progress (1): 200/218 kB
Progress (1): 204/218 kB
Progress (1): 208/218 kB
Progress (1): 212/218 kB
Progress (1): 217/218 kB
Progress (1): 218 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.5.0/org.eclipse.tycho.p2.resolver.impl-1.5.0.jar (218 kB at 8.4 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.0/org.eclipse.tycho.p2.maven.repository-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.0/org.eclipse.tycho.p2.maven.repository-1.5.0.jar
Progress (1): 4.1/148 kB
Progress (1): 7.7/148 kB
Progress (1): 12/148 kB 
Progress (1): 16/148 kB
Progress (1): 20/148 kB
Progress (1): 24/148 kB
Progress (1): 28/148 kB
Progress (1): 32/148 kB
Progress (1): 36/148 kB
Progress (1): 40/148 kB
Progress (1): 45/148 kB
Progress (1): 49/148 kB
Progress (1): 53/148 kB
Progress (1): 57/148 kB
Progress (1): 61/148 kB
Progress (1): 65/148 kB
Progress (1): 69/148 kB
Progress (1): 73/148 kB
Progress (1): 77/148 kB
Progress (1): 81/148 kB
Progress (1): 85/148 kB
Progress (1): 90/148 kB
Progress (1): 94/148 kB
Progress (1): 98/148 kB
Progress (1): 102/148 kB
Progress (1): 106/148 kB
Progress (1): 110/148 kB
Progress (1): 114/148 kB
Progress (1): 118/148 kB
Progress (1): 122/148 kB
Progress (1): 126/148 kB
Progress (1): 131/148 kB
Progress (1): 135/148 kB
Progress (1): 139/148 kB
Progress (1): 143/148 kB
Progress (1): 147/148 kB
Progress (1): 148 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.5.0/org.eclipse.tycho.p2.maven.repository-1.5.0.jar (148 kB at 4.8 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.0/org.eclipse.tycho.p2.tools.impl-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.0/org.eclipse.tycho.p2.tools.impl-1.5.0.jar
Progress (1): 4.1/49 kB
Progress (1): 7.7/49 kB
Progress (1): 12/49 kB 
Progress (1): 16/49 kB
Progress (1): 20/49 kB
Progress (1): 24/49 kB
Progress (1): 28/49 kB
Progress (1): 32/49 kB
Progress (1): 36/49 kB
Progress (1): 40/49 kB
Progress (1): 45/49 kB
Progress (1): 49/49 kB
Progress (1): 49 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.5.0/org.eclipse.tycho.p2.tools.impl-1.5.0.jar (49 kB at 1.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.5.0/target-platform-configuration-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.0/target-platform-configuration-1.5.0.pom
Progress (1): 899 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.0/target-platform-configuration-1.5.0.pom (1.7 kB at 36 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.5.0/target-platform-configuration-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.0/target-platform-configuration-1.5.0.jar
Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.5.0/target-platform-configuration-1.5.0.jar (7.6 kB at 165 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.5.0/tycho-source-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.0/tycho-source-plugin-1.5.0.pom
Progress (1): 901 B
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.0/tycho-source-plugin-1.5.0.pom (2.9 kB at 111 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.5.0/tycho-source-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.0/tycho-source-plugin-1.5.0.jar
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.5.0/tycho-source-plugin-1.5.0.jar (23 kB at 1.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
Progress (1): 802 B
Progress (1): 2.9 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 557 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
Progress (1): 756 B
Progress (1): 2.3 kB
Progress (1): 6.4 kB
Progress (1): 7.1 kB
Progress (1): 9.4 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 786 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Progress (1): 799 B
Progress (1): 2.3 kB
Progress (1): 4.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 413 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
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
Progress (1): 768 B
Progress (1): 3.0 kB
Progress (1): 6.3 kB
Progress (1): 8.5 kB
Progress (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 791 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
Progress (1): 737 B
Progress (1): 2.0 kB
Progress (1): 6.0 kB
Progress (1): 10 kB 
Progress (1): 10 kB
Progress (1): 15 kB
Progress (1): 15 kB
Progress (1): 17 kB
Progress (1): 20 kB
Progress (1): 23 kB
Progress (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 2.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
Progress (1): 753 B
Progress (1): 2.1 kB
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.8 kB
Progress (1): 11 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.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 102 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
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
Progress (1): 704 B
Progress (1): 2.6 kB
Progress (1): 6.1 kB
Progress (1): 8.8 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (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.4 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.5.0/tycho-packaging-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.0/tycho-packaging-plugin-1.5.0.pom
Progress (1): 915 B
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.0/tycho-packaging-plugin-1.5.0.pom (2.7 kB at 102 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.5.0/tycho-packaging-plugin-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.0/tycho-packaging-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 1.8 MB/s)
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 1.4 MB/s)
Progress (1): 4.1/129 kB
Progress (1): 7.7/129 kB
Progress (1): 12/129 kB 
Progress (1): 16/129 kB
Progress (1): 20/129 kB
Progress (1): 24/129 kB
Progress (1): 28/129 kB
Progress (1): 32/129 kB
Progress (1): 36/129 kB
Progress (1): 40/129 kB
Progress (1): 45/129 kB
Progress (1): 49/129 kB
Progress (1): 53/129 kB
Progress (1): 57/129 kB
Progress (1): 61/129 kB
Progress (1): 65/129 kB
Progress (1): 69/129 kB
Progress (1): 73/129 kB
Progress (1): 77/129 kB
Progress (1): 81/129 kB
Progress (1): 85/129 kB
Progress (1): 90/129 kB
Progress (1): 94/129 kB
Progress (1): 98/129 kB
Progress (1): 102/129 kB
Progress (1): 106/129 kB
Progress (1): 110/129 kB
Progress (1): 114/129 kB
Progress (1): 118/129 kB
Progress (1): 122/129 kB
Progress (1): 126/129 kB
Progress (1): 129 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.5.0/tycho-packaging-plugin-1.5.0.jar (129 kB at 3.7 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.0/tycho-source-feature-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.0/tycho-source-feature-plugin-1.5.0.pom
Progress (1): 2.0 kB
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.0/tycho-source-feature-plugin-1.5.0.pom (2.3 kB at 47 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.5.0/tycho-extras-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.5.0/tycho-extras-1.5.0.pom
Progress (1): 792 B
Progress (1): 2.6 kB
Progress (1): 4.4 kB
Progress (1): 8.5 kB
Progress (1): 9.0 kB
Progress (1): 12 kB 
Progress (1): 15 kB
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.5.0/tycho-extras-1.5.0.pom (16 kB at 826 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.0/tycho-source-feature-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.0/tycho-source-feature-plugin-1.5.0.jar
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.5.0/tycho-source-feature-plugin-1.5.0.jar (19 kB at 502 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
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
Progress (1): 815 B
                   
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 35 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
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
Progress (1): 1.3 kB
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 353 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
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
Progress (1): 711 B
Progress (1): 2.8 kB
Progress (1): 6.3 kB
Progress (1): 9.1 kB
Progress (1): 13 kB 
Progress (1): 17 kB
Progress (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 1.4 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
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
Progress (1): 815 B
                   
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 30 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
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
Progress (1): 1.3 kB
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 283 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
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
Progress (1): 1.4 kB
Progress (1): 2.1 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.pom (2.1 kB at 172 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Progress (1): 777 B
Progress (1): 2.7 kB
Progress (1): 6.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 610 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Progress (1): 782 B
Progress (1): 2.0 kB
Progress (1): 4.4 kB
Progress (1): 8.5 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 696 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
Progress (1): 749 B
Progress (1): 2.1 kB
Progress (1): 5.4 kB
Progress (1): 9.0 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
Progress (1): 812 B
Progress (1): 2.3 kB
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 381 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Progress (1): 830 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 182 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
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
Progress (1): 2.1 kB
Progress (1): 3.9 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.pom (3.9 kB at 494 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
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
Progress (1): 492 B
                   
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 cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
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
Progress (1): 1.5 kB
Progress (1): 4.6 kB
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 522 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
Progress (1): 1.0 kB
Progress (1): 3.1 kB
Progress (1): 4.8 kB
Progress (1): 6.9 kB
Progress (1): 9.5 kB
Progress (1): 13 kB 
Progress (1): 15 kB
Progress (1): 19 kB
Progress (1): 20 kB
Progress (1): 24 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 2.4 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
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
Progress (1): 766 B
                   
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 70 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
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
Progress (1): 1.1 kB
Progress (1): 2.0 kB
                    
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 179 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
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
Progress (1): 2.0 kB
Progress (1): 3.1 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.pom (3.1 kB at 261 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Progress (1): 830 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 58 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Progress (1): 830 B
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 125 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Progress (1): 835 B
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 144 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Progress (1): 424 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 39 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Progress (1): 1.6 kB
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 356 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Progress (1): 830 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 220 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Progress (1): 832 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 71 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Progress (1): 832 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 61 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Progress (1): 1.4 kB
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 210 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Progress (1): 847 B
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 132 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Progress (1): 830 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 81 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
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
Progress (1): 1.4 kB
Progress (1): 4.3 kB
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 245 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Progress (1): 819 B
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 238 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Progress (1): 849 B
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 114 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
Progress (1): 2.1 kB
Progress (1): 3.3 kB
                    
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 256 kB/s)
Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Progress (1): 713 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (713 B at 12 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
Progress (1): 927 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 61 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
Progress (1): 914 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 63 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
Progress (1): 915 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 66 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
Progress (1): 927 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 82 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
Progress (1): 925 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 61 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
Progress (1): 891 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 64 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
Progress (1): 891 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 60 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
Progress (1): 894 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 62 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
Progress (1): 891 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 62 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 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 1.3 MB/s)
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (2): 0.2/1.5 MB | 4.1/4.2 kB
Progress (2): 0.2/1.5 MB | 4.1/4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB    
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.2/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
Progress (2): 0.3/1.5 MB | 4.2 kB
                                 
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 117 kB/s)
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar (1.5 MB at 14 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.5.0/tycho-p2-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.0/tycho-p2-plugin-1.5.0.pom
Progress (1): 911 B
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.0/tycho-p2-plugin-1.5.0.pom (2.2 kB at 105 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.5.0/tycho-p2-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.0/tycho-p2-plugin-1.5.0.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.5.0/tycho-p2-plugin-1.5.0.jar (28 kB at 805 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.5.0/sisu-equinox-launching-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.0/sisu-equinox-launching-1.5.0.pom
Progress (1): 893 B
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.0/sisu-equinox-launching-1.5.0.pom (2.7 kB at 90 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Progress (1): 784 B
Progress (1): 2.4 kB
Progress (1): 5.3 kB
Progress (1): 7.9 kB
Progress (1): 10 kB 
Progress (1): 11 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 910 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
Progress (1): 714 B
Progress (1): 1.9 kB
Progress (1): 3.2 kB
Progress (1): 4.8 kB
Progress (1): 8.3 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 16 kB
Progress (1): 19 kB
Progress (1): 21 kB
Progress (1): 24 kB
Progress (1): 26 kB
Progress (1): 30 kB
Progress (1): 33 kB
Progress (1): 37 kB
Progress (1): 38 kB
Progress (1): 41 kB
Progress (1): 43 kB
Progress (1): 46 kB
Progress (1): 48 kB
Progress (1): 51 kB
Progress (1): 53 kB
Progress (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 3.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
Progress (1): 749 B
Progress (1): 2.1 kB
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.9 kB
Progress (1): 11 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 1.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.5.0/tycho-artifactcomparator-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.0/tycho-artifactcomparator-1.5.0.pom
Progress (1): 958 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.0/tycho-artifactcomparator-1.5.0.pom (2.1 kB at 42 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom
Progress (1): 1.2 kB
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 116 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
Progress (1): 707 B
Progress (1): 2.1 kB
Progress (1): 3.6 kB
Progress (1): 6.0 kB
Progress (1): 8.1 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom
Progress (1): 1.2 kB
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 109 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom
Progress (1): 1.2 kB
Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom (3.6 kB at 140 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom
Progress (1): 1.2 kB
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 90 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.5.0/sisu-equinox-launching-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.5.0/tycho-artifactcomparator-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.0/sisu-equinox-launching-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.0/tycho-artifactcomparator-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28 kB   
Progress (2): 28 kB | 4.1/50 kB
Progress (2): 28 kB | 7.7/50 kB
Progress (2): 28 kB | 12/50 kB 
Progress (2): 28 kB | 16/50 kB
Progress (2): 28 kB | 20/50 kB
Progress (2): 28 kB | 24/50 kB
Progress (2): 28 kB | 28/50 kB
Progress (2): 28 kB | 32/50 kB
Progress (2): 28 kB | 36/50 kB
Progress (2): 28 kB | 40/50 kB
Progress (2): 28 kB | 45/50 kB
Progress (2): 28 kB | 49/50 kB
Progress (2): 28 kB | 50 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.5.0/sisu-equinox-launching-1.5.0.jar (28 kB at 810 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar
Progress (2): 50 kB | 4.1/54 kB
Progress (2): 50 kB | 7.7/54 kB
Progress (2): 50 kB | 12/54 kB 
Progress (2): 50 kB | 16/54 kB
Progress (2): 50 kB | 20/54 kB
Progress (2): 50 kB | 24/54 kB
Progress (2): 50 kB | 28/54 kB
Progress (2): 50 kB | 32/54 kB
Progress (2): 50 kB | 36/54 kB
Progress (2): 50 kB | 40/54 kB
Progress (2): 50 kB | 45/54 kB
Progress (2): 50 kB | 49/54 kB
Progress (2): 50 kB | 53/54 kB
Progress (2): 50 kB | 54 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 1.2 MB/s)
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
Progress (2): 33 kB | 4.1/82 kB
Progress (2): 33 kB | 7.7/82 kB
Progress (2): 33 kB | 12/82 kB 
Progress (2): 33 kB | 16/82 kB
Progress (2): 33 kB | 20/82 kB
Progress (3): 33 kB | 20/82 kB | 4.1/115 kB
Progress (3): 33 kB | 24/82 kB | 4.1/115 kB
Progress (3): 33 kB | 24/82 kB | 7.7/115 kB
Progress (3): 33 kB | 28/82 kB | 7.7/115 kB
Progress (3): 33 kB | 28/82 kB | 12/115 kB 
Progress (3): 33 kB | 32/82 kB | 12/115 kB
Progress (3): 33 kB | 32/82 kB | 16/115 kB
Progress (3): 33 kB | 36/82 kB | 16/115 kB
Progress (3): 33 kB | 36/82 kB | 20/115 kB
Progress (3): 33 kB | 40/82 kB | 20/115 kB
Progress (3): 33 kB | 40/82 kB | 24/115 kB
Progress (3): 33 kB | 45/82 kB | 24/115 kB
Progress (3): 33 kB | 45/82 kB | 28/115 kB
Progress (3): 33 kB | 49/82 kB | 28/115 kB
Progress (3): 33 kB | 49/82 kB | 32/115 kB
Progress (3): 33 kB | 53/82 kB | 32/115 kB
Progress (3): 33 kB | 53/82 kB | 36/115 kB
Progress (3): 33 kB | 57/82 kB | 36/115 kB
Progress (3): 33 kB | 57/82 kB | 40/115 kB
Progress (3): 33 kB | 61/82 kB | 40/115 kB
Progress (3): 33 kB | 61/82 kB | 45/115 kB
Progress (3): 33 kB | 65/82 kB | 45/115 kB
Progress (3): 33 kB | 65/82 kB | 49/115 kB
Progress (3): 33 kB | 65/82 kB | 53/115 kB
Progress (3): 33 kB | 65/82 kB | 57/115 kB
Progress (3): 33 kB | 69/82 kB | 57/115 kB
Progress (3): 33 kB | 69/82 kB | 61/115 kB
Progress (3): 33 kB | 69/82 kB | 65/115 kB
Progress (3): 33 kB | 73/82 kB | 65/115 kB
Progress (3): 33 kB | 77/82 kB | 65/115 kB
Progress (3): 33 kB | 81/82 kB | 65/115 kB
Progress (3): 33 kB | 81/82 kB | 69/115 kB
Progress (3): 33 kB | 81/82 kB | 73/115 kB
Progress (3): 33 kB | 82 kB | 73/115 kB   
Progress (3): 33 kB | 82 kB | 77/115 kB
Progress (3): 33 kB | 82 kB | 81/115 kB
Progress (3): 33 kB | 82 kB | 85/115 kB
Progress (3): 33 kB | 82 kB | 90/115 kB
Progress (3): 33 kB | 82 kB | 94/115 kB
Progress (3): 33 kB | 82 kB | 98/115 kB
Progress (3): 33 kB | 82 kB | 102/115 kB
Progress (3): 33 kB | 82 kB | 106/115 kB
Progress (3): 33 kB | 82 kB | 110/115 kB
Progress (3): 33 kB | 82 kB | 114/115 kB
Progress (3): 33 kB | 82 kB | 115 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar (82 kB at 1.3 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 1.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 491 kB/s)
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.5.0/tycho-artifactcomparator-1.5.0.jar (20 kB at 250 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.0/tycho-p2-repository-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.0/tycho-p2-repository-plugin-1.5.0.pom
Progress (1): 919 B
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.0/tycho-p2-repository-plugin-1.5.0.pom (1.4 kB at 32 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.0/tycho-p2-repository-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.0/tycho-p2-repository-plugin-1.5.0.jar
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.5.0/tycho-p2-repository-plugin-1.5.0.jar (14 kB at 553 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom
Progress (1): 869 B
Progress (1): 3.5 kB
Progress (1): 4.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom (4.4 kB at 198 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom
Progress (1): 747 B
Progress (1): 2.6 kB
Progress (1): 4.6 kB
Progress (1): 8.7 kB
Progress (1): 8.9 kB
Progress (1): 13 kB 
Progress (1): 17 kB
Progress (1): 17 kB
Progress (1): 20 kB
Progress (1): 23 kB
Progress (1): 25 kB
Progress (1): 28 kB
Progress (1): 32 kB
Progress (1): 32 kB
Progress (1): 36 kB
Progress (1): 40 kB
Progress (1): 41 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom (41 kB at 2.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar
Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 45/53 kB
Progress (1): 49/53 kB
Progress (1): 53/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar (53 kB at 1.8 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/xtend-maven-plugin/2.20.0/xtend-maven-plugin-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.20.0/xtend-maven-plugin-2.20.0.pom
Progress (1): 2.3 kB
Progress (1): 4.9 kB
Progress (1): 7.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.20.0/xtend-maven-plugin-2.20.0.pom (7.0 kB at 252 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/org.eclipse.xtend.maven.parent/2.20.0/org.eclipse.xtend.maven.parent-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.maven.parent/2.20.0/org.eclipse.xtend.maven.parent-2.20.0.pom
Progress (1): 1.0 kB
Progress (1): 3.6 kB
Progress (1): 7.7 kB
Progress (1): 7.8 kB
Progress (1): 9.9 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.maven.parent/2.20.0/org.eclipse.xtend.maven.parent-2.20.0.pom (14 kB at 56 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/xtend-maven-plugin/2.20.0/xtend-maven-plugin-2.20.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.20.0/xtend-maven-plugin-2.20.0.jar
Progress (1): 4.1/45 kB
Progress (1): 7.7/45 kB
Progress (1): 12/45 kB 
Progress (1): 16/45 kB
Progress (1): 20/45 kB
Progress (1): 24/45 kB
Progress (1): 28/45 kB
Progress (1): 32/45 kB
Progress (1): 36/45 kB
Progress (1): 40/45 kB
Progress (1): 45/45 kB
Progress (1): 45 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.20.0/xtend-maven-plugin-2.20.0.jar (45 kB at 1.5 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Progress (1): 806 B
Progress (1): 2.3 kB
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 435 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Progress (1): 748 B
Progress (1): 2.3 kB
Progress (1): 6.3 kB
Progress (1): 8.6 kB
Progress (1): 11 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 522 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Progress (1): 4.1/25 kB
Progress (1): 7.7/25 kB
Progress (1): 12/25 kB 
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 2.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Progress (1): 781 B
Progress (1): 2.3 kB
Progress (1): 5.3 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 192 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
Progress (1): 758 B
Progress (1): 2.3 kB
Progress (1): 6.4 kB
Progress (1): 6.7 kB
Progress (1): 9.1 kB
Progress (1): 13 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 394 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
Progress (1): 744 B
Progress (1): 2.0 kB
Progress (1): 6.1 kB
Progress (1): 6.4 kB
Progress (1): 10 kB 
Progress (1): 11 kB
Progress (1): 15 kB
Progress (1): 17 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.8 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
Progress (1): 754 B
Progress (1): 2.0 kB
Progress (1): 3.7 kB
Progress (1): 7.0 kB
Progress (1): 11 kB 
Progress (1): 14 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.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 872 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.5.0/tycho-compiler-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.0/tycho-compiler-plugin-1.5.0.pom
Progress (1): 910 B
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.0/tycho-compiler-plugin-1.5.0.pom (2.5 kB at 105 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.5.0/tycho-compiler-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.0/tycho-compiler-plugin-1.5.0.jar
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.5.0/tycho-compiler-plugin-1.5.0.jar (33 kB at 664 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
Progress (1): 798 B
Progress (1): 3.0 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 181 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 813 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
Progress (1): 785 B
Progress (1): 2.9 kB
Progress (1): 5.2 kB
Progress (1): 5.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 220 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
Progress (1): 757 B
Progress (1): 2.3 kB
Progress (1): 6.4 kB
Progress (1): 6.7 kB
Progress (1): 9.1 kB
Progress (1): 13 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 480 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 679 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
Progress (1): 1.0 kB
Progress (1): 4.0 kB
Progress (1): 6.7 kB
Progress (1): 10.0 kB
Progress (1): 14 kB  
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
Progress (1): 21 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 88 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Progress (1): 752 B
Progress (1): 2.3 kB
Progress (1): 4.1 kB
Progress (1): 6.6 kB
Progress (1): 10 kB 
Progress (1): 11 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 470 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
Progress (1): 721 B
Progress (1): 2.0 kB
Progress (1): 5.9 kB
Progress (1): 10 kB 
Progress (1): 10 kB
Progress (1): 14 kB
Progress (1): 15 kB
Progress (1): 18 kB
Progress (1): 22 kB
Progress (1): 24 kB
Progress (1): 27 kB
Progress (1): 31 kB
Progress (1): 31 kB
Progress (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 2.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
Progress (1): 4.1/124 kB
Progress (1): 7.7/124 kB
Progress (1): 12/124 kB 
Progress (1): 16/124 kB
Progress (1): 20/124 kB
Progress (1): 24/124 kB
Progress (1): 28/124 kB
Progress (1): 32/124 kB
Progress (1): 36/124 kB
Progress (1): 40/124 kB
Progress (1): 45/124 kB
Progress (1): 49/124 kB
Progress (1): 53/124 kB
Progress (1): 57/124 kB
Progress (1): 61/124 kB
Progress (1): 65/124 kB
Progress (1): 69/124 kB
Progress (1): 73/124 kB
Progress (1): 77/124 kB
Progress (1): 81/124 kB
Progress (1): 85/124 kB
Progress (1): 90/124 kB
Progress (1): 94/124 kB
Progress (1): 98/124 kB
Progress (1): 102/124 kB
Progress (1): 106/124 kB
Progress (1): 110/124 kB
Progress (1): 114/124 kB
Progress (1): 118/124 kB
Progress (1): 122/124 kB
Progress (1): 124 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 4.0 MB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.pom
Progress (1): 1.1 kB
Progress (1): 4.3 kB
Progress (1): 7.3 kB
Progress (1): 9.6 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.pom (12 kB at 430 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
Progress (1): 752 B
Progress (1): 2.8 kB
Progress (1): 4.6 kB
Progress (1): 8.5 kB
Progress (1): 13 kB 
Progress (1): 13 kB
Progress (1): 15 kB
Progress (1): 19 kB
Progress (1): 23 kB
Progress (1): 24 kB
Progress (1): 24 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 839 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Progress (1): 844 B
Progress (1): 2.4 kB
Progress (1): 4.8 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 201 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.jar
Progress (1): 4.1/46 kB
Progress (1): 7.7/46 kB
Progress (1): 12/46 kB 
Progress (1): 16/46 kB
Progress (1): 20/46 kB
Progress (1): 24/46 kB
Progress (1): 28/46 kB
Progress (1): 32/46 kB
Progress (1): 36/46 kB
Progress (1): 40/46 kB
Progress (1): 45/46 kB
Progress (1): 46 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.jar (46 kB at 1.4 MB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom
Progress (1): 1.1 kB
Progress (1): 3.6 kB
Progress (1): 7.4 kB
Progress (1): 10.0 kB
Progress (1): 13 kB  
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom (13 kB at 501 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Progress (1): 722 B
Progress (1): 2.5 kB
Progress (1): 5.5 kB
Progress (1): 7.3 kB
Progress (1): 9.6 kB
Progress (1): 14 kB 
Progress (1): 15 kB
Progress (1): 19 kB
Progress (1): 21 kB
Progress (1): 23 kB
Progress (1): 28 kB
Progress (1): 28 kB
Progress (1): 32 kB
Progress (1): 32 kB
Progress (1): 34 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar
Progress (1): 4.1/58 kB
Progress (1): 7.7/58 kB
Progress (1): 12/58 kB 
Progress (1): 16/58 kB
Progress (1): 20/58 kB
Progress (1): 24/58 kB
Progress (1): 28/58 kB
Progress (1): 32/58 kB
Progress (1): 36/58 kB
Progress (1): 40/58 kB
Progress (1): 45/58 kB
Progress (1): 49/58 kB
Progress (1): 53/58 kB
Progress (1): 57/58 kB
Progress (1): 58 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar (58 kB at 2.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/xtext-maven-plugin/2.20.0/xtext-maven-plugin-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-maven-plugin/2.20.0/xtext-maven-plugin-2.20.0.pom
Progress (1): 2.5 kB
Progress (1): 4.9 kB
Progress (1): 6.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-maven-plugin/2.20.0/xtext-maven-plugin-2.20.0.pom (6.4 kB at 247 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.maven.parent/2.20.0/org.eclipse.xtext.maven.parent-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.maven.parent/2.20.0/org.eclipse.xtext.maven.parent-2.20.0.pom
Progress (1): 1.0 kB
Progress (1): 3.5 kB
Progress (1): 7.6 kB
Progress (1): 9.7 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.maven.parent/2.20.0/org.eclipse.xtext.maven.parent-2.20.0.pom (14 kB at 302 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/xtext-maven-plugin/2.20.0/xtext-maven-plugin-2.20.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-maven-plugin/2.20.0/xtext-maven-plugin-2.20.0.jar
Progress (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (1): 20/29 kB
Progress (1): 24/29 kB
Progress (1): 28/29 kB
Progress (1): 29 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-maven-plugin/2.20.0/xtext-maven-plugin-2.20.0.jar (29 kB at 1.0 MB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.5.0/tycho-surefire-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.0/tycho-surefire-plugin-1.5.0.pom
Progress (1): 878 B
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.0/tycho-surefire-plugin-1.5.0.pom (4.8 kB at 170 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.5.0/tycho-surefire-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.0/tycho-surefire-plugin-1.5.0.jar
Progress (1): 4.1/57 kB
Progress (1): 7.7/57 kB
Progress (1): 12/57 kB 
Progress (1): 16/57 kB
Progress (1): 20/57 kB
Progress (1): 24/57 kB
Progress (1): 28/57 kB
Progress (1): 32/57 kB
Progress (1): 36/57 kB
Progress (1): 40/57 kB
Progress (1): 45/57 kB
Progress (1): 49/57 kB
Progress (1): 53/57 kB
Progress (1): 57/57 kB
Progress (1): 57 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.5.0/tycho-surefire-plugin-1.5.0.jar (57 kB at 2.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.0/org.eclipse.tycho.surefire.osgibooter-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.0/org.eclipse.tycho.surefire.osgibooter-1.5.0.pom
Progress (1): 882 B
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.0/org.eclipse.tycho.surefire.osgibooter-1.5.0.pom (3.3 kB at 61 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.0/org.eclipse.tycho.surefire.junit-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.0/org.eclipse.tycho.surefire.junit-1.5.0.pom
Progress (1): 912 B
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.0/org.eclipse.tycho.surefire.junit-1.5.0.pom (1.5 kB at 29 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.5.0/tycho-surefire-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.5.0/tycho-surefire-1.5.0.pom
Progress (1): 887 B
Progress (1): 2.9 kB
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.5.0/tycho-surefire-1.5.0.pom (3.0 kB at 111 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.0/org.eclipse.tycho.surefire.junit4-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.0/org.eclipse.tycho.surefire.junit4-1.5.0.pom
Progress (1): 913 B
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.0/org.eclipse.tycho.surefire.junit4-1.5.0.pom (1.5 kB at 35 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.0/org.eclipse.tycho.surefire.junit47-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.0/org.eclipse.tycho.surefire.junit47-1.5.0.pom
Progress (1): 899 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.0/org.eclipse.tycho.surefire.junit47-1.5.0.pom (1.9 kB at 64 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.0/org.eclipse.tycho.surefire.junit5-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.0/org.eclipse.tycho.surefire.junit5-1.5.0.pom
Progress (1): 887 B
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.0/org.eclipse.tycho.surefire.junit5-1.5.0.pom (3.3 kB at 86 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.0/org.eclipse.tycho.surefire.testng-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.0/org.eclipse.tycho.surefire.testng-1.5.0.pom
Progress (1): 916 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.0/org.eclipse.tycho.surefire.testng-1.5.0.pom (2.1 kB at 54 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
Progress (1): 1.3 kB
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 394 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
Progress (1): 784 B
Progress (1): 2.4 kB
Progress (1): 3.9 kB
Progress (1): 8.0 kB
Progress (1): 8.1 kB
Progress (1): 12 kB 
Progress (1): 13 kB
Progress (1): 15 kB
Progress (1): 18 kB
Progress (1): 22 kB
Progress (1): 25 kB
Progress (1): 27 kB
Progress (1): 27 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 2.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
Progress (1): 709 B
Progress (1): 1.9 kB
Progress (1): 5.4 kB
Progress (1): 9.5 kB
Progress (1): 9.8 kB
Progress (1): 14 kB 
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 19 kB
Progress (1): 23 kB
Progress (1): 23 kB
Progress (1): 25 kB
Progress (1): 27 kB
Progress (1): 30 kB
Progress (1): 34 kB
Progress (1): 36 kB
Progress (1): 39 kB
Progress (1): 43 kB
Progress (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 2.6 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
Progress (1): 865 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 163 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
Progress (1): 1.1 kB
Progress (1): 5.2 kB
Progress (1): 9.3 kB
Progress (1): 11 kB 
Progress (1): 11 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 1.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
Progress (1): 872 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 33 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
Progress (1): 796 B
Progress (1): 2.3 kB
Progress (1): 4.2 kB
Progress (1): 8.3 kB
Progress (1): 9.3 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 463 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
Progress (1): 721 B
Progress (1): 1.9 kB
Progress (1): 5.4 kB
Progress (1): 9.5 kB
Progress (1): 9.9 kB
Progress (1): 14 kB 
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 19 kB
Progress (1): 23 kB
Progress (1): 23 kB
Progress (1): 25 kB
Progress (1): 27 kB
Progress (1): 30 kB
Progress (1): 33 kB
Progress (1): 36 kB
Progress (1): 39 kB
Progress (1): 43 kB
Progress (1): 44 kB
Progress (1): 44 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.9 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
Progress (1): 753 B
Progress (1): 2.1 kB
Progress (1): 3.9 kB
Progress (1): 8.0 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 1.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
Progress (1): 1.1 kB
Progress (1): 5.0 kB
Progress (1): 7.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 614 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
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
Progress (1): 844 B
Progress (1): 1.6 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.pom (1.6 kB at 176 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
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
Progress (1): 738 B
Progress (1): 1.9 kB
Progress (1): 5.8 kB
Progress (1): 9.1 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
Progress (1): 22 kB
Progress (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 1.7 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
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
Progress (1): 829 B
Progress (1): 2.1 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.pom (2.1 kB at 71 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
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
Progress (1): 827 B
Progress (1): 2.8 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.pom (2.8 kB at 252 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
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
Progress (1): 829 B
Progress (1): 2.2 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.pom (2.2 kB at 241 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
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
Progress (1): 889 B
                   
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 74 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
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
Progress (1): 1.2 kB
Progress (1): 3.7 kB
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 325 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
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
Progress (1): 1.0 kB
Progress (1): 3.9 kB
Progress (1): 7.5 kB
Progress (1): 11 kB 
Progress (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 1.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
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
Progress (1): 813 B
Progress (1): 3.1 kB
                    
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 345 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
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
Progress (1): 830 B
Progress (1): 1.9 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.pom (1.9 kB at 60 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
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
Progress (1): 880 B
                   
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 98 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
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
Progress (1): 829 B
Progress (1): 1.9 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.pom (1.9 kB at 138 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Progress (1): 806 B
Progress (1): 2.8 kB
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 334 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
Progress (1): 1.5 kB
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 214 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
Progress (1): 1.3 kB
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 220 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Progress (1): 1.2 kB
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 327 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
Progress (1): 881 B
Progress (1): 3.4 kB
Progress (1): 6.7 kB
Progress (1): 11 kB 
Progress (1): 14 kB
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 1.8 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Progress (1): 835 B
Progress (1): 2.7 kB
Progress (1): 6.1 kB
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 cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.0/org.eclipse.tycho.surefire.osgibooter-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.0/org.eclipse.tycho.surefire.junit5-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.0/org.eclipse.tycho.surefire.junit47-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.0/org.eclipse.tycho.surefire.junit4-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.0/org.eclipse.tycho.surefire.junit-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.0/org.eclipse.tycho.surefire.testng-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.0/org.eclipse.tycho.surefire.osgibooter-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.0/org.eclipse.tycho.surefire.junit47-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.0/org.eclipse.tycho.surefire.junit4-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.0/org.eclipse.tycho.surefire.junit-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.0/org.eclipse.tycho.surefire.junit5-1.5.0.jar
Progress (1): 4.1/928 kB
Progress (1): 7.7/928 kB
Progress (1): 12/928 kB 
Progress (1): 16/928 kB
Progress (1): 20/928 kB
Progress (1): 24/928 kB
Progress (1): 28/928 kB
Progress (1): 32/928 kB
Progress (1): 36/928 kB
Progress (1): 40/928 kB
Progress (1): 45/928 kB
Progress (1): 49/928 kB
Progress (1): 53/928 kB
Progress (1): 57/928 kB
Progress (1): 61/928 kB
Progress (1): 65/928 kB
Progress (1): 69/928 kB
Progress (1): 73/928 kB
Progress (1): 77/928 kB
Progress (1): 81/928 kB
Progress (1): 85/928 kB
Progress (1): 90/928 kB
Progress (1): 94/928 kB
Progress (1): 98/928 kB
Progress (1): 102/928 kB
Progress (1): 106/928 kB
Progress (1): 110/928 kB
Progress (1): 114/928 kB
Progress (1): 118/928 kB
Progress (1): 122/928 kB
Progress (1): 126/928 kB
Progress (1): 131/928 kB
Progress (2): 131/928 kB | 4.1/65 kB
Progress (2): 135/928 kB | 4.1/65 kB
Progress (2): 135/928 kB | 7.7/65 kB
Progress (2): 139/928 kB | 7.7/65 kB
Progress (2): 139/928 kB | 12/65 kB 
Progress (2): 143/928 kB | 12/65 kB
Progress (2): 143/928 kB | 16/65 kB
Progress (2): 147/928 kB | 16/65 kB
Progress (2): 147/928 kB | 20/65 kB
Progress (2): 151/928 kB | 20/65 kB
Progress (2): 151/928 kB | 24/65 kB
Progress (2): 155/928 kB | 24/65 kB
Progress (2): 159/928 kB | 24/65 kB
Progress (2): 159/928 kB | 28/65 kB
Progress (2): 163/928 kB | 28/65 kB
Progress (2): 163/928 kB | 32/65 kB
Progress (2): 167/928 kB | 32/65 kB
Progress (2): 171/928 kB | 32/65 kB
Progress (2): 176/928 kB | 32/65 kB
Progress (2): 176/928 kB | 36/65 kB
Progress (2): 176/928 kB | 40/65 kB
Progress (2): 176/928 kB | 45/65 kB
Progress (2): 176/928 kB | 49/65 kB
Progress (3): 176/928 kB | 49/65 kB | 4.1/185 kB
Progress (3): 176/928 kB | 49/65 kB | 7.7/185 kB
Progress (4): 176/928 kB | 49/65 kB | 7.7/185 kB | 4.1/25 kB
Progress (4): 180/928 kB | 49/65 kB | 7.7/185 kB | 4.1/25 kB
Progress (4): 180/928 kB | 49/65 kB | 7.7/185 kB | 7.7/25 kB
Progress (4): 180/928 kB | 53/65 kB | 7.7/185 kB | 7.7/25 kB
Progress (4): 180/928 kB | 53/65 kB | 12/185 kB | 7.7/25 kB 
Progress (4): 180/928 kB | 57/65 kB | 12/185 kB | 7.7/25 kB
Progress (4): 180/928 kB | 57/65 kB | 12/185 kB | 12/25 kB 
Progress (4): 180/928 kB | 61/65 kB | 12/185 kB | 12/25 kB
Progress (4): 180/928 kB | 65 kB | 12/185 kB | 12/25 kB   
Progress (4): 184/928 kB | 65 kB | 12/185 kB | 12/25 kB
Progress (4): 188/928 kB | 65 kB | 12/185 kB | 12/25 kB
Progress (4): 192/928 kB | 65 kB | 12/185 kB | 12/25 kB
Progress (4): 196/928 kB | 65 kB | 12/185 kB | 12/25 kB
Progress (4): 196/928 kB | 65 kB | 16/185 kB | 12/25 kB
Progress (4): 196/928 kB | 65 kB | 16/185 kB | 16/25 kB
Progress (4): 200/928 kB | 65 kB | 16/185 kB | 16/25 kB
Progress (4): 200/928 kB | 65 kB | 16/185 kB | 20/25 kB
Progress (4): 204/928 kB | 65 kB | 16/185 kB | 20/25 kB
Progress (4): 204/928 kB | 65 kB | 16/185 kB | 24/25 kB
Progress (4): 208/928 kB | 65 kB | 16/185 kB | 24/25 kB
Progress (4): 208/928 kB | 65 kB | 16/185 kB | 25 kB   
Progress (4): 212/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 217/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 221/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 225/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 229/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 233/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 237/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 241/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 245/928 kB | 65 kB | 16/185 kB | 25 kB
Progress (4): 245/928 kB | 65 kB | 20/185 kB | 25 kB
Progress (4): 245/928 kB | 65 kB | 24/185 kB | 25 kB
Progress (4): 245/928 kB | 65 kB | 28/185 kB | 25 kB
Progress (5): 245/928 kB | 65 kB | 28/185 kB | 25 kB | 4.1/424 kB
Progress (5): 245/928 kB | 65 kB | 32/185 kB | 25 kB | 4.1/424 kB
Progress (5): 245/928 kB | 65 kB | 32/185 kB | 25 kB | 7.7/424 kB
Progress (5): 245/928 kB | 65 kB | 32/185 kB | 25 kB | 12/424 kB 
Progress (5): 245/928 kB | 65 kB | 32/185 kB | 25 kB | 16/424 kB
Progress (5): 245/928 kB | 65 kB | 36/185 kB | 25 kB | 16/424 kB
Progress (5): 245/928 kB | 65 kB | 40/185 kB | 25 kB | 16/424 kB
Progress (5): 245/928 kB | 65 kB | 45/185 kB | 25 kB | 16/424 kB
Progress (5): 245/928 kB | 65 kB | 49/185 kB | 25 kB | 16/424 kB
Progress (5): 245/928 kB | 65 kB | 49/185 kB | 25 kB | 20/424 kB
Progress (5): 245/928 kB | 65 kB | 49/185 kB | 25 kB | 24/424 kB
Progress (5): 245/928 kB | 65 kB | 53/185 kB | 25 kB | 24/424 kB
Progress (5): 245/928 kB | 65 kB | 53/185 kB | 25 kB | 28/424 kB
Progress (5): 245/928 kB | 65 kB | 57/185 kB | 25 kB | 28/424 kB
Progress (5): 245/928 kB | 65 kB | 57/185 kB | 25 kB | 32/424 kB
Progress (5): 245/928 kB | 65 kB | 61/185 kB | 25 kB | 32/424 kB
Progress (5): 245/928 kB | 65 kB | 65/185 kB | 25 kB | 32/424 kB
Progress (5): 245/928 kB | 65 kB | 65/185 kB | 25 kB | 36/424 kB
Progress (5): 245/928 kB | 65 kB | 65/185 kB | 25 kB | 40/424 kB
Progress (5): 245/928 kB | 65 kB | 69/185 kB | 25 kB | 40/424 kB
Progress (5): 245/928 kB | 65 kB | 69/185 kB | 25 kB | 45/424 kB
Progress (5): 245/928 kB | 65 kB | 73/185 kB | 25 kB | 45/424 kB
Progress (5): 245/928 kB | 65 kB | 73/185 kB | 25 kB | 49/424 kB
Progress (5): 245/928 kB | 65 kB | 77/185 kB | 25 kB | 49/424 kB
Progress (5): 245/928 kB | 65 kB | 81/185 kB | 25 kB | 49/424 kB
Progress (5): 249/928 kB | 65 kB | 81/185 kB | 25 kB | 49/424 kB
Progress (5): 253/928 kB | 65 kB | 81/185 kB | 25 kB | 49/424 kB
Progress (5): 253/928 kB | 65 kB | 85/185 kB | 25 kB | 49/424 kB
Progress (5): 253/928 kB | 65 kB | 85/185 kB | 25 kB | 53/424 kB
Progress (5): 253/928 kB | 65 kB | 90/185 kB | 25 kB | 53/424 kB
Progress (5): 258/928 kB | 65 kB | 90/185 kB | 25 kB | 53/424 kB
Progress (5): 258/928 kB | 65 kB | 94/185 kB | 25 kB | 53/424 kB
Progress (5): 258/928 kB | 65 kB | 94/185 kB | 25 kB | 57/424 kB
Progress (5): 258/928 kB | 65 kB | 98/185 kB | 25 kB | 57/424 kB
Progress (5): 262/928 kB | 65 kB | 98/185 kB | 25 kB | 57/424 kB
Progress (5): 262/928 kB | 65 kB | 98/185 kB | 25 kB | 61/424 kB
Progress (5): 262/928 kB | 65 kB | 98/185 kB | 25 kB | 65/424 kB
Progress (5): 262/928 kB | 65 kB | 102/185 kB | 25 kB | 65/424 kB
Progress (5): 262/928 kB | 65 kB | 106/185 kB | 25 kB | 65/424 kB
Progress (5): 266/928 kB | 65 kB | 106/185 kB | 25 kB | 65/424 kB
Progress (5): 266/928 kB | 65 kB | 110/185 kB | 25 kB | 65/424 kB
Progress (5): 270/928 kB | 65 kB | 110/185 kB | 25 kB | 65/424 kB
Progress (5): 270/928 kB | 65 kB | 114/185 kB | 25 kB | 65/424 kB
Progress (5): 270/928 kB | 65 kB | 114/185 kB | 25 kB | 69/424 kB
Progress (5): 274/928 kB | 65 kB | 114/185 kB | 25 kB | 69/424 kB
Progress (5): 274/928 kB | 65 kB | 114/185 kB | 25 kB | 73/424 kB
Progress (5): 274/928 kB | 65 kB | 118/185 kB | 25 kB | 73/424 kB
Progress (5): 278/928 kB | 65 kB | 118/185 kB | 25 kB | 73/424 kB
Progress (5): 278/928 kB | 65 kB | 122/185 kB | 25 kB | 73/424 kB
Progress (5): 278/928 kB | 65 kB | 122/185 kB | 25 kB | 77/424 kB
Progress (5): 278/928 kB | 65 kB | 126/185 kB | 25 kB | 77/424 kB
Progress (5): 278/928 kB | 65 kB | 126/185 kB | 25 kB | 81/424 kB
Progress (5): 282/928 kB | 65 kB | 126/185 kB | 25 kB | 81/424 kB
Progress (5): 282/928 kB | 65 kB | 131/185 kB | 25 kB | 81/424 kB
Progress (5): 286/928 kB | 65 kB | 131/185 kB | 25 kB | 81/424 kB
Progress (5): 290/928 kB | 65 kB | 131/185 kB | 25 kB | 81/424 kB
Progress (5): 290/928 kB | 65 kB | 131/185 kB | 25 kB | 85/424 kB
Progress (5): 290/928 kB | 65 kB | 135/185 kB | 25 kB | 85/424 kB
Progress (5): 294/928 kB | 65 kB | 135/185 kB | 25 kB | 85/424 kB
Progress (5): 294/928 kB | 65 kB | 139/185 kB | 25 kB | 85/424 kB
Progress (5): 294/928 kB | 65 kB | 139/185 kB | 25 kB | 90/424 kB
Progress (5): 294/928 kB | 65 kB | 143/185 kB | 25 kB | 90/424 kB
Progress (5): 294/928 kB | 65 kB | 143/185 kB | 25 kB | 94/424 kB
Progress (5): 294/928 kB | 65 kB | 147/185 kB | 25 kB | 94/424 kB
Progress (5): 298/928 kB | 65 kB | 147/185 kB | 25 kB | 94/424 kB
Progress (5): 298/928 kB | 65 kB | 147/185 kB | 25 kB | 98/424 kB
Progress (5): 303/928 kB | 65 kB | 147/185 kB | 25 kB | 98/424 kB
Progress (5): 303/928 kB | 65 kB | 151/185 kB | 25 kB | 98/424 kB
Progress (5): 307/928 kB | 65 kB | 151/185 kB | 25 kB | 98/424 kB
Progress (5): 307/928 kB | 65 kB | 151/185 kB | 25 kB | 102/424 kB
Progress (5): 307/928 kB | 65 kB | 155/185 kB | 25 kB | 102/424 kB
Progress (5): 307/928 kB | 65 kB | 155/185 kB | 25 kB | 106/424 kB
Progress (5): 311/928 kB | 65 kB | 155/185 kB | 25 kB | 106/424 kB
Progress (5): 311/928 kB | 65 kB | 155/185 kB | 25 kB | 110/424 kB
Progress (5): 311/928 kB | 65 kB | 159/185 kB | 25 kB | 110/424 kB
Progress (5): 311/928 kB | 65 kB | 159/185 kB | 25 kB | 114/424 kB
Progress (5): 311/928 kB | 65 kB | 163/185 kB | 25 kB | 114/424 kB
Progress (5): 315/928 kB | 65 kB | 163/185 kB | 25 kB | 114/424 kB
Progress (5): 315/928 kB | 65 kB | 163/185 kB | 25 kB | 118/424 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.5.0/org.eclipse.tycho.surefire.junit4-1.5.0.jar (65 kB at 1.6 MB/s)
Progress (4): 315/928 kB | 163/185 kB | 25 kB | 122/424 kB
Progress (4): 315/928 kB | 167/185 kB | 25 kB | 122/424 kB
Progress (4): 319/928 kB | 167/185 kB | 25 kB | 122/424 kB
Progress (4): 319/928 kB | 171/185 kB | 25 kB | 122/424 kB
Progress (4): 319/928 kB | 171/185 kB | 25 kB | 126/424 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.0/org.eclipse.tycho.surefire.testng-1.5.0.jar
Progress (4): 319/928 kB | 171/185 kB | 25 kB | 131/424 kB
Progress (4): 319/928 kB | 176/185 kB | 25 kB | 131/424 kB
Progress (4): 323/928 kB | 176/185 kB | 25 kB | 131/424 kB
Progress (4): 323/928 kB | 180/185 kB | 25 kB | 131/424 kB
Progress (4): 327/928 kB | 180/185 kB | 25 kB | 131/424 kB
Progress (4): 327/928 kB | 184/185 kB | 25 kB | 131/424 kB
Progress (4): 327/928 kB | 185 kB | 25 kB | 131/424 kB    
Progress (4): 327/928 kB | 185 kB | 25 kB | 135/424 kB
Progress (4): 327/928 kB | 185 kB | 25 kB | 139/424 kB
Progress (4): 331/928 kB | 185 kB | 25 kB | 139/424 kB
Progress (4): 331/928 kB | 185 kB | 25 kB | 143/424 kB
Progress (4): 335/928 kB | 185 kB | 25 kB | 143/424 kB
Progress (4): 335/928 kB | 185 kB | 25 kB | 147/424 kB
Progress (4): 339/928 kB | 185 kB | 25 kB | 147/424 kB
Progress (4): 344/928 kB | 185 kB | 25 kB | 147/424 kB
Progress (4): 344/928 kB | 185 kB | 25 kB | 151/424 kB
Progress (4): 348/928 kB | 185 kB | 25 kB | 151/424 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.5.0/org.eclipse.tycho.surefire.junit-1.5.0.jar (25 kB at 590 kB/s)
Progress (3): 348/928 kB | 185 kB | 155/424 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
Progress (3): 352/928 kB | 185 kB | 155/424 kB
Progress (3): 352/928 kB | 185 kB | 159/424 kB
Progress (3): 356/928 kB | 185 kB | 159/424 kB
Progress (3): 356/928 kB | 185 kB | 163/424 kB
Progress (3): 360/928 kB | 185 kB | 163/424 kB
Progress (3): 364/928 kB | 185 kB | 163/424 kB
Progress (3): 364/928 kB | 185 kB | 167/424 kB
Progress (3): 368/928 kB | 185 kB | 167/424 kB
Progress (3): 368/928 kB | 185 kB | 171/424 kB
Progress (3): 372/928 kB | 185 kB | 171/424 kB
Progress (3): 372/928 kB | 185 kB | 176/424 kB
Progress (3): 376/928 kB | 185 kB | 176/424 kB
Progress (3): 376/928 kB | 185 kB | 180/424 kB
Progress (3): 380/928 kB | 185 kB | 180/424 kB
Progress (4): 380/928 kB | 185 kB | 180/424 kB | 4.1/186 kB
Progress (4): 380/928 kB | 185 kB | 184/424 kB | 4.1/186 kB
Progress (4): 380/928 kB | 185 kB | 184/424 kB | 7.7/186 kB
Progress (4): 384/928 kB | 185 kB | 184/424 kB | 7.7/186 kB
Progress (4): 384/928 kB | 185 kB | 184/424 kB | 12/186 kB 
Progress (4): 384/928 kB | 185 kB | 188/424 kB | 12/186 kB
Progress (4): 384/928 kB | 185 kB | 188/424 kB | 16/186 kB
Progress (4): 389/928 kB | 185 kB | 188/424 kB | 16/186 kB
Progress (4): 389/928 kB | 185 kB | 192/424 kB | 16/186 kB
Progress (4): 393/928 kB | 185 kB | 192/424 kB | 16/186 kB
Progress (4): 393/928 kB | 185 kB | 196/424 kB | 16/186 kB
Progress (4): 393/928 kB | 185 kB | 196/424 kB | 20/186 kB
Progress (4): 393/928 kB | 185 kB | 196/424 kB | 24/186 kB
Progress (4): 393/928 kB | 185 kB | 196/424 kB | 28/186 kB
Progress (4): 397/928 kB | 185 kB | 196/424 kB | 28/186 kB
Progress (4): 397/928 kB | 185 kB | 200/424 kB | 28/186 kB
Progress (4): 397/928 kB | 185 kB | 200/424 kB | 32/186 kB
Progress (4): 397/928 kB | 185 kB | 204/424 kB | 32/186 kB
Progress (4): 401/928 kB | 185 kB | 204/424 kB | 32/186 kB
Progress (4): 401/928 kB | 185 kB | 208/424 kB | 32/186 kB
Progress (4): 405/928 kB | 185 kB | 208/424 kB | 32/186 kB
Progress (4): 405/928 kB | 185 kB | 208/424 kB | 36/186 kB
Progress (4): 405/928 kB | 185 kB | 212/424 kB | 36/186 kB
Progress (4): 405/928 kB | 185 kB | 212/424 kB | 40/186 kB
Progress (4): 409/928 kB | 185 kB | 212/424 kB | 40/186 kB
Progress (4): 409/928 kB | 185 kB | 212/424 kB | 45/186 kB
Progress (4): 409/928 kB | 185 kB | 212/424 kB | 49/186 kB
Progress (4): 409/928 kB | 185 kB | 217/424 kB | 49/186 kB
Progress (4): 413/928 kB | 185 kB | 217/424 kB | 49/186 kB
Progress (4): 413/928 kB | 185 kB | 221/424 kB | 49/186 kB
Progress (4): 417/928 kB | 185 kB | 221/424 kB | 49/186 kB
Progress (4): 417/928 kB | 185 kB | 225/424 kB | 49/186 kB
Progress (4): 421/928 kB | 185 kB | 225/424 kB | 49/186 kB
Progress (4): 421/928 kB | 185 kB | 225/424 kB | 53/186 kB
Progress (4): 425/928 kB | 185 kB | 225/424 kB | 53/186 kB
Progress (4): 425/928 kB | 185 kB | 229/424 kB | 53/186 kB
Progress (4): 425/928 kB | 185 kB | 229/424 kB | 57/186 kB
Progress (4): 425/928 kB | 185 kB | 229/424 kB | 61/186 kB
Progress (4): 430/928 kB | 185 kB | 229/424 kB | 61/186 kB
Progress (4): 430/928 kB | 185 kB | 229/424 kB | 65/186 kB
Progress (4): 434/928 kB | 185 kB | 229/424 kB | 65/186 kB
Progress (4): 434/928 kB | 185 kB | 233/424 kB | 65/186 kB
Progress (4): 438/928 kB | 185 kB | 233/424 kB | 65/186 kB
Progress (4): 438/928 kB | 185 kB | 237/424 kB | 65/186 kB
Progress (4): 438/928 kB | 185 kB | 237/424 kB | 69/186 kB
Progress (4): 442/928 kB | 185 kB | 237/424 kB | 69/186 kB
Progress (4): 442/928 kB | 185 kB | 237/424 kB | 73/186 kB
Progress (4): 442/928 kB | 185 kB | 241/424 kB | 73/186 kB
Progress (4): 442/928 kB | 185 kB | 241/424 kB | 77/186 kB
Progress (4): 442/928 kB | 185 kB | 245/424 kB | 77/186 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.5.0/org.eclipse.tycho.surefire.junit47-1.5.0.jar (185 kB at 3.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
Progress (3): 446/928 kB | 245/424 kB | 77/186 kB
Progress (3): 446/928 kB | 245/424 kB | 81/186 kB
Progress (3): 450/928 kB | 245/424 kB | 81/186 kB
Progress (3): 450/928 kB | 249/424 kB | 81/186 kB
Progress (3): 454/928 kB | 249/424 kB | 81/186 kB
Progress (3): 454/928 kB | 253/424 kB | 81/186 kB
Progress (3): 458/928 kB | 253/424 kB | 81/186 kB
Progress (3): 458/928 kB | 258/424 kB | 81/186 kB
Progress (3): 458/928 kB | 258/424 kB | 85/186 kB
Progress (3): 458/928 kB | 262/424 kB | 85/186 kB
Progress (4): 458/928 kB | 262/424 kB | 85/186 kB | 4.1/110 kB
Progress (4): 458/928 kB | 262/424 kB | 90/186 kB | 4.1/110 kB
Progress (4): 458/928 kB | 262/424 kB | 90/186 kB | 7.7/110 kB
Progress (4): 462/928 kB | 262/424 kB | 90/186 kB | 7.7/110 kB
Progress (4): 462/928 kB | 262/424 kB | 90/186 kB | 12/110 kB 
Progress (4): 462/928 kB | 266/424 kB | 90/186 kB | 12/110 kB
Progress (4): 462/928 kB | 266/424 kB | 94/186 kB | 12/110 kB
Progress (4): 462/928 kB | 266/424 kB | 98/186 kB | 12/110 kB
Progress (4): 462/928 kB | 270/424 kB | 98/186 kB | 12/110 kB
Progress (4): 462/928 kB | 270/424 kB | 98/186 kB | 16/110 kB
Progress (4): 466/928 kB | 270/424 kB | 98/186 kB | 16/110 kB
Progress (4): 466/928 kB | 274/424 kB | 98/186 kB | 16/110 kB
Progress (4): 466/928 kB | 274/424 kB | 102/186 kB | 16/110 kB
Progress (4): 471/928 kB | 274/424 kB | 102/186 kB | 16/110 kB
Progress (5): 471/928 kB | 274/424 kB | 102/186 kB | 16/110 kB | 4.1/13 kB
Progress (5): 471/928 kB | 274/424 kB | 102/186 kB | 20/110 kB | 4.1/13 kB
Progress (5): 475/928 kB | 274/424 kB | 102/186 kB | 20/110 kB | 4.1/13 kB
Progress (5): 475/928 kB | 274/424 kB | 106/186 kB | 20/110 kB | 4.1/13 kB
Progress (5): 475/928 kB | 278/424 kB | 106/186 kB | 20/110 kB | 4.1/13 kB
Progress (5): 475/928 kB | 278/424 kB | 110/186 kB | 20/110 kB | 4.1/13 kB
Progress (5): 475/928 kB | 278/424 kB | 110/186 kB | 24/110 kB | 4.1/13 kB
Progress (5): 475/928 kB | 278/424 kB | 110/186 kB | 24/110 kB | 7.7/13 kB
Progress (5): 475/928 kB | 282/424 kB | 110/186 kB | 24/110 kB | 7.7/13 kB
Progress (5): 475/928 kB | 282/424 kB | 110/186 kB | 28/110 kB | 7.7/13 kB
Progress (5): 479/928 kB | 282/424 kB | 110/186 kB | 28/110 kB | 7.7/13 kB
Progress (5): 479/928 kB | 282/424 kB | 114/186 kB | 28/110 kB | 7.7/13 kB
Progress (5): 483/928 kB | 282/424 kB | 114/186 kB | 28/110 kB | 7.7/13 kB
Progress (5): 483/928 kB | 282/424 kB | 114/186 kB | 32/110 kB | 7.7/13 kB
Progress (5): 483/928 kB | 286/424 kB | 114/186 kB | 32/110 kB | 7.7/13 kB
Progress (5): 483/928 kB | 286/424 kB | 114/186 kB | 32/110 kB | 12/13 kB 
Progress (5): 483/928 kB | 286/424 kB | 114/186 kB | 36/110 kB | 12/13 kB
Progress (5): 483/928 kB | 290/424 kB | 114/186 kB | 36/110 kB | 12/13 kB
Progress (5): 483/928 kB | 290/424 kB | 118/186 kB | 36/110 kB | 12/13 kB
Progress (5): 487/928 kB | 290/424 kB | 118/186 kB | 36/110 kB | 12/13 kB
Progress (5): 487/928 kB | 290/424 kB | 122/186 kB | 36/110 kB | 12/13 kB
Progress (5): 487/928 kB | 294/424 kB | 122/186 kB | 36/110 kB | 12/13 kB
Progress (5): 487/928 kB | 294/424 kB | 122/186 kB | 40/110 kB | 12/13 kB
Progress (5): 487/928 kB | 294/424 kB | 122/186 kB | 40/110 kB | 13 kB   
Progress (5): 487/928 kB | 294/424 kB | 122/186 kB | 45/110 kB | 13 kB
Progress (5): 487/928 kB | 294/424 kB | 126/186 kB | 45/110 kB | 13 kB
Progress (5): 491/928 kB | 294/424 kB | 126/186 kB | 45/110 kB | 13 kB
Progress (5): 491/928 kB | 294/424 kB | 131/186 kB | 45/110 kB | 13 kB
Progress (5): 491/928 kB | 294/424 kB | 131/186 kB | 49/110 kB | 13 kB
Progress (5): 491/928 kB | 298/424 kB | 131/186 kB | 49/110 kB | 13 kB
Progress (5): 491/928 kB | 303/424 kB | 131/186 kB | 49/110 kB | 13 kB
Progress (5): 495/928 kB | 303/424 kB | 131/186 kB | 49/110 kB | 13 kB
Progress (5): 495/928 kB | 307/424 kB | 131/186 kB | 49/110 kB | 13 kB
Progress (5): 495/928 kB | 307/424 kB | 135/186 kB | 49/110 kB | 13 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 234 kB/s)
Progress (4): 495/928 kB | 311/424 kB | 135/186 kB | 49/110 kB
Progress (4): 495/928 kB | 311/424 kB | 135/186 kB | 53/110 kB
Progress (4): 499/928 kB | 311/424 kB | 135/186 kB | 53/110 kB
Progress (4): 499/928 kB | 311/424 kB | 135/186 kB | 57/110 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
Progress (4): 499/928 kB | 311/424 kB | 139/186 kB | 57/110 kB
Progress (4): 499/928 kB | 311/424 kB | 139/186 kB | 61/110 kB
Progress (4): 499/928 kB | 315/424 kB | 139/186 kB | 61/110 kB
Progress (4): 503/928 kB | 315/424 kB | 139/186 kB | 61/110 kB
Progress (4): 503/928 kB | 319/424 kB | 139/186 kB | 61/110 kB
Progress (4): 503/928 kB | 319/424 kB | 139/186 kB | 65/110 kB
Progress (4): 503/928 kB | 319/424 kB | 143/186 kB | 65/110 kB
Progress (4): 503/928 kB | 323/424 kB | 143/186 kB | 65/110 kB
Progress (4): 507/928 kB | 323/424 kB | 143/186 kB | 65/110 kB
Progress (4): 507/928 kB | 327/424 kB | 143/186 kB | 65/110 kB
Progress (4): 507/928 kB | 327/424 kB | 147/186 kB | 65/110 kB
Progress (4): 507/928 kB | 327/424 kB | 147/186 kB | 69/110 kB
Progress (4): 507/928 kB | 327/424 kB | 147/186 kB | 73/110 kB
Progress (4): 511/928 kB | 327/424 kB | 147/186 kB | 73/110 kB
Progress (4): 511/928 kB | 331/424 kB | 147/186 kB | 73/110 kB
Progress (4): 511/928 kB | 331/424 kB | 147/186 kB | 77/110 kB
Progress (4): 511/928 kB | 335/424 kB | 147/186 kB | 77/110 kB
Progress (4): 511/928 kB | 335/424 kB | 151/186 kB | 77/110 kB
Progress (4): 516/928 kB | 335/424 kB | 151/186 kB | 77/110 kB
Progress (4): 516/928 kB | 335/424 kB | 155/186 kB | 77/110 kB
Progress (4): 516/928 kB | 339/424 kB | 155/186 kB | 77/110 kB
Progress (4): 516/928 kB | 339/424 kB | 155/186 kB | 81/110 kB
Progress (4): 516/928 kB | 344/424 kB | 155/186 kB | 81/110 kB
Progress (4): 516/928 kB | 344/424 kB | 159/186 kB | 81/110 kB
Progress (5): 516/928 kB | 344/424 kB | 159/186 kB | 81/110 kB | 4.1/524 kB
Progress (5): 520/928 kB | 344/424 kB | 159/186 kB | 81/110 kB | 4.1/524 kB
Progress (5): 520/928 kB | 348/424 kB | 159/186 kB | 81/110 kB | 4.1/524 kB
Progress (5): 520/928 kB | 348/424 kB | 159/186 kB | 81/110 kB | 7.7/524 kB
Progress (5): 520/928 kB | 348/424 kB | 159/186 kB | 85/110 kB | 7.7/524 kB
Progress (5): 520/928 kB | 348/424 kB | 163/186 kB | 85/110 kB | 7.7/524 kB
Progress (5): 520/928 kB | 348/424 kB | 163/186 kB | 90/110 kB | 7.7/524 kB
Progress (5): 520/928 kB | 348/424 kB | 163/186 kB | 90/110 kB | 12/524 kB 
Progress (5): 520/928 kB | 352/424 kB | 163/186 kB | 90/110 kB | 12/524 kB
Progress (5): 524/928 kB | 352/424 kB | 163/186 kB | 90/110 kB | 12/524 kB
Progress (5): 524/928 kB | 356/424 kB | 163/186 kB | 90/110 kB | 12/524 kB
Progress (5): 524/928 kB | 356/424 kB | 167/186 kB | 90/110 kB | 12/524 kB
Progress (5): 524/928 kB | 356/424 kB | 167/186 kB | 90/110 kB | 16/524 kB
Progress (5): 524/928 kB | 356/424 kB | 167/186 kB | 94/110 kB | 16/524 kB
Progress (5): 528/928 kB | 356/424 kB | 167/186 kB | 94/110 kB | 16/524 kB
Progress (5): 528/928 kB | 356/424 kB | 171/186 kB | 94/110 kB | 16/524 kB
Progress (5): 528/928 kB | 360/424 kB | 171/186 kB | 94/110 kB | 16/524 kB
Progress (5): 528/928 kB | 360/424 kB | 176/186 kB | 94/110 kB | 16/524 kB
Progress (5): 532/928 kB | 360/424 kB | 176/186 kB | 94/110 kB | 16/524 kB
Progress (5): 532/928 kB | 360/424 kB | 176/186 kB | 98/110 kB | 16/524 kB
Progress (5): 532/928 kB | 364/424 kB | 176/186 kB | 98/110 kB | 16/524 kB
Progress (5): 536/928 kB | 364/424 kB | 176/186 kB | 98/110 kB | 16/524 kB
Progress (5): 536/928 kB | 364/424 kB | 180/186 kB | 98/110 kB | 16/524 kB
Progress (5): 536/928 kB | 364/424 kB | 180/186 kB | 98/110 kB | 20/524 kB
Progress (5): 536/928 kB | 364/424 kB | 180/186 kB | 102/110 kB | 20/524 kB
Progress (5): 540/928 kB | 364/424 kB | 180/186 kB | 102/110 kB | 20/524 kB
Progress (5): 544/928 kB | 364/424 kB | 180/186 kB | 102/110 kB | 20/524 kB
Progress (5): 548/928 kB | 364/424 kB | 180/186 kB | 102/110 kB | 20/524 kB
Progress (5): 548/928 kB | 368/424 kB | 180/186 kB | 102/110 kB | 20/524 kB
Progress (5): 552/928 kB | 368/424 kB | 180/186 kB | 102/110 kB | 20/524 kB
Progress (5): 552/928 kB | 368/424 kB | 180/186 kB | 106/110 kB | 20/524 kB
Progress (5): 552/928 kB | 368/424 kB | 184/186 kB | 106/110 kB | 20/524 kB
Progress (5): 552/928 kB | 368/424 kB | 184/186 kB | 106/110 kB | 24/524 kB
Progress (5): 552/928 kB | 368/424 kB | 186 kB | 106/110 kB | 24/524 kB    
Progress (5): 552/928 kB | 368/424 kB | 186 kB | 110/110 kB | 24/524 kB
Progress (5): 557/928 kB | 368/424 kB | 186 kB | 110/110 kB | 24/524 kB
Progress (5): 557/928 kB | 372/424 kB | 186 kB | 110/110 kB | 24/524 kB
Progress (5): 557/928 kB | 372/424 kB | 186 kB | 110 kB | 24/524 kB    
Progress (5): 557/928 kB | 372/424 kB | 186 kB | 110 kB | 28/524 kB
Progress (5): 557/928 kB | 376/424 kB | 186 kB | 110 kB | 28/524 kB
Progress (5): 561/928 kB | 376/424 kB | 186 kB | 110 kB | 28/524 kB
Progress (5): 561/928 kB | 376/424 kB | 186 kB | 110 kB | 32/524 kB
Progress (5): 565/928 kB | 376/424 kB | 186 kB | 110 kB | 32/524 kB
Progress (5): 569/928 kB | 376/424 kB | 186 kB | 110 kB | 32/524 kB
Progress (5): 573/928 kB | 376/424 kB | 186 kB | 110 kB | 32/524 kB
Progress (5): 573/928 kB | 376/424 kB | 186 kB | 110 kB | 36/524 kB
Progress (5): 573/928 kB | 376/424 kB | 186 kB | 110 kB | 40/524 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 2.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
Progress (4): 573/928 kB | 380/424 kB | 110 kB | 40/524 kB
Progress (4): 573/928 kB | 380/424 kB | 110 kB | 45/524 kB
Progress (4): 577/928 kB | 380/424 kB | 110 kB | 45/524 kB
Progress (4): 577/928 kB | 380/424 kB | 110 kB | 49/524 kB
Progress (4): 577/928 kB | 384/424 kB | 110 kB | 49/524 kB
Progress (4): 577/928 kB | 389/424 kB | 110 kB | 49/524 kB
Progress (4): 581/928 kB | 389/424 kB | 110 kB | 49/524 kB
Progress (4): 581/928 kB | 393/424 kB | 110 kB | 49/524 kB
Progress (4): 581/928 kB | 393/424 kB | 110 kB | 53/524 kB
Progress (4): 585/928 kB | 393/424 kB | 110 kB | 53/524 kB
Progress (4): 585/928 kB | 393/424 kB | 110 kB | 57/524 kB
Progress (4): 585/928 kB | 397/424 kB | 110 kB | 57/524 kB
Progress (4): 589/928 kB | 397/424 kB | 110 kB | 57/524 kB
Progress (4): 589/928 kB | 401/424 kB | 110 kB | 57/524 kB
Progress (4): 589/928 kB | 401/424 kB | 110 kB | 61/524 kB
Progress (4): 589/928 kB | 405/424 kB | 110 kB | 61/524 kB
Progress (4): 589/928 kB | 405/424 kB | 110 kB | 65/524 kB
Progress (4): 589/928 kB | 409/424 kB | 110 kB | 65/524 kB
Progress (4): 593/928 kB | 409/424 kB | 110 kB | 65/524 kB
Progress (4): 597/928 kB | 409/424 kB | 110 kB | 65/524 kB
Progress (4): 602/928 kB | 409/424 kB | 110 kB | 65/524 kB
Progress (4): 602/928 kB | 409/424 kB | 110 kB | 69/524 kB
Progress (4): 602/928 kB | 413/424 kB | 110 kB | 69/524 kB
Progress (4): 602/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 606/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 610/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 614/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 618/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 622/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 626/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 630/928 kB | 413/424 kB | 110 kB | 73/524 kB
Progress (4): 630/928 kB | 413/424 kB | 110 kB | 77/524 kB
Progress (4): 630/928 kB | 417/424 kB | 110 kB | 77/524 kB
Progress (4): 630/928 kB | 417/424 kB | 110 kB | 81/524 kB
Progress (4): 634/928 kB | 417/424 kB | 110 kB | 81/524 kB
Progress (4): 638/928 kB | 417/424 kB | 110 kB | 81/524 kB
Progress (4): 638/928 kB | 421/424 kB | 110 kB | 81/524 kB
Progress (4): 638/928 kB | 424 kB | 110 kB | 81/524 kB    
Progress (4): 643/928 kB | 424 kB | 110 kB | 81/524 kB
Progress (4): 643/928 kB | 424 kB | 110 kB | 85/524 kB
Progress (4): 647/928 kB | 424 kB | 110 kB | 85/524 kB
Progress (4): 647/928 kB | 424 kB | 110 kB | 90/524 kB
Progress (4): 651/928 kB | 424 kB | 110 kB | 90/524 kB
Progress (4): 651/928 kB | 424 kB | 110 kB | 94/524 kB
Progress (4): 655/928 kB | 424 kB | 110 kB | 94/524 kB
Progress (4): 655/928 kB | 424 kB | 110 kB | 98/524 kB
Progress (4): 659/928 kB | 424 kB | 110 kB | 98/524 kB
Progress (4): 663/928 kB | 424 kB | 110 kB | 98/524 kB
Progress (4): 663/928 kB | 424 kB | 110 kB | 102/524 kB
Progress (4): 667/928 kB | 424 kB | 110 kB | 102/524 kB
Progress (4): 667/928 kB | 424 kB | 110 kB | 106/524 kB
Progress (4): 671/928 kB | 424 kB | 110 kB | 106/524 kB
Progress (4): 671/928 kB | 424 kB | 110 kB | 110/524 kB
Progress (4): 671/928 kB | 424 kB | 110 kB | 114/524 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.5.0/org.eclipse.tycho.surefire.testng-1.5.0.jar (110 kB at 1.5 MB/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.jar
Progress (3): 675/928 kB | 424 kB | 114/524 kB
Progress (3): 675/928 kB | 424 kB | 118/524 kB
Progress (3): 675/928 kB | 424 kB | 122/524 kB
Progress (3): 679/928 kB | 424 kB | 122/524 kB
Progress (3): 679/928 kB | 424 kB | 126/524 kB
Progress (3): 683/928 kB | 424 kB | 126/524 kB
Progress (3): 683/928 kB | 424 kB | 131/524 kB
Progress (3): 688/928 kB | 424 kB | 131/524 kB
Progress (3): 688/928 kB | 424 kB | 135/524 kB
Progress (3): 688/928 kB | 424 kB | 139/524 kB
Progress (3): 692/928 kB | 424 kB | 139/524 kB
Progress (3): 692/928 kB | 424 kB | 143/524 kB
Progress (3): 696/928 kB | 424 kB | 143/524 kB
Progress (3): 696/928 kB | 424 kB | 147/524 kB
Progress (3): 700/928 kB | 424 kB | 147/524 kB
Progress (3): 704/928 kB | 424 kB | 147/524 kB
Progress (3): 704/928 kB | 424 kB | 151/524 kB
Progress (3): 704/928 kB | 424 kB | 155/524 kB
Progress (3): 708/928 kB | 424 kB | 155/524 kB
Progress (3): 708/928 kB | 424 kB | 159/524 kB
Progress (3): 712/928 kB | 424 kB | 159/524 kB
Progress (3): 712/928 kB | 424 kB | 163/524 kB
Progress (3): 716/928 kB | 424 kB | 163/524 kB
Progress (3): 720/928 kB | 424 kB | 163/524 kB
Progress (3): 720/928 kB | 424 kB | 167/524 kB
Progress (3): 720/928 kB | 424 kB | 171/524 kB
Progress (3): 720/928 kB | 424 kB | 176/524 kB
Progress (3): 724/928 kB | 424 kB | 176/524 kB
Progress (3): 724/928 kB | 424 kB | 180/524 kB
Progress (3): 729/928 kB | 424 kB | 180/524 kB
Progress (3): 733/928 kB | 424 kB | 180/524 kB
Progress (3): 737/928 kB | 424 kB | 180/524 kB
Progress (3): 737/928 kB | 424 kB | 184/524 kB
Progress (3): 741/928 kB | 424 kB | 184/524 kB
Progress (4): 741/928 kB | 424 kB | 184/524 kB | 4.1/39 kB
Progress (4): 745/928 kB | 424 kB | 184/524 kB | 4.1/39 kB
Progress (4): 745/928 kB | 424 kB | 188/524 kB | 4.1/39 kB
Progress (4): 749/928 kB | 424 kB | 188/524 kB | 4.1/39 kB
Progress (4): 749/928 kB | 424 kB | 188/524 kB | 7.7/39 kB
Progress (4): 753/928 kB | 424 kB | 188/524 kB | 7.7/39 kB
Progress (4): 753/928 kB | 424 kB | 192/524 kB | 7.7/39 kB
Progress (4): 753/928 kB | 424 kB | 192/524 kB | 12/39 kB 
Progress (4): 753/928 kB | 424 kB | 196/524 kB | 12/39 kB
Progress (4): 753/928 kB | 424 kB | 196/524 kB | 16/39 kB
Progress (4): 757/928 kB | 424 kB | 196/524 kB | 16/39 kB
Progress (4): 761/928 kB | 424 kB | 196/524 kB | 16/39 kB
Progress (4): 765/928 kB | 424 kB | 196/524 kB | 16/39 kB
Progress (4): 765/928 kB | 424 kB | 200/524 kB | 16/39 kB
Progress (4): 770/928 kB | 424 kB | 200/524 kB | 16/39 kB
Progress (4): 770/928 kB | 424 kB | 204/524 kB | 16/39 kB
Progress (4): 770/928 kB | 424 kB | 208/524 kB | 16/39 kB
Progress (4): 770/928 kB | 424 kB | 212/524 kB | 16/39 kB
Progress (4): 774/928 kB | 424 kB | 212/524 kB | 16/39 kB
Progress (4): 774/928 kB | 424 kB | 212/524 kB | 20/39 kB
Progress (4): 774/928 kB | 424 kB | 212/524 kB | 24/39 kB
Progress (4): 774/928 kB | 424 kB | 212/524 kB | 28/39 kB
Progress (4): 778/928 kB | 424 kB | 212/524 kB | 28/39 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.5.0/org.eclipse.tycho.surefire.junit5-1.5.0.jar (424 kB at 5.2 MB/s)
Progress (3): 782/928 kB | 212/524 kB | 28/39 kB
Progress (3): 782/928 kB | 212/524 kB | 32/39 kB
Progress (3): 782/928 kB | 217/524 kB | 32/39 kB
Progress (3): 786/928 kB | 217/524 kB | 32/39 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.jar
Progress (3): 790/928 kB | 217/524 kB | 32/39 kB
Progress (3): 794/928 kB | 217/524 kB | 32/39 kB
Progress (3): 798/928 kB | 217/524 kB | 32/39 kB
Progress (4): 798/928 kB | 217/524 kB | 32/39 kB | 4.1/273 kB
Progress (4): 798/928 kB | 217/524 kB | 36/39 kB | 4.1/273 kB
Progress (4): 798/928 kB | 221/524 kB | 36/39 kB | 4.1/273 kB
Progress (4): 798/928 kB | 221/524 kB | 39 kB | 4.1/273 kB   
Progress (4): 798/928 kB | 221/524 kB | 39 kB | 7.7/273 kB
Progress (4): 802/928 kB | 221/524 kB | 39 kB | 7.7/273 kB
Progress (4): 802/928 kB | 221/524 kB | 39 kB | 12/273 kB 
Progress (4): 802/928 kB | 221/524 kB | 39 kB | 16/273 kB
Progress (4): 806/928 kB | 221/524 kB | 39 kB | 16/273 kB
Progress (4): 810/928 kB | 221/524 kB | 39 kB | 16/273 kB
Progress (4): 815/928 kB | 221/524 kB | 39 kB | 16/273 kB
Progress (4): 819/928 kB | 221/524 kB | 39 kB | 16/273 kB
Progress (5): 819/928 kB | 221/524 kB | 39 kB | 16/273 kB | 4.1/194 kB
Progress (5): 819/928 kB | 221/524 kB | 39 kB | 16/273 kB | 7.7/194 kB
Progress (5): 823/928 kB | 221/524 kB | 39 kB | 16/273 kB | 7.7/194 kB
Progress (5): 823/928 kB | 225/524 kB | 39 kB | 16/273 kB | 7.7/194 kB
Progress (5): 827/928 kB | 225/524 kB | 39 kB | 16/273 kB | 7.7/194 kB
Progress (5): 827/928 kB | 225/524 kB | 39 kB | 16/273 kB | 12/194 kB 
Progress (5): 827/928 kB | 225/524 kB | 39 kB | 20/273 kB | 12/194 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 452 kB/s)
Progress (4): 827/928 kB | 225/524 kB | 20/273 kB | 16/194 kB
Progress (4): 831/928 kB | 225/524 kB | 20/273 kB | 16/194 kB
Progress (4): 831/928 kB | 229/524 kB | 20/273 kB | 16/194 kB
Progress (4): 835/928 kB | 229/524 kB | 20/273 kB | 16/194 kB
Progress (4): 835/928 kB | 229/524 kB | 20/273 kB | 20/194 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Progress (4): 835/928 kB | 229/524 kB | 24/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 28/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 32/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 36/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 40/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 45/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 49/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 53/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 57/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 61/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 65/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 69/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 73/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 77/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 81/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 85/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 90/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 94/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 98/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 102/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 106/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 110/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 114/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 118/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 122/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 126/273 kB | 20/194 kB
Progress (4): 835/928 kB | 229/524 kB | 131/273 kB | 20/194 kB
Progress (4): 839/928 kB | 229/524 kB | 131/273 kB | 20/194 kB
Progress (4): 839/928 kB | 233/524 kB | 131/273 kB | 20/194 kB
Progress (4): 839/928 kB | 233/524 kB | 131/273 kB | 24/194 kB
Progress (4): 839/928 kB | 237/524 kB | 131/273 kB | 24/194 kB
Progress (4): 843/928 kB | 237/524 kB | 131/273 kB | 24/194 kB
Progress (4): 843/928 kB | 237/524 kB | 135/273 kB | 24/194 kB
Progress (4): 847/928 kB | 237/524 kB | 135/273 kB | 24/194 kB
Progress (4): 847/928 kB | 241/524 kB | 135/273 kB | 24/194 kB
Progress (4): 847/928 kB | 245/524 kB | 135/273 kB | 24/194 kB
Progress (4): 847/928 kB | 245/524 kB | 135/273 kB | 28/194 kB
Progress (4): 851/928 kB | 245/524 kB | 135/273 kB | 28/194 kB
Progress (4): 851/928 kB | 245/524 kB | 139/273 kB | 28/194 kB
Progress (4): 851/928 kB | 245/524 kB | 139/273 kB | 32/194 kB
Progress (4): 851/928 kB | 245/524 kB | 143/273 kB | 32/194 kB
Progress (4): 851/928 kB | 249/524 kB | 143/273 kB | 32/194 kB
Progress (4): 851/928 kB | 249/524 kB | 147/273 kB | 32/194 kB
Progress (5): 851/928 kB | 249/524 kB | 147/273 kB | 32/194 kB | 4.1/38 kB
Progress (5): 851/928 kB | 249/524 kB | 147/273 kB | 36/194 kB | 4.1/38 kB
Progress (5): 851/928 kB | 253/524 kB | 147/273 kB | 36/194 kB | 4.1/38 kB
Progress (5): 856/928 kB | 253/524 kB | 147/273 kB | 36/194 kB | 4.1/38 kB
Progress (5): 856/928 kB | 258/524 kB | 147/273 kB | 36/194 kB | 4.1/38 kB
Progress (5): 856/928 kB | 258/524 kB | 147/273 kB | 40/194 kB | 4.1/38 kB
Progress (5): 856/928 kB | 258/524 kB | 151/273 kB | 40/194 kB | 4.1/38 kB
Progress (5): 856/928 kB | 258/524 kB | 151/273 kB | 40/194 kB | 7.7/38 kB
Progress (5): 856/928 kB | 258/524 kB | 155/273 kB | 40/194 kB | 7.7/38 kB
Progress (5): 856/928 kB | 258/524 kB | 155/273 kB | 45/194 kB | 7.7/38 kB
Progress (5): 856/928 kB | 262/524 kB | 155/273 kB | 45/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 155/273 kB | 45/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 155/273 kB | 49/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 159/273 kB | 49/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 163/273 kB | 49/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 163/273 kB | 53/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 163/273 kB | 57/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 163/273 kB | 61/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 163/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 167/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 171/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 176/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 180/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 184/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 188/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 192/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 196/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 200/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 204/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 208/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 212/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 217/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 221/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 225/273 kB | 65/194 kB | 7.7/38 kB
Progress (5): 860/928 kB | 262/524 kB | 225/273 kB | 65/194 kB | 12/38 kB 
Progress (5): 860/928 kB | 262/524 kB | 229/273 kB | 65/194 kB | 12/38 kB
Progress (5): 860/928 kB | 262/524 kB | 229/273 kB | 69/194 kB | 12/38 kB
Progress (5): 860/928 kB | 266/524 kB | 229/273 kB | 69/194 kB | 12/38 kB
Progress (5): 864/928 kB | 266/524 kB | 229/273 kB | 69/194 kB | 12/38 kB
Progress (5): 864/928 kB | 270/524 kB | 229/273 kB | 69/194 kB | 12/38 kB
Progress (5): 864/928 kB | 270/524 kB | 229/273 kB | 73/194 kB | 12/38 kB
Progress (5): 864/928 kB | 270/524 kB | 229/273 kB | 73/194 kB | 16/38 kB
Progress (5): 864/928 kB | 270/524 kB | 229/273 kB | 77/194 kB | 16/38 kB
Progress (5): 864/928 kB | 274/524 kB | 229/273 kB | 77/194 kB | 16/38 kB
Progress (5): 868/928 kB | 274/524 kB | 229/273 kB | 77/194 kB | 16/38 kB
Progress (5): 868/928 kB | 274/524 kB | 233/273 kB | 77/194 kB | 16/38 kB
Progress (5): 868/928 kB | 274/524 kB | 233/273 kB | 77/194 kB | 20/38 kB
Progress (5): 868/928 kB | 278/524 kB | 233/273 kB | 77/194 kB | 20/38 kB
Progress (5): 872/928 kB | 278/524 kB | 233/273 kB | 77/194 kB | 20/38 kB
Progress (5): 872/928 kB | 278/524 kB | 233/273 kB | 81/194 kB | 20/38 kB
Progress (5): 876/928 kB | 278/524 kB | 233/273 kB | 81/194 kB | 20/38 kB
Progress (5): 876/928 kB | 278/524 kB | 233/273 kB | 81/194 kB | 24/38 kB
Progress (5): 876/928 kB | 278/524 kB | 237/273 kB | 81/194 kB | 24/38 kB
Progress (5): 876/928 kB | 278/524 kB | 237/273 kB | 81/194 kB | 28/38 kB
Progress (5): 880/928 kB | 278/524 kB | 237/273 kB | 81/194 kB | 28/38 kB
Progress (5): 880/928 kB | 282/524 kB | 237/273 kB | 81/194 kB | 28/38 kB
Progress (5): 880/928 kB | 286/524 kB | 237/273 kB | 81/194 kB | 28/38 kB
Progress (5): 884/928 kB | 286/524 kB | 237/273 kB | 81/194 kB | 28/38 kB
Progress (5): 884/928 kB | 286/524 kB | 237/273 kB | 81/194 kB | 32/38 kB
Progress (5): 884/928 kB | 286/524 kB | 237/273 kB | 85/194 kB | 32/38 kB
Progress (5): 884/928 kB | 286/524 kB | 241/273 kB | 85/194 kB | 32/38 kB
Progress (5): 888/928 kB | 286/524 kB | 241/273 kB | 85/194 kB | 32/38 kB
Progress (5): 892/928 kB | 286/524 kB | 241/273 kB | 85/194 kB | 32/38 kB
Progress (5): 896/928 kB | 286/524 kB | 241/273 kB | 85/194 kB | 32/38 kB
Progress (5): 901/928 kB | 286/524 kB | 241/273 kB | 85/194 kB | 32/38 kB
Progress (5): 901/928 kB | 286/524 kB | 241/273 kB | 90/194 kB | 32/38 kB
Progress (5): 901/928 kB | 286/524 kB | 241/273 kB | 90/194 kB | 36/38 kB
Progress (5): 901/928 kB | 290/524 kB | 241/273 kB | 90/194 kB | 36/38 kB
Progress (5): 905/928 kB | 290/524 kB | 241/273 kB | 90/194 kB | 36/38 kB
Progress (5): 905/928 kB | 290/524 kB | 241/273 kB | 90/194 kB | 38 kB   
Progress (5): 905/928 kB | 290/524 kB | 241/273 kB | 94/194 kB | 38 kB
Progress (5): 905/928 kB | 290/524 kB | 245/273 kB | 94/194 kB | 38 kB
Progress (5): 905/928 kB | 290/524 kB | 245/273 kB | 98/194 kB | 38 kB
Progress (5): 909/928 kB | 290/524 kB | 245/273 kB | 98/194 kB | 38 kB
Progress (5): 913/928 kB | 290/524 kB | 245/273 kB | 98/194 kB | 38 kB
Progress (5): 917/928 kB | 290/524 kB | 245/273 kB | 98/194 kB | 38 kB
Progress (5): 917/928 kB | 290/524 kB | 245/273 kB | 102/194 kB | 38 kB
Progress (5): 917/928 kB | 290/524 kB | 245/273 kB | 106/194 kB | 38 kB
Progress (5): 917/928 kB | 294/524 kB | 245/273 kB | 106/194 kB | 38 kB
Progress (5): 917/928 kB | 294/524 kB | 245/273 kB | 110/194 kB | 38 kB
Progress (5): 917/928 kB | 294/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 298/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 303/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 307/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 311/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 315/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 319/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 323/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 917/928 kB | 327/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 921/928 kB | 327/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 925/928 kB | 327/524 kB | 245/273 kB | 114/194 kB | 38 kB
Progress (5): 928 kB | 327/524 kB | 245/273 kB | 114/194 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 223 kB/s)
Progress (4): 928 kB | 327/524 kB | 249/273 kB | 114/194 kB
Progress (4): 928 kB | 327/524 kB | 253/273 kB | 114/194 kB
Progress (4): 928 kB | 327/524 kB | 258/273 kB | 114/194 kB
Progress (4): 928 kB | 327/524 kB | 262/273 kB | 114/194 kB
                                                           
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
Progress (4): 928 kB | 331/524 kB | 262/273 kB | 114/194 kB
Progress (4): 928 kB | 331/524 kB | 262/273 kB | 118/194 kB
Progress (4): 928 kB | 335/524 kB | 262/273 kB | 118/194 kB
Progress (4): 928 kB | 335/524 kB | 266/273 kB | 118/194 kB
Progress (4): 928 kB | 339/524 kB | 266/273 kB | 118/194 kB
Progress (4): 928 kB | 339/524 kB | 266/273 kB | 122/194 kB
Progress (4): 928 kB | 344/524 kB | 266/273 kB | 122/194 kB
Progress (4): 928 kB | 344/524 kB | 270/273 kB | 122/194 kB
Progress (4): 928 kB | 344/524 kB | 270/273 kB | 126/194 kB
Progress (4): 928 kB | 344/524 kB | 273 kB | 126/194 kB    
Progress (4): 928 kB | 344/524 kB | 273 kB | 131/194 kB
Progress (4): 928 kB | 348/524 kB | 273 kB | 131/194 kB
Progress (4): 928 kB | 352/524 kB | 273 kB | 131/194 kB
Progress (4): 928 kB | 356/524 kB | 273 kB | 131/194 kB
Progress (4): 928 kB | 360/524 kB | 273 kB | 131/194 kB
Progress (4): 928 kB | 360/524 kB | 273 kB | 135/194 kB
Progress (4): 928 kB | 360/524 kB | 273 kB | 139/194 kB
Progress (4): 928 kB | 360/524 kB | 273 kB | 143/194 kB
Progress (4): 928 kB | 364/524 kB | 273 kB | 143/194 kB
Progress (4): 928 kB | 364/524 kB | 273 kB | 147/194 kB
Progress (4): 928 kB | 368/524 kB | 273 kB | 147/194 kB
Progress (4): 928 kB | 372/524 kB | 273 kB | 147/194 kB
Progress (4): 928 kB | 376/524 kB | 273 kB | 147/194 kB
Progress (4): 928 kB | 376/524 kB | 273 kB | 151/194 kB
Progress (4): 928 kB | 376/524 kB | 273 kB | 155/194 kB
Progress (4): 928 kB | 380/524 kB | 273 kB | 155/194 kB
Progress (4): 928 kB | 380/524 kB | 273 kB | 159/194 kB
Progress (4): 928 kB | 384/524 kB | 273 kB | 159/194 kB
Progress (4): 928 kB | 384/524 kB | 273 kB | 163/194 kB
Progress (4): 928 kB | 389/524 kB | 273 kB | 163/194 kB
Progress (4): 928 kB | 393/524 kB | 273 kB | 163/194 kB
Progress (4): 928 kB | 393/524 kB | 273 kB | 167/194 kB
Progress (4): 928 kB | 393/524 kB | 273 kB | 171/194 kB
Progress (4): 928 kB | 397/524 kB | 273 kB | 171/194 kB
Progress (4): 928 kB | 397/524 kB | 273 kB | 176/194 kB
Progress (4): 928 kB | 401/524 kB | 273 kB | 176/194 kB
Progress (4): 928 kB | 401/524 kB | 273 kB | 180/194 kB
Progress (4): 928 kB | 405/524 kB | 273 kB | 180/194 kB
Progress (4): 928 kB | 409/524 kB | 273 kB | 180/194 kB
Progress (5): 928 kB | 409/524 kB | 273 kB | 180/194 kB | 4.1/156 kB
Progress (5): 928 kB | 409/524 kB | 273 kB | 184/194 kB | 4.1/156 kB
Progress (5): 928 kB | 413/524 kB | 273 kB | 184/194 kB | 4.1/156 kB
Progress (5): 928 kB | 413/524 kB | 273 kB | 184/194 kB | 7.7/156 kB
Progress (5): 928 kB | 417/524 kB | 273 kB | 184/194 kB | 7.7/156 kB
Progress (5): 928 kB | 417/524 kB | 273 kB | 188/194 kB | 7.7/156 kB
Progress (5): 928 kB | 421/524 kB | 273 kB | 188/194 kB | 7.7/156 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 1.6 MB/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.jar
Progress (4): 928 kB | 421/524 kB | 188/194 kB | 12/156 kB
Progress (4): 928 kB | 425/524 kB | 188/194 kB | 12/156 kB
Progress (4): 928 kB | 425/524 kB | 188/194 kB | 16/156 kB
Progress (4): 928 kB | 425/524 kB | 192/194 kB | 16/156 kB
Progress (4): 928 kB | 425/524 kB | 194 kB | 16/156 kB    
Progress (4): 928 kB | 430/524 kB | 194 kB | 16/156 kB
Progress (4): 928 kB | 434/524 kB | 194 kB | 16/156 kB
Progress (4): 928 kB | 434/524 kB | 194 kB | 20/156 kB
Progress (4): 928 kB | 438/524 kB | 194 kB | 20/156 kB
Progress (4): 928 kB | 442/524 kB | 194 kB | 20/156 kB
Progress (4): 928 kB | 442/524 kB | 194 kB | 24/156 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.5.0/org.eclipse.tycho.surefire.osgibooter-1.5.0.jar (928 kB at 5.3 MB/s)
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.1 MB/s)
Progress (3): 442/524 kB | 24/156 kB | 4.1/35 kB
                                                
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
Progress (3): 446/524 kB | 24/156 kB | 4.1/35 kB
Progress (3): 446/524 kB | 28/156 kB | 4.1/35 kB
Progress (3): 450/524 kB | 28/156 kB | 4.1/35 kB
Progress (3): 450/524 kB | 28/156 kB | 7.7/35 kB
                                                
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
Progress (3): 450/524 kB | 28/156 kB | 12/35 kB
Progress (3): 454/524 kB | 28/156 kB | 12/35 kB
Progress (3): 454/524 kB | 32/156 kB | 12/35 kB
Progress (3): 458/524 kB | 32/156 kB | 12/35 kB
Progress (3): 458/524 kB | 32/156 kB | 16/35 kB
Progress (3): 458/524 kB | 36/156 kB | 16/35 kB
Progress (3): 462/524 kB | 36/156 kB | 16/35 kB
Progress (3): 462/524 kB | 40/156 kB | 16/35 kB
Progress (3): 466/524 kB | 40/156 kB | 16/35 kB
Progress (3): 466/524 kB | 40/156 kB | 20/35 kB
Progress (3): 471/524 kB | 40/156 kB | 20/35 kB
Progress (3): 471/524 kB | 45/156 kB | 20/35 kB
Progress (3): 475/524 kB | 45/156 kB | 20/35 kB
Progress (3): 475/524 kB | 45/156 kB | 24/35 kB
Progress (4): 475/524 kB | 45/156 kB | 24/35 kB | 4.1/68 kB
Progress (4): 475/524 kB | 45/156 kB | 28/35 kB | 4.1/68 kB
Progress (4): 475/524 kB | 49/156 kB | 28/35 kB | 4.1/68 kB
Progress (4): 475/524 kB | 49/156 kB | 32/35 kB | 4.1/68 kB
Progress (4): 475/524 kB | 49/156 kB | 32/35 kB | 7.7/68 kB
Progress (5): 475/524 kB | 49/156 kB | 32/35 kB | 7.7/68 kB | 4.1/332 kB
Progress (5): 479/524 kB | 49/156 kB | 32/35 kB | 7.7/68 kB | 4.1/332 kB
Progress (5): 479/524 kB | 49/156 kB | 32/35 kB | 7.7/68 kB | 7.7/332 kB
Progress (5): 479/524 kB | 53/156 kB | 32/35 kB | 7.7/68 kB | 7.7/332 kB
Progress (5): 479/524 kB | 53/156 kB | 32/35 kB | 12/68 kB | 7.7/332 kB 
Progress (5): 479/524 kB | 53/156 kB | 35 kB | 12/68 kB | 7.7/332 kB   
Progress (5): 479/524 kB | 53/156 kB | 35 kB | 16/68 kB | 7.7/332 kB
Progress (5): 479/524 kB | 57/156 kB | 35 kB | 16/68 kB | 7.7/332 kB
Progress (5): 479/524 kB | 57/156 kB | 35 kB | 16/68 kB | 12/332 kB 
Progress (5): 479/524 kB | 57/156 kB | 35 kB | 16/68 kB | 16/332 kB
Progress (5): 479/524 kB | 57/156 kB | 35 kB | 20/68 kB | 16/332 kB
Progress (5): 479/524 kB | 57/156 kB | 35 kB | 24/68 kB | 16/332 kB
Progress (5): 483/524 kB | 57/156 kB | 35 kB | 24/68 kB | 16/332 kB
Progress (5): 483/524 kB | 57/156 kB | 35 kB | 28/68 kB | 16/332 kB
Progress (5): 483/524 kB | 57/156 kB | 35 kB | 28/68 kB | 20/332 kB
Progress (5): 483/524 kB | 61/156 kB | 35 kB | 28/68 kB | 20/332 kB
Progress (5): 483/524 kB | 61/156 kB | 35 kB | 28/68 kB | 24/332 kB
Progress (5): 483/524 kB | 61/156 kB | 35 kB | 32/68 kB | 24/332 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 194 kB/s)
Progress (4): 487/524 kB | 61/156 kB | 32/68 kB | 24/332 kB
                                                           
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
Progress (4): 487/524 kB | 61/156 kB | 32/68 kB | 28/332 kB
Progress (4): 487/524 kB | 65/156 kB | 32/68 kB | 28/332 kB
Progress (4): 487/524 kB | 65/156 kB | 32/68 kB | 32/332 kB
Progress (4): 487/524 kB | 65/156 kB | 36/68 kB | 32/332 kB
Progress (4): 491/524 kB | 65/156 kB | 36/68 kB | 32/332 kB
Progress (4): 491/524 kB | 65/156 kB | 40/68 kB | 32/332 kB
Progress (4): 491/524 kB | 65/156 kB | 45/68 kB | 32/332 kB
Progress (4): 491/524 kB | 65/156 kB | 45/68 kB | 36/332 kB
Progress (4): 495/524 kB | 65/156 kB | 45/68 kB | 36/332 kB
Progress (4): 495/524 kB | 69/156 kB | 45/68 kB | 36/332 kB
Progress (4): 499/524 kB | 69/156 kB | 45/68 kB | 36/332 kB
Progress (4): 499/524 kB | 69/156 kB | 45/68 kB | 40/332 kB
Progress (4): 499/524 kB | 69/156 kB | 49/68 kB | 40/332 kB
Progress (4): 499/524 kB | 69/156 kB | 49/68 kB | 45/332 kB
Progress (4): 503/524 kB | 69/156 kB | 49/68 kB | 45/332 kB
Progress (4): 503/524 kB | 73/156 kB | 49/68 kB | 45/332 kB
Progress (4): 507/524 kB | 73/156 kB | 49/68 kB | 45/332 kB
Progress (4): 507/524 kB | 73/156 kB | 49/68 kB | 49/332 kB
Progress (4): 507/524 kB | 73/156 kB | 53/68 kB | 49/332 kB
Progress (4): 507/524 kB | 77/156 kB | 53/68 kB | 49/332 kB
Progress (4): 507/524 kB | 77/156 kB | 57/68 kB | 49/332 kB
Progress (4): 511/524 kB | 77/156 kB | 57/68 kB | 49/332 kB
Progress (4): 511/524 kB | 81/156 kB | 57/68 kB | 49/332 kB
Progress (4): 516/524 kB | 81/156 kB | 57/68 kB | 49/332 kB
Progress (4): 516/524 kB | 81/156 kB | 57/68 kB | 53/332 kB
Progress (4): 516/524 kB | 81/156 kB | 61/68 kB | 53/332 kB
Progress (4): 516/524 kB | 81/156 kB | 61/68 kB | 57/332 kB
Progress (4): 520/524 kB | 81/156 kB | 61/68 kB | 57/332 kB
Progress (4): 520/524 kB | 81/156 kB | 61/68 kB | 61/332 kB
Progress (4): 520/524 kB | 85/156 kB | 61/68 kB | 61/332 kB
Progress (4): 520/524 kB | 85/156 kB | 65/68 kB | 61/332 kB
Progress (4): 520/524 kB | 90/156 kB | 65/68 kB | 61/332 kB
Progress (4): 520/524 kB | 90/156 kB | 68 kB | 61/332 kB   
Progress (4): 520/524 kB | 90/156 kB | 68 kB | 65/332 kB
Progress (4): 524/524 kB | 90/156 kB | 68 kB | 65/332 kB
Progress (4): 524/524 kB | 94/156 kB | 68 kB | 65/332 kB
Progress (4): 524 kB | 94/156 kB | 68 kB | 65/332 kB    
Progress (4): 524 kB | 98/156 kB | 68 kB | 65/332 kB
Progress (4): 524 kB | 98/156 kB | 68 kB | 69/332 kB
Progress (4): 524 kB | 98/156 kB | 68 kB | 73/332 kB
Progress (4): 524 kB | 98/156 kB | 68 kB | 77/332 kB
Progress (4): 524 kB | 98/156 kB | 68 kB | 81/332 kB
Progress (4): 524 kB | 102/156 kB | 68 kB | 81/332 kB
Progress (4): 524 kB | 106/156 kB | 68 kB | 81/332 kB
                                                     
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 363 kB/s)
Progress (3): 524 kB | 106/156 kB | 85/332 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 2.8 MB/s)
Progress (2): 110/156 kB | 85/332 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
Progress (2): 110/156 kB | 90/332 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Progress (2): 110/156 kB | 94/332 kB
Progress (2): 114/156 kB | 94/332 kB
Progress (2): 114/156 kB | 98/332 kB
Progress (2): 118/156 kB | 98/332 kB
Progress (2): 118/156 kB | 102/332 kB
Progress (2): 122/156 kB | 102/332 kB
Progress (2): 122/156 kB | 106/332 kB
Progress (2): 126/156 kB | 106/332 kB
Progress (2): 126/156 kB | 110/332 kB
Progress (2): 131/156 kB | 110/332 kB
Progress (2): 131/156 kB | 114/332 kB
Progress (2): 135/156 kB | 114/332 kB
Progress (2): 135/156 kB | 118/332 kB
Progress (2): 139/156 kB | 118/332 kB
Progress (2): 139/156 kB | 122/332 kB
Progress (2): 143/156 kB | 122/332 kB
Progress (2): 143/156 kB | 126/332 kB
Progress (2): 147/156 kB | 126/332 kB
Progress (2): 147/156 kB | 131/332 kB
Progress (2): 151/156 kB | 131/332 kB
Progress (2): 155/156 kB | 131/332 kB
Progress (2): 155/156 kB | 135/332 kB
Progress (2): 156 kB | 135/332 kB    
Progress (2): 156 kB | 139/332 kB
Progress (2): 156 kB | 143/332 kB
Progress (2): 156 kB | 147/332 kB
Progress (2): 156 kB | 151/332 kB
Progress (2): 156 kB | 155/332 kB
Progress (2): 156 kB | 159/332 kB
Progress (2): 156 kB | 163/332 kB
Progress (2): 156 kB | 167/332 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 818 kB/s)
Progress (1): 171/332 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Progress (1): 176/332 kB
Progress (1): 180/332 kB
Progress (1): 184/332 kB
Progress (1): 188/332 kB
Progress (1): 192/332 kB
Progress (1): 196/332 kB
Progress (1): 200/332 kB
Progress (1): 204/332 kB
Progress (2): 204/332 kB | 4.1/108 kB
Progress (2): 204/332 kB | 7.7/108 kB
Progress (2): 208/332 kB | 7.7/108 kB
Progress (2): 208/332 kB | 12/108 kB 
Progress (2): 212/332 kB | 12/108 kB
Progress (2): 212/332 kB | 16/108 kB
Progress (2): 217/332 kB | 16/108 kB
Progress (2): 217/332 kB | 20/108 kB
Progress (2): 221/332 kB | 20/108 kB
Progress (2): 221/332 kB | 24/108 kB
Progress (2): 225/332 kB | 24/108 kB
Progress (2): 225/332 kB | 28/108 kB
Progress (2): 229/332 kB | 28/108 kB
Progress (3): 229/332 kB | 28/108 kB | 4.1/38 kB
Progress (3): 229/332 kB | 28/108 kB | 7.7/38 kB
Progress (4): 229/332 kB | 28/108 kB | 7.7/38 kB | 4.1/30 kB
Progress (4): 229/332 kB | 32/108 kB | 7.7/38 kB | 4.1/30 kB
Progress (4): 233/332 kB | 32/108 kB | 7.7/38 kB | 4.1/30 kB
Progress (4): 233/332 kB | 32/108 kB | 7.7/38 kB | 7.7/30 kB
Progress (4): 233/332 kB | 32/108 kB | 12/38 kB | 7.7/30 kB 
Progress (5): 233/332 kB | 32/108 kB | 12/38 kB | 7.7/30 kB | 4.1/35 kB
Progress (5): 233/332 kB | 32/108 kB | 12/38 kB | 12/30 kB | 4.1/35 kB 
Progress (5): 237/332 kB | 32/108 kB | 12/38 kB | 12/30 kB | 4.1/35 kB
Progress (5): 237/332 kB | 32/108 kB | 12/38 kB | 16/30 kB | 4.1/35 kB
Progress (5): 237/332 kB | 36/108 kB | 12/38 kB | 16/30 kB | 4.1/35 kB
Progress (5): 237/332 kB | 36/108 kB | 12/38 kB | 16/30 kB | 7.7/35 kB
Progress (5): 237/332 kB | 36/108 kB | 12/38 kB | 16/30 kB | 12/35 kB 
Progress (5): 237/332 kB | 36/108 kB | 12/38 kB | 16/30 kB | 16/35 kB
Progress (5): 237/332 kB | 36/108 kB | 16/38 kB | 16/30 kB | 16/35 kB
Progress (5): 237/332 kB | 36/108 kB | 16/38 kB | 20/30 kB | 16/35 kB
Progress (5): 237/332 kB | 40/108 kB | 16/38 kB | 20/30 kB | 16/35 kB
Progress (5): 241/332 kB | 40/108 kB | 16/38 kB | 20/30 kB | 16/35 kB
Progress (5): 241/332 kB | 45/108 kB | 16/38 kB | 20/30 kB | 16/35 kB
Progress (5): 241/332 kB | 45/108 kB | 16/38 kB | 20/30 kB | 20/35 kB
Progress (5): 241/332 kB | 45/108 kB | 16/38 kB | 24/30 kB | 20/35 kB
Progress (5): 241/332 kB | 45/108 kB | 16/38 kB | 24/30 kB | 24/35 kB
Progress (5): 241/332 kB | 49/108 kB | 16/38 kB | 24/30 kB | 24/35 kB
Progress (5): 241/332 kB | 49/108 kB | 20/38 kB | 24/30 kB | 24/35 kB
Progress (5): 245/332 kB | 49/108 kB | 20/38 kB | 24/30 kB | 24/35 kB
Progress (5): 245/332 kB | 49/108 kB | 24/38 kB | 24/30 kB | 24/35 kB
Progress (5): 245/332 kB | 49/108 kB | 24/38 kB | 24/30 kB | 28/35 kB
Progress (5): 245/332 kB | 49/108 kB | 24/38 kB | 28/30 kB | 28/35 kB
Progress (5): 245/332 kB | 53/108 kB | 24/38 kB | 28/30 kB | 28/35 kB
Progress (5): 245/332 kB | 53/108 kB | 24/38 kB | 28/30 kB | 32/35 kB
Progress (5): 245/332 kB | 53/108 kB | 28/38 kB | 28/30 kB | 32/35 kB
Progress (5): 245/332 kB | 53/108 kB | 28/38 kB | 28/30 kB | 35 kB   
Progress (5): 245/332 kB | 57/108 kB | 28/38 kB | 28/30 kB | 35 kB
Progress (5): 249/332 kB | 57/108 kB | 28/38 kB | 28/30 kB | 35 kB
Progress (5): 249/332 kB | 57/108 kB | 28/38 kB | 30 kB | 35 kB   
Progress (5): 253/332 kB | 57/108 kB | 28/38 kB | 30 kB | 35 kB
Progress (5): 253/332 kB | 61/108 kB | 28/38 kB | 30 kB | 35 kB
Progress (5): 253/332 kB | 61/108 kB | 32/38 kB | 30 kB | 35 kB
Progress (5): 253/332 kB | 65/108 kB | 32/38 kB | 30 kB | 35 kB
Progress (5): 258/332 kB | 65/108 kB | 32/38 kB | 30 kB | 35 kB
Progress (5): 258/332 kB | 65/108 kB | 36/38 kB | 30 kB | 35 kB
Progress (5): 258/332 kB | 65/108 kB | 38 kB | 30 kB | 35 kB   
Progress (5): 258/332 kB | 69/108 kB | 38 kB | 30 kB | 35 kB
Progress (5): 258/332 kB | 73/108 kB | 38 kB | 30 kB | 35 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 115 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 145 kB/s)
Progress (3): 262/332 kB | 73/108 kB | 35 kB
Progress (3): 262/332 kB | 77/108 kB | 35 kB
Progress (3): 262/332 kB | 81/108 kB | 35 kB
Progress (3): 266/332 kB | 81/108 kB | 35 kB
Progress (3): 270/332 kB | 81/108 kB | 35 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 135 kB/s)
Progress (2): 270/332 kB | 85/108 kB
Progress (2): 274/332 kB | 85/108 kB
Progress (2): 274/332 kB | 90/108 kB
Progress (3): 274/332 kB | 90/108 kB | 4.1/315 kB
Progress (3): 278/332 kB | 90/108 kB | 4.1/315 kB
Progress (3): 278/332 kB | 90/108 kB | 7.7/315 kB
Progress (3): 278/332 kB | 94/108 kB | 7.7/315 kB
Progress (3): 278/332 kB | 94/108 kB | 12/315 kB 
Progress (3): 278/332 kB | 98/108 kB | 12/315 kB
Progress (3): 278/332 kB | 98/108 kB | 16/315 kB
Progress (3): 282/332 kB | 98/108 kB | 16/315 kB
Progress (3): 286/332 kB | 98/108 kB | 16/315 kB
Progress (3): 290/332 kB | 98/108 kB | 16/315 kB
Progress (3): 290/332 kB | 98/108 kB | 20/315 kB
Progress (3): 290/332 kB | 102/108 kB | 20/315 kB
Progress (3): 290/332 kB | 102/108 kB | 24/315 kB
Progress (3): 294/332 kB | 102/108 kB | 24/315 kB
Progress (3): 294/332 kB | 102/108 kB | 28/315 kB
Progress (3): 294/332 kB | 106/108 kB | 28/315 kB
Progress (3): 294/332 kB | 106/108 kB | 32/315 kB
Progress (3): 294/332 kB | 108 kB | 32/315 kB    
Progress (3): 298/332 kB | 108 kB | 32/315 kB
Progress (3): 303/332 kB | 108 kB | 32/315 kB
Progress (3): 303/332 kB | 108 kB | 36/315 kB
Progress (3): 307/332 kB | 108 kB | 36/315 kB
Progress (3): 307/332 kB | 108 kB | 40/315 kB
Progress (3): 311/332 kB | 108 kB | 40/315 kB
Progress (3): 311/332 kB | 108 kB | 45/315 kB
Progress (3): 311/332 kB | 108 kB | 49/315 kB
Progress (3): 315/332 kB | 108 kB | 49/315 kB
Progress (3): 319/332 kB | 108 kB | 49/315 kB
Progress (3): 319/332 kB | 108 kB | 53/315 kB
Progress (3): 323/332 kB | 108 kB | 53/315 kB
Progress (3): 323/332 kB | 108 kB | 57/315 kB
Progress (3): 327/332 kB | 108 kB | 57/315 kB
Progress (3): 327/332 kB | 108 kB | 61/315 kB
Progress (3): 327/332 kB | 108 kB | 65/315 kB
Progress (3): 331/332 kB | 108 kB | 65/315 kB
Progress (3): 332 kB | 108 kB | 65/315 kB    
Progress (3): 332 kB | 108 kB | 69/315 kB
Progress (3): 332 kB | 108 kB | 73/315 kB
Progress (3): 332 kB | 108 kB | 77/315 kB
Progress (3): 332 kB | 108 kB | 81/315 kB
Progress (3): 332 kB | 108 kB | 85/315 kB
Progress (3): 332 kB | 108 kB | 90/315 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 1.3 MB/s)
Progress (2): 108 kB | 94/315 kB
Progress (2): 108 kB | 98/315 kB
Progress (2): 108 kB | 102/315 kB
Progress (2): 108 kB | 106/315 kB
Progress (2): 108 kB | 110/315 kB
Progress (2): 108 kB | 114/315 kB
Progress (2): 108 kB | 118/315 kB
Progress (2): 108 kB | 122/315 kB
Progress (2): 108 kB | 126/315 kB
Progress (2): 108 kB | 131/315 kB
Progress (2): 108 kB | 135/315 kB
Progress (2): 108 kB | 139/315 kB
Progress (2): 108 kB | 143/315 kB
Progress (2): 108 kB | 147/315 kB
Progress (2): 108 kB | 151/315 kB
Progress (2): 108 kB | 155/315 kB
Progress (2): 108 kB | 159/315 kB
Progress (2): 108 kB | 163/315 kB
Progress (2): 108 kB | 167/315 kB
Progress (2): 108 kB | 171/315 kB
Progress (2): 108 kB | 176/315 kB
Progress (2): 108 kB | 180/315 kB
Progress (2): 108 kB | 184/315 kB
Progress (2): 108 kB | 188/315 kB
Progress (2): 108 kB | 192/315 kB
Progress (2): 108 kB | 196/315 kB
Progress (2): 108 kB | 200/315 kB
Progress (2): 108 kB | 204/315 kB
Progress (2): 108 kB | 208/315 kB
Progress (2): 108 kB | 212/315 kB
Progress (2): 108 kB | 217/315 kB
Progress (2): 108 kB | 221/315 kB
Progress (2): 108 kB | 225/315 kB
Progress (2): 108 kB | 229/315 kB
Progress (2): 108 kB | 233/315 kB
Progress (2): 108 kB | 237/315 kB
Progress (2): 108 kB | 241/315 kB
Progress (2): 108 kB | 245/315 kB
Progress (2): 108 kB | 249/315 kB
Progress (2): 108 kB | 253/315 kB
Progress (2): 108 kB | 258/315 kB
Progress (2): 108 kB | 262/315 kB
Progress (2): 108 kB | 266/315 kB
Progress (2): 108 kB | 270/315 kB
Progress (2): 108 kB | 274/315 kB
Progress (2): 108 kB | 278/315 kB
Progress (2): 108 kB | 282/315 kB
Progress (2): 108 kB | 286/315 kB
Progress (2): 108 kB | 290/315 kB
Progress (2): 108 kB | 294/315 kB
Progress (2): 108 kB | 298/315 kB
Progress (2): 108 kB | 303/315 kB
Progress (2): 108 kB | 307/315 kB
Progress (2): 108 kB | 311/315 kB
Progress (2): 108 kB | 315/315 kB
Progress (2): 108 kB | 315 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 384 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 1.1 MB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom
Progress (1): 818 B
Progress (1): 2.8 kB
Progress (1): 5.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (5.6 kB at 309 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
Progress (1): 794 B
Progress (1): 2.4 kB
Progress (1): 4.8 kB
Progress (1): 8.9 kB
Progress (1): 9.6 kB
Progress (1): 13 kB 
Progress (1): 16 kB
Progress (1): 18 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 971 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
Progress (1): 730 B
Progress (1): 2.0 kB
Progress (1): 6.0 kB
Progress (1): 10 kB 
Progress (1): 10 kB
Progress (1): 15 kB
Progress (1): 15 kB
Progress (1): 18 kB
Progress (1): 22 kB
Progress (1): 24 kB
Progress (1): 27 kB
Progress (1): 30 kB
Progress (1): 32 kB
Progress (1): 36 kB
Progress (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 6.6 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar
Progress (1): 4.1/38 kB
Progress (1): 7.7/38 kB
Progress (1): 12/38 kB 
Progress (1): 16/38 kB
Progress (1): 20/38 kB
Progress (1): 24/38 kB
Progress (1): 28/38 kB
Progress (1): 32/38 kB
Progress (1): 36/38 kB
Progress (1): 38 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 kB at 2.1 MB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom
Progress (1): 801 B
Progress (1): 2.7 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (4.1 kB at 159 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (32 kB at 1.3 MB/s)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.0/tycho-p2-publisher-plugin-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.0/tycho-p2-publisher-plugin-1.5.0.pom
Progress (1): 910 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.0/tycho-p2-publisher-plugin-1.5.0.pom (2.0 kB at 43 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.0/tycho-p2-publisher-plugin-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.0/tycho-p2-publisher-plugin-1.5.0.jar
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.5.0/tycho-p2-publisher-plugin-1.5.0.jar (21 kB at 447 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Progress (1): 771 B
Progress (1): 2.1 kB
Progress (1): 5.5 kB
Progress (1): 9.0 kB
Progress (1): 12 kB 
Progress (1): 14 kB
Progress (1): 17 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 1.9 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
Progress (1): 723 B
Progress (1): 1.9 kB
Progress (1): 3.4 kB
Progress (1): 7.0 kB
Progress (1): 9.6 kB
Progress (1): 14 kB 
Progress (1): 14 kB
Progress (1): 17 kB
Progress (1): 19 kB
Progress (1): 23 kB
Progress (1): 27 kB
Progress (1): 30 kB
Progress (1): 33 kB
Progress (1): 36 kB
Progress (1): 38 kB
Progress (1): 41 kB
Progress (1): 42 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.6 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Progress (1): 4.1/316 kB
Progress (1): 7.7/316 kB
Progress (1): 12/316 kB 
Progress (1): 16/316 kB
Progress (1): 20/316 kB
Progress (1): 24/316 kB
Progress (1): 28/316 kB
Progress (1): 32/316 kB
Progress (1): 36/316 kB
Progress (1): 40/316 kB
Progress (1): 45/316 kB
Progress (1): 49/316 kB
Progress (1): 53/316 kB
Progress (1): 57/316 kB
Progress (1): 61/316 kB
Progress (1): 65/316 kB
Progress (1): 69/316 kB
Progress (1): 73/316 kB
Progress (1): 77/316 kB
Progress (1): 81/316 kB
Progress (1): 85/316 kB
Progress (1): 90/316 kB
Progress (1): 94/316 kB
Progress (1): 98/316 kB
Progress (1): 102/316 kB
Progress (1): 106/316 kB
Progress (1): 110/316 kB
Progress (1): 114/316 kB
Progress (1): 118/316 kB
Progress (1): 122/316 kB
Progress (1): 126/316 kB
Progress (1): 131/316 kB
Progress (1): 135/316 kB
Progress (1): 139/316 kB
Progress (1): 143/316 kB
Progress (1): 147/316 kB
Progress (1): 151/316 kB
Progress (1): 155/316 kB
Progress (1): 159/316 kB
Progress (1): 163/316 kB
Progress (1): 167/316 kB
Progress (1): 171/316 kB
Progress (1): 176/316 kB
Progress (1): 180/316 kB
Progress (1): 184/316 kB
Progress (1): 188/316 kB
Progress (1): 192/316 kB
Progress (1): 196/316 kB
Progress (1): 200/316 kB
Progress (1): 204/316 kB
Progress (1): 208/316 kB
Progress (1): 212/316 kB
Progress (1): 217/316 kB
Progress (1): 221/316 kB
Progress (1): 225/316 kB
Progress (1): 229/316 kB
Progress (1): 233/316 kB
Progress (1): 237/316 kB
Progress (1): 241/316 kB
Progress (1): 245/316 kB
Progress (1): 249/316 kB
Progress (1): 253/316 kB
Progress (1): 258/316 kB
Progress (1): 262/316 kB
Progress (1): 266/316 kB
Progress (1): 270/316 kB
Progress (1): 274/316 kB
Progress (1): 278/316 kB
Progress (1): 282/316 kB
Progress (1): 286/316 kB
Progress (1): 290/316 kB
Progress (1): 294/316 kB
Progress (1): 298/316 kB
Progress (1): 303/316 kB
Progress (1): 307/316 kB
Progress (1): 311/316 kB
Progress (1): 315/316 kB
Progress (1): 316 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 11 MB/s)
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/pom.xml
[INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1
[INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB)
[INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/
[INFO] Adding repository http://download.eclipse.org/releases/2019-09
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/
[INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/
[INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (128B)
[INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (128B)
[INFO] Adding repository https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates
[INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (469B)
[INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (469B)
[INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (128B)
[INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (128B)
[INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (490B)
[INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (490B)
[INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (172B)
[INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (172B)
[INFO] Fetching content.xml.xz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (4.85kB)
[INFO] Fetching content.xml.xz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (4.85kB)
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2019-09/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2019-09/
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB)
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/pom.xml
[INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/
[INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (743.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (743.15kB)
[INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (141.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (141.47kB)
[INFO] Unpacking com.google.inject_3.0.0.v201605172100...
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.7.400.v20190624-1144...
[INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.7.500.v20190815-1535...
[INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.8.500.v20190714-1850...
[INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB)
[INFO] Unpacking org.eclipse.equinox.common_3.10.500.v20190815-1535...
[INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB)
[INFO] Unpacking org.eclipse.osgi_3.15.0.v20190830-1434...
[INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB)
[INFO] Unpacking org.eclipse.core.jobs_3.10.500.v20190620-1426...
[INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB)
[INFO] Unpacking org.eclipse.core.runtime_3.16.0.v20190823-1314...
[INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB)
[INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535...
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB)
[INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190625-1131...
[INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB)
[INFO] Unpacking org.eclipse.emf.ecore_2.19.0.v20190822-1451...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB)
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
[INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB)
[INFO] Unpacking org.eclipse.xtext.util_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB)
[INFO] Unpacking org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907...
[INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB)
[INFO] Unpacking org.eclipse.xtext_2.20.0.v20191202-0915...
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB)
[INFO] Unpacking org.apache.log4j_1.2.15.v201012070815...
[INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB)
[INFO] Unpacking org.eclipse.xtend.lib_2.20.0.v20191202-0907...
[INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB)
[INFO] Unpacking org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907...
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (96.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (96.31kB)
[INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/pom.xml
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB)
[INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (170.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (170.74kB)
[INFO] Unpacking io.github.classgraph_4.8.35.v20190528-1517...
[INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB)
[INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402...
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (24.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (24.42kB)
[INFO] Unpacking org.apache.commons.cli_1.2.0.v201404270220...
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (106.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (106.17kB)
[INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB)
[INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
[INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB)
[INFO] Unpacking org.eclipse.core.commands_3.9.500.v20190805-1157...
[INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB)
[INFO] Unpacking org.eclipse.core.expressions_3.6.500.v20190617-1926...
[INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB)
[INFO] Unpacking org.eclipse.core.filesystem_1.7.500.v20190620-1312...
[INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB)
[INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB)
[INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB)
[INFO] Unpacking org.eclipse.core.variables_3.4.600.v20190614-1239...
[INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB)
[INFO] Unpacking org.eclipse.debug.core_3.14.0.v20190812-1404...
[INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (126.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (126.94kB)
[INFO] Unpacking org.eclipse.emf.codegen_2.19.0.v20190821-1536...
[INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB)
[INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB)
[INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB)
[INFO] Unpacking org.eclipse.jdt.launching_3.15.0.v20190826-1639...
[INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB)
[INFO] Unpacking org.eclipse.text_3.9.0.v20190826-1019...
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (418.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (418.28kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451...
[INFO] Fetching org.eclipse.emf.mwe.core_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (61.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.core_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (61.63kB)
[INFO] Unpacking org.eclipse.emf.mwe.core_1.5.1.v20191121-1148...
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (8.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (8.49kB)
[INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148...
[INFO] Fetching org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (19.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (19.56kB)
[INFO] Unpacking org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148...
[INFO] Fetching org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (70.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (70.12kB)
[INFO] Unpacking org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148...
[INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB)
[INFO] Unpacking org.eclipse.xtext.common.types_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.53kB)
[INFO] Unpacking org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148...
[INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB)
[INFO] Unpacking org.eclipse.jdt.debug_3.13.100.v20190902-1050...
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.37kB)
[INFO] Unpacking org.eclipse.xpand_2.2.0.v201605260315...
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (148.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (148.58kB)
[INFO] Unpacking org.eclipse.xtend_2.2.0.v201605260315...
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB)
[INFO] Unpacking org.eclipse.xtext.xbase_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB)
[INFO] Unpacking org.eclipse.xtext.generator_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB)
[INFO] Unpacking org.eclipse.xtext.ecore_2.20.0.v20191202-0933...
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB)
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.12kB)
[INFO] Unpacking org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315...
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB)
[INFO] Unpacking org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/pom.xml
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
[INFO] Fetching org.eclipse.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (234.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (234.82kB)
[INFO] Unpacking org.eclipse.xtext.ide_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (268.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (268.44kB)
[INFO] Unpacking org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/pom.xml
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB)
[INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB)
[INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB)
[INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB)
[INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB)
[INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB)
[INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB)
[INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619...
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB)
[INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB)
[INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
[INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB)
[INFO] Unpacking org.eclipse.compare_3.7.700.v20190802-1838...
[INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB)
[INFO] Unpacking org.eclipse.ui_3.114.0.v20190808-1317...
[INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB)
[INFO] Unpacking org.eclipse.jface.text_3.15.300.v20190819-0725...
[INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB)
[INFO] Unpacking org.eclipse.ui.ide_3.16.0.v20190916-1323...
[INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB)
[INFO] Unpacking org.eclipse.ui.views_3.10.0.v20190805-1157...
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB)
[INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631...
[INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB)
[INFO] Unpacking org.eclipse.ui.editors_3.12.0.v20190730-1840...
[INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB)
[INFO] Unpacking org.eclipse.ui.forms_3.8.100.v20190625-1825...
[INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB)
[INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB)
[INFO] Unpacking org.eclipse.core.databinding_1.7.500.v20190624-2109...
[INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB)
[INFO] Unpacking org.eclipse.core.databinding.observable_1.8.0.v20190805-1157...
[INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB)
[INFO] Unpacking org.eclipse.core.databinding.property_1.7.100.v20190805-1157...
[INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB)
[INFO] Unpacking org.eclipse.debug.ui_3.14.200.v20190822-2125...
[INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB)
[INFO] Unpacking org.eclipse.ui.console_3.8.600.v20190815-2020...
[INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB)
[INFO] Unpacking org.eclipse.help_3.8.500.v20190624-2105...
[INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB)
[INFO] Unpacking org.eclipse.ui.workbench_3.116.0.v20190826-1428...
[INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB)
[INFO] Unpacking org.eclipse.e4.core.commands_0.12.700.v20190621-1412...
[INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB)
[INFO] Unpacking org.eclipse.e4.core.di_1.7.400.v20190903-1311...
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB)
[INFO] Unpacking org.eclipse.e4.core.contexts_1.8.200.v20190620-0649...
[INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB)
[INFO] Unpacking org.eclipse.e4.core.services_2.2.0.v20190630-2019...
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707...
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB)
[INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946...
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB)
[INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735...
[INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB)
[INFO] Unpacking org.eclipse.swt_3.112.0.v20190904-0609...
[INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB)
[INFO] Unpacking org.eclipse.jface_3.17.0.v20190820-1444...
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB)
[INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157...
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157...
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413...
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB)
[INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636...
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB)
[INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021...
[INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB)
[INFO] Unpacking org.eclipse.e4.ui.services_1.3.600.v20190716-1245...
[INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB)
[INFO] Unpacking org.eclipse.equinox.event_1.5.200.v20190814-0953...
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB)
[INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808...
[INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814...
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245...
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716...
[INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB)
[INFO] Unpacking org.eclipse.jface.databinding_1.9.100.v20190805-1255...
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448...
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.56kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.29kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
[INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB)
[INFO] Unpacking org.eclipse.emf.edit_2.15.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.91kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.78kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.16.0.v20181104-0733...
[INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB)
[INFO] Unpacking org.eclipse.equinox.bidi_1.2.100.v20190815-1535...
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB)
[INFO] Unpacking org.eclipse.equinox.p2.core_2.6.100.v20190705-1223...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB)
[INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939...
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB)
[INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
[INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB)
[INFO] Unpacking org.eclipse.equinox.security_1.3.300.v20190714-1851...
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB)
[INFO] Unpacking org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645...
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB)
[INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719...
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB)
[INFO] Unpacking org.eclipse.jdt.ui_3.19.0.v20190827-1733...
Jan 24, 2020 5:03:26 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Jan 24, 2020 5:03:26 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB)
[INFO] Unpacking org.eclipse.search_3.11.700.v20190813-2210...
[INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB)
[INFO] Unpacking org.eclipse.team.ui_3.8.600.v20190819-1553...
[INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB)
[INFO] Unpacking org.eclipse.team.core_3.8.700.v20190619-1613...
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB)
[INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110...
[INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB)
[INFO] Unpacking org.eclipse.ui.navigator_3.9.0.v20190807-2204...
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609...
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021...
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (579.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (579.88kB)
[INFO] Unpacking org.eclipse.xtext.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (25.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (25.65kB)
[INFO] Unpacking org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.builder_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.builder_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.83kB)
[INFO] Unpacking org.eclipse.xtext.builder_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (87.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (87.82kB)
[INFO] Unpacking org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (43.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (43.21kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (196.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (196.05kB)
[INFO] Unpacking org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.smap_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.smap_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.11kB)
[INFO] Unpacking org.eclipse.xtext.smap_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.92kB)
[INFO] Unpacking org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.05kB)
[INFO] Unpacking org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (57.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (57.37kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (40.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (40.24kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016...
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/pom.xml
[INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB)
[INFO] Unpacking org.eclipse.ant.core_3.5.500.v20190701-1953...
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320...
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258...
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB)
[INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428...
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB)
[INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230...
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB)
[INFO] Unpacking org.eclipse.equinox.p2.director_2.4.400.v20190701-1309...
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB)
[INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB)
[INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825...
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB)
[INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825...
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB)
[INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826...
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040...
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825...
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230...
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947...
[INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB)
[INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB)
[INFO] Fetching org.eclipse.pde.core_3.13.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.pde.core_3.13.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB)
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/pom.xml
[INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB)
[INFO] Unpacking org.eclipse.core.net_1.3.600.v20190619-1613...
[INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB)
[INFO] Unpacking org.eclipse.equinox.launcher_1.5.500.v20190715-1310...
[INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB)
[INFO] Unpacking org.eclipse.ui.ide.application_1.3.400.v20190818-1234...
[INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB)
[INFO] Unpacking org.eclipse.urischeme_1.0.400.v20190621-1448...
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (283.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (283.72kB)
[INFO] Unpacking org.junit_4.12.0.v201504281640...
[INFO] Fetching org.eclipse.xtext.testing_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.testing_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.23kB)
[INFO] Unpacking org.eclipse.xtext.testing_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (74.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (74.69kB)
[INFO] Unpacking org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933...
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.18kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/pom.xml
[INFO] Fetching org.eclipse.xtext.junit4_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (96.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.junit4_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (96.17kB)
[INFO] Unpacking org.eclipse.xtext.junit4_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (85.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (85.7kB)
[INFO] Unpacking org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (66.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (66.55kB)
[INFO] Unpacking org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (31.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (31.32kB)
[INFO] Unpacking org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/pom.xml
[INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.92kB)
[INFO] Unpacking org.objectweb.asm_7.1.0.v20190412-2143...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/pom.xml
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB)
[INFO] Unpacking javax.annotation_1.2.0.v201602091430...
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.52kB)
[INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.47kB)
[INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.83kB)
[INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.57kB)
[INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900...
[INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB)
[INFO] Unpacking org.eclipse.ant.launching_1.2.600.v20190701-1953...
[INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB)
[INFO] Unpacking org.eclipse.core.externaltools_1.1.400.v20190705-1530...
[INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB)
[INFO] Unpacking org.eclipse.ui.externaltools_3.4.400.v20190705-1219...
[INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB)
[INFO] Unpacking org.eclipse.jdt.junit_3.11.500.v20190809-1613...
[INFO] Fetching org.eclipse.core.databinding.beans_1.5.100.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.beans_1.5.100.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.21kB)
[INFO] Unpacking org.eclipse.core.databinding.beans_1.5.100.v20190624-2109...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB)
[INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451...
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB)
[INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426...
[INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB)
[INFO] Unpacking org.eclipse.equinox.util_1.1.300.v20190714-1852...
[INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.54kB)
[INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430...
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8kB)
[INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755...
[INFO] Fetching org.eclipse.e4.rcp_1.6.600.v20190907-0426.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (20.83kB)
[INFO] Fetching org.eclipse.e4.rcp_1.6.600.v20190907-0426.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (20.83kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.13kB)
[INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.13kB)
[INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.12kB)
[INFO] Unpacking org.eclipse.jdt_3.18.100.v20190916-1045...
[INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB)
[INFO] Unpacking org.eclipse.ui.intro_3.5.700.v20190814-0635...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246...
[INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.51kB)
[INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416...
[INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.2kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.2kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.500.v20190703-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.92kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.500.v20190703-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.jdt.apt.core_3.6.500.v20190703-0914...
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.07kB)
[INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334...
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (201.31kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (201.31kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (76.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (76.61kB)
[INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731...
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.6kB)
[INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243...
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.400.v20190904-0724.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.79MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.400.v20190904-0724.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.79MB)
[INFO] Unpacking org.eclipse.jdt.doc.user_3.15.400.v20190904-0724...
Jan 24, 2020 5:03:41 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Jan 24, 2020 5:03:41 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB)
[INFO] Unpacking org.eclipse.jdt.junit.core_3.10.400.v20190625-1910...
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.73kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.73kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.65kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.65kB)
[INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.89kB)
[INFO] Unpacking org.junit.jupiter.api_5.5.1.v20190826-0900...
[INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.97kB)
[INFO] Unpacking org.junit.jupiter.engine_5.5.1.v20190826-0900...
[INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.51kB)
[INFO] Unpacking org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900...
[INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (182.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (182.93kB)
[INFO] Unpacking org.junit.jupiter.params_5.5.1.v20190826-0900...
[INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.76kB)
[INFO] Unpacking org.junit.platform.commons_1.5.1.v20190826-0900...
[INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (57.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (57.05kB)
[INFO] Unpacking org.junit.platform.engine_1.5.1.v20190826-0900...
[INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.78kB)
[INFO] Unpacking org.junit.platform.launcher_1.5.1.v20190826-0900...
[INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.08kB)
[INFO] Unpacking org.junit.platform.runner_1.5.1.v20190826-0900...
[INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.89kB)
[INFO] Unpacking org.junit.platform.suite.api_1.5.1.v20190826-0900...
[INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB)
[INFO] Unpacking org.junit.vintage.engine_5.5.1.v20190826-0900...
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.79kB)
[INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900...
[INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.7kB)
[INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.7kB)
[INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.44kB)
[INFO] Unpacking org.eclipse.rcp_4.13.0.v20190916-1045...
[INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.11kB)
[INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.11kB)
[INFO] Fetching org.eclipse.rcp_root_4.13.0.v20190916-1045 from http://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.66kB)
[INFO] Fetching org.eclipse.rcp_root_4.13.0.v20190916-1045 from http://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.66kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.75kB)
[INFO] Unpacking org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/pom.xml
Jan 24, 2020 5:03:44 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Jan 24, 2020 5:03:44 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
[INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/pom.xml
[INFO] Fetching org.eclipse.xtext.xdoc.generator_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (15.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xdoc.generator_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (15.07kB)
[INFO] Unpacking org.eclipse.xtext.xdoc.generator_0.1.0.201701301415...
[INFO] Fetching org.eclipse.xtext.xdoc_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (374.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xdoc_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (374.07kB)
[INFO] Unpacking org.eclipse.xtext.xdoc_0.1.0.201701301415...
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/pom.xml
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.92kB)
[INFO] Unpacking org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.java_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (37.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.java_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (37.97kB)
[INFO] Unpacking org.eclipse.xtext.java_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.33kB)
[INFO] Unpacking org.eclipse.xtext.logging_1.2.15.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.61MB)
[INFO] Fetching org.eclipse.xtext.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.61MB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (532.42kB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (532.42kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (67.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (67.19kB)
[INFO] Unpacking org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.46kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.46kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (146.4kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (146.4kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (363.88kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (363.88kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (225.44kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (225.44kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (13.06kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (13.06kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (182.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (182.59kB)
[INFO] Unpacking org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (222.78kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (222.78kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (47.32kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (47.32kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (72.11kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (72.11kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (18.02kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.43kB)
[INFO] Unpacking org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.48kB)
[INFO] Unpacking org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (149.05kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (149.05kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (14.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (14.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.29kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.29kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (28.47kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (28.47kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.09kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.09kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (125.83kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (125.83kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (89.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (89.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (82.82kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (82.82kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (97.54kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (97.54kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (565.54kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (565.54kB)
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.76kB)
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.76kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (2.02MB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (2.02MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (341.07kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (341.07kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (438.4kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (438.4kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.5kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.5kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.20.0.v20191202-0907.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (102.09kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.20.0.v20191202-0907.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (102.09kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.42kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.42kB)
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.sdk:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.sdk:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.sdk:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/pom.xml
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.91kB)
[INFO] Unpacking org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148...
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB)
[INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826...
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459...
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB)
[INFO] Unpacking org.eclipse.equinox.security.ui_1.2.400.v20190714-1851...
[INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB)
[INFO] Unpacking org.eclipse.pde.launching_3.7.700.v20190814-1102...
[INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB)
[INFO] Unpacking org.eclipse.pde.ui_3.11.100.v20190830-1158...
[INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB)
[INFO] Unpacking org.eclipse.ui.views.log_1.2.700.v20190819-1015...
[INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB)
[INFO] Unpacking org.eclipse.ui.trace_1.1.600.v20190830-1158...
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB)
[INFO] Unpacking org.eclipse.ui.genericeditor_1.1.500.v20190823-1613...
[INFO] Fetching org.eclipse.swtbot.e4.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.e4.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.64kB)
[INFO] Unpacking org.eclipse.swtbot.e4.finder_2.8.0.201906121535...
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.1kB)
[INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246...
[INFO] Fetching org.eclipse.swtbot.eclipse.core_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.eclipse.core_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.13kB)
[INFO] Unpacking org.eclipse.swtbot.eclipse.core_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (62.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (62.54kB)
[INFO] Unpacking org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.swt.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (261.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.swt.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (261.65kB)
[INFO] Unpacking org.eclipse.swtbot.swt.finder_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.junit4_x_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.junit4_x_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.41kB)
[INFO] Unpacking org.eclipse.swtbot.junit4_x_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.go_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.go_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.32kB)
[INFO] Unpacking org.eclipse.swtbot.go_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.eclipse_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.63kB)
[INFO] Fetching org.eclipse.swtbot.eclipse_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.63kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.92kB)
[INFO] Unpacking org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.99kB)
[INFO] Unpacking org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.5kB)
[INFO] Fetching org.eclipse.swtbot_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.5kB)
[INFO] Fetching org.eclipse.swtbot.forms.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (10.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.forms.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (10.52kB)
[INFO] Unpacking org.eclipse.swtbot.forms.finder_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.forms_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.52kB)
[INFO] Fetching org.eclipse.swtbot.forms_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.52kB)
[INFO] Fetching org.eclipse.swtbot.generator_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.generator_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.14kB)
[INFO] Unpacking org.eclipse.swtbot.generator_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.generator.client_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.generator.client_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.38kB)
[INFO] Unpacking org.eclipse.swtbot.generator.client_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.2kB)
[INFO] Unpacking org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.generator.jdt_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.generator.jdt_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.67kB)
[INFO] Unpacking org.eclipse.swtbot.generator.jdt_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.generator.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swtbot.generator.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.92kB)
[INFO] Unpacking org.eclipse.swtbot.generator.ui_2.8.0.201906121535...
[INFO] Fetching org.eclipse.swtbot.generator.feature_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.49kB)
[INFO] Fetching org.eclipse.swtbot.generator.feature_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.49kB)
[INFO] Fetching org.eclipse.swtbot.ide_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.57kB)
[INFO] Fetching org.eclipse.swtbot.ide_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.57kB)
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.repository:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.repository:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.repository:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Xsemantics                                                         [pom]
[INFO] org.eclipse.xsemantics.targetplatform                              [pom]
[INFO] org.eclipse.xsemantics.runtime                          [eclipse-plugin]
[INFO] org.eclipse.xsemantics.dsl                              [eclipse-plugin]
[INFO] org.eclipse.xsemantics.dsl.ide                          [eclipse-plugin]
[INFO] org.eclipse.xsemantics.dsl.ui                           [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.fj                       [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.fj.ide                   [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.fj.ui                    [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.fj.tests            [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.example.fj.ui.tests         [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.example.fjcached                 [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.fjcached.ide             [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.fjcached.ui              [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.fjcached.tests      [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.example.fjcached.ui.tests   [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.dsl.tests                   [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.tests.pde.utils                  [eclipse-plugin]
[INFO] org.eclipse.xsemantics.dsl.ui.tests                [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.example.expressions              [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.expressions.ide          [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.expressions.ui           [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.expressions.tests   [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.example.expressions.ui.tests [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.example.lambda                   [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.lambda.ide               [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.lambda.ui                [eclipse-plugin]
[INFO] org.eclipse.xsemantics.example.lambda.tests        [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.example.lambda.ui.tests     [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.ui.examples                      [eclipse-plugin]
[INFO] org.eclipse.xsemantics.examples.feature                [eclipse-feature]
[INFO] org.eclipse.xsemantics.implemented.examples.feature    [eclipse-feature]
[INFO] org.eclipse.xsemantics.doc                              [eclipse-plugin]
[INFO] org.eclipse.xsemantics.doc.feature                     [eclipse-feature]
[INFO] org.eclipse.xsemantics.runtime.feature                 [eclipse-feature]
[INFO] org.eclipse.xsemantics.feature                         [eclipse-feature]
[INFO] org.eclipse.xsemantics.sdk                             [eclipse-feature]
[INFO] org.eclipse.xsemantics.tests.feature                   [eclipse-feature]
[INFO] org.eclipse.xsemantics.tests.swtbot                [eclipse-test-plugin]
[INFO] org.eclipse.xsemantics.repository                   [eclipse-repository]
[INFO] org.eclipse.xsemantics.releng                                      [pom]
[INFO] 
[INFO] --------< org.eclipse.xsemantics:org.eclipse.xsemantics.parent >--------
[INFO] Building Xsemantics 1.19.0-SNAPSHOT                               [1/41]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.parent ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Progress (1): 811 B
Progress (1): 2.3 kB
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/plexus-utils-3.0.pom (4.1 kB at 407 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Progress (1): 1.2 kB
Progress (1): 3.7 kB
Progress (1): 7.3 kB
Progress (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 836 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 495 kB/s)
Progress (1): 4.1/226 kB
Progress (1): 7.7/226 kB
Progress (1): 12/226 kB 
Progress (1): 16/226 kB
Progress (1): 20/226 kB
Progress (1): 24/226 kB
Progress (1): 28/226 kB
Progress (1): 32/226 kB
Progress (1): 36/226 kB
Progress (1): 40/226 kB
Progress (1): 45/226 kB
Progress (1): 49/226 kB
Progress (1): 53/226 kB
Progress (1): 57/226 kB
Progress (1): 61/226 kB
Progress (1): 65/226 kB
Progress (1): 69/226 kB
Progress (1): 73/226 kB
Progress (1): 77/226 kB
Progress (1): 81/226 kB
Progress (1): 85/226 kB
Progress (1): 90/226 kB
Progress (1): 94/226 kB
Progress (1): 98/226 kB
Progress (1): 102/226 kB
Progress (1): 106/226 kB
Progress (1): 110/226 kB
Progress (1): 114/226 kB
Progress (1): 118/226 kB
Progress (1): 122/226 kB
Progress (1): 126/226 kB
Progress (1): 131/226 kB
Progress (1): 135/226 kB
Progress (1): 139/226 kB
Progress (1): 143/226 kB
Progress (1): 147/226 kB
Progress (1): 151/226 kB
Progress (1): 155/226 kB
Progress (1): 159/226 kB
Progress (1): 163/226 kB
Progress (1): 167/226 kB
Progress (1): 171/226 kB
Progress (1): 176/226 kB
Progress (1): 180/226 kB
Progress (1): 184/226 kB
Progress (1): 188/226 kB
Progress (1): 192/226 kB
Progress (1): 196/226 kB
Progress (1): 200/226 kB
Progress (1): 204/226 kB
Progress (1): 208/226 kB
Progress (1): 212/226 kB
Progress (1): 217/226 kB
Progress (1): 221/226 kB
Progress (1): 225/226 kB
Progress (1): 226 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.0 MB/s)
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.parent ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
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
Progress (1): 819 B
Progress (1): 2.5 kB
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
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
Progress (1): 819 B
Progress (1): 2.5 kB
Progress (1): 3.3 kB
                    
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 333 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
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
Progress (1): 1.3 kB
Progress (1): 4.1 kB
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 572 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
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
Progress (1): 1.2 kB
Progress (1): 4.4 kB
Progress (1): 7.6 kB
Progress (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 641 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
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
Progress (1): 812 B
Progress (1): 2.3 kB
Progress (1): 3.8 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.pom (3.8 kB at 383 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
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
Progress (1): 706 B
Progress (1): 2.5 kB
Progress (1): 6.0 kB
Progress (1): 8.6 kB
Progress (1): 11 kB 
Progress (1): 15 kB
Progress (1): 15 kB
Progress (1): 20 kB
Progress (1): 20 kB
Progress (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 1.5 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Progress (1): 789 B
Progress (1): 2.4 kB
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 431 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Progress (1): 776 B
Progress (1): 2.9 kB
Progress (1): 6.6 kB
Progress (1): 8.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 39 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
Progress (1): 733 B
Progress (1): 1.9 kB
Progress (1): 6.0 kB
Progress (1): 6.2 kB
Progress (1): 10 kB 
Progress (1): 11 kB
Progress (1): 14 kB
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 24 kB
Progress (1): 24 kB
Progress (1): 28 kB
Progress (1): 29 kB
Progress (1): 33 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 2.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
Progress (1): 790 B
Progress (1): 2.1 kB
Progress (1): 4.2 kB
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 321 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Progress (1): 818 B
Progress (1): 2.9 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 338 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Progress (1): 1.4 kB
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 334 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
Progress (1): 751 B
Progress (1): 2.0 kB
Progress (1): 4.5 kB
Progress (1): 8.0 kB
Progress (1): 11 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 20 kB
Progress (1): 21 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 966 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Progress (1): 765 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 70 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Progress (1): 899 B
Progress (1): 3.6 kB
Progress (1): 7.7 kB
Progress (1): 9.7 kB
Progress (1): 13 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 1.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Progress (1): 767 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 64 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 127 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 28 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
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
Progress (1): 1.2 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/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 41 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
Progress (1): 1.1 kB
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 148 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
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
Progress (1): 1.4 kB
Progress (1): 4.4 kB
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 490 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Progress (1): 588 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 23 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Progress (1): 1.2 kB
Progress (1): 4.8 kB
Progress (1): 6.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 712 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Progress (1): 1.2 kB
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 206 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Progress (1): 1.4 kB
Progress (1): 4.2 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 442 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Progress (1): 1.2 kB
Progress (1): 4.1 kB
Progress (1): 7.3 kB
Progress (1): 9.8 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 891 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Progress (1): 816 B
Progress (1): 2.4 kB
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 216 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Progress (1): 770 B
Progress (1): 2.9 kB
Progress (1): 6.5 kB
Progress (1): 9.1 kB
Progress (1): 9.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 849 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Progress (1): 835 B
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 107 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Progress (1): 762 B
Progress (1): 2.2 kB
Progress (1): 5.7 kB
Progress (1): 8.7 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 964 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
Progress (1): 732 B
Progress (1): 1.9 kB
Progress (1): 6.0 kB
Progress (1): 10 kB 
Progress (1): 11 kB
Progress (1): 14 kB
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
Progress (1): 24 kB
Progress (1): 28 kB
Progress (1): 29 kB
Progress (1): 32 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Progress (1): 797 B
Progress (1): 2.3 kB
Progress (1): 4.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 411 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Progress (1): 822 B
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 316 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
Progress (1): 742 B
Progress (1): 1.9 kB
Progress (1): 5.9 kB
Progress (1): 9.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
Progress (1): 21 kB
Progress (1): 24 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 2.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Progress (1): 823 B
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 186 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Progress (1): 798 B
Progress (1): 3.1 kB
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 371 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 131 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Progress (1): 823 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 174 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Progress (1): 819 B
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 90 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Progress (1): 822 B
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 116 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Progress (1): 835 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 116 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Progress (1): 827 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 202 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Progress (1): 837 B
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 187 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Progress (1): 834 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 158 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Progress (1): 755 B
Progress (1): 2.1 kB
Progress (1): 5.3 kB
Progress (1): 9.4 kB
Progress (1): 11 kB 
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 18 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 85 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Progress (1): 835 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 113 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
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
Progress (1): 1.5 kB
Progress (1): 3.5 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.pom (3.5 kB at 99 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
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
Progress (1): 1.8 kB
Progress (1): 1.9 kB
                    
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 79 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
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
Progress (1): 1.2 kB
Progress (1): 2.3 kB
                    
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 206 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
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
Progress (1): 937 B
Progress (1): 2.9 kB
Progress (1): 3.2 kB
                    
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 129 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
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
Progress (1): 1.7 kB
Progress (1): 4.8 kB
Progress (1): 7.9 kB
Progress (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 688 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Progress (1): 799 B
Progress (1): 3.0 kB
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 310 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Progress (1): 996 B
Progress (1): 3.7 kB
Progress (1): 5.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 113 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Progress (1): 996 B
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 201 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Progress (1): 738 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 62 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
Progress (1): 805 B
Progress (1): 2.3 kB
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 244 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
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
Progress (1): 789 B
Progress (1): 2.2 kB
Progress (1): 6.0 kB
Progress (1): 10 kB 
Progress (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 1.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
Progress (1): 1.1 kB
Progress (1): 2.7 kB
Progress (1): 6.8 kB
Progress (1): 7.5 kB
Progress (1): 10 kB 
Progress (1): 13 kB
Progress (1): 17 kB
Progress (1): 17 kB
Progress (1): 22 kB
Progress (1): 22 kB
Progress (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 2.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Progress (1): 962 B
Progress (1): 4.0 kB
Progress (1): 6.4 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 647 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Progress (1): 1.5 kB
Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 479 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Progress (1): 993 B
Progress (1): 2.9 kB
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 319 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Progress (1): 785 B
Progress (1): 2.5 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 612 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Progress (1): 747 B
Progress (1): 2.2 kB
Progress (1): 5.4 kB
Progress (1): 9.5 kB
Progress (1): 9.6 kB
Progress (1): 13 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 1.3 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Progress (1): 818 B
Progress (1): 2.5 kB
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 270 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Progress (1): 832 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 178 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Progress (1): 819 B
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 244 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Progress (1): 776 B
Progress (1): 2.4 kB
Progress (1): 5.0 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 172 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 96 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Progress (1): 1.7 kB
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 273 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Progress (1): 1.2 kB
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 174 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Progress (1): 850 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 217 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Progress (1): 1.7 kB
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 11 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Progress (1): 1.8 kB
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 86 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 86 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Progress (1): 1.3 kB
Progress (1): 4.2 kB
Progress (1): 6.8 kB
Progress (1): 7.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 723 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Progress (1): 1.7 kB
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 79 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Progress (1): 1.6 kB
Progress (1): 4.9 kB
Progress (1): 7.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 853 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Progress (1): 1.1 kB
Progress (1): 3.1 kB
Progress (1): 6.0 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 863 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Progress (1): 790 B
Progress (1): 2.4 kB
Progress (1): 5.9 kB
Progress (1): 9.4 kB
Progress (1): 11 kB 
Progress (1): 12 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Progress (1): 1.3 kB
Progress (1): 4.3 kB
Progress (1): 7.7 kB
Progress (1): 9.7 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 764 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
Progress (1): 140 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 14 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Progress (1): 1.2 kB
Progress (1): 4.3 kB
Progress (1): 6.4 kB
Progress (1): 9.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 1.0 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Progress (1): 357 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 36 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Progress (1): 866 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 79 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Progress (1): 974 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 89 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Progress (1): 1.9 kB
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 192 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 16 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Progress (1): 955 B
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 225 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Progress (1): 346 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 27 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
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
Progress (1): 987 B
Progress (1): 5.0 kB
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 733 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom
Progress (1): 883 B
Progress (1): 3.4 kB
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom (3.5 kB at 121 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom
Progress (1): 894 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom (2.1 kB at 83 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
Progress (1): 1.2 kB
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 98 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom
Progress (1): 1.1 kB
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom (3.7 kB at 141 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
Progress (1): 1.1 kB
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 95 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
Progress (1): 1.1 kB
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 102 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom
Progress (1): 899 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom (1.9 kB at 75 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar
Progress (1): 4.1/38 kB
Progress (2): 4.1/38 kB | 4.1/245 kB
Progress (2): 7.7/38 kB | 4.1/245 kB
Progress (2): 7.7/38 kB | 7.7/245 kB
Progress (2): 12/38 kB | 7.7/245 kB 
Progress (2): 12/38 kB | 12/245 kB 
Progress (2): 16/38 kB | 12/245 kB
Progress (2): 16/38 kB | 16/245 kB
Progress (2): 16/38 kB | 20/245 kB
Progress (2): 16/38 kB | 24/245 kB
Progress (2): 16/38 kB | 28/245 kB
Progress (3): 16/38 kB | 28/245 kB | 4.1/43 kB
Progress (3): 16/38 kB | 32/245 kB | 4.1/43 kB
Progress (3): 16/38 kB | 32/245 kB | 7.7/43 kB
Progress (3): 16/38 kB | 32/245 kB | 12/43 kB 
Progress (3): 20/38 kB | 32/245 kB | 12/43 kB
Progress (3): 20/38 kB | 32/245 kB | 16/43 kB
Progress (3): 24/38 kB | 32/245 kB | 16/43 kB
Progress (3): 24/38 kB | 36/245 kB | 16/43 kB
Progress (3): 28/38 kB | 36/245 kB | 16/43 kB
Progress (3): 28/38 kB | 40/245 kB | 16/43 kB
Progress (3): 32/38 kB | 40/245 kB | 16/43 kB
Progress (3): 32/38 kB | 45/245 kB | 16/43 kB
Progress (4): 32/38 kB | 45/245 kB | 16/43 kB | 4.1/39 kB
Progress (4): 36/38 kB | 45/245 kB | 16/43 kB | 4.1/39 kB
Progress (4): 36/38 kB | 49/245 kB | 16/43 kB | 4.1/39 kB
Progress (4): 36/38 kB | 49/245 kB | 20/43 kB | 4.1/39 kB
Progress (4): 38 kB | 49/245 kB | 20/43 kB | 4.1/39 kB   
Progress (4): 38 kB | 49/245 kB | 20/43 kB | 7.7/39 kB
Progress (4): 38 kB | 49/245 kB | 24/43 kB | 7.7/39 kB
Progress (4): 38 kB | 49/245 kB | 24/43 kB | 12/39 kB 
Progress (4): 38 kB | 49/245 kB | 28/43 kB | 12/39 kB
Progress (4): 38 kB | 53/245 kB | 28/43 kB | 12/39 kB
Progress (4): 38 kB | 53/245 kB | 32/43 kB | 12/39 kB
Progress (4): 38 kB | 53/245 kB | 32/43 kB | 16/39 kB
Progress (4): 38 kB | 57/245 kB | 32/43 kB | 16/39 kB
Progress (4): 38 kB | 61/245 kB | 32/43 kB | 16/39 kB
Progress (4): 38 kB | 65/245 kB | 32/43 kB | 16/39 kB
Progress (4): 38 kB | 65/245 kB | 36/43 kB | 16/39 kB
Progress (4): 38 kB | 65/245 kB | 36/43 kB | 20/39 kB
Progress (4): 38 kB | 65/245 kB | 40/43 kB | 20/39 kB
Progress (4): 38 kB | 65/245 kB | 40/43 kB | 24/39 kB
Progress (4): 38 kB | 69/245 kB | 40/43 kB | 24/39 kB
Progress (4): 38 kB | 69/245 kB | 40/43 kB | 28/39 kB
Progress (4): 38 kB | 69/245 kB | 43 kB | 28/39 kB   
Progress (4): 38 kB | 69/245 kB | 43 kB | 32/39 kB
Progress (4): 38 kB | 73/245 kB | 43 kB | 32/39 kB
Progress (4): 38 kB | 77/245 kB | 43 kB | 32/39 kB
Progress (4): 38 kB | 77/245 kB | 43 kB | 36/39 kB
Progress (4): 38 kB | 81/245 kB | 43 kB | 36/39 kB
Progress (4): 38 kB | 81/245 kB | 43 kB | 39 kB   
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 2.2 MB/s)
Progress (3): 85/245 kB | 43 kB | 39 kB
Progress (3): 90/245 kB | 43 kB | 39 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/plexus-container-default-1.0-alpha-9.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 2.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
Progress (2): 94/245 kB | 39 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 2.1 MB/s)
Progress (1): 98/245 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Progress (1): 102/245 kB
Progress (1): 106/245 kB
Progress (1): 110/245 kB
Progress (1): 114/245 kB
Progress (1): 118/245 kB
Progress (1): 122/245 kB
Progress (1): 126/245 kB
Progress (2): 126/245 kB | 4.1/237 kB
Progress (2): 131/245 kB | 4.1/237 kB
Progress (2): 131/245 kB | 7.7/237 kB
Progress (2): 131/245 kB | 12/237 kB 
Progress (2): 131/245 kB | 16/237 kB
Progress (2): 135/245 kB | 16/237 kB
Progress (2): 139/245 kB | 16/237 kB
Progress (2): 143/245 kB | 16/237 kB
Progress (2): 147/245 kB | 16/237 kB
Progress (2): 147/245 kB | 20/237 kB
Progress (2): 147/245 kB | 24/237 kB
Progress (2): 147/245 kB | 28/237 kB
Progress (2): 147/245 kB | 32/237 kB
Progress (2): 151/245 kB | 32/237 kB
Progress (2): 155/245 kB | 32/237 kB
Progress (2): 159/245 kB | 32/237 kB
Progress (2): 163/245 kB | 32/237 kB
Progress (2): 163/245 kB | 36/237 kB
Progress (2): 163/245 kB | 40/237 kB
Progress (2): 163/245 kB | 45/237 kB
Progress (2): 163/245 kB | 49/237 kB
Progress (2): 167/245 kB | 49/237 kB
Progress (2): 171/245 kB | 49/237 kB
Progress (2): 176/245 kB | 49/237 kB
Progress (2): 176/245 kB | 53/237 kB
Progress (2): 180/245 kB | 53/237 kB
Progress (2): 180/245 kB | 57/237 kB
Progress (2): 180/245 kB | 61/237 kB
Progress (2): 180/245 kB | 65/237 kB
Progress (2): 184/245 kB | 65/237 kB
Progress (2): 188/245 kB | 65/237 kB
Progress (2): 192/245 kB | 65/237 kB
Progress (2): 192/245 kB | 69/237 kB
Progress (2): 196/245 kB | 69/237 kB
Progress (2): 196/245 kB | 73/237 kB
Progress (2): 196/245 kB | 77/237 kB
Progress (2): 196/245 kB | 81/237 kB
Progress (2): 200/245 kB | 81/237 kB
Progress (2): 204/245 kB | 81/237 kB
Progress (2): 208/245 kB | 81/237 kB
Progress (2): 208/245 kB | 85/237 kB
Progress (2): 212/245 kB | 85/237 kB
Progress (2): 212/245 kB | 90/237 kB
Progress (2): 212/245 kB | 94/237 kB
Progress (2): 212/245 kB | 98/237 kB
Progress (2): 217/245 kB | 98/237 kB
Progress (2): 221/245 kB | 98/237 kB
Progress (2): 225/245 kB | 98/237 kB
Progress (2): 225/245 kB | 102/237 kB
Progress (2): 229/245 kB | 102/237 kB
Progress (2): 229/245 kB | 106/237 kB
Progress (2): 229/245 kB | 110/237 kB
Progress (2): 229/245 kB | 114/237 kB
Progress (2): 233/245 kB | 114/237 kB
Progress (2): 237/245 kB | 114/237 kB
Progress (2): 241/245 kB | 114/237 kB
Progress (2): 245 kB | 114/237 kB    
Progress (2): 245 kB | 118/237 kB
Progress (2): 245 kB | 122/237 kB
Progress (2): 245 kB | 126/237 kB
Progress (2): 245 kB | 131/237 kB
Progress (2): 245 kB | 135/237 kB
Progress (2): 245 kB | 139/237 kB
Progress (2): 245 kB | 143/237 kB
Progress (2): 245 kB | 147/237 kB
Progress (2): 245 kB | 151/237 kB
Progress (2): 245 kB | 155/237 kB
Progress (2): 245 kB | 159/237 kB
Progress (2): 245 kB | 163/237 kB
Progress (2): 245 kB | 167/237 kB
Progress (2): 245 kB | 171/237 kB
Progress (2): 245 kB | 176/237 kB
Progress (2): 245 kB | 180/237 kB
Progress (2): 245 kB | 184/237 kB
Progress (2): 245 kB | 188/237 kB
Progress (3): 245 kB | 188/237 kB | 4.1/49 kB
Progress (3): 245 kB | 192/237 kB | 4.1/49 kB
Progress (3): 245 kB | 192/237 kB | 7.7/49 kB
Progress (3): 245 kB | 196/237 kB | 7.7/49 kB
Progress (3): 245 kB | 196/237 kB | 12/49 kB 
Progress (3): 245 kB | 196/237 kB | 16/49 kB
Progress (3): 245 kB | 200/237 kB | 16/49 kB
Progress (3): 245 kB | 200/237 kB | 20/49 kB
Progress (3): 245 kB | 204/237 kB | 20/49 kB
Progress (3): 245 kB | 204/237 kB | 24/49 kB
Progress (3): 245 kB | 208/237 kB | 24/49 kB
Progress (3): 245 kB | 208/237 kB | 28/49 kB
Progress (3): 245 kB | 212/237 kB | 28/49 kB
Progress (3): 245 kB | 212/237 kB | 32/49 kB
Progress (3): 245 kB | 212/237 kB | 36/49 kB
Progress (3): 245 kB | 212/237 kB | 40/49 kB
Progress (3): 245 kB | 217/237 kB | 40/49 kB
Progress (3): 245 kB | 217/237 kB | 45/49 kB
Progress (3): 245 kB | 221/237 kB | 45/49 kB
Progress (3): 245 kB | 221/237 kB | 49/49 kB
Progress (3): 245 kB | 225/237 kB | 49/49 kB
Progress (3): 245 kB | 225/237 kB | 49 kB   
Progress (3): 245 kB | 229/237 kB | 49 kB
Progress (3): 245 kB | 233/237 kB | 49 kB
Progress (3): 245 kB | 237/237 kB | 49 kB
Progress (3): 245 kB | 237 kB | 49 kB    
Progress (4): 245 kB | 237 kB | 49 kB | 4.1/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 7.7/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 12/195 kB 
Progress (4): 245 kB | 237 kB | 49 kB | 16/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 20/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 24/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 28/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 32/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 36/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 40/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 45/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 49/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 53/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 57/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 61/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 65/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 69/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 73/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 77/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 81/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 85/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 90/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 94/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 98/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 102/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 106/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 110/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 114/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 118/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 122/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 126/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 131/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 135/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 139/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 143/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 147/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 151/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 155/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 159/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 163/195 kB
Progress (4): 245 kB | 237 kB | 49 kB | 167/195 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 1.3 MB/s)
Progress (3): 245 kB | 237 kB | 171/195 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Progress (3): 245 kB | 237 kB | 176/195 kB
Progress (3): 245 kB | 237 kB | 180/195 kB
Progress (3): 245 kB | 237 kB | 184/195 kB
Progress (3): 245 kB | 237 kB | 188/195 kB
Progress (3): 245 kB | 237 kB | 192/195 kB
Progress (3): 245 kB | 237 kB | 195 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 5.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
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 5.2 MB/s)
Progress (2): 195 kB | 4.1/11 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar
Progress (3): 195 kB | 4.1/11 kB | 4.1/10 kB
Progress (3): 195 kB | 7.7/11 kB | 4.1/10 kB
Progress (3): 195 kB | 7.7/11 kB | 7.7/10 kB
Progress (3): 195 kB | 11 kB | 7.7/10 kB    
Progress (3): 195 kB | 11 kB | 10 kB    
Progress (4): 195 kB | 11 kB | 10 kB | 4.1/17 kB
Progress (4): 195 kB | 11 kB | 10 kB | 7.7/17 kB
Progress (4): 195 kB | 11 kB | 10 kB | 12/17 kB 
Progress (4): 195 kB | 11 kB | 10 kB | 16/17 kB
Progress (4): 195 kB | 11 kB | 10 kB | 17 kB   
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 228 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 338 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 183 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Progress (2): 195 kB | 4.1/123 kB
Progress (2): 195 kB | 7.7/123 kB
Progress (2): 195 kB | 12/123 kB 
Progress (2): 195 kB | 16/123 kB
Progress (2): 195 kB | 20/123 kB
Progress (2): 195 kB | 24/123 kB
Progress (2): 195 kB | 28/123 kB
Progress (2): 195 kB | 32/123 kB
Progress (2): 195 kB | 36/123 kB
Progress (2): 195 kB | 40/123 kB
Progress (2): 195 kB | 45/123 kB
Progress (2): 195 kB | 49/123 kB
Progress (2): 195 kB | 53/123 kB
Progress (2): 195 kB | 57/123 kB
Progress (2): 195 kB | 61/123 kB
Progress (2): 195 kB | 65/123 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/plexus-container-default-1.0-alpha-9.jar (195 kB at 3.2 MB/s)
Progress (1): 69/123 kB
Progress (2): 69/123 kB | 4.1/37 kB
Progress (2): 73/123 kB | 4.1/37 kB
Progress (2): 73/123 kB | 7.7/37 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar
Progress (2): 73/123 kB | 12/37 kB
Progress (2): 77/123 kB | 12/37 kB
Progress (2): 77/123 kB | 16/37 kB
Progress (2): 81/123 kB | 16/37 kB
Progress (2): 85/123 kB | 16/37 kB
Progress (2): 90/123 kB | 16/37 kB
Progress (2): 94/123 kB | 16/37 kB
Progress (2): 98/123 kB | 16/37 kB
Progress (3): 98/123 kB | 16/37 kB | 4.1/158 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/158 kB
Progress (3): 98/123 kB | 16/37 kB | 12/158 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/158 kB
Progress (3): 98/123 kB | 16/37 kB | 20/158 kB
Progress (3): 98/123 kB | 16/37 kB | 24/158 kB
Progress (3): 98/123 kB | 16/37 kB | 28/158 kB
Progress (3): 98/123 kB | 16/37 kB | 32/158 kB
Progress (3): 98/123 kB | 16/37 kB | 36/158 kB
Progress (3): 98/123 kB | 16/37 kB | 40/158 kB
Progress (3): 98/123 kB | 16/37 kB | 45/158 kB
Progress (3): 98/123 kB | 16/37 kB | 49/158 kB
Progress (3): 98/123 kB | 16/37 kB | 53/158 kB
Progress (3): 98/123 kB | 16/37 kB | 57/158 kB
Progress (3): 98/123 kB | 16/37 kB | 61/158 kB
Progress (3): 98/123 kB | 16/37 kB | 65/158 kB
Progress (3): 98/123 kB | 16/37 kB | 69/158 kB
Progress (3): 98/123 kB | 16/37 kB | 73/158 kB
Progress (3): 98/123 kB | 16/37 kB | 77/158 kB
Progress (3): 98/123 kB | 16/37 kB | 81/158 kB
Progress (3): 98/123 kB | 16/37 kB | 85/158 kB
Progress (3): 98/123 kB | 16/37 kB | 90/158 kB
Progress (3): 98/123 kB | 16/37 kB | 94/158 kB
Progress (3): 98/123 kB | 16/37 kB | 98/158 kB
Progress (3): 98/123 kB | 16/37 kB | 102/158 kB
Progress (3): 98/123 kB | 16/37 kB | 106/158 kB
Progress (3): 98/123 kB | 16/37 kB | 110/158 kB
Progress (3): 98/123 kB | 16/37 kB | 114/158 kB
Progress (3): 98/123 kB | 16/37 kB | 118/158 kB
Progress (3): 98/123 kB | 16/37 kB | 122/158 kB
Progress (3): 98/123 kB | 16/37 kB | 126/158 kB
Progress (3): 98/123 kB | 16/37 kB | 131/158 kB
Progress (3): 98/123 kB | 16/37 kB | 135/158 kB
Progress (3): 98/123 kB | 16/37 kB | 139/158 kB
Progress (3): 98/123 kB | 16/37 kB | 143/158 kB
Progress (3): 98/123 kB | 16/37 kB | 147/158 kB
Progress (3): 98/123 kB | 16/37 kB | 151/158 kB
Progress (3): 98/123 kB | 16/37 kB | 155/158 kB
Progress (3): 98/123 kB | 16/37 kB | 158 kB    
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 2.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.3/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.4/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.5/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.6/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.7/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.8/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 0.9/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.0/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.1/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2/1.2 MB
Progress (3): 98/123 kB | 16/37 kB | 1.2 MB    
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 7.1 MB/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.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/262 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/262 kB
Progress (3): 98/123 kB | 16/37 kB | 12/262 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/262 kB
Progress (3): 98/123 kB | 16/37 kB | 20/262 kB
Progress (3): 98/123 kB | 16/37 kB | 24/262 kB
Progress (3): 98/123 kB | 16/37 kB | 28/262 kB
Progress (3): 98/123 kB | 16/37 kB | 32/262 kB
Progress (3): 98/123 kB | 16/37 kB | 36/262 kB
Progress (3): 98/123 kB | 16/37 kB | 40/262 kB
Progress (3): 98/123 kB | 16/37 kB | 45/262 kB
Progress (3): 98/123 kB | 16/37 kB | 49/262 kB
Progress (3): 98/123 kB | 16/37 kB | 53/262 kB
Progress (3): 98/123 kB | 16/37 kB | 57/262 kB
Progress (3): 98/123 kB | 16/37 kB | 61/262 kB
Progress (3): 98/123 kB | 16/37 kB | 65/262 kB
Progress (3): 98/123 kB | 16/37 kB | 69/262 kB
Progress (3): 98/123 kB | 16/37 kB | 73/262 kB
Progress (3): 98/123 kB | 16/37 kB | 77/262 kB
Progress (3): 98/123 kB | 16/37 kB | 81/262 kB
Progress (3): 98/123 kB | 16/37 kB | 85/262 kB
Progress (3): 98/123 kB | 16/37 kB | 90/262 kB
Progress (3): 98/123 kB | 16/37 kB | 94/262 kB
Progress (3): 98/123 kB | 16/37 kB | 98/262 kB
Progress (3): 98/123 kB | 16/37 kB | 102/262 kB
Progress (3): 98/123 kB | 16/37 kB | 106/262 kB
Progress (3): 98/123 kB | 16/37 kB | 110/262 kB
Progress (3): 98/123 kB | 16/37 kB | 114/262 kB
Progress (3): 98/123 kB | 16/37 kB | 118/262 kB
Progress (3): 98/123 kB | 16/37 kB | 122/262 kB
Progress (3): 98/123 kB | 16/37 kB | 126/262 kB
Progress (3): 98/123 kB | 16/37 kB | 131/262 kB
Progress (3): 98/123 kB | 16/37 kB | 135/262 kB
Progress (3): 98/123 kB | 16/37 kB | 139/262 kB
Progress (3): 98/123 kB | 16/37 kB | 143/262 kB
Progress (3): 98/123 kB | 16/37 kB | 147/262 kB
Progress (3): 98/123 kB | 16/37 kB | 151/262 kB
Progress (3): 98/123 kB | 16/37 kB | 155/262 kB
Progress (3): 98/123 kB | 16/37 kB | 159/262 kB
Progress (3): 98/123 kB | 16/37 kB | 163/262 kB
Progress (3): 98/123 kB | 16/37 kB | 167/262 kB
Progress (3): 98/123 kB | 16/37 kB | 171/262 kB
Progress (3): 98/123 kB | 16/37 kB | 176/262 kB
Progress (3): 98/123 kB | 16/37 kB | 180/262 kB
Progress (3): 98/123 kB | 16/37 kB | 184/262 kB
Progress (3): 98/123 kB | 16/37 kB | 188/262 kB
Progress (3): 98/123 kB | 16/37 kB | 192/262 kB
Progress (3): 98/123 kB | 16/37 kB | 196/262 kB
Progress (3): 98/123 kB | 16/37 kB | 200/262 kB
Progress (3): 98/123 kB | 16/37 kB | 204/262 kB
Progress (3): 98/123 kB | 16/37 kB | 208/262 kB
Progress (3): 98/123 kB | 16/37 kB | 212/262 kB
Progress (3): 98/123 kB | 16/37 kB | 217/262 kB
Progress (3): 98/123 kB | 16/37 kB | 221/262 kB
Progress (3): 98/123 kB | 16/37 kB | 225/262 kB
Progress (3): 98/123 kB | 16/37 kB | 229/262 kB
Progress (3): 98/123 kB | 16/37 kB | 233/262 kB
Progress (3): 98/123 kB | 16/37 kB | 237/262 kB
Progress (3): 98/123 kB | 16/37 kB | 241/262 kB
Progress (3): 98/123 kB | 16/37 kB | 245/262 kB
Progress (3): 98/123 kB | 16/37 kB | 249/262 kB
Progress (3): 98/123 kB | 16/37 kB | 253/262 kB
Progress (3): 98/123 kB | 16/37 kB | 258/262 kB
Progress (3): 98/123 kB | 16/37 kB | 262/262 kB
Progress (3): 98/123 kB | 16/37 kB | 262 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 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/305 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/305 kB
Progress (3): 98/123 kB | 16/37 kB | 12/305 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/305 kB
Progress (3): 98/123 kB | 16/37 kB | 20/305 kB
Progress (3): 98/123 kB | 16/37 kB | 24/305 kB
Progress (3): 98/123 kB | 16/37 kB | 28/305 kB
Progress (3): 98/123 kB | 16/37 kB | 32/305 kB
Progress (3): 98/123 kB | 16/37 kB | 36/305 kB
Progress (3): 98/123 kB | 16/37 kB | 40/305 kB
Progress (3): 98/123 kB | 16/37 kB | 45/305 kB
Progress (3): 98/123 kB | 16/37 kB | 49/305 kB
Progress (3): 98/123 kB | 16/37 kB | 53/305 kB
Progress (3): 98/123 kB | 16/37 kB | 57/305 kB
Progress (3): 98/123 kB | 16/37 kB | 61/305 kB
Progress (3): 98/123 kB | 16/37 kB | 65/305 kB
Progress (3): 98/123 kB | 16/37 kB | 69/305 kB
Progress (3): 98/123 kB | 16/37 kB | 73/305 kB
Progress (3): 98/123 kB | 16/37 kB | 77/305 kB
Progress (3): 98/123 kB | 16/37 kB | 81/305 kB
Progress (3): 98/123 kB | 16/37 kB | 85/305 kB
Progress (3): 98/123 kB | 16/37 kB | 90/305 kB
Progress (3): 98/123 kB | 16/37 kB | 94/305 kB
Progress (3): 98/123 kB | 16/37 kB | 98/305 kB
Progress (3): 98/123 kB | 16/37 kB | 102/305 kB
Progress (3): 98/123 kB | 16/37 kB | 106/305 kB
Progress (3): 98/123 kB | 16/37 kB | 110/305 kB
Progress (3): 98/123 kB | 16/37 kB | 114/305 kB
Progress (3): 98/123 kB | 16/37 kB | 118/305 kB
Progress (3): 98/123 kB | 16/37 kB | 122/305 kB
Progress (3): 98/123 kB | 16/37 kB | 126/305 kB
Progress (3): 98/123 kB | 16/37 kB | 131/305 kB
Progress (3): 98/123 kB | 16/37 kB | 135/305 kB
Progress (3): 98/123 kB | 16/37 kB | 139/305 kB
Progress (3): 98/123 kB | 16/37 kB | 143/305 kB
Progress (3): 98/123 kB | 16/37 kB | 147/305 kB
Progress (3): 98/123 kB | 16/37 kB | 151/305 kB
Progress (3): 98/123 kB | 16/37 kB | 155/305 kB
Progress (3): 98/123 kB | 16/37 kB | 159/305 kB
Progress (3): 98/123 kB | 16/37 kB | 163/305 kB
Progress (3): 98/123 kB | 16/37 kB | 167/305 kB
Progress (3): 98/123 kB | 16/37 kB | 171/305 kB
Progress (3): 98/123 kB | 16/37 kB | 176/305 kB
Progress (3): 98/123 kB | 16/37 kB | 180/305 kB
Progress (3): 98/123 kB | 16/37 kB | 184/305 kB
Progress (3): 98/123 kB | 16/37 kB | 188/305 kB
Progress (3): 98/123 kB | 16/37 kB | 192/305 kB
Progress (3): 98/123 kB | 16/37 kB | 196/305 kB
Progress (3): 98/123 kB | 16/37 kB | 200/305 kB
Progress (3): 98/123 kB | 16/37 kB | 204/305 kB
Progress (3): 98/123 kB | 16/37 kB | 208/305 kB
Progress (3): 98/123 kB | 16/37 kB | 212/305 kB
Progress (3): 98/123 kB | 16/37 kB | 217/305 kB
Progress (3): 98/123 kB | 16/37 kB | 221/305 kB
Progress (3): 98/123 kB | 16/37 kB | 225/305 kB
Progress (3): 98/123 kB | 16/37 kB | 229/305 kB
Progress (3): 98/123 kB | 16/37 kB | 233/305 kB
Progress (3): 98/123 kB | 16/37 kB | 237/305 kB
Progress (3): 98/123 kB | 16/37 kB | 241/305 kB
Progress (3): 98/123 kB | 16/37 kB | 245/305 kB
Progress (3): 98/123 kB | 16/37 kB | 249/305 kB
Progress (3): 98/123 kB | 16/37 kB | 253/305 kB
Progress (3): 98/123 kB | 16/37 kB | 258/305 kB
Progress (3): 98/123 kB | 16/37 kB | 262/305 kB
Progress (3): 98/123 kB | 16/37 kB | 266/305 kB
Progress (3): 98/123 kB | 16/37 kB | 270/305 kB
Progress (3): 98/123 kB | 16/37 kB | 274/305 kB
Progress (3): 98/123 kB | 16/37 kB | 278/305 kB
Progress (3): 98/123 kB | 16/37 kB | 282/305 kB
Progress (3): 98/123 kB | 16/37 kB | 286/305 kB
Progress (3): 98/123 kB | 16/37 kB | 290/305 kB
Progress (3): 98/123 kB | 16/37 kB | 294/305 kB
Progress (3): 98/123 kB | 16/37 kB | 298/305 kB
Progress (3): 98/123 kB | 16/37 kB | 303/305 kB
Progress (3): 98/123 kB | 16/37 kB | 305 kB    
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/30 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/30 kB
Progress (3): 98/123 kB | 16/37 kB | 12/30 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/30 kB
Progress (3): 98/123 kB | 16/37 kB | 20/30 kB
Progress (3): 98/123 kB | 16/37 kB | 24/30 kB
Progress (3): 98/123 kB | 16/37 kB | 28/30 kB
Progress (3): 98/123 kB | 16/37 kB | 30 kB   
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 141 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/50 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/50 kB
Progress (3): 98/123 kB | 16/37 kB | 12/50 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/50 kB
Progress (3): 98/123 kB | 16/37 kB | 20/50 kB
Progress (3): 98/123 kB | 16/37 kB | 24/50 kB
Progress (3): 98/123 kB | 16/37 kB | 28/50 kB
Progress (3): 98/123 kB | 16/37 kB | 32/50 kB
Progress (3): 98/123 kB | 16/37 kB | 36/50 kB
Progress (3): 98/123 kB | 16/37 kB | 40/50 kB
Progress (3): 98/123 kB | 16/37 kB | 45/50 kB
Progress (3): 98/123 kB | 16/37 kB | 49/50 kB
Progress (3): 98/123 kB | 16/37 kB | 50 kB   
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 225 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/52 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/52 kB
Progress (3): 98/123 kB | 16/37 kB | 12/52 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/52 kB
Progress (3): 98/123 kB | 16/37 kB | 20/52 kB
Progress (3): 98/123 kB | 16/37 kB | 24/52 kB
Progress (3): 98/123 kB | 16/37 kB | 28/52 kB
Progress (3): 98/123 kB | 16/37 kB | 32/52 kB
Progress (3): 98/123 kB | 16/37 kB | 36/52 kB
Progress (3): 98/123 kB | 16/37 kB | 40/52 kB
Progress (3): 98/123 kB | 16/37 kB | 45/52 kB
Progress (3): 98/123 kB | 16/37 kB | 49/52 kB
Progress (3): 98/123 kB | 16/37 kB | 52 kB   
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 227 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/15 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/15 kB
Progress (3): 98/123 kB | 16/37 kB | 12/15 kB 
Progress (3): 98/123 kB | 16/37 kB | 15 kB   
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 64 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/37 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/37 kB
Progress (3): 98/123 kB | 16/37 kB | 12/37 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/37 kB
Progress (3): 98/123 kB | 16/37 kB | 20/37 kB
Progress (3): 98/123 kB | 16/37 kB | 24/37 kB
Progress (3): 98/123 kB | 16/37 kB | 28/37 kB
Progress (3): 98/123 kB | 16/37 kB | 32/37 kB
Progress (3): 98/123 kB | 16/37 kB | 36/37 kB
Progress (3): 98/123 kB | 16/37 kB | 37 kB   
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 155 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/11 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/11 kB
Progress (3): 98/123 kB | 16/37 kB | 11 kB    
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 43 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/7.7 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/7.7 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7 kB    
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 30 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Progress (3): 98/123 kB | 16/37 kB | 4.1/392 kB
Progress (3): 98/123 kB | 16/37 kB | 7.7/392 kB
Progress (3): 98/123 kB | 16/37 kB | 12/392 kB 
Progress (3): 98/123 kB | 16/37 kB | 16/392 kB
Progress (3): 98/123 kB | 16/37 kB | 20/392 kB
Progress (3): 98/123 kB | 16/37 kB | 24/392 kB
Progress (3): 98/123 kB | 16/37 kB | 28/392 kB
Progress (3): 98/123 kB | 16/37 kB | 32/392 kB
Progress (3): 98/123 kB | 16/37 kB | 36/392 kB
Progress (3): 98/123 kB | 16/37 kB | 40/392 kB
Progress (3): 98/123 kB | 16/37 kB | 45/392 kB
Progress (3): 98/123 kB | 16/37 kB | 49/392 kB
Progress (3): 98/123 kB | 16/37 kB | 53/392 kB
Progress (3): 98/123 kB | 16/37 kB | 57/392 kB
Progress (3): 98/123 kB | 16/37 kB | 61/392 kB
Progress (3): 98/123 kB | 16/37 kB | 65/392 kB
Progress (3): 98/123 kB | 16/37 kB | 69/392 kB
Progress (3): 98/123 kB | 16/37 kB | 73/392 kB
Progress (3): 98/123 kB | 16/37 kB | 77/392 kB
Progress (3): 98/123 kB | 16/37 kB | 81/392 kB
Progress (3): 98/123 kB | 20/37 kB | 81/392 kB
Progress (3): 98/123 kB | 24/37 kB | 81/392 kB
Progress (3): 98/123 kB | 28/37 kB | 81/392 kB
Progress (3): 98/123 kB | 28/37 kB | 85/392 kB
Progress (3): 98/123 kB | 32/37 kB | 85/392 kB
Progress (3): 98/123 kB | 32/37 kB | 90/392 kB
Progress (3): 98/123 kB | 32/37 kB | 94/392 kB
Progress (3): 98/123 kB | 36/37 kB | 94/392 kB
Progress (3): 98/123 kB | 36/37 kB | 98/392 kB
Progress (3): 98/123 kB | 37 kB | 98/392 kB   
Progress (3): 98/123 kB | 37 kB | 102/392 kB
Progress (3): 98/123 kB | 37 kB | 106/392 kB
Progress (3): 98/123 kB | 37 kB | 110/392 kB
Progress (3): 98/123 kB | 37 kB | 114/392 kB
Progress (3): 98/123 kB | 37 kB | 118/392 kB
Progress (3): 98/123 kB | 37 kB | 122/392 kB
Progress (3): 98/123 kB | 37 kB | 126/392 kB
Progress (3): 98/123 kB | 37 kB | 131/392 kB
Progress (3): 98/123 kB | 37 kB | 135/392 kB
Progress (3): 98/123 kB | 37 kB | 139/392 kB
Progress (3): 98/123 kB | 37 kB | 143/392 kB
Progress (3): 98/123 kB | 37 kB | 147/392 kB
Progress (3): 98/123 kB | 37 kB | 151/392 kB
Progress (3): 98/123 kB | 37 kB | 155/392 kB
Progress (3): 98/123 kB | 37 kB | 159/392 kB
Progress (3): 98/123 kB | 37 kB | 163/392 kB
Progress (3): 98/123 kB | 37 kB | 167/392 kB
Progress (3): 98/123 kB | 37 kB | 171/392 kB
Progress (3): 98/123 kB | 37 kB | 176/392 kB
Progress (3): 98/123 kB | 37 kB | 180/392 kB
Progress (3): 98/123 kB | 37 kB | 184/392 kB
Progress (3): 98/123 kB | 37 kB | 188/392 kB
Progress (3): 98/123 kB | 37 kB | 192/392 kB
Progress (3): 98/123 kB | 37 kB | 196/392 kB
Progress (3): 98/123 kB | 37 kB | 200/392 kB
Progress (3): 98/123 kB | 37 kB | 204/392 kB
Progress (3): 98/123 kB | 37 kB | 208/392 kB
Progress (3): 98/123 kB | 37 kB | 212/392 kB
Progress (3): 98/123 kB | 37 kB | 217/392 kB
Progress (3): 98/123 kB | 37 kB | 221/392 kB
Progress (3): 98/123 kB | 37 kB | 225/392 kB
Progress (3): 98/123 kB | 37 kB | 229/392 kB
Progress (3): 98/123 kB | 37 kB | 233/392 kB
Progress (3): 98/123 kB | 37 kB | 237/392 kB
Progress (3): 98/123 kB | 37 kB | 241/392 kB
Progress (3): 98/123 kB | 37 kB | 245/392 kB
Progress (3): 98/123 kB | 37 kB | 249/392 kB
Progress (3): 98/123 kB | 37 kB | 253/392 kB
Progress (3): 98/123 kB | 37 kB | 258/392 kB
Progress (3): 98/123 kB | 37 kB | 262/392 kB
Progress (3): 98/123 kB | 37 kB | 266/392 kB
Progress (3): 98/123 kB | 37 kB | 270/392 kB
Progress (3): 98/123 kB | 37 kB | 274/392 kB
Progress (3): 98/123 kB | 37 kB | 278/392 kB
Progress (3): 102/123 kB | 37 kB | 278/392 kB
Progress (3): 106/123 kB | 37 kB | 278/392 kB
Progress (3): 110/123 kB | 37 kB | 278/392 kB
Progress (3): 110/123 kB | 37 kB | 282/392 kB
Progress (3): 114/123 kB | 37 kB | 282/392 kB
Progress (3): 114/123 kB | 37 kB | 286/392 kB
Progress (3): 114/123 kB | 37 kB | 290/392 kB
Progress (3): 114/123 kB | 37 kB | 294/392 kB
Progress (3): 118/123 kB | 37 kB | 294/392 kB
Progress (3): 122/123 kB | 37 kB | 294/392 kB
Progress (3): 123 kB | 37 kB | 294/392 kB    
Progress (3): 123 kB | 37 kB | 298/392 kB
Progress (3): 123 kB | 37 kB | 303/392 kB
Progress (3): 123 kB | 37 kB | 307/392 kB
Progress (3): 123 kB | 37 kB | 311/392 kB
Progress (3): 123 kB | 37 kB | 315/392 kB
Progress (3): 123 kB | 37 kB | 319/392 kB
Progress (3): 123 kB | 37 kB | 323/392 kB
Progress (3): 123 kB | 37 kB | 327/392 kB
Progress (3): 123 kB | 37 kB | 331/392 kB
Progress (3): 123 kB | 37 kB | 335/392 kB
Progress (3): 123 kB | 37 kB | 339/392 kB
Progress (3): 123 kB | 37 kB | 344/392 kB
Progress (3): 123 kB | 37 kB | 348/392 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 136 kB/s)
Progress (2): 123 kB | 352/392 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Progress (2): 123 kB | 356/392 kB
Progress (2): 123 kB | 360/392 kB
Progress (2): 123 kB | 364/392 kB
Progress (2): 123 kB | 368/392 kB
Progress (2): 123 kB | 372/392 kB
Progress (2): 123 kB | 376/392 kB
Progress (2): 123 kB | 380/392 kB
Progress (2): 123 kB | 384/392 kB
Progress (2): 123 kB | 389/392 kB
Progress (2): 123 kB | 392 kB    
Progress (3): 123 kB | 392 kB | 4.1/11 kB
Progress (3): 123 kB | 392 kB | 7.7/11 kB
Progress (3): 123 kB | 392 kB | 11 kB    
Progress (4): 123 kB | 392 kB | 11 kB | 4.1/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 7.7/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 12/588 kB 
Progress (4): 123 kB | 392 kB | 11 kB | 16/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 20/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 24/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 28/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 32/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 36/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 40/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 45/588 kB
Progress (4): 123 kB | 392 kB | 11 kB | 49/588 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 40 kB/s)
Progress (3): 123 kB | 392 kB | 53/588 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Progress (3): 123 kB | 392 kB | 57/588 kB
Progress (3): 123 kB | 392 kB | 61/588 kB
Progress (3): 123 kB | 392 kB | 65/588 kB
Progress (3): 123 kB | 392 kB | 69/588 kB
Progress (3): 123 kB | 392 kB | 73/588 kB
Progress (3): 123 kB | 392 kB | 77/588 kB
Progress (3): 123 kB | 392 kB | 81/588 kB
Progress (3): 123 kB | 392 kB | 85/588 kB
Progress (3): 123 kB | 392 kB | 90/588 kB
Progress (3): 123 kB | 392 kB | 94/588 kB
Progress (3): 123 kB | 392 kB | 98/588 kB
Progress (3): 123 kB | 392 kB | 102/588 kB
Progress (3): 123 kB | 392 kB | 106/588 kB
Progress (3): 123 kB | 392 kB | 110/588 kB
Progress (4): 123 kB | 392 kB | 110/588 kB | 4.1/91 kB
Progress (4): 123 kB | 392 kB | 114/588 kB | 4.1/91 kB
Progress (4): 123 kB | 392 kB | 114/588 kB | 7.7/91 kB
Progress (4): 123 kB | 392 kB | 114/588 kB | 12/91 kB 
Progress (4): 123 kB | 392 kB | 114/588 kB | 16/91 kB
Progress (4): 123 kB | 392 kB | 118/588 kB | 16/91 kB
Progress (4): 123 kB | 392 kB | 122/588 kB | 16/91 kB
Progress (4): 123 kB | 392 kB | 126/588 kB | 16/91 kB
Progress (4): 123 kB | 392 kB | 131/588 kB | 16/91 kB
Progress (4): 123 kB | 392 kB | 131/588 kB | 20/91 kB
Progress (4): 123 kB | 392 kB | 131/588 kB | 24/91 kB
Progress (4): 123 kB | 392 kB | 131/588 kB | 28/91 kB
Progress (4): 123 kB | 392 kB | 131/588 kB | 32/91 kB
Progress (4): 123 kB | 392 kB | 135/588 kB | 32/91 kB
Progress (4): 123 kB | 392 kB | 139/588 kB | 32/91 kB
Progress (4): 123 kB | 392 kB | 143/588 kB | 32/91 kB
Progress (4): 123 kB | 392 kB | 147/588 kB | 32/91 kB
Progress (4): 123 kB | 392 kB | 147/588 kB | 36/91 kB
Progress (4): 123 kB | 392 kB | 147/588 kB | 40/91 kB
Progress (4): 123 kB | 392 kB | 151/588 kB | 40/91 kB
Progress (4): 123 kB | 392 kB | 151/588 kB | 45/91 kB
Progress (4): 123 kB | 392 kB | 155/588 kB | 45/91 kB
Progress (4): 123 kB | 392 kB | 155/588 kB | 49/91 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 428 kB/s)
Progress (3): 392 kB | 159/588 kB | 49/91 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.4 MB/s)
Progress (2): 159/588 kB | 53/91 kB
Progress (2): 163/588 kB | 53/91 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Progress (2): 163/588 kB | 57/91 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Progress (2): 167/588 kB | 57/91 kB
Progress (2): 167/588 kB | 61/91 kB
Progress (2): 171/588 kB | 61/91 kB
Progress (2): 171/588 kB | 65/91 kB
Progress (2): 176/588 kB | 65/91 kB
Progress (2): 180/588 kB | 65/91 kB
Progress (2): 180/588 kB | 69/91 kB
Progress (2): 180/588 kB | 73/91 kB
Progress (2): 184/588 kB | 73/91 kB
Progress (2): 184/588 kB | 77/91 kB
Progress (2): 188/588 kB | 77/91 kB
Progress (2): 188/588 kB | 81/91 kB
Progress (2): 192/588 kB | 81/91 kB
Progress (2): 196/588 kB | 81/91 kB
Progress (2): 196/588 kB | 85/91 kB
Progress (2): 196/588 kB | 90/91 kB
Progress (3): 196/588 kB | 90/91 kB | 4.1/189 kB
Progress (3): 200/588 kB | 90/91 kB | 4.1/189 kB
Progress (3): 200/588 kB | 91 kB | 4.1/189 kB   
Progress (3): 204/588 kB | 91 kB | 4.1/189 kB
Progress (3): 204/588 kB | 91 kB | 7.7/189 kB
Progress (3): 208/588 kB | 91 kB | 7.7/189 kB
Progress (3): 208/588 kB | 91 kB | 12/189 kB 
Progress (3): 212/588 kB | 91 kB | 12/189 kB
Progress (3): 212/588 kB | 91 kB | 16/189 kB
Progress (3): 217/588 kB | 91 kB | 16/189 kB
Progress (3): 221/588 kB | 91 kB | 16/189 kB
Progress (3): 221/588 kB | 91 kB | 20/189 kB
Progress (3): 225/588 kB | 91 kB | 20/189 kB
Progress (3): 225/588 kB | 91 kB | 24/189 kB
Progress (3): 229/588 kB | 91 kB | 24/189 kB
Progress (3): 229/588 kB | 91 kB | 28/189 kB
Progress (3): 229/588 kB | 91 kB | 32/189 kB
Progress (3): 233/588 kB | 91 kB | 32/189 kB
Progress (3): 237/588 kB | 91 kB | 32/189 kB
Progress (3): 241/588 kB | 91 kB | 32/189 kB
Progress (3): 245/588 kB | 91 kB | 32/189 kB
Progress (3): 245/588 kB | 91 kB | 36/189 kB
Progress (4): 245/588 kB | 91 kB | 36/189 kB | 4.1/168 kB
Progress (4): 245/588 kB | 91 kB | 40/189 kB | 4.1/168 kB
Progress (4): 249/588 kB | 91 kB | 40/189 kB | 4.1/168 kB
Progress (4): 249/588 kB | 91 kB | 40/189 kB | 7.7/168 kB
Progress (4): 253/588 kB | 91 kB | 40/189 kB | 7.7/168 kB
Progress (4): 253/588 kB | 91 kB | 45/189 kB | 7.7/168 kB
Progress (4): 258/588 kB | 91 kB | 45/189 kB | 7.7/168 kB
Progress (4): 258/588 kB | 91 kB | 45/189 kB | 12/168 kB 
Progress (4): 262/588 kB | 91 kB | 45/189 kB | 12/168 kB
Progress (4): 262/588 kB | 91 kB | 49/189 kB | 12/168 kB
Progress (4): 262/588 kB | 91 kB | 49/189 kB | 16/168 kB
Progress (4): 266/588 kB | 91 kB | 49/189 kB | 16/168 kB
Progress (4): 270/588 kB | 91 kB | 49/189 kB | 16/168 kB
Progress (4): 274/588 kB | 91 kB | 49/189 kB | 16/168 kB
Progress (4): 274/588 kB | 91 kB | 53/189 kB | 16/168 kB
Progress (4): 274/588 kB | 91 kB | 53/189 kB | 20/168 kB
Progress (4): 274/588 kB | 91 kB | 53/189 kB | 24/168 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 310 kB/s)
Progress (3): 274/588 kB | 53/189 kB | 28/168 kB
Progress (3): 274/588 kB | 57/189 kB | 28/168 kB
Progress (3): 278/588 kB | 57/189 kB | 28/168 kB
Progress (3): 278/588 kB | 61/189 kB | 28/168 kB
Progress (3): 278/588 kB | 61/189 kB | 32/168 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Progress (3): 278/588 kB | 61/189 kB | 36/168 kB
Progress (3): 278/588 kB | 65/189 kB | 36/168 kB
Progress (3): 278/588 kB | 65/189 kB | 40/168 kB
Progress (3): 282/588 kB | 65/189 kB | 40/168 kB
Progress (3): 282/588 kB | 65/189 kB | 45/168 kB
Progress (3): 286/588 kB | 65/189 kB | 45/168 kB
Progress (3): 286/588 kB | 65/189 kB | 49/168 kB
Progress (3): 286/588 kB | 69/189 kB | 49/168 kB
Progress (3): 290/588 kB | 69/189 kB | 49/168 kB
Progress (3): 290/588 kB | 73/189 kB | 49/168 kB
Progress (3): 294/588 kB | 73/189 kB | 49/168 kB
Progress (3): 294/588 kB | 77/189 kB | 49/168 kB
Progress (3): 294/588 kB | 77/189 kB | 53/168 kB
Progress (3): 294/588 kB | 81/189 kB | 53/168 kB
Progress (3): 294/588 kB | 81/189 kB | 57/168 kB
Progress (3): 294/588 kB | 81/189 kB | 61/168 kB
Progress (3): 294/588 kB | 81/189 kB | 65/168 kB
Progress (3): 298/588 kB | 81/189 kB | 65/168 kB
Progress (3): 303/588 kB | 81/189 kB | 65/168 kB
Progress (3): 307/588 kB | 81/189 kB | 65/168 kB
Progress (3): 307/588 kB | 81/189 kB | 69/168 kB
Progress (3): 307/588 kB | 85/189 kB | 69/168 kB
Progress (3): 307/588 kB | 85/189 kB | 73/168 kB
Progress (3): 311/588 kB | 85/189 kB | 73/168 kB
Progress (4): 311/588 kB | 85/189 kB | 73/168 kB | 4.1/38 kB
Progress (4): 311/588 kB | 85/189 kB | 77/168 kB | 4.1/38 kB
Progress (4): 311/588 kB | 85/189 kB | 77/168 kB | 7.7/38 kB
Progress (4): 311/588 kB | 85/189 kB | 77/168 kB | 12/38 kB 
Progress (4): 311/588 kB | 90/189 kB | 77/168 kB | 12/38 kB
Progress (4): 315/588 kB | 90/189 kB | 77/168 kB | 12/38 kB
Progress (4): 315/588 kB | 90/189 kB | 77/168 kB | 16/38 kB
Progress (4): 315/588 kB | 90/189 kB | 81/168 kB | 16/38 kB
Progress (4): 319/588 kB | 90/189 kB | 81/168 kB | 16/38 kB
Progress (4): 319/588 kB | 94/189 kB | 81/168 kB | 16/38 kB
Progress (4): 323/588 kB | 94/189 kB | 81/168 kB | 16/38 kB
Progress (4): 323/588 kB | 98/189 kB | 81/168 kB | 16/38 kB
Progress (4): 323/588 kB | 98/189 kB | 81/168 kB | 20/38 kB
Progress (4): 327/588 kB | 98/189 kB | 81/168 kB | 20/38 kB
Progress (4): 327/588 kB | 98/189 kB | 81/168 kB | 24/38 kB
Progress (4): 327/588 kB | 98/189 kB | 85/168 kB | 24/38 kB
Progress (4): 327/588 kB | 98/189 kB | 85/168 kB | 28/38 kB
Progress (4): 327/588 kB | 102/189 kB | 85/168 kB | 28/38 kB
Progress (4): 331/588 kB | 102/189 kB | 85/168 kB | 28/38 kB
Progress (4): 331/588 kB | 102/189 kB | 85/168 kB | 32/38 kB
Progress (4): 331/588 kB | 102/189 kB | 90/168 kB | 32/38 kB
Progress (4): 335/588 kB | 102/189 kB | 90/168 kB | 32/38 kB
Progress (4): 335/588 kB | 106/189 kB | 90/168 kB | 32/38 kB
Progress (4): 339/588 kB | 106/189 kB | 90/168 kB | 32/38 kB
Progress (4): 339/588 kB | 106/189 kB | 90/168 kB | 36/38 kB
Progress (4): 339/588 kB | 106/189 kB | 94/168 kB | 36/38 kB
Progress (4): 339/588 kB | 106/189 kB | 94/168 kB | 38 kB   
Progress (4): 344/588 kB | 106/189 kB | 94/168 kB | 38 kB
Progress (4): 344/588 kB | 110/189 kB | 94/168 kB | 38 kB
Progress (4): 344/588 kB | 110/189 kB | 98/168 kB | 38 kB
Progress (4): 344/588 kB | 114/189 kB | 98/168 kB | 38 kB
Progress (4): 344/588 kB | 114/189 kB | 102/168 kB | 38 kB
Progress (4): 348/588 kB | 114/189 kB | 102/168 kB | 38 kB
Progress (4): 348/588 kB | 114/189 kB | 106/168 kB | 38 kB
Progress (4): 348/588 kB | 118/189 kB | 106/168 kB | 38 kB
Progress (4): 352/588 kB | 118/189 kB | 106/168 kB | 38 kB
Progress (4): 356/588 kB | 118/189 kB | 106/168 kB | 38 kB
Progress (4): 356/588 kB | 122/189 kB | 106/168 kB | 38 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 117 kB/s)
Progress (3): 356/588 kB | 122/189 kB | 110/168 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
Progress (3): 356/588 kB | 126/189 kB | 110/168 kB
Progress (3): 360/588 kB | 126/189 kB | 110/168 kB
Progress (3): 360/588 kB | 131/189 kB | 110/168 kB
Progress (3): 360/588 kB | 131/189 kB | 114/168 kB
Progress (3): 360/588 kB | 131/189 kB | 118/168 kB
Progress (3): 360/588 kB | 135/189 kB | 118/168 kB
Progress (3): 364/588 kB | 135/189 kB | 118/168 kB
Progress (3): 364/588 kB | 139/189 kB | 118/168 kB
Progress (3): 364/588 kB | 139/189 kB | 122/168 kB
Progress (3): 364/588 kB | 143/189 kB | 122/168 kB
Progress (3): 368/588 kB | 143/189 kB | 122/168 kB
Progress (3): 368/588 kB | 147/189 kB | 122/168 kB
Progress (3): 368/588 kB | 147/189 kB | 126/168 kB
Progress (4): 368/588 kB | 147/189 kB | 126/168 kB | 4.1/65 kB
Progress (4): 372/588 kB | 147/189 kB | 126/168 kB | 4.1/65 kB
Progress (4): 372/588 kB | 147/189 kB | 126/168 kB | 7.7/65 kB
Progress (4): 372/588 kB | 147/189 kB | 131/168 kB | 7.7/65 kB
Progress (4): 372/588 kB | 147/189 kB | 131/168 kB | 12/65 kB 
Progress (4): 372/588 kB | 151/189 kB | 131/168 kB | 12/65 kB
Progress (4): 376/588 kB | 151/189 kB | 131/168 kB | 12/65 kB
Progress (4): 376/588 kB | 155/189 kB | 131/168 kB | 12/65 kB
Progress (4): 376/588 kB | 155/189 kB | 131/168 kB | 16/65 kB
Progress (4): 376/588 kB | 159/189 kB | 131/168 kB | 16/65 kB
Progress (4): 376/588 kB | 159/189 kB | 135/168 kB | 16/65 kB
Progress (4): 376/588 kB | 163/189 kB | 135/168 kB | 16/65 kB
Progress (4): 376/588 kB | 163/189 kB | 139/168 kB | 16/65 kB
Progress (4): 380/588 kB | 163/189 kB | 139/168 kB | 16/65 kB
Progress (4): 380/588 kB | 163/189 kB | 143/168 kB | 16/65 kB
Progress (4): 380/588 kB | 163/189 kB | 143/168 kB | 20/65 kB
Progress (4): 380/588 kB | 163/189 kB | 147/168 kB | 20/65 kB
Progress (4): 380/588 kB | 167/189 kB | 147/168 kB | 20/65 kB
Progress (4): 384/588 kB | 167/189 kB | 147/168 kB | 20/65 kB
Progress (4): 384/588 kB | 171/189 kB | 147/168 kB | 20/65 kB
Progress (4): 384/588 kB | 171/189 kB | 147/168 kB | 24/65 kB
Progress (4): 384/588 kB | 176/189 kB | 147/168 kB | 24/65 kB
Progress (4): 389/588 kB | 176/189 kB | 147/168 kB | 24/65 kB
Progress (4): 389/588 kB | 180/189 kB | 147/168 kB | 24/65 kB
Progress (4): 389/588 kB | 180/189 kB | 151/168 kB | 24/65 kB
Progress (4): 389/588 kB | 180/189 kB | 151/168 kB | 28/65 kB
Progress (4): 389/588 kB | 184/189 kB | 151/168 kB | 28/65 kB
Progress (4): 389/588 kB | 184/189 kB | 155/168 kB | 28/65 kB
Progress (4): 393/588 kB | 184/189 kB | 155/168 kB | 28/65 kB
Progress (4): 393/588 kB | 184/189 kB | 159/168 kB | 28/65 kB
Progress (4): 393/588 kB | 188/189 kB | 159/168 kB | 28/65 kB
Progress (4): 393/588 kB | 188/189 kB | 159/168 kB | 32/65 kB
Progress (4): 393/588 kB | 189 kB | 159/168 kB | 32/65 kB    
Progress (4): 393/588 kB | 189 kB | 163/168 kB | 32/65 kB
Progress (4): 397/588 kB | 189 kB | 163/168 kB | 32/65 kB
Progress (4): 401/588 kB | 189 kB | 163/168 kB | 32/65 kB
Progress (4): 401/588 kB | 189 kB | 163/168 kB | 36/65 kB
Progress (4): 401/588 kB | 189 kB | 167/168 kB | 36/65 kB
Progress (4): 401/588 kB | 189 kB | 167/168 kB | 40/65 kB
Progress (4): 405/588 kB | 189 kB | 167/168 kB | 40/65 kB
Progress (4): 405/588 kB | 189 kB | 167/168 kB | 45/65 kB
Progress (4): 405/588 kB | 189 kB | 168 kB | 45/65 kB    
Progress (4): 405/588 kB | 189 kB | 168 kB | 49/65 kB
Progress (4): 409/588 kB | 189 kB | 168 kB | 49/65 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 570 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 509 kB/s)
Progress (2): 413/588 kB | 49/65 kB
Progress (2): 413/588 kB | 53/65 kB
Progress (2): 417/588 kB | 53/65 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Progress (2): 421/588 kB | 53/65 kB
Progress (2): 421/588 kB | 57/65 kB
Progress (2): 425/588 kB | 57/65 kB
Progress (2): 425/588 kB | 61/65 kB
Progress (2): 425/588 kB | 65/65 kB
Progress (2): 425/588 kB | 65 kB   
Progress (2): 430/588 kB | 65 kB
Progress (2): 434/588 kB | 65 kB
Progress (2): 438/588 kB | 65 kB
Progress (2): 442/588 kB | 65 kB
Progress (2): 446/588 kB | 65 kB
Progress (2): 450/588 kB | 65 kB
Progress (2): 454/588 kB | 65 kB
Progress (2): 458/588 kB | 65 kB
Progress (2): 462/588 kB | 65 kB
Progress (2): 466/588 kB | 65 kB
Progress (2): 471/588 kB | 65 kB
Progress (2): 475/588 kB | 65 kB
Progress (2): 479/588 kB | 65 kB
Progress (2): 483/588 kB | 65 kB
Progress (2): 487/588 kB | 65 kB
Progress (2): 491/588 kB | 65 kB
Progress (2): 495/588 kB | 65 kB
Progress (2): 499/588 kB | 65 kB
Progress (2): 503/588 kB | 65 kB
Progress (2): 507/588 kB | 65 kB
Progress (2): 511/588 kB | 65 kB
Progress (2): 516/588 kB | 65 kB
Progress (2): 520/588 kB | 65 kB
Progress (2): 524/588 kB | 65 kB
Progress (2): 528/588 kB | 65 kB
Progress (2): 532/588 kB | 65 kB
Progress (2): 536/588 kB | 65 kB
Progress (2): 540/588 kB | 65 kB
Progress (2): 544/588 kB | 65 kB
Progress (2): 548/588 kB | 65 kB
Progress (2): 552/588 kB | 65 kB
Progress (2): 557/588 kB | 65 kB
Progress (2): 561/588 kB | 65 kB
Progress (2): 565/588 kB | 65 kB
Progress (2): 569/588 kB | 65 kB
Progress (2): 573/588 kB | 65 kB
Progress (2): 577/588 kB | 65 kB
Progress (2): 581/588 kB | 65 kB
Progress (2): 585/588 kB | 65 kB
Progress (2): 588 kB | 65 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar
Progress (2): 65 kB | 4.1/109 kB
Progress (2): 65 kB | 7.7/109 kB
Progress (2): 65 kB | 12/109 kB 
Progress (2): 65 kB | 16/109 kB
Progress (2): 65 kB | 20/109 kB
Progress (2): 65 kB | 24/109 kB
Progress (2): 65 kB | 28/109 kB
Progress (2): 65 kB | 32/109 kB
Progress (2): 65 kB | 36/109 kB
Progress (2): 65 kB | 40/109 kB
Progress (2): 65 kB | 45/109 kB
Progress (2): 65 kB | 49/109 kB
Progress (2): 65 kB | 53/109 kB
Progress (2): 65 kB | 57/109 kB
Progress (2): 65 kB | 61/109 kB
Progress (2): 65 kB | 65/109 kB
Progress (2): 65 kB | 69/109 kB
Progress (2): 65 kB | 73/109 kB
Progress (2): 65 kB | 77/109 kB
Progress (2): 65 kB | 81/109 kB
Progress (2): 65 kB | 85/109 kB
Progress (2): 65 kB | 90/109 kB
Progress (3): 65 kB | 90/109 kB | 4.1/195 kB
Progress (3): 65 kB | 94/109 kB | 4.1/195 kB
Progress (3): 65 kB | 94/109 kB | 7.7/195 kB
Progress (3): 65 kB | 98/109 kB | 7.7/195 kB
Progress (3): 65 kB | 98/109 kB | 12/195 kB 
Progress (3): 65 kB | 98/109 kB | 16/195 kB
Progress (3): 65 kB | 102/109 kB | 16/195 kB
Progress (3): 65 kB | 106/109 kB | 16/195 kB
Progress (3): 65 kB | 109 kB | 16/195 kB    
Progress (3): 65 kB | 109 kB | 20/195 kB
Progress (3): 65 kB | 109 kB | 24/195 kB
Progress (3): 65 kB | 109 kB | 28/195 kB
Progress (3): 65 kB | 109 kB | 32/195 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 309 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar
Progress (2): 65 kB | 36/195 kB
Progress (2): 65 kB | 40/195 kB
Progress (2): 65 kB | 45/195 kB
Progress (2): 65 kB | 49/195 kB
Progress (3): 65 kB | 49/195 kB | 4.1/282 kB
Progress (3): 65 kB | 53/195 kB | 4.1/282 kB
Progress (3): 65 kB | 53/195 kB | 7.7/282 kB
Progress (3): 65 kB | 57/195 kB | 7.7/282 kB
Progress (3): 65 kB | 57/195 kB | 12/282 kB 
Progress (3): 65 kB | 61/195 kB | 12/282 kB
Progress (3): 65 kB | 61/195 kB | 16/282 kB
Progress (3): 65 kB | 65/195 kB | 16/282 kB
Progress (3): 65 kB | 65/195 kB | 20/282 kB
Progress (3): 65 kB | 65/195 kB | 24/282 kB
Progress (3): 65 kB | 69/195 kB | 24/282 kB
Progress (3): 65 kB | 69/195 kB | 28/282 kB
Progress (3): 65 kB | 73/195 kB | 28/282 kB
Progress (3): 65 kB | 73/195 kB | 32/282 kB
Progress (3): 65 kB | 77/195 kB | 32/282 kB
Progress (3): 65 kB | 81/195 kB | 32/282 kB
Progress (3): 65 kB | 81/195 kB | 36/282 kB
Progress (3): 65 kB | 81/195 kB | 40/282 kB
Progress (3): 65 kB | 81/195 kB | 45/282 kB
Progress (3): 65 kB | 81/195 kB | 49/282 kB
Progress (3): 65 kB | 85/195 kB | 49/282 kB
Progress (3): 65 kB | 90/195 kB | 49/282 kB
Progress (3): 65 kB | 94/195 kB | 49/282 kB
Progress (3): 65 kB | 94/195 kB | 53/282 kB
Progress (3): 65 kB | 98/195 kB | 53/282 kB
Progress (3): 65 kB | 98/195 kB | 57/282 kB
Progress (3): 65 kB | 98/195 kB | 61/282 kB
Progress (3): 65 kB | 98/195 kB | 65/282 kB
Progress (3): 65 kB | 102/195 kB | 65/282 kB
Progress (3): 65 kB | 106/195 kB | 65/282 kB
Progress (3): 65 kB | 110/195 kB | 65/282 kB
Progress (3): 65 kB | 110/195 kB | 69/282 kB
Progress (3): 65 kB | 114/195 kB | 69/282 kB
Progress (3): 65 kB | 114/195 kB | 73/282 kB
Progress (3): 65 kB | 114/195 kB | 77/282 kB
Progress (3): 65 kB | 114/195 kB | 81/282 kB
Progress (3): 65 kB | 118/195 kB | 81/282 kB
Progress (3): 65 kB | 122/195 kB | 81/282 kB
Progress (3): 65 kB | 126/195 kB | 81/282 kB
Progress (3): 65 kB | 131/195 kB | 81/282 kB
Progress (3): 65 kB | 131/195 kB | 85/282 kB
Progress (3): 65 kB | 131/195 kB | 90/282 kB
Progress (3): 65 kB | 131/195 kB | 94/282 kB
Progress (3): 65 kB | 131/195 kB | 98/282 kB
Progress (3): 65 kB | 135/195 kB | 98/282 kB
Progress (3): 65 kB | 139/195 kB | 98/282 kB
Progress (3): 65 kB | 143/195 kB | 98/282 kB
Progress (3): 65 kB | 147/195 kB | 98/282 kB
Progress (3): 65 kB | 147/195 kB | 102/282 kB
Progress (3): 65 kB | 147/195 kB | 106/282 kB
Progress (3): 65 kB | 147/195 kB | 110/282 kB
Progress (3): 65 kB | 147/195 kB | 114/282 kB
Progress (3): 65 kB | 151/195 kB | 114/282 kB
Progress (3): 65 kB | 155/195 kB | 114/282 kB
Progress (3): 65 kB | 159/195 kB | 114/282 kB
Progress (3): 65 kB | 163/195 kB | 114/282 kB
Progress (3): 65 kB | 163/195 kB | 118/282 kB
Progress (3): 65 kB | 163/195 kB | 122/282 kB
Progress (3): 65 kB | 163/195 kB | 126/282 kB
Progress (3): 65 kB | 163/195 kB | 131/282 kB
Progress (3): 65 kB | 167/195 kB | 131/282 kB
Progress (3): 65 kB | 171/195 kB | 131/282 kB
Progress (3): 65 kB | 176/195 kB | 131/282 kB
Progress (3): 65 kB | 180/195 kB | 131/282 kB
Progress (3): 65 kB | 180/195 kB | 135/282 kB
Progress (3): 65 kB | 180/195 kB | 139/282 kB
Progress (3): 65 kB | 180/195 kB | 143/282 kB
Progress (3): 65 kB | 184/195 kB | 143/282 kB
Progress (3): 65 kB | 184/195 kB | 147/282 kB
Progress (3): 65 kB | 188/195 kB | 147/282 kB
Progress (3): 65 kB | 192/195 kB | 147/282 kB
Progress (3): 65 kB | 195 kB | 147/282 kB    
Progress (3): 65 kB | 195 kB | 151/282 kB
Progress (3): 65 kB | 195 kB | 155/282 kB
Progress (3): 65 kB | 195 kB | 159/282 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 180 kB/s)
Progress (2): 195 kB | 163/282 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar
Progress (2): 195 kB | 167/282 kB
Progress (2): 195 kB | 171/282 kB
Progress (2): 195 kB | 176/282 kB
Progress (2): 195 kB | 180/282 kB
Progress (2): 195 kB | 184/282 kB
Progress (2): 195 kB | 188/282 kB
Progress (2): 195 kB | 192/282 kB
Progress (2): 195 kB | 196/282 kB
Progress (2): 195 kB | 200/282 kB
Progress (2): 195 kB | 204/282 kB
Progress (2): 195 kB | 208/282 kB
Progress (2): 195 kB | 212/282 kB
Progress (2): 195 kB | 217/282 kB
Progress (2): 195 kB | 221/282 kB
Progress (2): 195 kB | 225/282 kB
Progress (2): 195 kB | 229/282 kB
Progress (2): 195 kB | 233/282 kB
Progress (2): 195 kB | 237/282 kB
Progress (2): 195 kB | 241/282 kB
Progress (2): 195 kB | 245/282 kB
Progress (2): 195 kB | 249/282 kB
Progress (2): 195 kB | 253/282 kB
Progress (2): 195 kB | 258/282 kB
Progress (2): 195 kB | 262/282 kB
Progress (2): 195 kB | 266/282 kB
Progress (2): 195 kB | 270/282 kB
Progress (2): 195 kB | 274/282 kB
Progress (2): 195 kB | 278/282 kB
Progress (2): 195 kB | 282 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar (195 kB at 528 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
Progress (2): 282 kB | 4.1/115 kB
Progress (2): 282 kB | 7.7/115 kB
Progress (2): 282 kB | 12/115 kB 
Progress (2): 282 kB | 16/115 kB
Progress (2): 282 kB | 20/115 kB
Progress (2): 282 kB | 24/115 kB
Progress (2): 282 kB | 28/115 kB
Progress (2): 282 kB | 32/115 kB
Progress (3): 282 kB | 32/115 kB | 4.1/70 kB
Progress (3): 282 kB | 32/115 kB | 7.7/70 kB
Progress (3): 282 kB | 32/115 kB | 12/70 kB 
Progress (3): 282 kB | 32/115 kB | 16/70 kB
Progress (3): 282 kB | 32/115 kB | 20/70 kB
Progress (3): 282 kB | 32/115 kB | 24/70 kB
Progress (3): 282 kB | 32/115 kB | 28/70 kB
Progress (3): 282 kB | 32/115 kB | 32/70 kB
Progress (3): 282 kB | 36/115 kB | 32/70 kB
Progress (3): 282 kB | 40/115 kB | 32/70 kB
Progress (3): 282 kB | 40/115 kB | 36/70 kB
Progress (3): 282 kB | 45/115 kB | 36/70 kB
Progress (3): 282 kB | 45/115 kB | 40/70 kB
Progress (3): 282 kB | 49/115 kB | 40/70 kB
Progress (3): 282 kB | 49/115 kB | 45/70 kB
Progress (3): 282 kB | 49/115 kB | 49/70 kB
Progress (3): 282 kB | 53/115 kB | 49/70 kB
Progress (3): 282 kB | 57/115 kB | 49/70 kB
Progress (3): 282 kB | 57/115 kB | 53/70 kB
Progress (3): 282 kB | 61/115 kB | 53/70 kB
Progress (3): 282 kB | 61/115 kB | 57/70 kB
Progress (3): 282 kB | 65/115 kB | 57/70 kB
Progress (3): 282 kB | 65/115 kB | 61/70 kB
Progress (3): 282 kB | 65/115 kB | 65/70 kB
Progress (3): 282 kB | 65/115 kB | 69/70 kB
Progress (3): 282 kB | 69/115 kB | 69/70 kB
Progress (3): 282 kB | 69/115 kB | 70 kB   
Progress (3): 282 kB | 73/115 kB | 70 kB
Progress (3): 282 kB | 77/115 kB | 70 kB
Progress (3): 282 kB | 81/115 kB | 70 kB
Progress (3): 282 kB | 85/115 kB | 70 kB
Progress (3): 282 kB | 90/115 kB | 70 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar (282 kB at 748 kB/s)
Progress (2): 94/115 kB | 70 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
Progress (2): 98/115 kB | 70 kB
Progress (2): 102/115 kB | 70 kB
Progress (2): 106/115 kB | 70 kB
Progress (2): 110/115 kB | 70 kB
Progress (2): 114/115 kB | 70 kB
Progress (2): 115 kB | 70 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar (70 kB at 181 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 297 kB/s)
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
Progress (2): 33 kB | 4.1/50 kB
Progress (2): 33 kB | 7.7/50 kB
Progress (2): 33 kB | 12/50 kB 
Progress (2): 33 kB | 16/50 kB
Progress (2): 33 kB | 20/50 kB
Progress (2): 33 kB | 24/50 kB
Progress (2): 33 kB | 28/50 kB
Progress (2): 33 kB | 32/50 kB
Progress (2): 33 kB | 36/50 kB
Progress (2): 33 kB | 40/50 kB
Progress (2): 33 kB | 45/50 kB
Progress (2): 33 kB | 49/50 kB
Progress (2): 33 kB | 50 kB   
Progress (3): 33 kB | 50 kB | 4.1/129 kB
Progress (3): 33 kB | 50 kB | 7.7/129 kB
Progress (3): 33 kB | 50 kB | 12/129 kB 
Progress (3): 33 kB | 50 kB | 16/129 kB
Progress (3): 33 kB | 50 kB | 20/129 kB
Progress (3): 33 kB | 50 kB | 24/129 kB
Progress (3): 33 kB | 50 kB | 28/129 kB
Progress (3): 33 kB | 50 kB | 32/129 kB
Progress (3): 33 kB | 50 kB | 36/129 kB
Progress (3): 33 kB | 50 kB | 40/129 kB
Progress (3): 33 kB | 50 kB | 45/129 kB
Progress (3): 33 kB | 50 kB | 49/129 kB
Progress (3): 33 kB | 50 kB | 53/129 kB
Progress (3): 33 kB | 50 kB | 57/129 kB
Progress (3): 33 kB | 50 kB | 61/129 kB
Progress (3): 33 kB | 50 kB | 65/129 kB
Progress (3): 33 kB | 50 kB | 69/129 kB
Progress (3): 33 kB | 50 kB | 73/129 kB
Progress (3): 33 kB | 50 kB | 77/129 kB
Progress (3): 33 kB | 50 kB | 81/129 kB
Progress (3): 33 kB | 50 kB | 85/129 kB
Progress (3): 33 kB | 50 kB | 90/129 kB
Progress (3): 33 kB | 50 kB | 94/129 kB
Progress (3): 33 kB | 50 kB | 98/129 kB
Progress (3): 33 kB | 50 kB | 102/129 kB
Progress (3): 33 kB | 50 kB | 106/129 kB
Progress (3): 33 kB | 50 kB | 110/129 kB
Progress (3): 33 kB | 50 kB | 114/129 kB
Progress (3): 33 kB | 50 kB | 118/129 kB
Progress (3): 33 kB | 50 kB | 122/129 kB
Progress (3): 33 kB | 50 kB | 126/129 kB
Progress (3): 33 kB | 50 kB | 129 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 81 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar (129 kB at 313 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 122 kB/s)
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 28 kB/s)
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.parent/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.parent ---
[INFO] 
[INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.targetplatform >----
[INFO] Building org.eclipse.xsemantics.targetplatform 1.19.0-SNAPSHOT    [2/41]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/1.3/build-helper-maven-plugin-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.3/build-helper-maven-plugin-1.3.pom
Progress (1): 968 B
Progress (1): 3.6 kB
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.3/build-helper-maven-plugin-1.3.pom (4.0 kB at 88 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/21/mojo-parent-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/21/mojo-parent-21.pom
Progress (1): 1.2 kB
Progress (1): 3.7 kB
Progress (1): 7.8 kB
Progress (1): 8.4 kB
Progress (1): 11 kB 
Progress (1): 15 kB
Progress (1): 19 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/21/mojo-parent-21.pom (19 kB at 745 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/1.3/build-helper-maven-plugin-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.3/build-helper-maven-plugin-1.3.jar
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.3/build-helper-maven-plugin-1.3.jar (21 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.targetplatform ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/devtools/org.eclipse.xsemantics.targetplatform/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.targetplatform ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ org.eclipse.xsemantics.targetplatform ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom
Progress (1): 2.1 kB
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.pom (2.5 kB at 127 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.pom (1.7 kB at 60 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.pom (1.5 kB at 56 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
Progress (1): 747 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 21 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom
Progress (1): 2.9 kB
Progress (1): 5.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.pom (5.2 kB at 180 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.pom (1.4 kB at 54 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.pom (1.6 kB at 36 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom
Progress (1): 902 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom (902 B at 32 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom
Progress (1): 738 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom (738 B at 28 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom
Progress (1): 854 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.pom (854 B at 15 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.pom (1.4 kB at 25 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Progress (1): 601 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 60 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
Progress (1): 1.0 kB
Progress (1): 4.6 kB
Progress (1): 7.1 kB
Progress (1): 8.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 731 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.pom (1.5 kB at 34 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom
Progress (1): 442 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.pom (442 B at 19 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Progress (1): 723 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 66 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar
Progress (1): 4.1/80 kB
Progress (1): 7.7/80 kB
Progress (1): 12/80 kB 
Progress (1): 16/80 kB
Progress (1): 20/80 kB
Progress (1): 24/80 kB
Progress (1): 28/80 kB
Progress (1): 32/80 kB
Progress (1): 36/80 kB
Progress (1): 40/80 kB
Progress (1): 45/80 kB
Progress (1): 49/80 kB
Progress (1): 53/80 kB
Progress (1): 57/80 kB
Progress (2): 57/80 kB | 4.1/136 kB
Progress (2): 61/80 kB | 4.1/136 kB
Progress (2): 61/80 kB | 7.7/136 kB
Progress (2): 65/80 kB | 7.7/136 kB
Progress (2): 65/80 kB | 12/136 kB 
Progress (2): 65/80 kB | 16/136 kB
Progress (2): 69/80 kB | 16/136 kB
Progress (2): 73/80 kB | 16/136 kB
Progress (2): 77/80 kB | 16/136 kB
Progress (2): 80 kB | 16/136 kB   
Progress (3): 80 kB | 16/136 kB | 4.1/107 kB
Progress (3): 80 kB | 16/136 kB | 7.7/107 kB
Progress (3): 80 kB | 16/136 kB | 12/107 kB 
Progress (3): 80 kB | 16/136 kB | 16/107 kB
Progress (3): 80 kB | 16/136 kB | 20/107 kB
Progress (3): 80 kB | 16/136 kB | 24/107 kB
Progress (3): 80 kB | 16/136 kB | 28/107 kB
Progress (3): 80 kB | 16/136 kB | 32/107 kB
Progress (3): 80 kB | 20/136 kB | 32/107 kB
Progress (3): 80 kB | 24/136 kB | 32/107 kB
Progress (3): 80 kB | 24/136 kB | 36/107 kB
Progress (3): 80 kB | 28/136 kB | 36/107 kB
Progress (3): 80 kB | 28/136 kB | 40/107 kB
Progress (3): 80 kB | 32/136 kB | 40/107 kB
Progress (4): 80 kB | 32/136 kB | 40/107 kB | 4.1/30 kB
Progress (4): 80 kB | 32/136 kB | 45/107 kB | 4.1/30 kB
Progress (4): 80 kB | 32/136 kB | 45/107 kB | 7.7/30 kB
Progress (4): 80 kB | 32/136 kB | 49/107 kB | 7.7/30 kB
Progress (5): 80 kB | 32/136 kB | 49/107 kB | 7.7/30 kB | 4.1/44 kB
Progress (5): 80 kB | 32/136 kB | 49/107 kB | 12/30 kB | 4.1/44 kB 
Progress (5): 80 kB | 32/136 kB | 49/107 kB | 12/30 kB | 7.7/44 kB
Progress (5): 80 kB | 36/136 kB | 49/107 kB | 12/30 kB | 7.7/44 kB
Progress (5): 80 kB | 36/136 kB | 49/107 kB | 12/30 kB | 12/44 kB 
Progress (5): 80 kB | 36/136 kB | 49/107 kB | 16/30 kB | 12/44 kB
Progress (5): 80 kB | 36/136 kB | 49/107 kB | 16/30 kB | 16/44 kB
Progress (5): 80 kB | 40/136 kB | 49/107 kB | 16/30 kB | 16/44 kB
Progress (5): 80 kB | 40/136 kB | 53/107 kB | 16/30 kB | 16/44 kB
Progress (5): 80 kB | 40/136 kB | 53/107 kB | 20/30 kB | 16/44 kB
Progress (5): 80 kB | 45/136 kB | 53/107 kB | 20/30 kB | 16/44 kB
Progress (5): 80 kB | 45/136 kB | 53/107 kB | 20/30 kB | 20/44 kB
Progress (5): 80 kB | 45/136 kB | 53/107 kB | 24/30 kB | 20/44 kB
Progress (5): 80 kB | 45/136 kB | 57/107 kB | 24/30 kB | 20/44 kB
Progress (5): 80 kB | 45/136 kB | 57/107 kB | 28/30 kB | 20/44 kB
Progress (5): 80 kB | 45/136 kB | 57/107 kB | 28/30 kB | 24/44 kB
Progress (5): 80 kB | 49/136 kB | 57/107 kB | 28/30 kB | 24/44 kB
Progress (5): 80 kB | 49/136 kB | 57/107 kB | 28/30 kB | 28/44 kB
Progress (5): 80 kB | 49/136 kB | 57/107 kB | 30 kB | 28/44 kB   
Progress (5): 80 kB | 49/136 kB | 61/107 kB | 30 kB | 28/44 kB
Progress (5): 80 kB | 49/136 kB | 61/107 kB | 30 kB | 32/44 kB
Progress (5): 80 kB | 49/136 kB | 65/107 kB | 30 kB | 32/44 kB
Progress (5): 80 kB | 53/136 kB | 65/107 kB | 30 kB | 32/44 kB
Progress (5): 80 kB | 53/136 kB | 65/107 kB | 30 kB | 36/44 kB
Progress (5): 80 kB | 57/136 kB | 65/107 kB | 30 kB | 36/44 kB
Progress (5): 80 kB | 57/136 kB | 65/107 kB | 30 kB | 40/44 kB
Progress (5): 80 kB | 61/136 kB | 65/107 kB | 30 kB | 40/44 kB
Progress (5): 80 kB | 61/136 kB | 69/107 kB | 30 kB | 40/44 kB
Progress (5): 80 kB | 61/136 kB | 69/107 kB | 30 kB | 44 kB   
Progress (5): 80 kB | 61/136 kB | 73/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 65/136 kB | 73/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 65/136 kB | 77/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 65/136 kB | 81/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 69/136 kB | 81/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 73/136 kB | 81/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 73/136 kB | 85/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 77/136 kB | 85/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 77/136 kB | 90/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 81/136 kB | 90/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 81/136 kB | 94/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 81/136 kB | 98/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 85/136 kB | 98/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 85/136 kB | 102/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 90/136 kB | 102/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 90/136 kB | 106/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 94/136 kB | 106/107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 94/136 kB | 107 kB | 30 kB | 44 kB    
Progress (5): 80 kB | 98/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 102/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 106/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 110/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 114/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 118/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 122/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 126/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 131/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 135/136 kB | 107 kB | 30 kB | 44 kB
Progress (5): 80 kB | 136 kB | 107 kB | 30 kB | 44 kB    
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.2/maven-model-2.0.2.jar (80 kB at 2.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar (30 kB at 796 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.2/maven-settings-2.0.2.jar (44 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.2/maven-project-2.0.2.jar (107 kB at 2.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.2/maven-core-2.0.2.jar (136 kB at 3.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
Progress (2): 5.0 kB | 4.1/16 kB
Progress (2): 5.0 kB | 7.7/16 kB
Progress (2): 5.0 kB | 12/16 kB 
Progress (2): 5.0 kB | 16/16 kB
Progress (2): 5.0 kB | 16 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar (5.0 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar (16 kB at 236 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Progress (1): 4.1/8.6 kB
Progress (1): 7.7/8.6 kB
Progress (1): 8.6 kB    
Progress (2): 8.6 kB | 4.1/24 kB
Progress (2): 8.6 kB | 7.7/24 kB
Progress (2): 8.6 kB | 12/24 kB 
Progress (2): 8.6 kB | 16/24 kB
Progress (3): 8.6 kB | 16/24 kB | 4.1/5.9 kB
Progress (3): 8.6 kB | 20/24 kB | 4.1/5.9 kB
Progress (3): 8.6 kB | 20/24 kB | 5.9 kB    
Progress (3): 8.6 kB | 24 kB | 5.9 kB   
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 4.1/30 kB
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 7.7/30 kB
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 12/30 kB 
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 16/30 kB
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 20/30 kB
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 24/30 kB
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 28/30 kB
Progress (4): 8.6 kB | 24 kB | 5.9 kB | 30 kB   
Progress (5): 8.6 kB | 24 kB | 5.9 kB | 30 kB | 4.1/20 kB
Progress (5): 8.6 kB | 24 kB | 5.9 kB | 30 kB | 7.7/20 kB
Progress (5): 8.6 kB | 24 kB | 5.9 kB | 30 kB | 12/20 kB 
Progress (5): 8.6 kB | 24 kB | 5.9 kB | 30 kB | 16/20 kB
Progress (5): 8.6 kB | 24 kB | 5.9 kB | 30 kB | 20 kB   
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar (8.6 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 68 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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.2/maven-plugin-registry-2.0.2.jar (24 kB at 269 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 338 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Progress (2): 20 kB | 4.1/13 kB
Progress (2): 20 kB | 7.7/13 kB
Progress (2): 20 kB | 12/13 kB 
Progress (2): 20 kB | 13 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 147 kB/s)
Progress (2): 20 kB | 4.1/38 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
Progress (2): 20 kB | 7.7/38 kB
Progress (2): 20 kB | 12/38 kB 
Progress (2): 20 kB | 16/38 kB
Progress (2): 20 kB | 20/38 kB
Progress (2): 20 kB | 24/38 kB
Progress (2): 20 kB | 28/38 kB
Progress (2): 20 kB | 32/38 kB
Progress (2): 20 kB | 36/38 kB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 214 kB/s)
Progress (1): 38 kB
                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Progress (2): 38 kB | 4.1/10 kB
                               
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 403 kB/s)
Progress (1): 7.7/10 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Progress (2): 7.7/10 kB | 4.1/79 kB
Progress (2): 10 kB | 4.1/79 kB    
Progress (2): 10 kB | 7.7/79 kB
Progress (2): 10 kB | 12/79 kB 
Progress (2): 10 kB | 16/79 kB
Progress (3): 10 kB | 16/79 kB | 4.1/32 kB
Progress (3): 10 kB | 16/79 kB | 7.7/32 kB
Progress (3): 10 kB | 16/79 kB | 12/32 kB 
Progress (3): 10 kB | 20/79 kB | 12/32 kB
Progress (3): 10 kB | 20/79 kB | 16/32 kB
Progress (3): 10 kB | 24/79 kB | 16/32 kB
Progress (3): 10 kB | 28/79 kB | 16/32 kB
Progress (3): 10 kB | 32/79 kB | 16/32 kB
Progress (3): 10 kB | 32/79 kB | 20/32 kB
Progress (3): 10 kB | 32/79 kB | 24/32 kB
Progress (3): 10 kB | 32/79 kB | 28/32 kB
Progress (3): 10 kB | 32/79 kB | 32 kB   
Progress (3): 10 kB | 36/79 kB | 32 kB
Progress (3): 10 kB | 40/79 kB | 32 kB
Progress (3): 10 kB | 45/79 kB | 32 kB
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 104 kB/s)
Progress (2): 49/79 kB | 32 kB
Progress (2): 53/79 kB | 32 kB
Progress (2): 57/79 kB | 32 kB
Progress (2): 61/79 kB | 32 kB
Progress (2): 65/79 kB | 32 kB
Progress (2): 69/79 kB | 32 kB
Progress (2): 73/79 kB | 32 kB
Progress (2): 77/79 kB | 32 kB
Progress (2): 79 kB | 32 kB   
Progress (3): 79 kB | 32 kB | 4.1/5.7 kB
Progress (3): 79 kB | 32 kB | 5.7 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar (32 kB at 310 kB/s)
Progress (3): 79 kB | 5.7 kB | 4.1/268 kB
Progress (3): 79 kB | 5.7 kB | 7.7/268 kB
Progress (3): 79 kB | 5.7 kB | 12/268 kB 
Progress (3): 79 kB | 5.7 kB | 16/268 kB
Progress (3): 79 kB | 5.7 kB | 20/268 kB
Progress (3): 79 kB | 5.7 kB | 24/268 kB
Progress (3): 79 kB | 5.7 kB | 28/268 kB
Progress (3): 79 kB | 5.7 kB | 32/268 kB
Progress (3): 79 kB | 5.7 kB | 36/268 kB
Progress (3): 79 kB | 5.7 kB | 40/268 kB
Progress (3): 79 kB | 5.7 kB | 45/268 kB
Progress (3): 79 kB | 5.7 kB | 49/268 kB
Progress (3): 79 kB | 5.7 kB | 53/268 kB
Progress (3): 79 kB | 5.7 kB | 57/268 kB
Progress (3): 79 kB | 5.7 kB | 61/268 kB
Progress (3): 79 kB | 5.7 kB | 65/268 kB
Progress (3): 79 kB | 5.7 kB | 69/268 kB
Progress (3): 79 kB | 5.7 kB | 73/268 kB
Progress (3): 79 kB | 5.7 kB | 77/268 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 703 kB/s)
Progress (2): 5.7 kB | 81/268 kB
Progress (2): 5.7 kB | 85/268 kB
Progress (2): 5.7 kB | 90/268 kB
Progress (2): 5.7 kB | 94/268 kB
Progress (2): 5.7 kB | 98/268 kB
Progress (2): 5.7 kB | 102/268 kB
Progress (2): 5.7 kB | 106/268 kB
Progress (2): 5.7 kB | 110/268 kB
Progress (2): 5.7 kB | 114/268 kB
Progress (2): 5.7 kB | 118/268 kB
Progress (2): 5.7 kB | 122/268 kB
Progress (2): 5.7 kB | 126/268 kB
Progress (2): 5.7 kB | 131/268 kB
Progress (2): 5.7 kB | 135/268 kB
Progress (2): 5.7 kB | 139/268 kB
Progress (2): 5.7 kB | 143/268 kB
Progress (2): 5.7 kB | 147/268 kB
Progress (2): 5.7 kB | 151/268 kB
Progress (2): 5.7 kB | 155/268 kB
Progress (2): 5.7 kB | 159/268 kB
Progress (2): 5.7 kB | 163/268 kB
Progress (2): 5.7 kB | 167/268 kB
Progress (2): 5.7 kB | 171/268 kB
Progress (2): 5.7 kB | 176/268 kB
Progress (2): 5.7 kB | 180/268 kB
Progress (2): 5.7 kB | 184/268 kB
Progress (2): 5.7 kB | 188/268 kB
Progress (2): 5.7 kB | 192/268 kB
Progress (2): 5.7 kB | 196/268 kB
Progress (2): 5.7 kB | 200/268 kB
Progress (2): 5.7 kB | 204/268 kB
Progress (2): 5.7 kB | 208/268 kB
Progress (2): 5.7 kB | 212/268 kB
Progress (2): 5.7 kB | 217/268 kB
Progress (2): 5.7 kB | 221/268 kB
Progress (2): 5.7 kB | 225/268 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.2/maven-monitor-2.0.2.jar (5.7 kB at 49 kB/s)
Progress (1): 229/268 kB
Progress (1): 233/268 kB
Progress (1): 237/268 kB
Progress (1): 241/268 kB
Progress (1): 245/268 kB
Progress (1): 249/268 kB
Progress (1): 253/268 kB
Progress (1): 258/268 kB
Progress (1): 262/268 kB
Progress (1): 266/268 kB
Progress (1): 268 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.jar (268 kB at 1.7 MB/s)
[INFO] 
[INFO] -------< org.eclipse.xsemantics:org.eclipse.xsemantics.runtime >--------
[INFO] Building org.eclipse.xsemantics.runtime 1.19.0-SNAPSHOT           [3/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.runtime ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.0/tycho-sourceref-jgit-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.0/tycho-sourceref-jgit-1.5.0.pom
Progress (1): 989 B
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.0/tycho-sourceref-jgit-1.5.0.pom (1.5 kB at 66 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom
Progress (1): 814 B
Progress (1): 1.9 kB
Progress (1): 3.2 kB
Progress (1): 5.8 kB
Progress (1): 9.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.pom (9.8 kB at 251 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom
Progress (1): 747 B
Progress (1): 1.8 kB
Progress (1): 3.0 kB
Progress (1): 5.9 kB
Progress (1): 7.6 kB
Progress (1): 9.8 kB
Progress (1): 13 kB 
Progress (1): 17 kB
Progress (1): 17 kB
Progress (1): 20 kB
Progress (1): 24 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 29 kB
Progress (1): 32 kB
Progress (1): 36 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.0.201909110433-r/org.eclipse.jgit-parent-5.5.0.201909110433-r.pom (36 kB at 1.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
Progress (1): 1.3 kB
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 124 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Progress (1): 848 B
Progress (1): 2.5 kB
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 483 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Progress (1): 1.3 kB
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 256 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Progress (1): 1.1 kB
Progress (1): 2.9 kB
Progress (1): 5.7 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 548 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Progress (1): 1.2 kB
Progress (1): 3.2 kB
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 371 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Progress (1): 1.4 kB
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 269 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Progress (1): 1.1 kB
Progress (1): 3.6 kB
Progress (1): 6.4 kB
Progress (1): 9.5 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 787 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom
Progress (1): 1.2 kB
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom (1.6 kB at 66 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom (1.1 kB at 52 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom
Progress (1): 1.0 kB
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom (1.5 kB at 56 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.0/tycho-sourceref-jgit-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.0/tycho-sourceref-jgit-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar
Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (2): 32/70 kB | 4.1/166 kB
Progress (2): 32/70 kB | 7.7/166 kB
Progress (2): 32/70 kB | 12/166 kB 
Progress (2): 32/70 kB | 16/166 kB
Progress (2): 36/70 kB | 16/166 kB
Progress (2): 40/70 kB | 16/166 kB
Progress (2): 45/70 kB | 16/166 kB
Progress (2): 45/70 kB | 20/166 kB
Progress (2): 49/70 kB | 20/166 kB
Progress (2): 49/70 kB | 24/166 kB
Progress (2): 49/70 kB | 28/166 kB
Progress (2): 49/70 kB | 32/166 kB
Progress (2): 53/70 kB | 32/166 kB
Progress (2): 57/70 kB | 32/166 kB
Progress (2): 57/70 kB | 36/166 kB
Progress (2): 61/70 kB | 36/166 kB
Progress (2): 61/70 kB | 40/166 kB
Progress (2): 65/70 kB | 40/166 kB
Progress (2): 65/70 kB | 45/166 kB
Progress (2): 65/70 kB | 49/166 kB
Progress (2): 69/70 kB | 49/166 kB
Progress (2): 70 kB | 49/166 kB   
Progress (2): 70 kB | 53/166 kB
Progress (2): 70 kB | 57/166 kB
Progress (2): 70 kB | 61/166 kB
Progress (2): 70 kB | 65/166 kB
Progress (2): 70 kB | 69/166 kB
Progress (2): 70 kB | 73/166 kB
Progress (2): 70 kB | 77/166 kB
Progress (2): 70 kB | 81/166 kB
Progress (2): 70 kB | 85/166 kB
Progress (2): 70 kB | 90/166 kB
Progress (2): 70 kB | 94/166 kB
Progress (2): 70 kB | 98/166 kB
Progress (2): 70 kB | 102/166 kB
Progress (2): 70 kB | 106/166 kB
Progress (2): 70 kB | 110/166 kB
Progress (2): 70 kB | 114/166 kB
Progress (2): 70 kB | 118/166 kB
Progress (2): 70 kB | 122/166 kB
Progress (2): 70 kB | 126/166 kB
Progress (2): 70 kB | 131/166 kB
Progress (2): 70 kB | 135/166 kB
Progress (2): 70 kB | 139/166 kB
Progress (2): 70 kB | 143/166 kB
Progress (2): 70 kB | 147/166 kB
Progress (2): 70 kB | 151/166 kB
Progress (2): 70 kB | 155/166 kB
Progress (2): 70 kB | 159/166 kB
Progress (2): 70 kB | 163/166 kB
Progress (2): 70 kB | 166 kB    
Progress (3): 70 kB | 166 kB | 4.1/283 kB
Progress (3): 70 kB | 166 kB | 7.7/283 kB
Progress (3): 70 kB | 166 kB | 12/283 kB 
Progress (3): 70 kB | 166 kB | 16/283 kB
Progress (3): 70 kB | 166 kB | 20/283 kB
Progress (3): 70 kB | 166 kB | 24/283 kB
Progress (3): 70 kB | 166 kB | 28/283 kB
Progress (3): 70 kB | 166 kB | 32/283 kB
Progress (3): 70 kB | 166 kB | 36/283 kB
Progress (3): 70 kB | 166 kB | 40/283 kB
Progress (3): 70 kB | 166 kB | 45/283 kB
Progress (3): 70 kB | 166 kB | 49/283 kB
Progress (3): 70 kB | 166 kB | 53/283 kB
Progress (3): 70 kB | 166 kB | 57/283 kB
Progress (3): 70 kB | 166 kB | 61/283 kB
Progress (3): 70 kB | 166 kB | 65/283 kB
Progress (3): 70 kB | 166 kB | 69/283 kB
Progress (3): 70 kB | 166 kB | 73/283 kB
Progress (3): 70 kB | 166 kB | 77/283 kB
Progress (3): 70 kB | 166 kB | 81/283 kB
Progress (3): 70 kB | 166 kB | 85/283 kB
Progress (3): 70 kB | 166 kB | 90/283 kB
Progress (3): 70 kB | 166 kB | 94/283 kB
Progress (3): 70 kB | 166 kB | 98/283 kB
Progress (4): 70 kB | 166 kB | 98/283 kB | 4.1/6.0 kB
Progress (4): 70 kB | 166 kB | 98/283 kB | 6.0 kB    
Progress (4): 70 kB | 166 kB | 102/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 106/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 110/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 114/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 118/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 122/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 126/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 131/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 135/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 139/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 143/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 147/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 151/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 155/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 159/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 163/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 167/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 171/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 176/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 180/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 184/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 188/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 192/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 196/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 200/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 204/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 208/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 212/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 217/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 221/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 225/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 229/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 233/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 237/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 241/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 245/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 249/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 253/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 258/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 262/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 266/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 270/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 274/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 278/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 282/283 kB | 6.0 kB
Progress (4): 70 kB | 166 kB | 283 kB | 6.0 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.5.0/tycho-sourceref-jgit-1.5.0.jar (6.0 kB at 157 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Progress (4): 70 kB | 166 kB | 283 kB | 4.1/26 kB
Progress (4): 70 kB | 166 kB | 283 kB | 7.7/26 kB
Progress (4): 70 kB | 166 kB | 283 kB | 12/26 kB 
Progress (4): 70 kB | 166 kB | 283 kB | 16/26 kB
Progress (4): 70 kB | 166 kB | 283 kB | 20/26 kB
Progress (4): 70 kB | 166 kB | 283 kB | 24/26 kB
Progress (4): 70 kB | 166 kB | 283 kB | 26 kB   
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 621 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0.1/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0.1/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0.1/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0.1/2.8 MB
Progress (4): 70 kB | 166 kB | 283 kB | 0.1/2.8 MB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 1.5 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 3.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
Progress (2): 283 kB | 0.1/2.8 MB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.1/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (2): 283 kB | 0.2/2.8 MB
Progress (3): 283 kB | 0.2/2.8 MB | 4.1/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 4.1/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 7.7/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 7.7/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 12/326 kB 
Progress (3): 283 kB | 0.2/2.8 MB | 12/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 16/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 16/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 20/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 20/326 kB
Progress (3): 283 kB | 0.2/2.8 MB | 24/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 24/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 28/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 28/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 32/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 32/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 32/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 36/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 36/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 40/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 40/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 45/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 45/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 49/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 49/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 49/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 49/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 53/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 53/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 57/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 61/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 65/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 65/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 65/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 65/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 65/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 69/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 73/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 77/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 81/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 81/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 81/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 81/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 81/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 85/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 90/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 94/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 98/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 98/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 98/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 98/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 98/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 102/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 106/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 110/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 114/326 kB
Progress (3): 283 kB | 0.3/2.8 MB | 114/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 114/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 114/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 118/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 118/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 122/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 126/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 131/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 131/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 131/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 131/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 135/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 135/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 139/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 143/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 147/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 147/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 147/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 147/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 151/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 151/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 155/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 159/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.4/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 163/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 167/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 167/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 171/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 176/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 180/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 180/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 180/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 180/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 184/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 184/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 188/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 192/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 196/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 196/326 kB
Progress (3): 283 kB | 0.5/2.8 MB | 196/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 196/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 196/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 200/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 204/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 208/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 212/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 212/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 212/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 212/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 212/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 217/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 221/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 225/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 225/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 229/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 229/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 229/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 229/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 233/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 237/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 241/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 241/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 241/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 245/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 245/326 kB
Progress (3): 283 kB | 0.6/2.8 MB | 245/326 kB
Progress (4): 283 kB | 0.6/2.8 MB | 245/326 kB | 4.1/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 245/326 kB | 7.7/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 249/326 kB | 7.7/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 249/326 kB | 12/866 kB 
Progress (4): 283 kB | 0.6/2.8 MB | 249/326 kB | 12/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 249/326 kB | 16/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 253/326 kB | 16/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 253/326 kB | 16/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 258/326 kB | 16/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 16/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 20/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 24/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 28/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 32/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 36/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 40/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 45/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 49/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 53/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 57/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 61/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 65/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 69/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 73/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 77/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 81/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 85/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 90/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 94/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 98/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 102/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 106/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 110/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 114/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 118/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 122/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 126/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 131/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 135/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 139/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 143/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 143/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 262/326 kB | 147/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 266/326 kB | 147/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 270/326 kB | 147/866 kB
Progress (4): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 274/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 147/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 151/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 155/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 155/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 155/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 278/326 kB | 155/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 282/326 kB | 155/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 282/326 kB | 155/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 282/326 kB | 155/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 282/326 kB | 159/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 282/326 kB | 163/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.6/2.8 MB | 282/326 kB | 163/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 282/326 kB | 163/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 286/326 kB | 163/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 286/326 kB | 163/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 286/326 kB | 163/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 286/326 kB | 167/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 290/326 kB | 167/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 290/326 kB | 171/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 290/326 kB | 171/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 290/326 kB | 176/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 290/326 kB | 176/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 294/326 kB | 176/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 294/326 kB | 176/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 294/326 kB | 180/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 294/326 kB | 180/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 298/326 kB | 180/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 298/326 kB | 180/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 303/326 kB | 180/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 303/326 kB | 184/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 303/326 kB | 184/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 303/326 kB | 188/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 303/326 kB | 188/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 307/326 kB | 188/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 307/326 kB | 188/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 307/326 kB | 188/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 307/326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 307/326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 307/326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 311/326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 315/326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 319/326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 323/326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 192/866 kB | 0.1/4.5 MB    
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 192/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 196/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 196/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 196/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 196/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 196/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 200/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 200/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 204/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 204/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 208/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 208/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 212/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 212/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 212/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 212/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 217/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 217/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 217/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 221/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 221/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 221/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 221/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 225/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 225/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 225/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 229/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 229/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 229/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 229/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 233/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 233/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 237/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 237/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 241/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 241/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 245/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 245/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 245/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 245/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 249/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 249/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 253/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 253/866 kB | 0.1/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 253/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 258/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.7/2.8 MB | 326 kB | 258/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 258/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 258/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 262/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 262/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 262/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 262/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 262/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 266/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 266/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 266/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 266/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.2/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 270/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 274/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 278/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 278/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 278/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 278/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 278/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 282/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 282/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 286/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 286/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 290/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 290/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 294/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 294/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 294/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 294/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 294/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 298/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 298/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 303/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 303/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 307/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 307/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 311/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 311/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 311/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 311/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 311/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 315/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 315/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 315/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 319/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 319/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 323/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 323/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 323/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 323/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 327/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 327/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 327/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 327/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 331/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 335/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 335/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 335/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 335/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 339/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 339/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 339/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 339/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 344/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.8/2.8 MB | 326 kB | 344/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 344/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 344/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 344/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 348/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 348/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 348/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 352/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 352/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 352/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 352/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 356/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 356/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 356/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 360/866 kB | 0.3/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 360/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 360/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 360/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 360/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 364/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 364/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 368/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 368/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 372/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 372/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 376/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 376/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 376/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 376/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 376/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 380/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 380/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 384/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 384/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 389/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 389/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 393/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 393/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 393/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 393/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 397/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 397/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 397/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 401/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 401/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 401/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 401/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 405/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 405/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 409/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 409/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 409/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 409/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 413/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 413/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 413/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 417/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 417/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 421/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 421/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 425/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 425/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 425/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 425/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 430/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 430/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 434/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 434/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 434/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 434/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 438/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 438/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 442/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 442/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 442/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 442/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 446/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 446/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 0.9/2.8 MB | 326 kB | 450/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 450/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 450/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 450/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 454/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 454/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 458/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 458/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 458/866 kB | 0.4/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 458/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 462/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 462/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 466/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 466/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 466/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 466/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 471/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 471/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 475/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 475/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 475/866 kB | 0.5/4.5 MB
Progress (5): 283 kB | 1.0/2.8 MB | 326 kB | 475/866 kB | 0.5/4.5 MB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar (326 kB at 2.5 MB/s)
Progress (4): 283 kB | 1.0/2.8 MB | 475/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 475/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 479/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 479/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 479/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 483/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 483/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 487/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 487/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 487/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 491/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 491/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 491/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 491/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 491/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 491/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 495/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 495/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 499/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 499/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 503/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 503/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 507/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 507/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 507/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 507/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 507/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 511/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 511/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 516/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 516/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 520/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 520/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 520/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 524/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 524/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 524/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 524/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 524/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 528/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 528/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 532/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 532/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 532/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 532/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 536/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 536/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 536/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 536/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.0/2.8 MB | 540/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 540/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 540/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 544/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 544/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 544/866 kB | 0.5/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 544/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 548/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 548/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 548/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 552/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 552/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 557/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 557/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 557/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 557/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 561/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 561/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 561/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 565/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 565/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 569/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 569/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 569/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 569/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 573/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 573/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 573/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 573/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 577/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 581/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 585/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 589/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 589/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 589/866 kB | 0.6/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 589/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 589/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 589/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 593/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 593/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 597/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 597/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 597/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 597/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 602/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 602/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 606/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 606/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 606/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 606/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 610/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 610/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 610/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 610/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 614/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 618/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 622/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 622/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 622/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 622/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 622/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 622/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 626/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 626/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 630/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 630/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 630/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 634/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 634/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 638/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 638/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 638/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 638/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 638/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 643/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 643/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 647/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.1/2.8 MB | 647/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 647/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 651/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 651/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 655/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 655/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 655/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 655/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 655/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 655/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 659/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 659/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 663/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 663/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 667/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 667/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 671/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 671/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 671/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 671/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 671/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 671/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 675/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 675/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 679/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 679/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 683/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 683/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 688/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 688/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 688/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 688/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 688/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 688/866 kB | 0.7/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 688/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 692/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 696/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 696/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 696/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 700/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 700/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 700/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 700/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 704/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 704/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 704/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 704/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 704/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 708/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 708/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 712/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 712/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 712/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 716/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 716/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 716/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 716/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 720/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 720/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 720/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 720/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 720/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 724/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 724/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 729/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 729/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 733/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 733/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 733/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 733/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 737/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 737/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 737/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 737/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 737/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 741/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 745/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 745/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 749/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 749/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 749/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.2/2.8 MB | 753/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 753/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 753/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 753/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 753/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 753/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 757/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 761/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 761/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 765/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 765/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 770/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 770/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 770/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 770/866 kB | 0.8/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 770/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 774/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 774/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 778/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 778/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 782/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 782/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 786/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 786/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 786/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 786/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 790/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 790/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 794/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 794/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 798/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 798/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 798/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 798/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 802/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 802/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 802/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 802/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 806/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 810/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 810/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 815/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 815/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 815/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 815/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 819/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 819/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 819/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 819/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 819/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 823/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 823/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 827/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 827/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 831/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 831/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 835/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 835/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 835/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 835/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 835/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 839/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 839/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 839/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 839/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 843/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 843/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 847/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 847/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 851/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 851/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 851/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 851/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 851/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 851/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 856/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 856/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 856/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 856/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 860/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 864/866 kB | 0.9/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 866 kB | 0.9/4.5 MB    
Progress (4): 283 kB | 1.3/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.3/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.0/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.4/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
Progress (4): 283 kB | 1.5/2.8 MB | 866 kB | 1.1/4.5 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar (866 kB at 4.0 MB/s)
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.1/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.5/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.6/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.7/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.8/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 1.9/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.0/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
Progress (3): 283 kB | 2.1/2.8 MB | 1.2/4.5 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 920 kB/s)
Progress (2): 2.1/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.2/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.2/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.3/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.3/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.4/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.4/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.5/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.5/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.6/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.7/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.8/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 1.9/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.6/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.0/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.7/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8/2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB    
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.1/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.2/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.3/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.4/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
Progress (2): 2.8 MB | 2.5/4.5 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.0.201909110433-r/org.eclipse.jgit-5.5.0.201909110433-r.jar (2.8 MB at 4.7 MB/s)
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.5/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.6/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.7/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.8/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 2.9/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.0/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.1/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.2/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.3/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.4/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.5/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.6/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.7/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.8/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 3.9/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.0/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.1/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.2/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.3/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.4/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5/4.5 MB
Progress (1): 4.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar (4.5 MB at 5.3 MB/s)
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.runtime ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom
Progress (1): 1.1 kB
Progress (1): 3.0 kB
Progress (1): 5.1 kB
Progress (1): 6.4 kB
Progress (1): 8.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom (8.4 kB at 444 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom
Progress (1): 979 B
Progress (1): 2.7 kB
Progress (1): 5.9 kB
Progress (1): 7.4 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom (10 kB at 550 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Progress (1): 980 B
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 151 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Progress (1): 982 B
Progress (1): 2.7 kB
Progress (1): 5.3 kB
Progress (1): 7.3 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 566 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Progress (1): 1.0 kB
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 91 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Progress (1): 1.0 kB
Progress (1): 3.7 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 429 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Progress (1): 848 B
Progress (1): 2.5 kB
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 536 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Progress (1): 1.1 kB
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 103 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Progress (1): 840 B
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 34 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Progress (1): 759 B
Progress (1): 2.4 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 182 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Progress (1): 857 B
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 251 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Progress (1): 797 B
Progress (1): 2.0 kB
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 41 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Progress (1): 771 B
Progress (1): 1.9 kB
Progress (1): 3.7 kB
Progress (1): 7.6 kB
Progress (1): 8.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 782 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/org.eclipse.xtend.core/2.20.0/org.eclipse.xtend.core-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.20.0/org.eclipse.xtend.core-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.9 kB
Progress (1): 7.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.20.0/org.eclipse.xtend.core-2.20.0.pom (7.5 kB at 132 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.8 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.pom (5.5 kB at 172 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.8 kB
Progress (1): 6.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.pom (6.6 kB at 179 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.9 kB
Progress (1): 9.0 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.pom (10 kB at 403 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.9 kB
Progress (1): 7.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.pom (7.7 kB at 165 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.pom
Progress (1): 1.2 kB
Progress (1): 5.0 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.pom (5.3 kB at 181 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.pom
Progress (1): 1.2 kB
Progress (1): 4.9 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.pom (5.0 kB at 119 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.8 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.pom (5.1 kB at 130 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom
Progress (1): 747 B
Progress (1): 1.9 kB
Progress (1): 4.2 kB
Progress (1): 7.6 kB
Progress (1): 11 kB 
Progress (1): 14 kB
Progress (1): 16 kB
Progress (1): 19 kB
Progress (1): 21 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.6 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom (1.1 kB at 28 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom (1.1 kB at 39 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/3.0/guice-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.pom
Progress (1): 1.4 kB
Progress (1): 3.7 kB
Progress (1): 6.4 kB
Progress (1): 7.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.pom (7.3 kB at 235 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
Progress (1): 791 B
Progress (1): 2.8 kB
Progress (1): 4.5 kB
Progress (1): 7.6 kB
Progress (1): 10 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom (13 kB at 463 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
Progress (1): 1.2 kB
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 102 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
Progress (1): 612 B
                   
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 68 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Progress (1): 363 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 36 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom
Progress (1): 906 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 44 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom (1.1 kB at 36 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom
Progress (1): 979 B
Progress (1): 2.9 kB
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom (4.0 kB at 176 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-master/3.2/antlr-master-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.2/antlr-master-3.2.pom
Progress (1): 881 B
Progress (1): 2.8 kB
Progress (1): 4.6 kB
Progress (1): 6.9 kB
Progress (1): 8.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.2/antlr-master-3.2.pom (8.6 kB at 306 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.pom
Progress (1): 1.1 kB
Progress (1): 3.4 kB
Progress (1): 6.7 kB
Progress (1): 9.6 kB
Progress (1): 13 kB 
Progress (1): 17 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.pom (23 kB at 822 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom
Progress (1): 881 B
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom (3.0 kB at 67 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom
Progress (1): 901 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 50 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom
Progress (1): 854 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 63 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
Progress (1): 877 B
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom (2.2 kB at 57 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom
Progress (1): 870 B
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom (2.3 kB at 58 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom
Progress (1): 869 B
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom (2.1 kB at 38 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom
Progress (1): 891 B
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom (2.7 kB at 102 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom
Progress (1): 863 B
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom (2.5 kB at 55 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom
Progress (1): 900 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom (2.0 kB at 63 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom
Progress (1): 884 B
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom (2.3 kB at 72 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom
Progress (1): 895 B
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom (2.4 kB at 102 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom
Progress (1): 910 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom (1.9 kB at 39 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.700/org.eclipse.jdt.compiler.apt-1.3.700.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.700/org.eclipse.jdt.compiler.apt-1.3.700.pom
Progress (1): 904 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.700/org.eclipse.jdt.compiler.apt-1.3.700.pom (1.9 kB at 63 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.600/org.eclipse.jdt.compiler.tool-1.2.600.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.600/org.eclipse.jdt.compiler.tool-1.2.600.pom
Progress (1): 908 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.600/org.eclipse.jdt.compiler.tool-1.2.600.pom (1.9 kB at 62 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.smap/2.20.0/org.eclipse.xtext.smap-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.20.0/org.eclipse.xtext.smap-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.8 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.20.0/org.eclipse.xtext.smap-2.20.0.pom (5.5 kB at 166 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom (1.1 kB at 22 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/org.eclipse.xtend.core/2.20.0/org.eclipse.xtend.core-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.700/org.eclipse.jdt.compiler.apt-1.3.700.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.600/org.eclipse.jdt.compiler.tool-1.2.600.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.smap/2.20.0/org.eclipse.xtext.smap-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/3.0/guice-3.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 2.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Progress (1): 2.2 kB
Progress (2): 2.2 kB | 4.1/193 kB
Progress (2): 2.2 kB | 7.7/193 kB
Progress (2): 2.2 kB | 12/193 kB 
Progress (2): 2.2 kB | 16/193 kB
Progress (2): 2.2 kB | 20/193 kB
Progress (2): 2.2 kB | 24/193 kB
Progress (2): 2.2 kB | 28/193 kB
Progress (2): 2.2 kB | 32/193 kB
Progress (3): 2.2 kB | 32/193 kB | 4.1/4.6 kB
Progress (3): 2.2 kB | 32/193 kB | 4.6 kB    
Progress (4): 2.2 kB | 32/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 32/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 32/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 36/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 36/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 40/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 45/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 49/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 49/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 49/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 49/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 53/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 53/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 57/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 61/193 kB | 4.6 kB | 0/2.7 MB
Progress (4): 2.2 kB | 65/193 kB | 4.6 kB | 0/2.7 MB
Progress (5): 2.2 kB | 65/193 kB | 4.6 kB | 0/2.7 MB | 4.1/14 kB
Progress (5): 2.2 kB | 69/193 kB | 4.6 kB | 0/2.7 MB | 4.1/14 kB
Progress (5): 2.2 kB | 69/193 kB | 4.6 kB | 0/2.7 MB | 4.1/14 kB
Progress (5): 2.2 kB | 69/193 kB | 4.6 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 2.2 kB | 69/193 kB | 4.6 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 2.2 kB | 73/193 kB | 4.6 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 2.2 kB | 73/193 kB | 4.6 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 2.2 kB | 73/193 kB | 4.6 kB | 0/2.7 MB | 12/14 kB 
Progress (5): 2.2 kB | 73/193 kB | 4.6 kB | 0/2.7 MB | 12/14 kB
Progress (5): 2.2 kB | 77/193 kB | 4.6 kB | 0/2.7 MB | 12/14 kB
Progress (5): 2.2 kB | 77/193 kB | 4.6 kB | 0/2.7 MB | 14 kB   
Progress (5): 2.2 kB | 81/193 kB | 4.6 kB | 0/2.7 MB | 14 kB
Progress (5): 2.2 kB | 81/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 81/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 81/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 85/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 85/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 90/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 94/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 98/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 98/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 98/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 98/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 102/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (5): 2.2 kB | 102/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 79 kB/s)
Progress (4): 106/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 106/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Progress (4): 106/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 110/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 110/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 114/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 114/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 118/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 122/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 122/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 126/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 126/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 131/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 131/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 131/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 135/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 139/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 139/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 143/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 143/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 147/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 147/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 147/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 151/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 155/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 159/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 163/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 163/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 163/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 163/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 167/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 167/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 171/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 176/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 180/193 kB | 4.6 kB | 0.1/2.7 MB | 14 kB
Progress (4): 180/193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 184/193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 184/193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 188/193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 188/193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 192/193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 192/193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB    
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.2/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
Progress (4): 193 kB | 4.6 kB | 0.3/2.7 MB | 14 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 110 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
Progress (3): 193 kB | 0.3/2.7 MB | 14 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 311 kB/s)
Progress (2): 193 kB | 0.4/2.7 MB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.20.0/org.eclipse.xtend.core-2.20.0.jar
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.4/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.5/2.7 MB
Progress (2): 193 kB | 0.6/2.7 MB
Progress (2): 193 kB | 0.6/2.7 MB
Progress (2): 193 kB | 0.6/2.7 MB
Progress (2): 193 kB | 0.6/2.7 MB
Progress (3): 193 kB | 0.6/2.7 MB | 4.1/8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 4.1/8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 7.7/8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 7.7/8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 8.8 kB    
Progress (3): 193 kB | 0.6/2.7 MB | 8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 8.8 kB
Progress (3): 193 kB | 0.6/2.7 MB | 8.8 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 160 kB/s)
Progress (2): 193 kB | 0.6/2.7 MB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.6/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.7/2.7 MB | 3.4 kB
Progress (3): 193 kB | 0.7/2.7 MB | 3.4 kB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.7/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.8/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.9/2.7 MB | 3.4 kB | 0.1/1.5 MB
Progress (4): 193 kB | 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (4): 193 kB | 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (4): 193 kB | 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (4): 193 kB | 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (4): 193 kB | 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (4): 193 kB | 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 2.8 MB/s)
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.jar
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
Progress (3): 0.9/2.7 MB | 3.4 kB | 0.2/1.5 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 49 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.jar
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.2/1.5 MB
Progress (2): 0.9/2.7 MB | 0.3/1.5 MB
Progress (2): 0.9/2.7 MB | 0.3/1.5 MB
Progress (2): 0.9/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.0/2.7 MB | 0.3/1.5 MB
Progress (2): 1.1/2.7 MB | 0.3/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (2): 1.1/2.7 MB | 0.4/1.5 MB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 4.1/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 4.1/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 4.1/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 4.1/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 7.7/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 7.7/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 7.7/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 12/123 kB 
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 12/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 16/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 16/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 16/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 16/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 16/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 20/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 20/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 24/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 24/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 28/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 28/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 32/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 32/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 32/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 32/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 32/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 32/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 36/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 36/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 40/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 40/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 45/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 45/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 49/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 49/123 kB
Progress (3): 1.1/2.7 MB | 0.4/1.5 MB | 49/123 kB
Progress (3): 1.1/2.7 MB | 0.5/1.5 MB | 49/123 kB
Progress (3): 1.1/2.7 MB | 0.5/1.5 MB | 49/123 kB
Progress (3): 1.1/2.7 MB | 0.5/1.5 MB | 49/123 kB
Progress (3): 1.1/2.7 MB | 0.5/1.5 MB | 49/123 kB
Progress (3): 1.1/2.7 MB | 0.5/1.5 MB | 53/123 kB
Progress (3): 1.1/2.7 MB | 0.5/1.5 MB | 57/123 kB
Progress (3): 1.1/2.7 MB | 0.5/1.5 MB | 61/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 61/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 65/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 65/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 65/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 65/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 65/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 65/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 69/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 69/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 73/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 73/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 77/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 81/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 81/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 81/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 81/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 81/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 85/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 85/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 90/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 90/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 94/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 94/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 98/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 98/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 98/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 98/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 98/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 102/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 102/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 102/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 102/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 106/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 106/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 110/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 110/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 110/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 114/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 114/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 114/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 114/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 118/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 118/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 122/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 122/123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB    
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.5/1.5 MB | 123 kB
Progress (3): 1.2/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (3): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 4.1/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 7.7/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 12/74 kB 
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 16/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 20/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 24/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 28/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 32/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 32/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 32/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 32/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 36/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 36/74 kB
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 4.1/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 40/74 kB | 7.7/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 45/74 kB | 7.7/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 45/74 kB | 12/107 kB 
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 45/74 kB | 12/107 kB
Progress (5): 1.3/2.7 MB | 0.6/1.5 MB | 123 kB | 45/74 kB | 12/107 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar (123 kB at 824 kB/s)
Progress (4): 1.3/2.7 MB | 0.6/1.5 MB | 45/74 kB | 12/107 kB
Progress (4): 1.3/2.7 MB | 0.7/1.5 MB | 45/74 kB | 12/107 kB
Progress (4): 1.3/2.7 MB | 0.7/1.5 MB | 45/74 kB | 16/107 kB
Progress (4): 1.3/2.7 MB | 0.7/1.5 MB | 49/74 kB | 16/107 kB
Progress (4): 1.3/2.7 MB | 0.7/1.5 MB | 49/74 kB | 16/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 49/74 kB | 16/107 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.jar
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 53/74 kB | 16/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 53/74 kB | 16/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 53/74 kB | 20/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 53/74 kB | 20/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 53/74 kB | 24/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 53/74 kB | 24/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 57/74 kB | 24/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 57/74 kB | 24/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 57/74 kB | 28/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 57/74 kB | 28/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 57/74 kB | 32/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 57/74 kB | 32/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 61/74 kB | 32/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 65/74 kB | 32/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 65/74 kB | 32/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 65/74 kB | 36/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 65/74 kB | 36/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 65/74 kB | 36/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 65/74 kB | 36/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 69/74 kB | 36/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 69/74 kB | 40/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 73/74 kB | 40/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 73/74 kB | 40/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 73/74 kB | 40/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 73/74 kB | 40/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 40/107 kB   
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 45/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 45/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 49/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 49/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 49/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 53/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 53/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 57/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 57/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 61/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 61/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 65/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 65/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 65/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 65/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 69/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 73/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 77/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 81/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 81/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 81/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 81/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 81/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 81/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 81/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 85/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 85/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 85/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 90/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 94/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 98/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 98/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 98/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 98/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 102/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 102/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 102/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 102/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 106/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 106/107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB    
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.7/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.4/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
Progress (4): 1.5/2.7 MB | 0.8/1.5 MB | 74 kB | 107 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.jar (74 kB at 456 kB/s)
Progress (3): 1.5/2.7 MB | 0.8/1.5 MB | 107 kB
Progress (3): 1.5/2.7 MB | 0.8/1.5 MB | 107 kB
Progress (3): 1.5/2.7 MB | 0.8/1.5 MB | 107 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.jar
Progress (3): 1.6/2.7 MB | 0.8/1.5 MB | 107 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 107 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 107 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.jar (107 kB at 658 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.jar
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 4.1/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 4.1/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 4.1/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 4.1/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 7.7/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 7.7/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 7.7/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 7.7/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 12/197 kB 
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 12/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 16/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 16/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 16/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 16/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 16/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 20/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 20/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 24/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 24/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 28/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 28/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 32/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 32/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 32/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 32/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 32/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 32/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 36/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 36/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 40/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 45/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 49/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 53/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 53/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 57/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 61/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 61/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 65/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 65/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 65/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 65/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 65/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 69/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 69/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 73/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 73/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 73/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 77/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 77/197 kB
Progress (3): 1.6/2.7 MB | 0.9/1.5 MB | 77/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 77/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 81/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 81/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 81/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 81/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 81/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 85/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 85/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 90/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 90/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 94/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 94/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 98/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 98/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 98/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 98/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 102/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 102/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 106/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 106/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 110/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 110/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 114/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 114/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 114/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 114/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 114/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 118/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 122/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 126/197 kB
Progress (3): 1.7/2.7 MB | 0.9/1.5 MB | 126/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 126/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 126/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 131/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 131/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 131/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 131/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 131/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 135/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 135/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 139/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 139/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 143/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 143/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 147/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 147/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 147/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 147/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 147/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 151/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 151/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 151/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 155/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 155/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 155/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 155/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 159/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 159/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 163/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 163/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 163/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 163/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 167/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 167/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 171/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 171/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 176/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 176/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 180/197 kB
Progress (3): 1.7/2.7 MB | 1.0/1.5 MB | 180/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 180/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 184/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 188/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 188/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 188/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 192/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 192/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 192/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 192/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 196/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 196/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 196/197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB    
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.0/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (3): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 4.1/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 4.1/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 7.7/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 7.7/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 12/134 kB 
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 12/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 16/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 16/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 16/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 16/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 16/134 kB
Progress (4): 1.8/2.7 MB | 1.1/1.5 MB | 197 kB | 20/134 kB
Progress (4): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 20/134 kB
Progress (4): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 24/134 kB
Progress (4): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 28/134 kB
Progress (4): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 28/134 kB
Progress (4): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 28/134 kB
Progress (4): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 32/134 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 32/134 kB | 4.1/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 32/134 kB | 4.1/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 32/134 kB | 4.1/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 32/134 kB | 4.1/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 32/134 kB | 7.7/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 32/134 kB | 7.7/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 36/134 kB | 7.7/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 36/134 kB | 7.7/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 40/134 kB | 7.7/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 40/134 kB | 12/101 kB 
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 45/134 kB | 12/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 49/134 kB | 12/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 49/134 kB | 12/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 49/134 kB | 12/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 49/134 kB | 16/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 49/134 kB | 16/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 53/134 kB | 16/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 53/134 kB | 16/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 53/134 kB | 16/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 53/134 kB | 20/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 53/134 kB | 20/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 57/134 kB | 20/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 57/134 kB | 20/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 57/134 kB | 24/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 57/134 kB | 24/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 57/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 57/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 28/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 61/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 65/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 65/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 65/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 65/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 69/134 kB | 32/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 69/134 kB | 36/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 73/134 kB | 36/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 73/134 kB | 36/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 73/134 kB | 36/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 77/134 kB | 36/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 77/134 kB | 40/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 40/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 40/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 45/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 45/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 45/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 49/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 49/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 81/134 kB | 49/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 85/134 kB | 49/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 85/134 kB | 49/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 90/134 kB | 49/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 90/134 kB | 49/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 90/134 kB | 53/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 94/134 kB | 53/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 94/134 kB | 53/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 98/134 kB | 53/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 98/134 kB | 57/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 98/134 kB | 61/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 98/134 kB | 65/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 102/134 kB | 65/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 102/134 kB | 65/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 106/134 kB | 65/101 kB
Progress (5): 1.9/2.7 MB | 1.1/1.5 MB | 197 kB | 106/134 kB | 69/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 106/134 kB | 69/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 106/134 kB | 73/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 110/134 kB | 73/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 110/134 kB | 73/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 114/134 kB | 73/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 114/134 kB | 77/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 114/134 kB | 77/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 114/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 114/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 118/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 118/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 122/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 122/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 126/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 126/134 kB | 81/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 126/134 kB | 85/101 kB
Progress (5): 1.9/2.7 MB | 1.2/1.5 MB | 197 kB | 131/134 kB | 85/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 131/134 kB | 85/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 131/134 kB | 90/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 131/134 kB | 90/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 90/101 kB    
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 90/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 90/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 94/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 94/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 94/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 94/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 94/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 98/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 98/101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 101 kB   
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 101 kB
Progress (5): 2.0/2.7 MB | 1.2/1.5 MB | 197 kB | 134 kB | 101 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.jar (134 kB at 543 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.jar (197 kB at 799 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.jar
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.jar
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.2/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.0/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.3/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.1/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.4/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5/1.5 MB | 101 kB
Progress (3): 2.2/2.7 MB | 1.5 MB | 101 kB    
Progress (3): 2.2/2.7 MB | 1.5 MB | 101 kB
Progress (4): 2.2/2.7 MB | 1.5 MB | 101 kB | 4.1/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 4.1/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 7.7/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 7.7/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 12/89 kB 
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 12/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 16/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 16/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 20/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 20/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 24/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 24/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 28/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 28/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 32/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 32/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 36/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 36/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 40/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 40/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 45/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 45/89 kB
Progress (4): 2.3/2.7 MB | 1.5 MB | 101 kB | 49/89 kB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 49/89 kB | 0/7.0 MB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 49/89 kB | 0/7.0 MB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 53/89 kB | 0/7.0 MB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 53/89 kB | 0/7.0 MB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 57/89 kB | 0/7.0 MB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 57/89 kB | 0/7.0 MB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 61/89 kB | 0/7.0 MB
Progress (5): 2.3/2.7 MB | 1.5 MB | 101 kB | 61/89 kB | 0/7.0 MB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.jar (101 kB at 383 kB/s)
Progress (4): 2.3/2.7 MB | 1.5 MB | 65/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 65/89 kB | 0/7.0 MB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.jar
Progress (4): 2.3/2.7 MB | 1.5 MB | 65/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 69/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 69/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 73/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 73/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 77/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 77/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 81/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 81/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 81/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 85/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 85/89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB   
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.3/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.1/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.4/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 89 kB | 0.2/7.0 MB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.jar (89 kB at 325 kB/s)
Progress (3): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.jar
Progress (3): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB
Progress (3): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB
Progress (3): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 4.1/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 4.1/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 7.7/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 7.7/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 7.7/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 7.7/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 12/894 kB 
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 12/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 12/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 12/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 16/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 16/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 16/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 16/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 16/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 20/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 20/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 20/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 24/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 24/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 24/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 28/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 28/894 kB
Progress (4): 2.5/2.7 MB | 1.5 MB | 0.2/7.0 MB | 28/894 kB
Progress (4): 2.6/2.7 MB | 1.5 MB | 0.2/7.0 MB | 28/894 kB
Progress (4): 2.6/2.7 MB | 1.5 MB | 0.2/7.0 MB | 32/894 kB
Progress (4): 2.6/2.7 MB | 1.5 MB | 0.2/7.0 MB | 32/894 kB
Progress (4): 2.6/2.7 MB | 1.5 MB | 0.2/7.0 MB | 32/894 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.20.0/org.eclipse.xtend.core-2.20.0.jar (1.5 MB at 5.3 MB/s)
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 32/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 36/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 36/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 36/894 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.jar
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 36/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 36/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 40/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 40/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 40/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 45/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 45/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.2/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.6/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.3/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 49/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 53/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 53/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 57/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 57/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 61/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 65/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 65/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 65/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 65/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 65/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 69/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 69/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 73/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 73/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 77/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 77/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 81/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 81/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 81/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 81/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 85/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 85/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 85/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 85/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 90/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 90/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 90/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 94/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 94/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 98/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 98/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 98/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 98/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 98/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 102/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 102/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 106/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 106/894 kB
Progress (3): 2.7/2.7 MB | 0.4/7.0 MB | 110/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 110/894 kB    
Progress (3): 2.7 MB | 0.4/7.0 MB | 114/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 114/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 114/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 114/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 114/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 118/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 122/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 126/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 131/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 135/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 139/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 143/894 kB
Progress (3): 2.7 MB | 0.4/7.0 MB | 147/894 kB
Progress (4): 2.7 MB | 0.4/7.0 MB | 147/894 kB | 4.1/67 kB
Progress (4): 2.7 MB | 0.4/7.0 MB | 147/894 kB | 7.7/67 kB
Progress (4): 2.7 MB | 0.4/7.0 MB | 147/894 kB | 12/67 kB 
Progress (4): 2.7 MB | 0.4/7.0 MB | 147/894 kB | 16/67 kB
Progress (4): 2.7 MB | 0.4/7.0 MB | 151/894 kB | 16/67 kB
Progress (4): 2.7 MB | 0.4/7.0 MB | 151/894 kB | 16/67 kB
Progress (4): 2.7 MB | 0.4/7.0 MB | 155/894 kB | 16/67 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar (2.7 MB at 7.9 MB/s)
Progress (3): 0.5/7.0 MB | 155/894 kB | 16/67 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.jar
Progress (3): 0.5/7.0 MB | 155/894 kB | 20/67 kB
Progress (3): 0.5/7.0 MB | 159/894 kB | 20/67 kB
Progress (3): 0.5/7.0 MB | 159/894 kB | 24/67 kB
Progress (3): 0.5/7.0 MB | 159/894 kB | 24/67 kB
Progress (3): 0.5/7.0 MB | 159/894 kB | 28/67 kB
Progress (3): 0.5/7.0 MB | 163/894 kB | 28/67 kB
Progress (3): 0.5/7.0 MB | 163/894 kB | 32/67 kB
Progress (3): 0.5/7.0 MB | 163/894 kB | 32/67 kB
Progress (3): 0.5/7.0 MB | 167/894 kB | 32/67 kB
Progress (3): 0.5/7.0 MB | 171/894 kB | 32/67 kB
Progress (3): 0.5/7.0 MB | 176/894 kB | 32/67 kB
Progress (3): 0.5/7.0 MB | 176/894 kB | 32/67 kB
Progress (3): 0.5/7.0 MB | 176/894 kB | 36/67 kB
Progress (3): 0.5/7.0 MB | 176/894 kB | 36/67 kB
Progress (3): 0.5/7.0 MB | 180/894 kB | 36/67 kB
Progress (3): 0.5/7.0 MB | 180/894 kB | 36/67 kB
Progress (3): 0.5/7.0 MB | 180/894 kB | 40/67 kB
Progress (3): 0.5/7.0 MB | 180/894 kB | 40/67 kB
Progress (3): 0.5/7.0 MB | 180/894 kB | 45/67 kB
Progress (3): 0.5/7.0 MB | 180/894 kB | 49/67 kB
Progress (3): 0.5/7.0 MB | 184/894 kB | 49/67 kB
Progress (3): 0.5/7.0 MB | 188/894 kB | 49/67 kB
Progress (3): 0.5/7.0 MB | 188/894 kB | 49/67 kB
Progress (3): 0.5/7.0 MB | 192/894 kB | 49/67 kB
Progress (3): 0.5/7.0 MB | 192/894 kB | 53/67 kB
Progress (3): 0.5/7.0 MB | 192/894 kB | 53/67 kB
Progress (3): 0.5/7.0 MB | 192/894 kB | 57/67 kB
Progress (3): 0.5/7.0 MB | 196/894 kB | 57/67 kB
Progress (3): 0.5/7.0 MB | 196/894 kB | 61/67 kB
Progress (3): 0.5/7.0 MB | 196/894 kB | 61/67 kB
Progress (3): 0.5/7.0 MB | 196/894 kB | 65/67 kB
Progress (3): 0.5/7.0 MB | 196/894 kB | 65/67 kB
Progress (3): 0.5/7.0 MB | 196/894 kB | 67 kB   
Progress (3): 0.5/7.0 MB | 200/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 204/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 204/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 208/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 208/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 212/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 212/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 212/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 217/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 217/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 221/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 221/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 225/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 225/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 229/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 229/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 233/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 233/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 237/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 237/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 241/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 241/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 245/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 245/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 249/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 249/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 253/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 253/894 kB | 67 kB
Progress (3): 0.5/7.0 MB | 258/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 258/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 262/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 262/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 266/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 266/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 270/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 270/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 274/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 274/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 278/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 278/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 282/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 282/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 286/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 286/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 290/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 290/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 294/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 294/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 298/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 298/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 303/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 303/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 307/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 307/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 311/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 311/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 315/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 315/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 319/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 319/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 323/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 323/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 327/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 327/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 331/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 331/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 335/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 335/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 339/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 339/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 344/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 344/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 348/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 348/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 352/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 352/894 kB | 67 kB
Progress (3): 0.6/7.0 MB | 356/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 356/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 360/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 360/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 364/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 364/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 368/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 368/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 372/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 372/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 376/894 kB | 67 kB
Progress (3): 0.7/7.0 MB | 376/894 kB | 67 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.jar (67 kB at 187 kB/s)
Progress (2): 0.7/7.0 MB | 380/894 kB
Progress (2): 0.7/7.0 MB | 380/894 kB
Progress (2): 0.7/7.0 MB | 384/894 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.jar
Progress (2): 0.7/7.0 MB | 389/894 kB
Progress (2): 0.7/7.0 MB | 389/894 kB
Progress (3): 0.7/7.0 MB | 389/894 kB | 4.1/296 kB
Progress (3): 0.7/7.0 MB | 393/894 kB | 4.1/296 kB
Progress (3): 0.7/7.0 MB | 393/894 kB | 7.7/296 kB
Progress (3): 0.7/7.0 MB | 393/894 kB | 7.7/296 kB
Progress (3): 0.7/7.0 MB | 393/894 kB | 12/296 kB 
Progress (3): 0.7/7.0 MB | 393/894 kB | 12/296 kB
Progress (3): 0.7/7.0 MB | 393/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 397/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 401/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 401/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 405/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 405/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 409/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 409/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 409/894 kB | 16/296 kB
Progress (3): 0.7/7.0 MB | 409/894 kB | 20/296 kB
Progress (3): 0.7/7.0 MB | 409/894 kB | 24/296 kB
Progress (3): 0.7/7.0 MB | 409/894 kB | 28/296 kB
Progress (3): 0.7/7.0 MB | 413/894 kB | 28/296 kB
Progress (3): 0.7/7.0 MB | 413/894 kB | 32/296 kB
Progress (3): 0.7/7.0 MB | 417/894 kB | 32/296 kB
Progress (3): 0.7/7.0 MB | 417/894 kB | 32/296 kB
Progress (3): 0.7/7.0 MB | 421/894 kB | 32/296 kB
Progress (3): 0.7/7.0 MB | 421/894 kB | 32/296 kB
Progress (3): 0.7/7.0 MB | 425/894 kB | 32/296 kB
Progress (3): 0.7/7.0 MB | 425/894 kB | 36/296 kB
Progress (3): 0.7/7.0 MB | 425/894 kB | 36/296 kB
Progress (3): 0.7/7.0 MB | 425/894 kB | 40/296 kB
Progress (3): 0.7/7.0 MB | 425/894 kB | 40/296 kB
Progress (3): 0.7/7.0 MB | 425/894 kB | 45/296 kB
Progress (3): 0.7/7.0 MB | 425/894 kB | 49/296 kB
Progress (3): 0.7/7.0 MB | 430/894 kB | 49/296 kB
Progress (3): 0.7/7.0 MB | 434/894 kB | 49/296 kB
Progress (3): 0.7/7.0 MB | 438/894 kB | 49/296 kB
Progress (3): 0.7/7.0 MB | 438/894 kB | 49/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 49/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 53/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 53/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 57/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 57/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 61/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 61/296 kB
Progress (3): 0.7/7.0 MB | 442/894 kB | 65/296 kB
Progress (3): 0.7/7.0 MB | 446/894 kB | 65/296 kB
Progress (3): 0.7/7.0 MB | 450/894 kB | 65/296 kB
Progress (3): 0.7/7.0 MB | 454/894 kB | 65/296 kB
Progress (3): 0.7/7.0 MB | 454/894 kB | 69/296 kB
Progress (3): 0.7/7.0 MB | 458/894 kB | 69/296 kB
Progress (3): 0.7/7.0 MB | 458/894 kB | 73/296 kB
Progress (3): 0.7/7.0 MB | 458/894 kB | 77/296 kB
Progress (3): 0.7/7.0 MB | 458/894 kB | 81/296 kB
Progress (3): 0.7/7.0 MB | 462/894 kB | 81/296 kB
Progress (3): 0.7/7.0 MB | 466/894 kB | 81/296 kB
Progress (3): 0.7/7.0 MB | 466/894 kB | 85/296 kB
Progress (3): 0.7/7.0 MB | 471/894 kB | 85/296 kB
Progress (3): 0.7/7.0 MB | 471/894 kB | 90/296 kB
Progress (3): 0.7/7.0 MB | 475/894 kB | 90/296 kB
Progress (3): 0.7/7.0 MB | 475/894 kB | 94/296 kB
Progress (3): 0.7/7.0 MB | 475/894 kB | 98/296 kB
Progress (3): 0.7/7.0 MB | 479/894 kB | 98/296 kB
Progress (3): 0.7/7.0 MB | 479/894 kB | 102/296 kB
Progress (3): 0.7/7.0 MB | 483/894 kB | 102/296 kB
Progress (3): 0.7/7.0 MB | 483/894 kB | 106/296 kB
Progress (3): 0.7/7.0 MB | 487/894 kB | 106/296 kB
Progress (3): 0.7/7.0 MB | 487/894 kB | 110/296 kB
Progress (3): 0.7/7.0 MB | 491/894 kB | 110/296 kB
Progress (3): 0.7/7.0 MB | 491/894 kB | 114/296 kB
Progress (3): 0.7/7.0 MB | 495/894 kB | 114/296 kB
Progress (3): 0.7/7.0 MB | 495/894 kB | 118/296 kB
Progress (3): 0.7/7.0 MB | 499/894 kB | 118/296 kB
Progress (3): 0.7/7.0 MB | 499/894 kB | 122/296 kB
Progress (3): 0.7/7.0 MB | 503/894 kB | 122/296 kB
Progress (3): 0.7/7.0 MB | 503/894 kB | 126/296 kB
Progress (3): 0.7/7.0 MB | 507/894 kB | 126/296 kB
Progress (3): 0.7/7.0 MB | 507/894 kB | 131/296 kB
Progress (3): 0.7/7.0 MB | 511/894 kB | 131/296 kB
Progress (3): 0.7/7.0 MB | 511/894 kB | 135/296 kB
Progress (3): 0.7/7.0 MB | 516/894 kB | 135/296 kB
Progress (3): 0.7/7.0 MB | 516/894 kB | 139/296 kB
Progress (3): 0.7/7.0 MB | 520/894 kB | 139/296 kB
Progress (3): 0.7/7.0 MB | 520/894 kB | 143/296 kB
Progress (3): 0.7/7.0 MB | 524/894 kB | 143/296 kB
Progress (3): 0.7/7.0 MB | 524/894 kB | 147/296 kB
Progress (3): 0.7/7.0 MB | 528/894 kB | 147/296 kB
Progress (3): 0.7/7.0 MB | 528/894 kB | 151/296 kB
Progress (3): 0.7/7.0 MB | 532/894 kB | 151/296 kB
Progress (3): 0.7/7.0 MB | 532/894 kB | 155/296 kB
Progress (3): 0.7/7.0 MB | 536/894 kB | 155/296 kB
Progress (3): 0.7/7.0 MB | 536/894 kB | 159/296 kB
Progress (3): 0.7/7.0 MB | 540/894 kB | 159/296 kB
Progress (3): 0.7/7.0 MB | 540/894 kB | 163/296 kB
Progress (3): 0.7/7.0 MB | 544/894 kB | 163/296 kB
Progress (3): 0.7/7.0 MB | 544/894 kB | 167/296 kB
Progress (3): 0.7/7.0 MB | 548/894 kB | 167/296 kB
Progress (3): 0.7/7.0 MB | 548/894 kB | 171/296 kB
Progress (3): 0.7/7.0 MB | 552/894 kB | 171/296 kB
Progress (3): 0.7/7.0 MB | 552/894 kB | 176/296 kB
Progress (3): 0.7/7.0 MB | 557/894 kB | 176/296 kB
Progress (3): 0.7/7.0 MB | 557/894 kB | 180/296 kB
Progress (3): 0.7/7.0 MB | 561/894 kB | 180/296 kB
Progress (3): 0.7/7.0 MB | 561/894 kB | 184/296 kB
Progress (3): 0.7/7.0 MB | 565/894 kB | 184/296 kB
Progress (3): 0.7/7.0 MB | 565/894 kB | 188/296 kB
Progress (3): 0.7/7.0 MB | 569/894 kB | 188/296 kB
Progress (3): 0.7/7.0 MB | 569/894 kB | 192/296 kB
Progress (3): 0.7/7.0 MB | 573/894 kB | 192/296 kB
Progress (3): 0.7/7.0 MB | 573/894 kB | 196/296 kB
Progress (3): 0.7/7.0 MB | 577/894 kB | 196/296 kB
Progress (3): 0.7/7.0 MB | 577/894 kB | 200/296 kB
Progress (3): 0.7/7.0 MB | 581/894 kB | 200/296 kB
Progress (3): 0.7/7.0 MB | 581/894 kB | 204/296 kB
Progress (3): 0.7/7.0 MB | 585/894 kB | 204/296 kB
Progress (3): 0.7/7.0 MB | 585/894 kB | 208/296 kB
Progress (3): 0.7/7.0 MB | 589/894 kB | 208/296 kB
Progress (3): 0.7/7.0 MB | 589/894 kB | 212/296 kB
Progress (3): 0.7/7.0 MB | 593/894 kB | 212/296 kB
Progress (3): 0.7/7.0 MB | 593/894 kB | 217/296 kB
Progress (3): 0.7/7.0 MB | 597/894 kB | 217/296 kB
Progress (3): 0.7/7.0 MB | 597/894 kB | 221/296 kB
Progress (3): 0.7/7.0 MB | 602/894 kB | 221/296 kB
Progress (3): 0.7/7.0 MB | 602/894 kB | 225/296 kB
Progress (3): 0.7/7.0 MB | 606/894 kB | 225/296 kB
Progress (3): 0.7/7.0 MB | 606/894 kB | 229/296 kB
Progress (3): 0.7/7.0 MB | 610/894 kB | 229/296 kB
Progress (3): 0.7/7.0 MB | 610/894 kB | 233/296 kB
Progress (3): 0.7/7.0 MB | 614/894 kB | 233/296 kB
Progress (3): 0.7/7.0 MB | 614/894 kB | 237/296 kB
Progress (3): 0.7/7.0 MB | 618/894 kB | 237/296 kB
Progress (3): 0.7/7.0 MB | 618/894 kB | 241/296 kB
Progress (3): 0.7/7.0 MB | 622/894 kB | 241/296 kB
Progress (3): 0.7/7.0 MB | 622/894 kB | 245/296 kB
Progress (3): 0.7/7.0 MB | 626/894 kB | 245/296 kB
Progress (3): 0.7/7.0 MB | 626/894 kB | 249/296 kB
Progress (3): 0.7/7.0 MB | 630/894 kB | 249/296 kB
Progress (3): 0.7/7.0 MB | 630/894 kB | 253/296 kB
Progress (3): 0.7/7.0 MB | 634/894 kB | 253/296 kB
Progress (3): 0.7/7.0 MB | 634/894 kB | 258/296 kB
Progress (3): 0.7/7.0 MB | 638/894 kB | 258/296 kB
Progress (3): 0.7/7.0 MB | 638/894 kB | 262/296 kB
Progress (4): 0.7/7.0 MB | 638/894 kB | 262/296 kB | 4.1/116 kB
Progress (4): 0.7/7.0 MB | 638/894 kB | 262/296 kB | 7.7/116 kB
Progress (4): 0.7/7.0 MB | 638/894 kB | 262/296 kB | 12/116 kB 
Progress (4): 0.7/7.0 MB | 643/894 kB | 262/296 kB | 12/116 kB
Progress (4): 0.7/7.0 MB | 643/894 kB | 266/296 kB | 12/116 kB
Progress (4): 0.7/7.0 MB | 647/894 kB | 266/296 kB | 12/116 kB
Progress (4): 0.7/7.0 MB | 647/894 kB | 266/296 kB | 16/116 kB
Progress (4): 0.7/7.0 MB | 651/894 kB | 266/296 kB | 16/116 kB
Progress (4): 0.7/7.0 MB | 651/894 kB | 270/296 kB | 16/116 kB
Progress (4): 0.7/7.0 MB | 655/894 kB | 270/296 kB | 16/116 kB
Progress (4): 0.7/7.0 MB | 655/894 kB | 274/296 kB | 16/116 kB
Progress (4): 0.7/7.0 MB | 655/894 kB | 274/296 kB | 20/116 kB
Progress (4): 0.7/7.0 MB | 655/894 kB | 278/296 kB | 20/116 kB
Progress (4): 0.7/7.0 MB | 655/894 kB | 278/296 kB | 24/116 kB
Progress (4): 0.7/7.0 MB | 655/894 kB | 278/296 kB | 28/116 kB
Progress (4): 0.7/7.0 MB | 659/894 kB | 278/296 kB | 28/116 kB
Progress (4): 0.7/7.0 MB | 659/894 kB | 282/296 kB | 28/116 kB
Progress (4): 0.7/7.0 MB | 659/894 kB | 282/296 kB | 32/116 kB
Progress (4): 0.7/7.0 MB | 659/894 kB | 286/296 kB | 32/116 kB
Progress (4): 0.7/7.0 MB | 663/894 kB | 286/296 kB | 32/116 kB
Progress (4): 0.7/7.0 MB | 663/894 kB | 290/296 kB | 32/116 kB
Progress (4): 0.7/7.0 MB | 667/894 kB | 290/296 kB | 32/116 kB
Progress (4): 0.7/7.0 MB | 667/894 kB | 290/296 kB | 36/116 kB
Progress (4): 0.7/7.0 MB | 667/894 kB | 294/296 kB | 36/116 kB
Progress (4): 0.7/7.0 MB | 667/894 kB | 294/296 kB | 40/116 kB
Progress (4): 0.7/7.0 MB | 671/894 kB | 294/296 kB | 40/116 kB
Progress (4): 0.7/7.0 MB | 671/894 kB | 294/296 kB | 45/116 kB
Progress (4): 0.7/7.0 MB | 671/894 kB | 296 kB | 45/116 kB    
Progress (4): 0.7/7.0 MB | 671/894 kB | 296 kB | 49/116 kB
Progress (4): 0.7/7.0 MB | 675/894 kB | 296 kB | 49/116 kB
Progress (4): 0.7/7.0 MB | 679/894 kB | 296 kB | 49/116 kB
Progress (4): 0.7/7.0 MB | 679/894 kB | 296 kB | 53/116 kB
Progress (4): 0.7/7.0 MB | 683/894 kB | 296 kB | 53/116 kB
Progress (4): 0.7/7.0 MB | 683/894 kB | 296 kB | 57/116 kB
Progress (4): 0.7/7.0 MB | 688/894 kB | 296 kB | 57/116 kB
Progress (4): 0.7/7.0 MB | 688/894 kB | 296 kB | 61/116 kB
Progress (4): 0.7/7.0 MB | 688/894 kB | 296 kB | 65/116 kB
Progress (4): 0.7/7.0 MB | 692/894 kB | 296 kB | 65/116 kB
Progress (4): 0.7/7.0 MB | 696/894 kB | 296 kB | 65/116 kB
Progress (4): 0.7/7.0 MB | 696/894 kB | 296 kB | 69/116 kB
Progress (4): 0.7/7.0 MB | 700/894 kB | 296 kB | 69/116 kB
Progress (4): 0.7/7.0 MB | 700/894 kB | 296 kB | 73/116 kB
Progress (4): 0.7/7.0 MB | 704/894 kB | 296 kB | 73/116 kB
Progress (4): 0.7/7.0 MB | 704/894 kB | 296 kB | 77/116 kB
Progress (4): 0.7/7.0 MB | 704/894 kB | 296 kB | 81/116 kB
Progress (4): 0.7/7.0 MB | 708/894 kB | 296 kB | 81/116 kB
Progress (4): 0.7/7.0 MB | 712/894 kB | 296 kB | 81/116 kB
Progress (4): 0.7/7.0 MB | 716/894 kB | 296 kB | 81/116 kB
Progress (4): 0.7/7.0 MB | 716/894 kB | 296 kB | 85/116 kB
Progress (4): 0.7/7.0 MB | 720/894 kB | 296 kB | 85/116 kB
Progress (4): 0.7/7.0 MB | 720/894 kB | 296 kB | 90/116 kB
Progress (4): 0.7/7.0 MB | 720/894 kB | 296 kB | 94/116 kB
Progress (4): 0.7/7.0 MB | 720/894 kB | 296 kB | 98/116 kB
Progress (4): 0.7/7.0 MB | 724/894 kB | 296 kB | 98/116 kB
Progress (4): 0.7/7.0 MB | 729/894 kB | 296 kB | 98/116 kB
Progress (4): 0.7/7.0 MB | 733/894 kB | 296 kB | 98/116 kB
Progress (4): 0.7/7.0 MB | 733/894 kB | 296 kB | 102/116 kB
Progress (4): 0.7/7.0 MB | 737/894 kB | 296 kB | 102/116 kB
Progress (4): 0.7/7.0 MB | 737/894 kB | 296 kB | 106/116 kB
Progress (4): 0.7/7.0 MB | 737/894 kB | 296 kB | 110/116 kB
Progress (4): 0.7/7.0 MB | 737/894 kB | 296 kB | 114/116 kB
Progress (4): 0.7/7.0 MB | 737/894 kB | 296 kB | 116 kB    
Progress (4): 0.7/7.0 MB | 741/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 745/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 749/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 753/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 757/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 761/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 765/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 770/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 774/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 778/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 782/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 786/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 790/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 794/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 798/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 802/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 806/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 810/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 815/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 819/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 823/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 827/894 kB | 296 kB | 116 kB
Progress (4): 0.7/7.0 MB | 831/894 kB | 296 kB | 116 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.jar (296 kB at 769 kB/s)
Progress (3): 0.7/7.0 MB | 835/894 kB | 116 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.700/org.eclipse.jdt.compiler.apt-1.3.700.jar
Progress (3): 0.7/7.0 MB | 839/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 843/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 847/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 851/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 856/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 860/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 864/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 868/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 872/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 876/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 880/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 884/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 888/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 892/894 kB | 116 kB
Progress (3): 0.7/7.0 MB | 894 kB | 116 kB    
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.jar (116 kB at 298 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.600/org.eclipse.jdt.compiler.tool-1.2.600.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.jar (894 kB at 2.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar
Progress (2): 0.7/7.0 MB | 4.1/217 kB
Progress (2): 0.7/7.0 MB | 7.7/217 kB
Progress (2): 0.7/7.0 MB | 12/217 kB 
Progress (2): 0.7/7.0 MB | 16/217 kB
Progress (2): 0.7/7.0 MB | 20/217 kB
Progress (2): 0.7/7.0 MB | 24/217 kB
Progress (2): 0.7/7.0 MB | 28/217 kB
Progress (2): 0.7/7.0 MB | 32/217 kB
Progress (3): 0.7/7.0 MB | 32/217 kB | 4.1/206 kB
Progress (3): 0.7/7.0 MB | 32/217 kB | 7.7/206 kB
Progress (3): 0.7/7.0 MB | 36/217 kB | 7.7/206 kB
Progress (3): 0.7/7.0 MB | 36/217 kB | 12/206 kB 
Progress (3): 0.7/7.0 MB | 40/217 kB | 12/206 kB
Progress (3): 0.7/7.0 MB | 40/217 kB | 16/206 kB
Progress (3): 0.7/7.0 MB | 45/217 kB | 16/206 kB
Progress (3): 0.7/7.0 MB | 49/217 kB | 16/206 kB
Progress (3): 0.7/7.0 MB | 49/217 kB | 20/206 kB
Progress (3): 0.7/7.0 MB | 49/217 kB | 24/206 kB
Progress (3): 0.7/7.0 MB | 53/217 kB | 24/206 kB
Progress (3): 0.7/7.0 MB | 53/217 kB | 28/206 kB
Progress (3): 0.7/7.0 MB | 57/217 kB | 28/206 kB
Progress (3): 0.7/7.0 MB | 57/217 kB | 32/206 kB
Progress (3): 0.7/7.0 MB | 61/217 kB | 32/206 kB
Progress (3): 0.7/7.0 MB | 65/217 kB | 32/206 kB
Progress (3): 0.7/7.0 MB | 65/217 kB | 36/206 kB
Progress (3): 0.7/7.0 MB | 65/217 kB | 40/206 kB
Progress (3): 0.7/7.0 MB | 69/217 kB | 40/206 kB
Progress (3): 0.7/7.0 MB | 69/217 kB | 45/206 kB
Progress (3): 0.7/7.0 MB | 73/217 kB | 45/206 kB
Progress (3): 0.7/7.0 MB | 73/217 kB | 49/206 kB
Progress (3): 0.7/7.0 MB | 77/217 kB | 49/206 kB
Progress (3): 0.7/7.0 MB | 81/217 kB | 49/206 kB
Progress (3): 0.7/7.0 MB | 81/217 kB | 53/206 kB
Progress (3): 0.7/7.0 MB | 81/217 kB | 57/206 kB
Progress (3): 0.7/7.0 MB | 85/217 kB | 57/206 kB
Progress (3): 0.7/7.0 MB | 85/217 kB | 61/206 kB
Progress (3): 0.7/7.0 MB | 90/217 kB | 61/206 kB
Progress (3): 0.7/7.0 MB | 90/217 kB | 65/206 kB
Progress (3): 0.7/7.0 MB | 94/217 kB | 65/206 kB
Progress (3): 0.7/7.0 MB | 98/217 kB | 65/206 kB
Progress (3): 0.7/7.0 MB | 98/217 kB | 69/206 kB
Progress (3): 0.7/7.0 MB | 102/217 kB | 69/206 kB
Progress (3): 0.7/7.0 MB | 102/217 kB | 73/206 kB
Progress (3): 0.7/7.0 MB | 106/217 kB | 73/206 kB
Progress (3): 0.7/7.0 MB | 106/217 kB | 77/206 kB
Progress (3): 0.7/7.0 MB | 110/217 kB | 77/206 kB
Progress (3): 0.7/7.0 MB | 110/217 kB | 81/206 kB
Progress (3): 0.7/7.0 MB | 114/217 kB | 81/206 kB
Progress (3): 0.7/7.0 MB | 114/217 kB | 85/206 kB
Progress (3): 0.7/7.0 MB | 114/217 kB | 90/206 kB
Progress (3): 0.7/7.0 MB | 118/217 kB | 90/206 kB
Progress (3): 0.7/7.0 MB | 118/217 kB | 94/206 kB
Progress (3): 0.7/7.0 MB | 122/217 kB | 94/206 kB
Progress (3): 0.7/7.0 MB | 122/217 kB | 98/206 kB
Progress (3): 0.7/7.0 MB | 126/217 kB | 98/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 98/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 102/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 106/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 110/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 114/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 118/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 122/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 126/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 131/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 135/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 139/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 143/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 147/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 151/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 155/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 159/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 163/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 167/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 171/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 176/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 180/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 184/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 188/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 192/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 196/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 200/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 204/206 kB
Progress (3): 0.7/7.0 MB | 131/217 kB | 206 kB    
Progress (3): 0.7/7.0 MB | 135/217 kB | 206 kB
Progress (3): 0.7/7.0 MB | 139/217 kB | 206 kB
Progress (3): 0.7/7.0 MB | 143/217 kB | 206 kB
Progress (3): 0.7/7.0 MB | 147/217 kB | 206 kB
Progress (4): 0.7/7.0 MB | 147/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 147/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 151/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 151/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 155/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 155/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 159/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 163/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 163/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 163/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 163/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 163/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 167/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 171/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 176/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 176/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 180/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 180/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 180/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 180/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 184/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 188/217 kB | 206 kB | 0/2.6 MB
Progress (4): 0.7/7.0 MB | 188/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 192/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 192/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 196/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 196/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 196/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 200/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 200/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 204/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 204/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 208/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 208/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 212/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 212/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217/217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB    
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.1/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
Progress (4): 0.7/7.0 MB | 217 kB | 206 kB | 0.2/2.6 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.600/org.eclipse.jdt.compiler.tool-1.2.600.jar (206 kB at 451 kB/s)
Progress (3): 0.7/7.0 MB | 217 kB | 0.2/2.6 MB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar
Progress (3): 0.7/7.0 MB | 217 kB | 0.2/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.2/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.2/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.2/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.2/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.3/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.4/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.5/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
Progress (3): 0.7/7.0 MB | 217 kB | 0.6/2.6 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.700/org.eclipse.jdt.compiler.apt-1.3.700.jar (217 kB at 458 kB/s)
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.jar
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.6/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.7/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.8/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.7/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (2): 0.8/7.0 MB | 0.9/2.6 MB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 4.1/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 4.1/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 7.7/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 7.7/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 12/459 kB 
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 12/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 12/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 16/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 16/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 16/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 16/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 16/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 20/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 24/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 28/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 28/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 0.9/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.8/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 32/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 36/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 40/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 45/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.0/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 0.9/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.0/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.1/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.1/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.2/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.3/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.4/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.5/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.6/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.7/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.8/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 1.9/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (3): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 4.1/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 7.7/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 12/511 kB 
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 16/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 20/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 24/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 28/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 32/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 36/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 40/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 45/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 49/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 53/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 57/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 61/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 65/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 69/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 73/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 77/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 81/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 85/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 90/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 94/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 98/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 102/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 106/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 110/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 114/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 118/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 122/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 126/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 131/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 135/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 139/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 143/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 147/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 151/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 155/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 159/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 163/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 167/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 171/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 176/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 180/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 184/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 188/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 192/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 196/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 200/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 204/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 208/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 212/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 217/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 221/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 225/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 229/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 233/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 237/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 241/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 245/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 249/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 253/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 258/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 262/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 266/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 270/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 274/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 278/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 282/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 286/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 290/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 294/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 298/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 303/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 307/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 311/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 315/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 319/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 323/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 327/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 331/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 335/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 339/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 344/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 348/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 352/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 356/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 360/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 364/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 368/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 372/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 376/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 380/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 384/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 389/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 393/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 397/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 401/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 405/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 409/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 413/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 417/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 421/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 425/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 430/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 434/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 438/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 442/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 446/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 450/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 454/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 458/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 462/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 466/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 471/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 475/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 479/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 483/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 487/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 491/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 495/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 499/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 503/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 507/511 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 511 kB    
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar (511 kB at 790 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 4.1/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 7.7/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 12/164 kB 
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 16/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 20/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 24/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 28/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 32/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 36/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 40/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 45/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 49/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 53/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 57/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 61/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 65/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 69/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 73/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 77/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 81/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 85/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 90/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 94/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 98/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 102/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 106/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 110/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 114/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 118/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 122/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 126/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 131/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 135/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 139/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 143/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 147/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 151/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 155/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 159/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 163/164 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 164 kB    
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar (164 kB at 243 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 4.1/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 7.7/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 12/312 kB 
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 16/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 20/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 24/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 28/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 32/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 36/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 40/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 45/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 49/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 53/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 57/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 61/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 65/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 69/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 73/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 77/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 81/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 85/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 90/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 94/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 98/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 102/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 106/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 110/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 114/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 49/459 kB | 118/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 53/459 kB | 118/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 53/459 kB | 122/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 57/459 kB | 122/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 57/459 kB | 126/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 61/459 kB | 126/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 61/459 kB | 126/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 65/459 kB | 126/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 65/459 kB | 131/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 65/459 kB | 131/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 65/459 kB | 131/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 69/459 kB | 131/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 69/459 kB | 131/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 73/459 kB | 131/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 73/459 kB | 135/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 77/459 kB | 135/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 77/459 kB | 139/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 77/459 kB | 139/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 81/459 kB | 139/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 81/459 kB | 139/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 81/459 kB | 143/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 81/459 kB | 143/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 81/459 kB | 147/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 81/459 kB | 147/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 85/459 kB | 147/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 90/459 kB | 147/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 90/459 kB | 151/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 94/459 kB | 151/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 94/459 kB | 151/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 94/459 kB | 155/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 94/459 kB | 155/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 98/459 kB | 155/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 98/459 kB | 155/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 98/459 kB | 159/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 98/459 kB | 159/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 98/459 kB | 163/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 102/459 kB | 163/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 106/459 kB | 163/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 110/459 kB | 163/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 110/459 kB | 163/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 114/459 kB | 163/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 114/459 kB | 167/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 114/459 kB | 167/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 114/459 kB | 171/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 114/459 kB | 171/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 114/459 kB | 171/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 114/459 kB | 171/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 118/459 kB | 171/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 118/459 kB | 176/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 122/459 kB | 176/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 122/459 kB | 176/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 122/459 kB | 176/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 122/459 kB | 176/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 126/459 kB | 176/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 126/459 kB | 180/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 126/459 kB | 180/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 180/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 180/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 180/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 184/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 184/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 188/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 188/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 192/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 131/459 kB | 192/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 135/459 kB | 192/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 135/459 kB | 196/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 135/459 kB | 196/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 135/459 kB | 196/312 kB
Progress (4): 1.2/7.0 MB | 2.0/2.6 MB | 139/459 kB | 196/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 139/459 kB | 196/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 139/459 kB | 196/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 139/459 kB | 196/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 139/459 kB | 200/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 143/459 kB | 200/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 143/459 kB | 204/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 143/459 kB | 204/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 143/459 kB | 204/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 143/459 kB | 208/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 147/459 kB | 208/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 147/459 kB | 208/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 147/459 kB | 212/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 147/459 kB | 212/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 147/459 kB | 212/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 147/459 kB | 212/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 147/459 kB | 212/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 151/459 kB | 212/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 151/459 kB | 212/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 151/459 kB | 217/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 151/459 kB | 217/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 151/459 kB | 221/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 155/459 kB | 221/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 155/459 kB | 225/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 155/459 kB | 225/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 155/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 159/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 159/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 159/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 159/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 229/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 233/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 233/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 237/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 237/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 237/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 163/459 kB | 237/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 167/459 kB | 237/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 167/459 kB | 241/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 171/459 kB | 241/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 171/459 kB | 241/312 kB
Progress (4): 1.3/7.0 MB | 2.0/2.6 MB | 176/459 kB | 241/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 176/459 kB | 241/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 176/459 kB | 245/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 176/459 kB | 245/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 180/459 kB | 245/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 180/459 kB | 245/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 180/459 kB | 245/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 180/459 kB | 249/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 180/459 kB | 249/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 180/459 kB | 253/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 180/459 kB | 253/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 184/459 kB | 253/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 184/459 kB | 253/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 184/459 kB | 258/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 184/459 kB | 258/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 184/459 kB | 258/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 188/459 kB | 258/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 188/459 kB | 258/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 188/459 kB | 258/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 188/459 kB | 262/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 188/459 kB | 262/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 192/459 kB | 262/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 192/459 kB | 262/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 196/459 kB | 262/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 196/459 kB | 262/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 196/459 kB | 266/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 196/459 kB | 266/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 200/459 kB | 266/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 200/459 kB | 266/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 200/459 kB | 270/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 200/459 kB | 270/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 204/459 kB | 270/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 204/459 kB | 270/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 208/459 kB | 270/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 208/459 kB | 270/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 208/459 kB | 274/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 208/459 kB | 274/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 212/459 kB | 274/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 212/459 kB | 274/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 212/459 kB | 278/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 217/459 kB | 278/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 217/459 kB | 278/312 kB
Progress (4): 1.3/7.0 MB | 2.1/2.6 MB | 217/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 217/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 217/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 217/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 221/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 225/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 229/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 229/459 kB | 278/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 229/459 kB | 282/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 229/459 kB | 282/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 229/459 kB | 282/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 233/459 kB | 282/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 233/459 kB | 282/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 233/459 kB | 286/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 237/459 kB | 286/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 237/459 kB | 286/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 241/459 kB | 286/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 241/459 kB | 290/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 245/459 kB | 290/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 245/459 kB | 290/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 245/459 kB | 290/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 245/459 kB | 290/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 245/459 kB | 294/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 249/459 kB | 294/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 249/459 kB | 294/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 249/459 kB | 294/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 249/459 kB | 294/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 253/459 kB | 294/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 253/459 kB | 298/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 258/459 kB | 298/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 258/459 kB | 303/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 258/459 kB | 303/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 258/459 kB | 303/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 258/459 kB | 303/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 262/459 kB | 303/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 262/459 kB | 303/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 262/459 kB | 307/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 262/459 kB | 307/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 262/459 kB | 311/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 262/459 kB | 311/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 266/459 kB | 311/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 266/459 kB | 311/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 266/459 kB | 311/312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 266/459 kB | 312 kB    
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 266/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 266/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 270/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 270/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 274/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 274/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 274/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.1/2.6 MB | 278/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 278/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 278/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 278/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 278/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 282/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 282/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 286/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 286/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 286/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 290/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 290/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 290/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 290/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 294/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 294/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 294/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 294/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 294/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 298/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 298/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 298/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 303/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 303/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 307/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 307/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 307/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 311/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 311/459 kB | 312 kB
Progress (4): 1.4/7.0 MB | 2.2/2.6 MB | 311/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 311/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 311/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 315/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 319/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 319/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 323/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 323/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 323/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 323/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 327/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 327/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 327/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 327/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 327/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 331/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 335/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 335/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 339/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 339/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 344/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 344/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 348/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 348/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 352/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 352/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 356/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 356/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 360/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 360/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 360/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 364/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 368/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 368/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 372/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 372/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 372/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 372/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 376/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 376/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 380/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 380/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 380/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 380/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 380/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 380/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 380/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 384/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 384/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 384/459 kB | 312 kB
Progress (4): 1.5/7.0 MB | 2.2/2.6 MB | 384/459 kB | 312 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar (312 kB at 418 kB/s)
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 389/459 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.20.0/org.eclipse.xtext.smap-2.20.0.jar
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 389/459 kB
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 389/459 kB
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 393/459 kB
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 393/459 kB
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 393/459 kB
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 393/459 kB
Progress (3): 1.5/7.0 MB | 2.2/2.6 MB | 397/459 kB
Progress (3): 1.6/7.0 MB | 2.2/2.6 MB | 397/459 kB
Progress (3): 1.6/7.0 MB | 2.2/2.6 MB | 401/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 401/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 405/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 405/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 409/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 409/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 409/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 409/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 409/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 409/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 413/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 413/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 413/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 413/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 417/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 417/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 421/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 421/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 421/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 421/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 421/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 425/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 425/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 425/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 425/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 425/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 425/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 430/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 430/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 430/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 434/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 434/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 438/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 442/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 446/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 450/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 454/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 458/459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB    
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.6/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.3/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.7/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.8/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (3): 1.8/7.0 MB | 2.4/2.6 MB | 459 kB
Progress (4): 1.8/7.0 MB | 2.4/2.6 MB | 459 kB | 4.1/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 4.1/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 7.7/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 7.7/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 12/19 kB 
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 12/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 16/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 16/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 16/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 16/19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 19 kB   
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 19 kB
Progress (4): 1.8/7.0 MB | 2.5/2.6 MB | 459 kB | 19 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.35/classgraph-4.8.35.jar (459 kB at 602 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.8/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.5/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6/2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6 MB | 19 kB    
Progress (3): 1.9/7.0 MB | 2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6 MB | 19 kB
Progress (3): 1.9/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
Progress (3): 2.0/7.0 MB | 2.6 MB | 19 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.20.0/org.eclipse.xtext.smap-2.20.0.jar (19 kB at 25 kB/s)
Progress (2): 2.0/7.0 MB | 2.6 MB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.0/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.1/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.2/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.3/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
Progress (2): 2.4/7.0 MB | 2.6 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar (2.6 MB at 3.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar
Progress (1): 2.4/7.0 MB
Progress (1): 2.4/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.5/7.0 MB
Progress (1): 2.6/7.0 MB
Progress (1): 2.6/7.0 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0/2.7 MB
Progress (2): 2.6/7.0 MB | 0.1/2.7 MB
Progress (2): 2.6/7.0 MB | 0.1/2.7 MB
Progress (2): 2.6/7.0 MB | 0.1/2.7 MB
Progress (2): 2.6/7.0 MB | 0.1/2.7 MB
Progress (2): 2.6/7.0 MB | 0.1/2.7 MB
Progress (2): 2.6/7.0 MB | 0.1/2.7 MB
Progress (2): 2.6/7.0 MB | 0.1/2.7 MB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 4.1/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 7.7/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 12/78 kB 
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 12/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 12/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 16/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 16/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 16/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 16/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 16/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 16/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 16/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 20/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 24/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 28/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 28/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 32/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 32/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 32/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 32/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 32/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 32/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 32/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 36/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 36/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 40/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 45/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 49/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 49/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 49/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 49/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 49/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 49/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 53/78 kB
Progress (3): 2.6/7.0 MB | 0.1/2.7 MB | 53/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 53/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 53/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 57/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 61/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 65/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 65/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 65/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 65/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 69/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 69/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 73/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 73/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 77/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 77/78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB   
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.1/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.7/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.2/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
Progress (3): 2.8/7.0 MB | 0.3/2.7 MB | 78 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar (78 kB at 90 kB/s)
Progress (2): 2.8/7.0 MB | 0.3/2.7 MB
Progress (2): 2.8/7.0 MB | 0.3/2.7 MB
Progress (2): 2.8/7.0 MB | 0.3/2.7 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar
Progress (2): 2.8/7.0 MB | 0.3/2.7 MB
Progress (2): 2.8/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.3/2.7 MB
Progress (2): 2.9/7.0 MB | 0.4/2.7 MB
Progress (2): 2.9/7.0 MB | 0.4/2.7 MB
Progress (2): 2.9/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.4/2.7 MB
Progress (2): 3.0/7.0 MB | 0.5/2.7 MB
Progress (2): 3.0/7.0 MB | 0.5/2.7 MB
Progress (2): 3.0/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (2): 3.1/7.0 MB | 0.5/2.7 MB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 4.1/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 4.1/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 7.7/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 7.7/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 12/358 kB 
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 12/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 16/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 16/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 16/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 16/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 16/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 16/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 16/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 20/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 24/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 24/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 28/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 28/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 28/358 kB
Progress (3): 3.1/7.0 MB | 0.5/2.7 MB | 32/358 kB
Progress (3): 3.2/7.0 MB | 0.5/2.7 MB | 32/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 32/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 32/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 32/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 32/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 36/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 40/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 45/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 49/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 53/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 53/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 57/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 61/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 65/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 65/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 65/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 65/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 65/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 65/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 69/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 69/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 73/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 73/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 77/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 77/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 81/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 81/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 81/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 81/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 81/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 85/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 85/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 90/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 90/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 94/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 94/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 98/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 98/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 98/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 98/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 98/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 98/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 102/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 106/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 106/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 110/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 110/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 110/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 114/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 114/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 114/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 114/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 114/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 118/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 118/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 122/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 126/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 131/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 131/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 131/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 131/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 131/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 131/358 kB
Progress (3): 3.2/7.0 MB | 0.6/2.7 MB | 135/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 135/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 135/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 135/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 139/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 143/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 147/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 147/358 kB
Progress (3): 3.2/7.0 MB | 0.7/2.7 MB | 147/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 147/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 147/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 147/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 151/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 151/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 155/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 155/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 159/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 159/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 163/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 163/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 163/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 163/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 163/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 163/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 167/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 167/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 167/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 167/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 171/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 176/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 180/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 180/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 180/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 180/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 180/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 180/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 180/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 184/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 184/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 184/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 188/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 192/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 196/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 196/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 196/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 196/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 196/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 196/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 196/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 200/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 200/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 204/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 204/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 208/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 208/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 212/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 212/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 212/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 212/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 212/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 212/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 212/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 217/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 217/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 221/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 225/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 225/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 229/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 229/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 229/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 229/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 229/358 kB
Progress (3): 3.3/7.0 MB | 0.7/2.7 MB | 229/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 229/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 233/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 233/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 237/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 241/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 245/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 245/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 245/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 245/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 245/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 249/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 249/358 kB
Progress (3): 3.3/7.0 MB | 0.8/2.7 MB | 253/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 253/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 258/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 258/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 262/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 262/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 266/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 266/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 266/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 266/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 270/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 270/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 270/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 270/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 274/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 274/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 278/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 278/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 278/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 278/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 278/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 278/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 282/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 282/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 286/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 286/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 286/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 286/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 290/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 290/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 290/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 290/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 294/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 294/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 294/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 294/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 294/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 298/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 298/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 298/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 298/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 303/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 303/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 307/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 307/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 307/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 307/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 311/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 311/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 311/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 311/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 315/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 315/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 315/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 315/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 319/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 319/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 319/358 kB
Progress (3): 3.4/7.0 MB | 0.8/2.7 MB | 323/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 323/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 327/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 327/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 327/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 327/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 327/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 331/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 331/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 335/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 335/358 kB
Progress (3): 3.5/7.0 MB | 0.8/2.7 MB | 339/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 339/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 344/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 344/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 344/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 348/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 348/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 348/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 352/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 352/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 352/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 352/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 356/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 356/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 356/358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB    
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.5/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 0.9/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.6/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
Progress (3): 3.7/7.0 MB | 1.0/2.7 MB | 358 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar (358 kB at 369 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.0/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.7/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.1/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.8/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.2/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 3.9/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.0/7.0 MB | 1.3/2.7 MB
Progress (2): 4.1/7.0 MB | 1.3/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (2): 4.1/7.0 MB | 1.4/2.7 MB
Progress (3): 4.1/7.0 MB | 1.4/2.7 MB | 4.1/107 kB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 4.1/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 7.7/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 7.7/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 7.7/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 7.7/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 12/107 kB | 0/1.2 MB 
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 12/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 16/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 16/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 16/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 16/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 16/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 16/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 16/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 20/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 20/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 24/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 24/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 28/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 28/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 32/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 32/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 32/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 32/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 32/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 36/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 36/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 36/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 36/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 40/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 40/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 45/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 45/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 49/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 49/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 49/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 49/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 49/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 49/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 53/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 53/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 57/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 57/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.4/2.7 MB | 61/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 61/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 61/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 61/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 65/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 65/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 65/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 65/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 65/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 65/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 69/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 69/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 69/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 69/107 kB | 0/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 69/107 kB | 0.1/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 73/107 kB | 0.1/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 73/107 kB | 0.1/1.2 MB
Progress (4): 4.1/7.0 MB | 1.5/2.7 MB | 73/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 73/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 73/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 77/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 77/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 77/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 77/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 81/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 81/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 81/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 81/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 81/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 81/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 85/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 85/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 90/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 90/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 90/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 94/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 94/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 98/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 98/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 98/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 102/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 102/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 102/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 102/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 106/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 106/107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB    
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.5/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.1/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.2/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
Progress (4): 4.3/7.0 MB | 1.6/2.7 MB | 107 kB | 0.2/1.2 MB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar (107 kB at 100 kB/s)
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.jar
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.6/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.2/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.3/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.3/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.7/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.4/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (3): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 4.1/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 4.1/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 7.7/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 7.7/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 7.7/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 7.7/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 12/710 kB 
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 12/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 16/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 20/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 20/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 24/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 24/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 24/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 28/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 28/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 28/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 28/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 28/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 28/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 32/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 32/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 32/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 32/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 32/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 36/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 36/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 40/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 40/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 45/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 49/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 53/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 57/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 61/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 61/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 61/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 61/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 61/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 65/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 65/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 65/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 65/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 65/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 69/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 73/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 73/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 73/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 73/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 77/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 77/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 81/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 81/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 81/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 81/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 85/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 85/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 90/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 90/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 90/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 94/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 94/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.8/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 98/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 102/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 102/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 106/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 106/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 106/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 106/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 106/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.4/1.2 MB | 110/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 110/710 kB
Progress (4): 4.5/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 110/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 110/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 110/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 110/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 114/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 114/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 114/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 114/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 114/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 118/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 118/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 122/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 122/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 122/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 122/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 126/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 126/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 131/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 131/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 131/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 131/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 131/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 131/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 135/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 135/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 139/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 139/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 139/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 143/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 143/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 143/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 143/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 143/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 143/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 147/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 147/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 147/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 147/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 147/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 151/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 151/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 151/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 151/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 151/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 151/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 151/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 155/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 155/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 155/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 155/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 155/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 159/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 159/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 159/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 159/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 159/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 163/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 163/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 163/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 163/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 163/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 163/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 163/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 167/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 167/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 167/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 167/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 167/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 167/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 171/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 171/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 171/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 171/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 176/710 kB
Progress (4): 4.6/7.0 MB | 1.9/2.7 MB | 0.5/1.2 MB | 176/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 176/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 180/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 180/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 180/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 180/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 180/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 180/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 184/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 184/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 184/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 188/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 188/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 188/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 192/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 192/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 196/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 196/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 196/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 196/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 196/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 196/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 200/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 200/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 200/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 204/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 204/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.5/1.2 MB | 204/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 204/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 204/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 204/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 208/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 208/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 208/710 kB
Progress (4): 4.6/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 208/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 208/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 212/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 212/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 212/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 212/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 212/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 212/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 212/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 217/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 217/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 217/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 221/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 221/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 225/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 225/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 229/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 229/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 229/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 229/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 229/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 229/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 233/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 233/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 233/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 233/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 233/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 237/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 237/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 237/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 237/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 237/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 241/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 241/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 241/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 241/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 241/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 245/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 245/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 245/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 245/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 245/710 kB
Progress (4): 4.7/7.0 MB | 2.0/2.7 MB | 0.6/1.2 MB | 245/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 245/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 249/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 249/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 249/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 249/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 249/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 253/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 253/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 253/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 253/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 253/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 258/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 258/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 258/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 258/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 258/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 262/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 262/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 262/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 262/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 262/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 262/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 266/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 266/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 266/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 266/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 266/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.6/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 270/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 274/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 274/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 274/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 278/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 278/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 278/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 278/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 278/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 278/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 282/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 282/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 286/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 286/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 286/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 290/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 290/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 294/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 294/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 294/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 294/710 kB
Progress (4): 4.7/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 294/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 294/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 298/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 298/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 303/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 307/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 307/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 307/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 307/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 311/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 315/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 315/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 315/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 315/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 315/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 319/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 319/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 319/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 319/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 319/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 323/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 323/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 323/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 323/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 323/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 327/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 327/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 327/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 327/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 327/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 327/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 331/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 331/710 kB
Progress (4): 4.8/7.0 MB | 2.1/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 335/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 339/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 339/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 339/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 339/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 344/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 344/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 344/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 344/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 344/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 344/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 344/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 348/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 348/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 352/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 352/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 356/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 356/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 356/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 356/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.8/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 360/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 364/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 364/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 364/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.7/1.2 MB | 364/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 364/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 364/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 368/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 368/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 368/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 368/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 372/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 372/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 376/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 376/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 376/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 376/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 376/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 380/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 380/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 380/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 380/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 384/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 384/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 389/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 389/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 389/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 389/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 389/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 393/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 393/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 393/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 393/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 393/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 397/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 397/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 397/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 401/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 401/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 405/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 405/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 409/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 409/710 kB
Progress (4): 4.9/7.0 MB | 2.2/2.7 MB | 0.8/1.2 MB | 409/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 409/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 409/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 413/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 413/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 417/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 417/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 417/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 417/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 421/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 421/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 421/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 421/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 421/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 425/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 430/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 430/710 kB
Progress (4): 4.9/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 430/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 430/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 434/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 434/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 434/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 438/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 438/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 438/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 438/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 438/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 438/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.8/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 442/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 446/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 446/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 446/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 446/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 446/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 450/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 450/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 450/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 450/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 450/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 450/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 454/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 454/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 454/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 458/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 462/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 462/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 462/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 462/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 466/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 466/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 471/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 471/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 471/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 475/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 475/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 475/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 475/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 475/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 475/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 475/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 479/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 479/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 479/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 479/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 479/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 479/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 483/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 483/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 483/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 483/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 483/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 483/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 487/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 487/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 487/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 487/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 487/710 kB
Progress (4): 5.0/7.0 MB | 2.3/2.7 MB | 0.9/1.2 MB | 491/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 491/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 491/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 491/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 491/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 491/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 495/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 495/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 495/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 495/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 499/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 503/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 507/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 507/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 507/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 507/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 511/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 511/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 511/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 511/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 511/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 511/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 516/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 516/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 516/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 516/710 kB
Progress (4): 5.0/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 516/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 516/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 520/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 520/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 524/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 524/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 0.9/1.2 MB | 524/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 524/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 524/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 524/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 524/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 528/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 528/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 532/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 532/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 532/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 532/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 536/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 536/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 540/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 540/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 540/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 540/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 540/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 540/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 540/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 544/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 544/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 548/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 548/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 548/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 548/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 552/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 552/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 552/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 552/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 552/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 557/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 557/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 557/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 557/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 557/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 557/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 561/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 561/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 561/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 561/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 565/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 565/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 569/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 569/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 569/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 569/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 569/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 573/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 573/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 573/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 573/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 577/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 581/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 585/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 585/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 585/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 585/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 585/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 585/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.4/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 589/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 593/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 593/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 593/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 593/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 597/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 597/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 597/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 597/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 602/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 602/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 602/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 602/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 606/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 606/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 606/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 606/710 kB
Progress (4): 5.1/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 606/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 606/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 610/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 610/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 614/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 614/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 614/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 614/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 618/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 622/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 622/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 622/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 622/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 622/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 622/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 622/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 626/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 626/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 630/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 630/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 630/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.0/1.2 MB | 634/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 634/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 634/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 634/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 634/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 638/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 638/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 638/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 638/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 638/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 638/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 643/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 643/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 643/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 647/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 647/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 651/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 651/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 651/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 651/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 655/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 655/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 655/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 655/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 655/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 655/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 659/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 659/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 659/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 659/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 663/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 663/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 663/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 663/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 663/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 663/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 667/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 667/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 667/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 667/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 667/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 671/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 671/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 671/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 671/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 675/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 675/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 679/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 679/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 679/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 679/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 683/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 683/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 688/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 688/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 688/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 688/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 688/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 688/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 692/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 696/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 696/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 696/710 kB
Progress (4): 5.2/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 700/710 kB
Progress (4): 5.3/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 700/710 kB
Progress (4): 5.3/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 700/710 kB
Progress (4): 5.3/7.0 MB | 2.5/2.7 MB | 1.1/1.2 MB | 700/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 700/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 700/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 704/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 704/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 704/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 704/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 708/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 708/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 708/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 708/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 708/710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB    
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.1/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2/1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB    
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.3/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.6/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 1.2 MB | 710 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar (1.2 MB at 885 kB/s)
Progress (3): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB | 4.1/94 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB | 4.1/94 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB | 7.7/94 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB | 7.7/94 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB | 12/94 kB 
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB | 12/94 kB
Progress (4): 5.4/7.0 MB | 2.7/2.7 MB | 710 kB | 16/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 16/94 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 16/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 16/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 16/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 20/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 24/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 28/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 28/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 28/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 28/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 32/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 32/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 32/94 kB | 2.5 kB
Progress (5): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 32/94 kB | 2.5 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.9 kB/s)
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 36/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 36/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 40/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 45/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 49/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 53/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 57/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 61/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 65/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 65/94 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 69/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 69/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 69/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 69/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 73/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 73/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 77/94 kB
Progress (4): 5.5/7.0 MB | 2.7/2.7 MB | 710 kB | 77/94 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 710 kB | 77/94 kB    
Progress (4): 5.5/7.0 MB | 2.7 MB | 710 kB | 81/94 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 710 kB | 81/94 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 710 kB | 81/94 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 710 kB | 81/94 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 710 kB | 85/94 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.jar (710 kB at 526 kB/s)
Progress (3): 5.5/7.0 MB | 2.7 MB | 85/94 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 85/94 kB | 4.1/4.5 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 90/94 kB | 4.1/4.5 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 90/94 kB | 4.5 kB    
Progress (4): 5.5/7.0 MB | 2.7 MB | 90/94 kB | 4.5 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar
Progress (4): 5.5/7.0 MB | 2.7 MB | 90/94 kB | 4.5 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 94/94 kB | 4.5 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 94/94 kB | 4.5 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 94 kB | 4.5 kB   
Progress (4): 5.5/7.0 MB | 2.7 MB | 94 kB | 4.5 kB
Progress (4): 5.5/7.0 MB | 2.7 MB | 94 kB | 4.5 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 3.3 kB/s)
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.5/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (3): 5.6/7.0 MB | 2.7 MB | 94 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 4.1/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 4.1/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 7.7/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 7.7/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 12/490 kB 
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 12/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 16/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 16/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 16/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 16/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 20/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 20/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 24/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 28/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 32/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 32/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 32/490 kB
Progress (4): 5.6/7.0 MB | 2.7 MB | 94 kB | 32/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 32/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 36/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 40/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 40/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 45/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 45/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 49/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 49/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 49/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 53/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 53/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 57/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 57/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 61/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 61/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 65/490 kB
Progress (4): 5.7/7.0 MB | 2.7 MB | 94 kB | 65/490 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar (2.7 MB at 2.0 MB/s)
Progress (3): 5.7/7.0 MB | 94 kB | 65/490 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar
Progress (3): 5.7/7.0 MB | 94 kB | 69/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 69/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 73/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 73/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 77/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 77/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 81/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 81/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 81/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 85/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 85/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 90/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 90/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 94/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 98/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 98/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 98/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 98/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 98/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 102/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 106/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 106/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 110/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 110/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 114/490 kB
Progress (3): 5.7/7.0 MB | 94 kB | 114/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 114/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 118/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 118/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 122/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 122/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 126/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 126/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 131/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 131/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 135/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 135/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 139/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 139/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 143/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 143/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 147/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 147/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 151/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 151/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 155/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 155/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 159/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 159/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 163/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 163/490 kB
Progress (3): 5.8/7.0 MB | 94 kB | 167/490 kB
Progress (4): 5.8/7.0 MB | 94 kB | 167/490 kB | 4.1/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 167/490 kB | 4.1/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 171/490 kB | 4.1/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 171/490 kB | 4.1/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 171/490 kB | 7.7/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 171/490 kB | 7.7/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 176/490 kB | 7.7/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 176/490 kB | 7.7/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 176/490 kB | 12/230 kB 
Progress (4): 5.8/7.0 MB | 94 kB | 180/490 kB | 12/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 180/490 kB | 16/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 180/490 kB | 16/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 180/490 kB | 16/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 184/490 kB | 16/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 184/490 kB | 16/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 188/490 kB | 16/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 188/490 kB | 20/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 192/490 kB | 20/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 192/490 kB | 20/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 196/490 kB | 20/230 kB
Progress (4): 5.8/7.0 MB | 94 kB | 196/490 kB | 24/230 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.jar (94 kB at 69 kB/s)
Progress (3): 5.8/7.0 MB | 196/490 kB | 24/230 kB
Progress (3): 5.8/7.0 MB | 196/490 kB | 28/230 kB
Progress (3): 5.8/7.0 MB | 196/490 kB | 28/230 kB
Progress (3): 5.8/7.0 MB | 200/490 kB | 28/230 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar
Progress (3): 5.8/7.0 MB | 204/490 kB | 28/230 kB
Progress (3): 5.8/7.0 MB | 204/490 kB | 28/230 kB
Progress (3): 5.8/7.0 MB | 204/490 kB | 32/230 kB
Progress (3): 5.8/7.0 MB | 204/490 kB | 32/230 kB
Progress (3): 5.8/7.0 MB | 208/490 kB | 32/230 kB
Progress (3): 5.8/7.0 MB | 212/490 kB | 32/230 kB
Progress (3): 5.8/7.0 MB | 212/490 kB | 36/230 kB
Progress (3): 5.9/7.0 MB | 212/490 kB | 36/230 kB
Progress (3): 5.9/7.0 MB | 212/490 kB | 40/230 kB
Progress (3): 5.9/7.0 MB | 217/490 kB | 40/230 kB
Progress (3): 5.9/7.0 MB | 217/490 kB | 45/230 kB
Progress (3): 5.9/7.0 MB | 217/490 kB | 45/230 kB
Progress (3): 5.9/7.0 MB | 217/490 kB | 49/230 kB
Progress (3): 5.9/7.0 MB | 221/490 kB | 49/230 kB
Progress (3): 5.9/7.0 MB | 221/490 kB | 49/230 kB
Progress (3): 5.9/7.0 MB | 225/490 kB | 49/230 kB
Progress (3): 5.9/7.0 MB | 225/490 kB | 49/230 kB
Progress (3): 5.9/7.0 MB | 225/490 kB | 53/230 kB
Progress (3): 5.9/7.0 MB | 229/490 kB | 53/230 kB
Progress (3): 5.9/7.0 MB | 229/490 kB | 57/230 kB
Progress (3): 5.9/7.0 MB | 229/490 kB | 61/230 kB
Progress (4): 5.9/7.0 MB | 229/490 kB | 61/230 kB | 4.1/152 kB
Progress (4): 5.9/7.0 MB | 229/490 kB | 61/230 kB | 4.1/152 kB
Progress (4): 5.9/7.0 MB | 229/490 kB | 65/230 kB | 4.1/152 kB
Progress (4): 5.9/7.0 MB | 229/490 kB | 65/230 kB | 4.1/152 kB
Progress (4): 5.9/7.0 MB | 229/490 kB | 65/230 kB | 7.7/152 kB
Progress (4): 5.9/7.0 MB | 229/490 kB | 65/230 kB | 7.7/152 kB
Progress (4): 5.9/7.0 MB | 233/490 kB | 65/230 kB | 7.7/152 kB
Progress (4): 5.9/7.0 MB | 233/490 kB | 69/230 kB | 7.7/152 kB
Progress (4): 5.9/7.0 MB | 233/490 kB | 69/230 kB | 7.7/152 kB
Progress (4): 5.9/7.0 MB | 233/490 kB | 69/230 kB | 12/152 kB 
Progress (4): 5.9/7.0 MB | 233/490 kB | 73/230 kB | 12/152 kB
Progress (4): 5.9/7.0 MB | 237/490 kB | 73/230 kB | 12/152 kB
Progress (4): 5.9/7.0 MB | 237/490 kB | 77/230 kB | 12/152 kB
Progress (4): 5.9/7.0 MB | 237/490 kB | 77/230 kB | 16/152 kB
Progress (4): 5.9/7.0 MB | 237/490 kB | 81/230 kB | 16/152 kB
Progress (4): 5.9/7.0 MB | 237/490 kB | 81/230 kB | 16/152 kB
Progress (4): 5.9/7.0 MB | 241/490 kB | 81/230 kB | 16/152 kB
Progress (4): 5.9/7.0 MB | 241/490 kB | 81/230 kB | 16/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 81/230 kB | 16/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 81/230 kB | 20/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 85/230 kB | 20/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 85/230 kB | 20/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 90/230 kB | 20/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 90/230 kB | 24/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 94/230 kB | 24/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 94/230 kB | 24/152 kB
Progress (4): 5.9/7.0 MB | 245/490 kB | 98/230 kB | 24/152 kB
Progress (4): 5.9/7.0 MB | 249/490 kB | 98/230 kB | 24/152 kB
Progress (4): 5.9/7.0 MB | 249/490 kB | 98/230 kB | 28/152 kB
Progress (4): 5.9/7.0 MB | 253/490 kB | 98/230 kB | 28/152 kB
Progress (4): 5.9/7.0 MB | 253/490 kB | 98/230 kB | 32/152 kB
Progress (4): 5.9/7.0 MB | 253/490 kB | 98/230 kB | 32/152 kB
Progress (4): 5.9/7.0 MB | 258/490 kB | 98/230 kB | 32/152 kB
Progress (4): 5.9/7.0 MB | 258/490 kB | 98/230 kB | 32/152 kB
Progress (4): 5.9/7.0 MB | 258/490 kB | 102/230 kB | 32/152 kB
Progress (4): 5.9/7.0 MB | 258/490 kB | 102/230 kB | 36/152 kB
Progress (4): 5.9/7.0 MB | 258/490 kB | 102/230 kB | 36/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 102/230 kB | 36/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 102/230 kB | 36/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 102/230 kB | 40/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 106/230 kB | 40/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 106/230 kB | 45/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 110/230 kB | 45/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 110/230 kB | 49/152 kB
Progress (4): 5.9/7.0 MB | 262/490 kB | 114/230 kB | 49/152 kB
Progress (4): 5.9/7.0 MB | 266/490 kB | 114/230 kB | 49/152 kB
Progress (4): 5.9/7.0 MB | 266/490 kB | 114/230 kB | 49/152 kB
Progress (4): 5.9/7.0 MB | 266/490 kB | 114/230 kB | 53/152 kB
Progress (4): 5.9/7.0 MB | 266/490 kB | 118/230 kB | 53/152 kB
Progress (4): 5.9/7.0 MB | 270/490 kB | 118/230 kB | 53/152 kB
Progress (4): 5.9/7.0 MB | 270/490 kB | 122/230 kB | 53/152 kB
Progress (4): 5.9/7.0 MB | 270/490 kB | 122/230 kB | 57/152 kB
Progress (4): 5.9/7.0 MB | 270/490 kB | 122/230 kB | 57/152 kB
Progress (4): 5.9/7.0 MB | 270/490 kB | 122/230 kB | 61/152 kB
Progress (4): 5.9/7.0 MB | 270/490 kB | 126/230 kB | 61/152 kB
Progress (4): 5.9/7.0 MB | 274/490 kB | 126/230 kB | 61/152 kB
Progress (4): 5.9/7.0 MB | 274/490 kB | 131/230 kB | 61/152 kB
Progress (4): 5.9/7.0 MB | 274/490 kB | 131/230 kB | 65/152 kB
Progress (4): 5.9/7.0 MB | 274/490 kB | 131/230 kB | 65/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 131/230 kB | 65/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 131/230 kB | 65/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 135/230 kB | 65/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 135/230 kB | 69/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 139/230 kB | 69/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 139/230 kB | 73/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 143/230 kB | 73/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 143/230 kB | 77/152 kB
Progress (4): 5.9/7.0 MB | 278/490 kB | 143/230 kB | 77/152 kB
Progress (4): 5.9/7.0 MB | 282/490 kB | 143/230 kB | 77/152 kB
Progress (4): 5.9/7.0 MB | 282/490 kB | 143/230 kB | 77/152 kB
Progress (4): 5.9/7.0 MB | 282/490 kB | 143/230 kB | 81/152 kB
Progress (4): 5.9/7.0 MB | 282/490 kB | 147/230 kB | 81/152 kB
Progress (4): 5.9/7.0 MB | 282/490 kB | 147/230 kB | 81/152 kB
Progress (4): 5.9/7.0 MB | 286/490 kB | 147/230 kB | 81/152 kB
Progress (4): 5.9/7.0 MB | 286/490 kB | 147/230 kB | 85/152 kB
Progress (4): 5.9/7.0 MB | 286/490 kB | 147/230 kB | 85/152 kB
Progress (4): 5.9/7.0 MB | 286/490 kB | 151/230 kB | 85/152 kB
Progress (4): 5.9/7.0 MB | 286/490 kB | 151/230 kB | 90/152 kB
Progress (4): 5.9/7.0 MB | 290/490 kB | 151/230 kB | 90/152 kB
Progress (4): 6.0/7.0 MB | 290/490 kB | 151/230 kB | 90/152 kB
Progress (4): 6.0/7.0 MB | 290/490 kB | 151/230 kB | 94/152 kB
Progress (4): 6.0/7.0 MB | 290/490 kB | 155/230 kB | 94/152 kB
Progress (4): 6.0/7.0 MB | 290/490 kB | 155/230 kB | 98/152 kB
Progress (4): 6.0/7.0 MB | 290/490 kB | 155/230 kB | 98/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 155/230 kB | 98/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 155/230 kB | 98/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 155/230 kB | 102/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 159/230 kB | 102/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 159/230 kB | 106/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 159/230 kB | 106/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 159/230 kB | 110/152 kB
Progress (4): 6.0/7.0 MB | 294/490 kB | 163/230 kB | 110/152 kB
Progress (5): 6.0/7.0 MB | 294/490 kB | 163/230 kB | 110/152 kB | 4.1/289 kB
Progress (5): 6.0/7.0 MB | 294/490 kB | 163/230 kB | 114/152 kB | 4.1/289 kB
Progress (5): 6.0/7.0 MB | 298/490 kB | 163/230 kB | 114/152 kB | 4.1/289 kB
Progress (5): 6.0/7.0 MB | 298/490 kB | 167/230 kB | 114/152 kB | 4.1/289 kB
Progress (5): 6.0/7.0 MB | 298/490 kB | 167/230 kB | 114/152 kB | 4.1/289 kB
Progress (5): 6.0/7.0 MB | 298/490 kB | 167/230 kB | 114/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 298/490 kB | 167/230 kB | 114/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 298/490 kB | 167/230 kB | 118/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 298/490 kB | 171/230 kB | 118/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 303/490 kB | 171/230 kB | 118/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 303/490 kB | 176/230 kB | 118/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 303/490 kB | 176/230 kB | 122/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 303/490 kB | 176/230 kB | 122/152 kB | 7.7/289 kB
Progress (5): 6.0/7.0 MB | 303/490 kB | 176/230 kB | 122/152 kB | 12/289 kB 
Progress (5): 6.0/7.0 MB | 303/490 kB | 176/230 kB | 122/152 kB | 12/289 kB
Progress (5): 6.0/7.0 MB | 303/490 kB | 176/230 kB | 126/152 kB | 12/289 kB
Progress (5): 6.0/7.0 MB | 303/490 kB | 180/230 kB | 126/152 kB | 12/289 kB
Progress (5): 6.0/7.0 MB | 307/490 kB | 180/230 kB | 126/152 kB | 12/289 kB
Progress (5): 6.0/7.0 MB | 307/490 kB | 180/230 kB | 131/152 kB | 12/289 kB
Progress (5): 6.0/7.0 MB | 307/490 kB | 180/230 kB | 131/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 307/490 kB | 184/230 kB | 131/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 307/490 kB | 184/230 kB | 131/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 184/230 kB | 131/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 184/230 kB | 131/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 188/230 kB | 131/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 188/230 kB | 135/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 192/230 kB | 135/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 192/230 kB | 135/152 kB | 16/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 192/230 kB | 135/152 kB | 20/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 192/230 kB | 135/152 kB | 20/289 kB
Progress (5): 6.0/7.0 MB | 311/490 kB | 196/230 kB | 135/152 kB | 20/289 kB
Progress (5): 6.0/7.0 MB | 315/490 kB | 196/230 kB | 135/152 kB | 20/289 kB
Progress (5): 6.0/7.0 MB | 315/490 kB | 196/230 kB | 139/152 kB | 20/289 kB
Progress (5): 6.0/7.0 MB | 319/490 kB | 196/230 kB | 139/152 kB | 20/289 kB
Progress (5): 6.0/7.0 MB | 319/490 kB | 196/230 kB | 139/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 319/490 kB | 200/230 kB | 139/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 319/490 kB | 200/230 kB | 139/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 323/490 kB | 200/230 kB | 139/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 323/490 kB | 200/230 kB | 143/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 327/490 kB | 200/230 kB | 143/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 327/490 kB | 200/230 kB | 143/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 327/490 kB | 204/230 kB | 143/152 kB | 24/289 kB
Progress (5): 6.0/7.0 MB | 327/490 kB | 204/230 kB | 143/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 331/490 kB | 204/230 kB | 143/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 331/490 kB | 208/230 kB | 143/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 331/490 kB | 208/230 kB | 143/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 331/490 kB | 208/230 kB | 147/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 331/490 kB | 208/230 kB | 147/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 331/490 kB | 212/230 kB | 147/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 335/490 kB | 212/230 kB | 147/152 kB | 28/289 kB
Progress (5): 6.0/7.0 MB | 335/490 kB | 212/230 kB | 147/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 335/490 kB | 212/230 kB | 147/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 339/490 kB | 212/230 kB | 147/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 339/490 kB | 212/230 kB | 151/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 344/490 kB | 212/230 kB | 151/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 344/490 kB | 212/230 kB | 151/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 344/490 kB | 217/230 kB | 151/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 344/490 kB | 217/230 kB | 151/152 kB | 32/289 kB
Progress (5): 6.0/7.0 MB | 344/490 kB | 217/230 kB | 151/152 kB | 36/289 kB
Progress (5): 6.0/7.0 MB | 344/490 kB | 217/230 kB | 152 kB | 36/289 kB    
Progress (5): 6.0/7.0 MB | 344/490 kB | 217/230 kB | 152 kB | 40/289 kB
Progress (5): 6.0/7.0 MB | 348/490 kB | 217/230 kB | 152 kB | 40/289 kB
Progress (5): 6.0/7.0 MB | 348/490 kB | 217/230 kB | 152 kB | 40/289 kB
Progress (5): 6.0/7.0 MB | 348/490 kB | 221/230 kB | 152 kB | 40/289 kB
Progress (5): 6.0/7.0 MB | 352/490 kB | 221/230 kB | 152 kB | 40/289 kB
Progress (5): 6.0/7.0 MB | 352/490 kB | 221/230 kB | 152 kB | 45/289 kB
Progress (5): 6.0/7.0 MB | 352/490 kB | 221/230 kB | 152 kB | 45/289 kB
Progress (5): 6.0/7.0 MB | 356/490 kB | 221/230 kB | 152 kB | 45/289 kB
Progress (5): 6.0/7.0 MB | 356/490 kB | 225/230 kB | 152 kB | 45/289 kB
Progress (5): 6.0/7.0 MB | 360/490 kB | 225/230 kB | 152 kB | 45/289 kB
Progress (5): 6.0/7.0 MB | 360/490 kB | 225/230 kB | 152 kB | 45/289 kB
Progress (5): 6.0/7.0 MB | 360/490 kB | 225/230 kB | 152 kB | 49/289 kB
Progress (5): 6.0/7.0 MB | 360/490 kB | 225/230 kB | 152 kB | 49/289 kB
Progress (5): 6.0/7.0 MB | 360/490 kB | 229/230 kB | 152 kB | 49/289 kB
Progress (5): 6.0/7.0 MB | 360/490 kB | 229/230 kB | 152 kB | 49/289 kB
Progress (5): 6.0/7.0 MB | 364/490 kB | 229/230 kB | 152 kB | 49/289 kB
Progress (5): 6.0/7.0 MB | 364/490 kB | 229/230 kB | 152 kB | 53/289 kB
Progress (5): 6.0/7.0 MB | 364/490 kB | 230 kB | 152 kB | 53/289 kB    
Progress (5): 6.0/7.0 MB | 364/490 kB | 230 kB | 152 kB | 53/289 kB
Progress (5): 6.0/7.0 MB | 364/490 kB | 230 kB | 152 kB | 57/289 kB
Progress (5): 6.0/7.0 MB | 368/490 kB | 230 kB | 152 kB | 57/289 kB
Progress (5): 6.0/7.0 MB | 368/490 kB | 230 kB | 152 kB | 61/289 kB
Progress (5): 6.1/7.0 MB | 368/490 kB | 230 kB | 152 kB | 61/289 kB
Progress (5): 6.1/7.0 MB | 368/490 kB | 230 kB | 152 kB | 65/289 kB
Progress (5): 6.1/7.0 MB | 372/490 kB | 230 kB | 152 kB | 65/289 kB
Progress (5): 6.1/7.0 MB | 372/490 kB | 230 kB | 152 kB | 65/289 kB
Progress (5): 6.1/7.0 MB | 376/490 kB | 230 kB | 152 kB | 65/289 kB
Progress (5): 6.1/7.0 MB | 376/490 kB | 230 kB | 152 kB | 65/289 kB
Progress (5): 6.1/7.0 MB | 376/490 kB | 230 kB | 152 kB | 69/289 kB
Progress (5): 6.1/7.0 MB | 376/490 kB | 230 kB | 152 kB | 73/289 kB
Progress (5): 6.1/7.0 MB | 380/490 kB | 230 kB | 152 kB | 73/289 kB
Progress (5): 6.1/7.0 MB | 380/490 kB | 230 kB | 152 kB | 73/289 kB
Progress (5): 6.1/7.0 MB | 380/490 kB | 230 kB | 152 kB | 77/289 kB
Progress (5): 6.1/7.0 MB | 380/490 kB | 230 kB | 152 kB | 77/289 kB
Progress (5): 6.1/7.0 MB | 384/490 kB | 230 kB | 152 kB | 77/289 kB
Progress (5): 6.1/7.0 MB | 384/490 kB | 230 kB | 152 kB | 77/289 kB
Progress (5): 6.1/7.0 MB | 384/490 kB | 230 kB | 152 kB | 81/289 kB
Progress (5): 6.1/7.0 MB | 384/490 kB | 230 kB | 152 kB | 81/289 kB
Progress (5): 6.1/7.0 MB | 389/490 kB | 230 kB | 152 kB | 81/289 kB
Progress (5): 6.1/7.0 MB | 393/490 kB | 230 kB | 152 kB | 81/289 kB
Progress (5): 6.1/7.0 MB | 393/490 kB | 230 kB | 152 kB | 85/289 kB
Progress (5): 6.1/7.0 MB | 393/490 kB | 230 kB | 152 kB | 85/289 kB
Progress (5): 6.1/7.0 MB | 393/490 kB | 230 kB | 152 kB | 90/289 kB
Progress (5): 6.1/7.0 MB | 393/490 kB | 230 kB | 152 kB | 90/289 kB
Progress (5): 6.1/7.0 MB | 393/490 kB | 230 kB | 152 kB | 94/289 kB
Progress (5): 6.1/7.0 MB | 397/490 kB | 230 kB | 152 kB | 94/289 kB
Progress (5): 6.1/7.0 MB | 397/490 kB | 230 kB | 152 kB | 98/289 kB
Progress (5): 6.1/7.0 MB | 397/490 kB | 230 kB | 152 kB | 98/289 kB
Progress (5): 6.1/7.0 MB | 401/490 kB | 230 kB | 152 kB | 98/289 kB
Progress (5): 6.1/7.0 MB | 401/490 kB | 230 kB | 152 kB | 98/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 98/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 102/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 106/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 110/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 114/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 118/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 122/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 126/289 kB
Progress (5): 6.1/7.0 MB | 405/490 kB | 230 kB | 152 kB | 131/289 kB
Progress (5): 6.1/7.0 MB | 409/490 kB | 230 kB | 152 kB | 131/289 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar (230 kB at 159 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (152 kB at 105 kB/s)
Progress (3): 6.1/7.0 MB | 409/490 kB | 135/289 kB
Progress (3): 6.1/7.0 MB | 409/490 kB | 135/289 kB
Progress (3): 6.1/7.0 MB | 409/490 kB | 139/289 kB
Progress (3): 6.1/7.0 MB | 413/490 kB | 139/289 kB
Progress (3): 6.1/7.0 MB | 413/490 kB | 143/289 kB
Progress (3): 6.1/7.0 MB | 413/490 kB | 143/289 kB
Progress (3): 6.1/7.0 MB | 413/490 kB | 147/289 kB
Progress (3): 6.1/7.0 MB | 417/490 kB | 147/289 kB
Progress (3): 6.1/7.0 MB | 417/490 kB | 147/289 kB
Progress (3): 6.1/7.0 MB | 421/490 kB | 147/289 kB
Progress (3): 6.1/7.0 MB | 421/490 kB | 147/289 kB
Progress (3): 6.1/7.0 MB | 425/490 kB | 147/289 kB
Progress (3): 6.1/7.0 MB | 425/490 kB | 151/289 kB
Progress (3): 6.1/7.0 MB | 425/490 kB | 151/289 kB
Progress (3): 6.1/7.0 MB | 430/490 kB | 151/289 kB
Progress (3): 6.1/7.0 MB | 430/490 kB | 155/289 kB
Progress (3): 6.1/7.0 MB | 434/490 kB | 155/289 kB
Progress (3): 6.1/7.0 MB | 434/490 kB | 155/289 kB
Progress (3): 6.1/7.0 MB | 438/490 kB | 155/289 kB
Progress (3): 6.1/7.0 MB | 438/490 kB | 159/289 kB
Progress (3): 6.1/7.0 MB | 442/490 kB | 159/289 kB
Progress (3): 6.1/7.0 MB | 442/490 kB | 159/289 kB
Progress (3): 6.1/7.0 MB | 442/490 kB | 163/289 kB
Progress (3): 6.1/7.0 MB | 442/490 kB | 163/289 kB
Progress (3): 6.1/7.0 MB | 446/490 kB | 163/289 kB
Progress (3): 6.1/7.0 MB | 450/490 kB | 163/289 kB
Progress (3): 6.1/7.0 MB | 454/490 kB | 163/289 kB
Progress (3): 6.1/7.0 MB | 454/490 kB | 167/289 kB
Progress (3): 6.1/7.0 MB | 454/490 kB | 167/289 kB
Progress (3): 6.1/7.0 MB | 454/490 kB | 171/289 kB
Progress (3): 6.1/7.0 MB | 458/490 kB | 171/289 kB
Progress (3): 6.1/7.0 MB | 458/490 kB | 176/289 kB
Progress (3): 6.1/7.0 MB | 458/490 kB | 176/289 kB
Progress (3): 6.1/7.0 MB | 458/490 kB | 180/289 kB
Progress (3): 6.1/7.0 MB | 458/490 kB | 180/289 kB
Progress (3): 6.1/7.0 MB | 462/490 kB | 180/289 kB
Progress (3): 6.1/7.0 MB | 462/490 kB | 180/289 kB
Progress (3): 6.1/7.0 MB | 466/490 kB | 180/289 kB
Progress (3): 6.1/7.0 MB | 471/490 kB | 180/289 kB
Progress (3): 6.1/7.0 MB | 471/490 kB | 184/289 kB
Progress (3): 6.1/7.0 MB | 475/490 kB | 184/289 kB
Progress (3): 6.1/7.0 MB | 475/490 kB | 188/289 kB
Progress (3): 6.1/7.0 MB | 475/490 kB | 188/289 kB
Progress (3): 6.1/7.0 MB | 475/490 kB | 192/289 kB
Progress (3): 6.2/7.0 MB | 475/490 kB | 192/289 kB
Progress (3): 6.2/7.0 MB | 479/490 kB | 192/289 kB
Progress (3): 6.2/7.0 MB | 479/490 kB | 196/289 kB
Progress (3): 6.2/7.0 MB | 483/490 kB | 196/289 kB
Progress (3): 6.2/7.0 MB | 483/490 kB | 196/289 kB
Progress (3): 6.2/7.0 MB | 487/490 kB | 196/289 kB
Progress (3): 6.2/7.0 MB | 487/490 kB | 196/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 196/289 kB    
Progress (3): 6.2/7.0 MB | 490 kB | 200/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 204/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 208/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 208/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 212/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 212/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 212/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 212/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 217/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 221/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 225/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 225/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 229/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 229/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 229/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 229/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 233/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 237/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 241/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 241/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 245/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 245/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 245/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 245/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 249/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 253/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 258/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 258/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 262/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 262/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 262/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 262/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 266/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 270/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 274/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 274/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 278/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 278/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 278/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 278/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 282/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 286/289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 289 kB    
Progress (3): 6.2/7.0 MB | 490 kB | 289 kB
Progress (3): 6.2/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (3): 6.3/7.0 MB | 490 kB | 289 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 4.1/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 4.1/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 7.7/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 7.7/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 12/169 kB 
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 12/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 16/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 16/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 20/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 20/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 24/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 24/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 28/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 28/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 32/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 32/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 36/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 36/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 40/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 40/169 kB
Progress (4): 6.3/7.0 MB | 490 kB | 289 kB | 45/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 45/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 49/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 49/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 53/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 53/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 57/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 57/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 61/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 61/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 65/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 65/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 69/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 69/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 73/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 73/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 77/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 77/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 81/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 81/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 85/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 85/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 90/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 90/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 94/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 94/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 98/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 98/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 102/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 102/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 106/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 106/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 110/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 110/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 114/169 kB
Progress (4): 6.4/7.0 MB | 490 kB | 289 kB | 114/169 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar (289 kB at 198 kB/s)
Progress (3): 6.4/7.0 MB | 490 kB | 114/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 118/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 118/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 122/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 122/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 126/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 126/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 131/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 135/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 139/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 139/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 143/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 143/169 kB
Progress (3): 6.4/7.0 MB | 490 kB | 147/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 147/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 147/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 151/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 155/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 159/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 163/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 163/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 163/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 167/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 167/169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB    
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.5/7.0 MB | 490 kB | 169 kB
Progress (3): 6.6/7.0 MB | 490 kB | 169 kB
Progress (3): 6.6/7.0 MB | 490 kB | 169 kB
Progress (3): 6.6/7.0 MB | 490 kB | 169 kB
Progress (3): 6.6/7.0 MB | 490 kB | 169 kB
Progress (3): 6.6/7.0 MB | 490 kB | 169 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 333 kB/s)
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.6/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
Progress (2): 6.7/7.0 MB | 169 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 114 kB/s)
Progress (1): 6.7/7.0 MB
Progress (1): 6.7/7.0 MB
Progress (1): 6.7/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.8/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 6.9/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0/7.0 MB
Progress (1): 7.0 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.jar (7.0 MB at 4.7 MB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.runtime ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Progress (1): 823 B
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 110 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Progress (1): 814 B
Progress (1): 3.0 kB
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 160 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
Progress (1): 998 B
                   
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 250 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Progress (1): 835 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 93 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Progress (1): 830 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 81 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Progress (1): 813 B
Progress (1): 3.0 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 116 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Progress (1): 794 B
Progress (1): 2.2 kB
Progress (1): 4.8 kB
Progress (1): 6.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 571 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 37 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Progress (1): 915 B
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 89 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Progress (1): 1.6 kB
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 94 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Progress (1): 1.5 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 168 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Progress (1): 890 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 20 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Progress (1): 1.5 kB
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 102 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
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
Progress (1): 711 B
Progress (1): 2.7 kB
Progress (1): 6.4 kB
Progress (1): 8.9 kB
Progress (1): 13 kB 
Progress (1): 13 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 1.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Progress (1): 4.1/116 kB
Progress (1): 7.7/116 kB
Progress (1): 12/116 kB 
Progress (1): 16/116 kB
Progress (1): 20/116 kB
Progress (1): 24/116 kB
Progress (1): 28/116 kB
Progress (1): 32/116 kB
Progress (1): 36/116 kB
Progress (1): 40/116 kB
Progress (1): 45/116 kB
Progress (1): 49/116 kB
Progress (1): 53/116 kB
Progress (1): 57/116 kB
Progress (1): 61/116 kB
Progress (1): 65/116 kB
Progress (2): 65/116 kB | 4.1/29 kB
Progress (2): 65/116 kB | 7.7/29 kB
Progress (2): 69/116 kB | 7.7/29 kB
Progress (2): 73/116 kB | 7.7/29 kB
Progress (2): 77/116 kB | 7.7/29 kB
Progress (2): 81/116 kB | 7.7/29 kB
Progress (3): 81/116 kB | 7.7/29 kB | 4.1/35 kB
Progress (3): 81/116 kB | 7.7/29 kB | 7.7/35 kB
Progress (3): 81/116 kB | 7.7/29 kB | 12/35 kB 
Progress (4): 81/116 kB | 7.7/29 kB | 12/35 kB | 4.1/152 kB
Progress (4): 81/116 kB | 7.7/29 kB | 12/35 kB | 7.7/152 kB
Progress (4): 81/116 kB | 12/29 kB | 12/35 kB | 7.7/152 kB 
Progress (4): 81/116 kB | 12/29 kB | 12/35 kB | 12/152 kB 
Progress (4): 85/116 kB | 12/29 kB | 12/35 kB | 12/152 kB
Progress (4): 85/116 kB | 12/29 kB | 16/35 kB | 12/152 kB
Progress (4): 90/116 kB | 12/29 kB | 16/35 kB | 12/152 kB
Progress (4): 90/116 kB | 12/29 kB | 16/35 kB | 16/152 kB
Progress (4): 90/116 kB | 16/29 kB | 16/35 kB | 16/152 kB
Progress (4): 90/116 kB | 16/29 kB | 20/35 kB | 16/152 kB
Progress (4): 94/116 kB | 16/29 kB | 20/35 kB | 16/152 kB
Progress (4): 94/116 kB | 16/29 kB | 24/35 kB | 16/152 kB
Progress (4): 98/116 kB | 16/29 kB | 24/35 kB | 16/152 kB
Progress (4): 98/116 kB | 20/29 kB | 24/35 kB | 16/152 kB
Progress (4): 98/116 kB | 20/29 kB | 28/35 kB | 16/152 kB
Progress (4): 98/116 kB | 20/29 kB | 32/35 kB | 16/152 kB
Progress (4): 102/116 kB | 20/29 kB | 32/35 kB | 16/152 kB
Progress (4): 106/116 kB | 20/29 kB | 32/35 kB | 16/152 kB
Progress (4): 110/116 kB | 20/29 kB | 32/35 kB | 16/152 kB
Progress (4): 114/116 kB | 20/29 kB | 32/35 kB | 16/152 kB
Progress (4): 116 kB | 20/29 kB | 32/35 kB | 16/152 kB    
Progress (4): 116 kB | 20/29 kB | 32/35 kB | 20/152 kB
Progress (4): 116 kB | 24/29 kB | 32/35 kB | 20/152 kB
Progress (4): 116 kB | 24/29 kB | 32/35 kB | 24/152 kB
Progress (4): 116 kB | 24/29 kB | 35 kB | 24/152 kB   
Progress (4): 116 kB | 24/29 kB | 35 kB | 28/152 kB
Progress (4): 116 kB | 28/29 kB | 35 kB | 28/152 kB
Progress (4): 116 kB | 28/29 kB | 35 kB | 32/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 32/152 kB   
Progress (4): 116 kB | 29 kB | 35 kB | 36/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 40/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 45/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 49/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 53/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 57/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 61/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 65/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 69/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 73/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 77/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 81/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 85/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 90/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 94/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 98/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 102/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 106/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 110/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 114/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 118/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 122/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 126/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 131/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 135/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 139/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 143/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 147/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 151/152 kB
Progress (4): 116 kB | 29 kB | 35 kB | 152 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 665 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Progress (4): 116 kB | 29 kB | 152 kB | 4.1/57 kB
Progress (4): 116 kB | 29 kB | 152 kB | 7.7/57 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 507 kB/s)
Progress (3): 116 kB | 152 kB | 12/57 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Progress (3): 116 kB | 152 kB | 16/57 kB
Progress (3): 116 kB | 152 kB | 20/57 kB
Progress (3): 116 kB | 152 kB | 24/57 kB
Progress (3): 116 kB | 152 kB | 28/57 kB
Progress (3): 116 kB | 152 kB | 32/57 kB
Progress (3): 116 kB | 152 kB | 36/57 kB
Progress (3): 116 kB | 152 kB | 40/57 kB
Progress (3): 116 kB | 152 kB | 45/57 kB
Progress (3): 116 kB | 152 kB | 49/57 kB
Progress (3): 116 kB | 152 kB | 53/57 kB
Progress (3): 116 kB | 152 kB | 57 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 843 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Progress (2): 116 kB | 4.1/9.9 kB
Progress (2): 116 kB | 7.7/9.9 kB
Progress (2): 116 kB | 9.9 kB    
Progress (3): 116 kB | 9.9 kB | 4.1/24 kB
Progress (3): 116 kB | 9.9 kB | 7.7/24 kB
Progress (3): 116 kB | 9.9 kB | 12/24 kB 
Progress (3): 116 kB | 9.9 kB | 16/24 kB
Progress (3): 116 kB | 9.9 kB | 20/24 kB
Progress (3): 116 kB | 9.9 kB | 24/24 kB
Progress (3): 116 kB | 9.9 kB | 24 kB   
Progress (4): 116 kB | 9.9 kB | 24 kB | 4.1/21 kB
Progress (4): 116 kB | 9.9 kB | 24 kB | 7.7/21 kB
Progress (4): 116 kB | 9.9 kB | 24 kB | 12/21 kB 
Progress (4): 116 kB | 9.9 kB | 24 kB | 16/21 kB
Progress (4): 116 kB | 9.9 kB | 24 kB | 20/21 kB
Progress (4): 116 kB | 9.9 kB | 24 kB | 21 kB   
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 318 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 236 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Progress (2): 9.9 kB | 4.1/37 kB
Progress (2): 9.9 kB | 7.7/37 kB
Progress (2): 9.9 kB | 12/37 kB 
Progress (2): 9.9 kB | 16/37 kB
Progress (2): 9.9 kB | 20/37 kB
Progress (2): 9.9 kB | 24/37 kB
Progress (2): 9.9 kB | 28/37 kB
Progress (2): 9.9 kB | 32/37 kB
Progress (2): 9.9 kB | 36/37 kB
Progress (2): 9.9 kB | 37 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Progress (2): 37 kB | 4.1/14 kB
Progress (2): 37 kB | 7.7/14 kB
Progress (2): 37 kB | 12/14 kB 
Progress (2): 37 kB | 14 kB   
Progress (3): 37 kB | 14 kB | 4.1/87 kB
Progress (3): 37 kB | 14 kB | 7.7/87 kB
Progress (3): 37 kB | 14 kB | 12/87 kB 
Progress (3): 37 kB | 14 kB | 16/87 kB
Progress (3): 37 kB | 14 kB | 20/87 kB
Progress (3): 37 kB | 14 kB | 24/87 kB
Progress (3): 37 kB | 14 kB | 28/87 kB
Progress (3): 37 kB | 14 kB | 32/87 kB
Progress (3): 37 kB | 14 kB | 36/87 kB
Progress (3): 37 kB | 14 kB | 40/87 kB
Progress (3): 37 kB | 14 kB | 45/87 kB
Progress (3): 37 kB | 14 kB | 49/87 kB
Progress (3): 37 kB | 14 kB | 53/87 kB
Progress (3): 37 kB | 14 kB | 57/87 kB
Progress (3): 37 kB | 14 kB | 61/87 kB
Progress (3): 37 kB | 14 kB | 65/87 kB
Progress (4): 37 kB | 14 kB | 65/87 kB | 4.1/49 kB
Progress (4): 37 kB | 14 kB | 65/87 kB | 7.7/49 kB
Progress (4): 37 kB | 14 kB | 65/87 kB | 12/49 kB 
Progress (4): 37 kB | 14 kB | 69/87 kB | 12/49 kB
Progress (4): 37 kB | 14 kB | 69/87 kB | 16/49 kB
Progress (4): 37 kB | 14 kB | 73/87 kB | 16/49 kB
Progress (4): 37 kB | 14 kB | 77/87 kB | 16/49 kB
Progress (4): 37 kB | 14 kB | 81/87 kB | 16/49 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 376 kB/s)
Progress (3): 14 kB | 85/87 kB | 16/49 kB
Progress (3): 14 kB | 85/87 kB | 20/49 kB
Progress (3): 14 kB | 87 kB | 20/49 kB   
                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Progress (3): 14 kB | 87 kB | 24/49 kB
Progress (3): 14 kB | 87 kB | 28/49 kB
Progress (3): 14 kB | 87 kB | 32/49 kB
Progress (3): 14 kB | 87 kB | 36/49 kB
Progress (3): 14 kB | 87 kB | 40/49 kB
Progress (3): 14 kB | 87 kB | 45/49 kB
Progress (3): 14 kB | 87 kB | 49/49 kB
Progress (3): 14 kB | 87 kB | 49 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 132 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.jar
Progress (3): 87 kB | 49 kB | 4.1/86 kB
Progress (3): 87 kB | 49 kB | 7.7/86 kB
Progress (3): 87 kB | 49 kB | 12/86 kB 
Progress (3): 87 kB | 49 kB | 16/86 kB
Progress (3): 87 kB | 49 kB | 20/86 kB
Progress (3): 87 kB | 49 kB | 24/86 kB
Progress (3): 87 kB | 49 kB | 28/86 kB
Progress (3): 87 kB | 49 kB | 32/86 kB
Progress (3): 87 kB | 49 kB | 36/86 kB
Progress (3): 87 kB | 49 kB | 40/86 kB
Progress (3): 87 kB | 49 kB | 45/86 kB
Progress (3): 87 kB | 49 kB | 49/86 kB
Progress (4): 87 kB | 49 kB | 49/86 kB | 4.1/121 kB
Progress (4): 87 kB | 49 kB | 49/86 kB | 7.7/121 kB
Progress (4): 87 kB | 49 kB | 49/86 kB | 12/121 kB 
Progress (4): 87 kB | 49 kB | 49/86 kB | 16/121 kB
Progress (4): 87 kB | 49 kB | 49/86 kB | 20/121 kB
Progress (4): 87 kB | 49 kB | 49/86 kB | 24/121 kB
Progress (4): 87 kB | 49 kB | 49/86 kB | 28/121 kB
Progress (4): 87 kB | 49 kB | 49/86 kB | 32/121 kB
Progress (4): 87 kB | 49 kB | 53/86 kB | 32/121 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 816 kB/s)
Progress (3): 49 kB | 53/86 kB | 36/121 kB
Progress (3): 49 kB | 57/86 kB | 36/121 kB
Progress (3): 49 kB | 57/86 kB | 40/121 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Progress (3): 49 kB | 57/86 kB | 45/121 kB
Progress (3): 49 kB | 61/86 kB | 45/121 kB
Progress (3): 49 kB | 61/86 kB | 49/121 kB
Progress (3): 49 kB | 65/86 kB | 49/121 kB
Progress (3): 49 kB | 65/86 kB | 53/121 kB
Progress (3): 49 kB | 69/86 kB | 53/121 kB
Progress (3): 49 kB | 69/86 kB | 57/121 kB
Progress (3): 49 kB | 73/86 kB | 57/121 kB
Progress (3): 49 kB | 73/86 kB | 61/121 kB
Progress (3): 49 kB | 77/86 kB | 61/121 kB
Progress (3): 49 kB | 77/86 kB | 65/121 kB
Progress (3): 49 kB | 81/86 kB | 65/121 kB
Progress (3): 49 kB | 85/86 kB | 65/121 kB
Progress (3): 49 kB | 86 kB | 65/121 kB   
Progress (3): 49 kB | 86 kB | 69/121 kB
Progress (3): 49 kB | 86 kB | 73/121 kB
Progress (3): 49 kB | 86 kB | 77/121 kB
Progress (3): 49 kB | 86 kB | 81/121 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 435 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
Progress (2): 86 kB | 85/121 kB
Progress (2): 86 kB | 90/121 kB
Progress (2): 86 kB | 94/121 kB
Progress (2): 86 kB | 98/121 kB
Progress (3): 86 kB | 98/121 kB | 4.1/223 kB
Progress (4): 86 kB | 98/121 kB | 4.1/223 kB | 4.1/10 kB
Progress (4): 86 kB | 98/121 kB | 7.7/223 kB | 4.1/10 kB
Progress (4): 86 kB | 98/121 kB | 7.7/223 kB | 7.7/10 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 604 kB/s)
Progress (3): 98/121 kB | 12/223 kB | 7.7/10 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Progress (3): 98/121 kB | 12/223 kB | 10 kB
Progress (3): 102/121 kB | 12/223 kB | 10 kB
Progress (3): 102/121 kB | 16/223 kB | 10 kB
Progress (3): 106/121 kB | 16/223 kB | 10 kB
Progress (3): 110/121 kB | 16/223 kB | 10 kB
Progress (3): 110/121 kB | 20/223 kB | 10 kB
Progress (3): 114/121 kB | 20/223 kB | 10 kB
Progress (3): 114/121 kB | 24/223 kB | 10 kB
Progress (3): 114/121 kB | 28/223 kB | 10 kB
Progress (3): 118/121 kB | 28/223 kB | 10 kB
Progress (3): 118/121 kB | 32/223 kB | 10 kB
Progress (3): 121 kB | 32/223 kB | 10 kB    
Progress (3): 121 kB | 36/223 kB | 10 kB
Progress (3): 121 kB | 40/223 kB | 10 kB
Progress (3): 121 kB | 45/223 kB | 10 kB
Progress (3): 121 kB | 49/223 kB | 10 kB
Progress (3): 121 kB | 53/223 kB | 10 kB
Progress (3): 121 kB | 57/223 kB | 10 kB
Progress (3): 121 kB | 61/223 kB | 10 kB
Progress (3): 121 kB | 65/223 kB | 10 kB
Progress (3): 121 kB | 69/223 kB | 10 kB
Progress (3): 121 kB | 73/223 kB | 10 kB
Progress (3): 121 kB | 77/223 kB | 10 kB
Progress (3): 121 kB | 81/223 kB | 10 kB
Progress (3): 121 kB | 85/223 kB | 10 kB
Progress (3): 121 kB | 90/223 kB | 10 kB
Progress (3): 121 kB | 94/223 kB | 10 kB
Progress (3): 121 kB | 98/223 kB | 10 kB
Progress (3): 121 kB | 102/223 kB | 10 kB
Progress (3): 121 kB | 106/223 kB | 10 kB
Progress (3): 121 kB | 110/223 kB | 10 kB
Progress (3): 121 kB | 114/223 kB | 10 kB
Progress (3): 121 kB | 118/223 kB | 10 kB
Progress (3): 121 kB | 122/223 kB | 10 kB
Progress (3): 121 kB | 126/223 kB | 10 kB
Progress (3): 121 kB | 131/223 kB | 10 kB
Progress (3): 121 kB | 135/223 kB | 10 kB
Progress (3): 121 kB | 139/223 kB | 10 kB
Progress (3): 121 kB | 143/223 kB | 10 kB
Progress (3): 121 kB | 147/223 kB | 10 kB
Progress (3): 121 kB | 151/223 kB | 10 kB
Progress (3): 121 kB | 155/223 kB | 10 kB
Progress (3): 121 kB | 159/223 kB | 10 kB
Progress (3): 121 kB | 163/223 kB | 10 kB
Progress (3): 121 kB | 167/223 kB | 10 kB
Progress (3): 121 kB | 171/223 kB | 10 kB
Progress (3): 121 kB | 176/223 kB | 10 kB
Progress (3): 121 kB | 180/223 kB | 10 kB
Progress (3): 121 kB | 184/223 kB | 10 kB
Progress (3): 121 kB | 188/223 kB | 10 kB
Progress (3): 121 kB | 192/223 kB | 10 kB
Progress (3): 121 kB | 196/223 kB | 10 kB
Progress (3): 121 kB | 200/223 kB | 10 kB
Progress (3): 121 kB | 204/223 kB | 10 kB
Progress (3): 121 kB | 208/223 kB | 10 kB
Progress (3): 121 kB | 212/223 kB | 10 kB
Progress (3): 121 kB | 217/223 kB | 10 kB
Progress (3): 121 kB | 221/223 kB | 10 kB
Progress (3): 121 kB | 223 kB | 10 kB    
Progress (4): 121 kB | 223 kB | 10 kB | 4.1/35 kB
Progress (4): 121 kB | 223 kB | 10 kB | 7.7/35 kB
Progress (4): 121 kB | 223 kB | 10 kB | 12/35 kB 
Progress (4): 121 kB | 223 kB | 10 kB | 16/35 kB
Progress (4): 121 kB | 223 kB | 10 kB | 20/35 kB
Progress (4): 121 kB | 223 kB | 10 kB | 24/35 kB
Progress (4): 121 kB | 223 kB | 10 kB | 28/35 kB
Progress (4): 121 kB | 223 kB | 10 kB | 32/35 kB
Progress (5): 121 kB | 223 kB | 10 kB | 32/35 kB | 4.1/6.8 kB
Progress (5): 121 kB | 223 kB | 10 kB | 35 kB | 4.1/6.8 kB   
Progress (5): 121 kB | 223 kB | 10 kB | 35 kB | 6.8 kB    
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 212 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 41 kB/s)
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 729 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 61 kB/s)
Progress (1): 4.1/61 kB
Progress (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (1): 20/61 kB
Progress (1): 24/61 kB
Progress (1): 28/61 kB
Progress (1): 32/61 kB
Progress (1): 36/61 kB
Progress (1): 40/61 kB
Progress (1): 45/61 kB
Progress (1): 49/61 kB
Progress (1): 53/61 kB
Progress (1): 57/61 kB
Progress (1): 61/61 kB
Progress (1): 61 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 332 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.runtime ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom
Progress (1): 692 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 18 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom
Progress (1): 1.2 kB
Progress (1): 4.0 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 287 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
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
Progress (1): 1.3 kB
Progress (1): 2.7 kB
                    
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 886 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom
Progress (1): 867 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 46 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.0/tycho-compiler-jdt-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.0/tycho-compiler-jdt-1.5.0.pom
Progress (1): 892 B
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.0/tycho-compiler-jdt-1.5.0.pom (2.4 kB at 82 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.5.0/tycho-lib-detector-1.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.0/tycho-lib-detector-1.5.0.pom
Progress (1): 924 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.0/tycho-lib-detector-1.5.0.pom (1.6 kB at 58 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom
Progress (1): 914 B
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom (1.7 kB at 76 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.5.0/tycho-lib-detector-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.0/tycho-compiler-jdt-1.5.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.0/tycho-compiler-jdt-1.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.0/tycho-lib-detector-1.5.0.jar
Progress (1): 0/2.9 MB
Progress (1): 0/2.9 MB
Progress (1): 0/2.9 MB
Progress (1): 0/2.9 MB
Progress (2): 0/2.9 MB | 3.5 kB
Progress (2): 0/2.9 MB | 3.5 kB
Progress (2): 0/2.9 MB | 3.5 kB
Progress (3): 0/2.9 MB | 3.5 kB | 4.1/17 kB
Progress (3): 0/2.9 MB | 3.5 kB | 4.1/17 kB
Progress (3): 0/2.9 MB | 3.5 kB | 7.7/17 kB
Progress (4): 0/2.9 MB | 3.5 kB | 7.7/17 kB | 4.1/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 12/17 kB | 4.1/27 kB 
Progress (4): 0/2.9 MB | 3.5 kB | 12/17 kB | 4.1/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 16/17 kB | 4.1/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 16/17 kB | 7.7/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 7.7/27 kB   
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 12/27 kB 
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 12/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 16/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 16/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 16/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 16/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 20/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 24/27 kB
Progress (4): 0/2.9 MB | 3.5 kB | 17 kB | 27 kB   
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.1/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.2/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
Progress (4): 0.3/2.9 MB | 3.5 kB | 17 kB | 27 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 821 kB/s)
Progress (3): 0.3/2.9 MB | 3.5 kB | 17 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.5.0/tycho-lib-detector-1.5.0.jar (3.5 kB at 103 kB/s)
Progress (2): 0.3/2.9 MB | 17 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.5.0/tycho-compiler-jdt-1.5.0.jar (17 kB at 510 kB/s)
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.3/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.4/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (2): 0.6/2.9 MB | 4.1/4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB    
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.6/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.7/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
Progress (2): 0.8/2.9 MB | 4.7 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 69 kB/s)
Progress (1): 0.8/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.8/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 0.9/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.0/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.3/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.4/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.5/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.6/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.7/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.8/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 1.9/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.0/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.3/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.4/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.5/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.8/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9/2.9 MB
Progress (1): 2.9 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar (2.9 MB at 8.6 MB/s)
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.runtime ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.runtime ---
[INFO] 
[INFO] ---------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl >----------
[INFO] Building org.eclipse.xsemantics.dsl 1.19.0-SNAPSHOT               [4/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (generateEMFModel) @ org.eclipse.xsemantics.dsl ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.pom (1.4 kB at 76 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.plugins-parent/2.11.1/org.eclipse.emf.mwe2.plugins-parent-2.11.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.plugins-parent/2.11.1/org.eclipse.emf.mwe2.plugins-parent-2.11.1.pom
Progress (1): 1.7 kB
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.plugins-parent/2.11.1/org.eclipse.emf.mwe2.plugins-parent-2.11.1.pom (3.9 kB at 230 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.11.1/org.eclipse.emf.mwe2.parent-2.11.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.11.1/org.eclipse.emf.mwe2.parent-2.11.1.pom
Progress (1): 1.2 kB
Progress (1): 2.8 kB
Progress (1): 5.7 kB
Progress (1): 7.9 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.11.1/org.eclipse.emf.mwe2.parent-2.11.1.pom (9.6 kB at 228 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Progress (1): 730 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (730 B at 24 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.pom
Progress (1): 837 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.pom (837 B at 40 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
Progress (1): 731 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml (731 B at 690 B/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.pom
Progress (1): 856 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.pom (856 B at 39 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
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
Progress (1): 788 B
Progress (1): 2.2 kB
Progress (1): 4.3 kB
Progress (1): 6.6 kB
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 614 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
Progress (1): 746 B
Progress (1): 2.0 kB
Progress (1): 4.8 kB
Progress (1): 8.8 kB
Progress (1): 11 kB 
Progress (1): 15 kB
Progress (1): 19 kB
Progress (1): 21 kB
Progress (1): 23 kB
Progress (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 cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.pom
Progress (1): 753 B
Progress (1): 2.0 kB
Progress (1): 4.3 kB
Progress (1): 7.9 kB
Progress (1): 11 kB 
Progress (1): 14 kB
Progress (1): 16 kB
Progress (1): 19 kB
Progress (1): 20 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 678 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.8 kB
Progress (1): 8.9 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.pom (9.0 kB at 333 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.pom (1.1 kB at 23 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.pom
Progress (1): 870 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.pom (870 B at 30 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
Progress (1): 693 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml (693 B at 14 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.pom (1.2 kB at 41 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
Progress (1): 773 B
Progress (1): 2.0 kB
Progress (1): 5.3 kB
Progress (1): 7.3 kB
Progress (1): 11 kB 
Progress (1): 14 kB
Progress (1): 17 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 1.5 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
Progress (1): 724 B
Progress (1): 2.1 kB
Progress (1): 3.4 kB
Progress (1): 5.1 kB
Progress (1): 9.0 kB
Progress (1): 13 kB 
Progress (1): 16 kB
Progress (1): 19 kB
Progress (1): 22 kB
Progress (1): 24 kB
Progress (1): 27 kB
Progress (1): 32 kB
Progress (1): 33 kB
Progress (1): 38 kB
Progress (1): 38 kB
Progress (1): 40 kB
Progress (1): 43 kB
Progress (1): 45 kB
Progress (1): 48 kB
Progress (1): 50 kB
Progress (1): 50 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 4.2 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.11.1/org.eclipse.emf.mwe2.lib-2.11.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.11.1/org.eclipse.emf.mwe2.lib-2.11.1.pom
Progress (1): 846 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.11.1/org.eclipse.emf.mwe2.lib-2.11.1.pom (846 B at 21 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/ibm/icu/icu4j/52.1/icu4j-52.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.pom
Progress (1): 1.1 kB
Progress (1): 4.5 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.pom (4.8 kB at 193 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.pom
Progress (1): 1.1 kB
Progress (1): 3.7 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.pom (5.1 kB at 205 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.pom
Progress (1): 1.1 kB
Progress (1): 3.4 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.pom (4.3 kB at 158 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/maven-metadata.xml
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr-runtime/maven-metadata.xml
Progress (1): 850 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml (850 B at 47 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
Progress (1): 934 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (2.0 kB at 84 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom
Progress (1): 632 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 27 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Progress (1): 2.1 kB
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 142 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.11/junit-4.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
Progress (1): 1.2 kB
Progress (1): 2.3 kB
                    
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 293 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
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
Progress (1): 845 B
Progress (1): 1.5 kB
                    
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 182 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
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
Progress (1): 820 B
Progress (1): 2.2 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.pom (2.2 kB at 218 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
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
Progress (1): 810 B
Progress (1): 2.9 kB
Progress (1): 3.2 kB
                    
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 360 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
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
Progress (1): 778 B
Progress (1): 2.5 kB
Progress (1): 6.6 kB
Progress (1): 6.9 kB
Progress (1): 9.9 kB
Progress (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 776 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
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
Progress (1): 828 B
Progress (1): 2.0 kB
                    
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 61 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
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
Progress (1): 1.4 kB
Progress (1): 1.9 kB
                    
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 271 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
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
Progress (1): 1.2 kB
Progress (1): 3.3 kB
Progress (1): 6.3 kB
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 720 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
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
Progress (1): 1.4 kB
Progress (1): 3.0 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.pom (3.0 kB at 332 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
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
Progress (1): 1.4 kB
Progress (1): 2.2 kB
                    
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 2.1 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
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
Progress (1): 829 B
Progress (1): 1.9 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.pom (1.9 kB at 132 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
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
Progress (1): 845 B
Progress (1): 1.4 kB
                    
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 160 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
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
Progress (1): 827 B
Progress (1): 2.0 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.pom (2.0 kB at 170 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
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
Progress (1): 753 B
Progress (1): 2.1 kB
Progress (1): 5.3 kB
Progress (1): 9.4 kB
Progress (1): 10 kB 
Progress (1): 13 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.5 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
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
Progress (1): 832 B
Progress (1): 1.6 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.pom (1.6 kB at 158 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
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
Progress (1): 831 B
Progress (1): 1.7 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.pom (1.7 kB at 61 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
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
Progress (1): 846 B
Progress (1): 1.3 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.pom (1.3 kB at 157 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Progress (1): 812 B
Progress (1): 2.3 kB
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 381 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
Progress (1): 784 B
Progress (1): 2.3 kB
Progress (1): 5.3 kB
Progress (1): 7.8 kB
Progress (1): 10 kB 
Progress (1): 11 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 355 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
Progress (1): 717 B
Progress (1): 2.0 kB
Progress (1): 3.3 kB
Progress (1): 4.8 kB
Progress (1): 8.3 kB
Progress (1): 11 kB 
Progress (1): 15 kB
Progress (1): 15 kB
Progress (1): 18 kB
Progress (1): 21 kB
Progress (1): 24 kB
Progress (1): 26 kB
Progress (1): 30 kB
Progress (1): 32 kB
Progress (1): 36 kB
Progress (1): 40 kB
Progress (1): 40 kB
Progress (1): 44 kB
Progress (1): 45 kB
Progress (1): 48 kB
Progress (1): 50 kB
Progress (1): 53 kB
Progress (1): 55 kB
Progress (1): 57 kB
Progress (1): 58 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.5 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
Progress (1): 753 B
Progress (1): 2.1 kB
Progress (1): 3.9 kB
Progress (1): 7.8 kB
Progress (1): 11 kB 
Progress (1): 14 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.4 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.16/log4j-1.2.16.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.11.1/org.eclipse.emf.mwe2.lib-2.11.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
Progress (2): 41 kB | 4.1/482 kB
Progress (2): 41 kB | 7.7/482 kB
Progress (2): 41 kB | 12/482 kB 
Progress (2): 41 kB | 16/482 kB
Progress (3): 41 kB | 16/482 kB | 4.1/230 kB
Progress (3): 41 kB | 20/482 kB | 4.1/230 kB
Progress (3): 41 kB | 20/482 kB | 7.7/230 kB
Progress (3): 41 kB | 24/482 kB | 7.7/230 kB
Progress (3): 41 kB | 24/482 kB | 12/230 kB 
Progress (3): 41 kB | 28/482 kB | 12/230 kB
Progress (3): 41 kB | 28/482 kB | 16/230 kB
Progress (3): 41 kB | 32/482 kB | 16/230 kB
Progress (3): 41 kB | 36/482 kB | 16/230 kB
Progress (3): 41 kB | 36/482 kB | 20/230 kB
Progress (4): 41 kB | 36/482 kB | 20/230 kB | 4.1/22 kB
Progress (4): 41 kB | 40/482 kB | 20/230 kB | 4.1/22 kB
Progress (4): 41 kB | 40/482 kB | 20/230 kB | 7.7/22 kB
Progress (4): 41 kB | 40/482 kB | 24/230 kB | 7.7/22 kB
Progress (4): 41 kB | 40/482 kB | 24/230 kB | 12/22 kB 
Progress (4): 41 kB | 45/482 kB | 24/230 kB | 12/22 kB
Progress (4): 41 kB | 45/482 kB | 24/230 kB | 16/22 kB
Progress (5): 41 kB | 45/482 kB | 24/230 kB | 16/22 kB | 4.1/15 kB
Progress (5): 41 kB | 45/482 kB | 28/230 kB | 16/22 kB | 4.1/15 kB
Progress (5): 41 kB | 45/482 kB | 28/230 kB | 20/22 kB | 4.1/15 kB
Progress (5): 41 kB | 45/482 kB | 28/230 kB | 20/22 kB | 7.7/15 kB
Progress (5): 41 kB | 49/482 kB | 28/230 kB | 20/22 kB | 7.7/15 kB
Progress (5): 41 kB | 49/482 kB | 28/230 kB | 20/22 kB | 12/15 kB 
Progress (5): 41 kB | 49/482 kB | 28/230 kB | 22 kB | 12/15 kB   
Progress (5): 41 kB | 53/482 kB | 28/230 kB | 22 kB | 12/15 kB
Progress (5): 41 kB | 53/482 kB | 32/230 kB | 22 kB | 12/15 kB
Progress (5): 41 kB | 57/482 kB | 32/230 kB | 22 kB | 12/15 kB
Progress (5): 41 kB | 57/482 kB | 32/230 kB | 22 kB | 15 kB   
Progress (5): 41 kB | 61/482 kB | 32/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 65/482 kB | 32/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 65/482 kB | 36/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 65/482 kB | 40/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 65/482 kB | 45/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 65/482 kB | 49/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 69/482 kB | 49/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 73/482 kB | 49/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 77/482 kB | 49/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 81/482 kB | 49/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 81/482 kB | 53/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 81/482 kB | 57/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 81/482 kB | 61/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 81/482 kB | 65/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 85/482 kB | 65/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 90/482 kB | 65/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 94/482 kB | 65/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 98/482 kB | 65/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 98/482 kB | 69/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 98/482 kB | 73/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 98/482 kB | 77/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 98/482 kB | 81/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 102/482 kB | 81/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 106/482 kB | 81/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 110/482 kB | 81/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 110/482 kB | 85/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 114/482 kB | 85/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 114/482 kB | 90/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 114/482 kB | 94/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 114/482 kB | 98/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 118/482 kB | 98/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 122/482 kB | 98/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 126/482 kB | 98/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 126/482 kB | 102/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 131/482 kB | 102/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 131/482 kB | 106/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 131/482 kB | 110/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 131/482 kB | 114/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 135/482 kB | 114/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 139/482 kB | 114/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 139/482 kB | 118/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 143/482 kB | 118/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 143/482 kB | 122/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 147/482 kB | 122/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 147/482 kB | 126/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 147/482 kB | 131/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 151/482 kB | 131/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 155/482 kB | 131/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 159/482 kB | 131/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 163/482 kB | 131/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 163/482 kB | 135/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 163/482 kB | 139/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 167/482 kB | 139/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 167/482 kB | 143/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 171/482 kB | 143/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 171/482 kB | 147/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 176/482 kB | 147/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 180/482 kB | 147/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 180/482 kB | 151/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 180/482 kB | 155/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 180/482 kB | 159/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 180/482 kB | 163/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 184/482 kB | 163/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 188/482 kB | 163/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 188/482 kB | 167/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 192/482 kB | 167/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 192/482 kB | 171/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 196/482 kB | 171/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 196/482 kB | 176/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 196/482 kB | 180/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 200/482 kB | 180/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 204/482 kB | 180/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 208/482 kB | 180/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 208/482 kB | 184/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 212/482 kB | 184/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 212/482 kB | 188/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 212/482 kB | 192/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 212/482 kB | 196/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 217/482 kB | 196/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 221/482 kB | 196/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 225/482 kB | 196/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 229/482 kB | 196/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 229/482 kB | 200/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 229/482 kB | 204/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 229/482 kB | 208/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 233/482 kB | 208/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 233/482 kB | 212/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 237/482 kB | 212/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 241/482 kB | 212/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 245/482 kB | 212/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 245/482 kB | 217/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 245/482 kB | 221/230 kB | 22 kB | 15 kB
Progress (5): 41 kB | 249/482 kB | 221/230 kB | 22 kB | 15 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar (15 kB at 414 kB/s)
Progress (4): 41 kB | 253/482 kB | 221/230 kB | 22 kB
Progress (4): 41 kB | 253/482 kB | 225/230 kB | 22 kB
Progress (4): 41 kB | 258/482 kB | 225/230 kB | 22 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar
Progress (4): 41 kB | 262/482 kB | 225/230 kB | 22 kB
Progress (4): 41 kB | 262/482 kB | 229/230 kB | 22 kB
Progress (4): 41 kB | 262/482 kB | 230 kB | 22 kB    
Progress (4): 41 kB | 266/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 270/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 274/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 278/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 282/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 286/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 290/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 294/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 298/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 303/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 307/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 311/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 315/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 319/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 323/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 327/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 331/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 335/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 339/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 344/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 348/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 352/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 356/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 360/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 364/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 368/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 372/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 376/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 380/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 384/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 389/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 393/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 397/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 401/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 405/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 409/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 413/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 417/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 421/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 425/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 430/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 434/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 438/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 442/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 446/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 450/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 454/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 458/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 462/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 466/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 471/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 475/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 479/482 kB | 230 kB | 22 kB
Progress (4): 41 kB | 482 kB | 230 kB | 22 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.jar (41 kB at 894 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar (22 kB at 475 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar
Progress (3): 482 kB | 230 kB | 0/1.0 MB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.jar (482 kB at 8.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar
Progress (3): 230 kB | 0/1.0 MB | 4.1/38 kB
Progress (4): 230 kB | 0/1.0 MB | 4.1/38 kB | 0/1.1 MB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar (230 kB at 2.7 MB/s)
Progress (3): 0/1.0 MB | 4.1/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 7.7/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 7.7/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 12/38 kB | 0/1.1 MB 
Progress (3): 0/1.0 MB | 12/38 kB | 0/1.1 MB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
Progress (3): 0/1.0 MB | 12/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 16/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 16/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 16/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 16/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 16/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 16/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 20/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 20/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 20/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 24/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 24/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 28/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 28/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 28/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 28/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 32/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 32/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 32/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 36/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 36/38 kB | 0/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0/1.1 MB   
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.1/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.1/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.2/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.2/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (3): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 4.1/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 4.1/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 7.7/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 7.7/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 12/193 kB 
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 12/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 12/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 16/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 16/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 16/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 16/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 20/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 24/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 28/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 32/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 36/193 kB
Progress (4): 0.3/1.0 MB | 38 kB | 0.3/1.1 MB | 40/193 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar (38 kB at 368 kB/s)
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 45/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 45/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 45/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 45/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 49/193 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.11.1/org.eclipse.emf.mwe2.lib-2.11.1.jar
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 53/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 53/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 53/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 53/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 57/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 61/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 65/193 kB
Progress (3): 0.3/1.0 MB | 0.3/1.1 MB | 65/193 kB
Progress (3): 0.3/1.0 MB | 0.4/1.1 MB | 65/193 kB
Progress (3): 0.3/1.0 MB | 0.4/1.1 MB | 65/193 kB
Progress (3): 0.3/1.0 MB | 0.4/1.1 MB | 65/193 kB
Progress (3): 0.3/1.0 MB | 0.4/1.1 MB | 65/193 kB
Progress (3): 0.3/1.0 MB | 0.4/1.1 MB | 69/193 kB
Progress (3): 0.3/1.0 MB | 0.4/1.1 MB | 69/193 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 69/193 kB | 4.1/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 73/193 kB | 4.1/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 73/193 kB | 4.1/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 77/193 kB | 4.1/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 77/193 kB | 7.7/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 81/193 kB | 7.7/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 81/193 kB | 7.7/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 81/193 kB | 7.7/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 81/193 kB | 12/62 kB 
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 81/193 kB | 16/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 81/193 kB | 16/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 81/193 kB | 16/62 kB
Progress (4): 0.3/1.0 MB | 0.4/1.1 MB | 85/193 kB | 16/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 85/193 kB | 16/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 85/193 kB | 16/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 85/193 kB | 20/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 85/193 kB | 20/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 90/193 kB | 20/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 90/193 kB | 20/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 90/193 kB | 24/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 90/193 kB | 24/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 90/193 kB | 28/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 94/193 kB | 28/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 94/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 94/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 94/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 94/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 98/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 98/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 98/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 98/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 98/193 kB | 32/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 98/193 kB | 36/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 98/193 kB | 36/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 102/193 kB | 36/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 102/193 kB | 36/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 102/193 kB | 40/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 102/193 kB | 40/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 102/193 kB | 40/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 106/193 kB | 40/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 106/193 kB | 40/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 106/193 kB | 40/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 106/193 kB | 45/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 106/193 kB | 45/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 106/193 kB | 45/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 110/193 kB | 45/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 110/193 kB | 45/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 110/193 kB | 49/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 110/193 kB | 49/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 110/193 kB | 49/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 110/193 kB | 49/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 114/193 kB | 49/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 114/193 kB | 49/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 114/193 kB | 53/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 114/193 kB | 53/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 114/193 kB | 57/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 114/193 kB | 57/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 118/193 kB | 57/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 118/193 kB | 61/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 122/193 kB | 61/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 122/193 kB | 61/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 122/193 kB | 61/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 122/193 kB | 61/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 126/193 kB | 61/62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 126/193 kB | 62 kB   
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 131/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 131/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 131/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 131/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 135/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 139/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 139/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 143/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 143/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 143/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 143/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 147/193 kB | 62 kB
Progress (4): 0.4/1.0 MB | 0.4/1.1 MB | 147/193 kB | 62 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (62 kB at 540 kB/s)
Progress (3): 0.4/1.0 MB | 0.5/1.1 MB | 147/193 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar
Progress (3): 0.4/1.0 MB | 0.5/1.1 MB | 147/193 kB
Progress (3): 0.4/1.0 MB | 0.5/1.1 MB | 151/193 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 151/193 kB | 4.1/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 155/193 kB | 4.1/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 155/193 kB | 4.1/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 155/193 kB | 4.1/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 155/193 kB | 4.1/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 159/193 kB | 4.1/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 159/193 kB | 7.7/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 163/193 kB | 7.7/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 163/193 kB | 7.7/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 163/193 kB | 7.7/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 163/193 kB | 12/33 kB 
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 163/193 kB | 16/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 167/193 kB | 16/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 167/193 kB | 16/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 167/193 kB | 16/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 171/193 kB | 16/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 171/193 kB | 16/33 kB
Progress (4): 0.4/1.0 MB | 0.5/1.1 MB | 171/193 kB | 20/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 171/193 kB | 20/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 171/193 kB | 24/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 171/193 kB | 24/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 176/193 kB | 24/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 176/193 kB | 24/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 176/193 kB | 28/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 176/193 kB | 28/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 176/193 kB | 32/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 180/193 kB | 32/33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 180/193 kB | 33 kB   
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 180/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 180/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 184/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 184/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 188/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 188/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 188/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 192/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 192/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 192/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 192/193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB    
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.5/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
Progress (4): 0.5/1.0 MB | 0.6/1.1 MB | 193 kB | 33 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar (193 kB at 1.0 MB/s)
Progress (3): 0.5/1.0 MB | 0.6/1.1 MB | 33 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.jar
Progress (3): 0.5/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.6/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.6/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.7/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB
Progress (3): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 4.1/7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 4.1/7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB    
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.8/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.7/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
Progress (4): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB | 7.5 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.jar (7.5 kB at 37 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 0.9/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.0/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1/1.1 MB | 33 kB
Progress (3): 0.8/1.0 MB | 1.1 MB | 33 kB    
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.1/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.2/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
Progress (4): 0.8/1.0 MB | 1.1 MB | 33 kB | 0.3/1.5 MB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar (1.1 MB at 4.7 MB/s)
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.3/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.4/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.5/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (3): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 4.1/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 7.7/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 12/33 kB 
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 12/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 16/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 16/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 16/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 16/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 20/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 24/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 28/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 32/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 32/33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 33 kB   
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.6/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.7/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.8/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.8/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 0.9/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0/1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 0.9/1.5 MB | 33 kB    
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
Progress (4): 1.0 MB | 33 kB | 1.0/1.5 MB | 33 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 111 kB/s)
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
                                         
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
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (3): 1.0 MB | 33 kB | 1.1/1.5 MB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 4.1/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 7.7/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 7.7/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 12/49 kB 
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 12/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 16/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 16/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 16/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 20/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 24/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 24/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 28/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 28/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 32/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 32/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 32/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 36/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 40/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 40/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 45/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 45/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 49/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 49/49 kB
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 49 kB   
Progress (4): 1.0 MB | 33 kB | 1.1/1.5 MB | 49 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar (1.0 MB at 3.4 MB/s)
Progress (3): 33 kB | 1.2/1.5 MB | 49 kB
                                        
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
Progress (3): 33 kB | 1.2/1.5 MB | 49 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 163 kB/s)
Progress (2): 33 kB | 1.2/1.5 MB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Progress (2): 33 kB | 1.2/1.5 MB
Progress (2): 33 kB | 1.2/1.5 MB
Progress (2): 33 kB | 1.2/1.5 MB
Progress (2): 33 kB | 1.2/1.5 MB
Progress (2): 33 kB | 1.2/1.5 MB
Progress (3): 33 kB | 1.2/1.5 MB | 4.1/51 kB
Progress (3): 33 kB | 1.2/1.5 MB | 7.7/51 kB
Progress (3): 33 kB | 1.2/1.5 MB | 7.7/51 kB
Progress (3): 33 kB | 1.2/1.5 MB | 12/51 kB 
Progress (3): 33 kB | 1.2/1.5 MB | 12/51 kB
Progress (3): 33 kB | 1.2/1.5 MB | 16/51 kB
Progress (3): 33 kB | 1.2/1.5 MB | 16/51 kB
Progress (3): 33 kB | 1.2/1.5 MB | 16/51 kB
Progress (4): 33 kB | 1.2/1.5 MB | 16/51 kB | 4.1/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 20/51 kB | 4.1/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 20/51 kB | 7.7/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 24/51 kB | 7.7/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 24/51 kB | 7.7/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 28/51 kB | 7.7/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 28/51 kB | 12/88 kB 
Progress (4): 33 kB | 1.2/1.5 MB | 32/51 kB | 12/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 32/51 kB | 12/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 32/51 kB | 16/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 32/51 kB | 16/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 32/51 kB | 16/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 36/51 kB | 16/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 40/51 kB | 16/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 45/51 kB | 16/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 45/51 kB | 20/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 49/51 kB | 20/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 49/51 kB | 20/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 51 kB | 20/88 kB   
Progress (4): 33 kB | 1.2/1.5 MB | 51 kB | 24/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 51 kB | 24/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 51 kB | 28/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 51 kB | 28/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 51 kB | 32/88 kB
Progress (4): 33 kB | 1.2/1.5 MB | 51 kB | 32/88 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 166 kB/s)
Progress (3): 33 kB | 1.2/1.5 MB | 32/88 kB
Progress (3): 33 kB | 1.2/1.5 MB | 36/88 kB
Progress (3): 33 kB | 1.2/1.5 MB | 36/88 kB
                                           
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
Progress (3): 33 kB | 1.2/1.5 MB | 36/88 kB
Progress (3): 33 kB | 1.2/1.5 MB | 40/88 kB
Progress (3): 33 kB | 1.2/1.5 MB | 40/88 kB
Progress (3): 33 kB | 1.2/1.5 MB | 45/88 kB
Progress (3): 33 kB | 1.2/1.5 MB | 49/88 kB
Progress (3): 33 kB | 1.2/1.5 MB | 49/88 kB
Progress (3): 33 kB | 1.3/1.5 MB | 49/88 kB
Progress (3): 33 kB | 1.3/1.5 MB | 53/88 kB
Progress (3): 33 kB | 1.3/1.5 MB | 53/88 kB
Progress (3): 33 kB | 1.3/1.5 MB | 57/88 kB
Progress (3): 33 kB | 1.3/1.5 MB | 57/88 kB
Progress (3): 33 kB | 1.3/1.5 MB | 61/88 kB
Progress (3): 33 kB | 1.3/1.5 MB | 65/88 kB
Progress (4): 33 kB | 1.3/1.5 MB | 65/88 kB | 4.1/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 65/88 kB | 7.7/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 65/88 kB | 7.7/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 69/88 kB | 7.7/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 69/88 kB | 12/80 kB 
Progress (4): 33 kB | 1.3/1.5 MB | 73/88 kB | 12/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 73/88 kB | 12/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 77/88 kB | 12/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 77/88 kB | 16/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 81/88 kB | 16/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 81/88 kB | 16/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 81/88 kB | 16/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 85/88 kB | 16/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 85/88 kB | 20/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 20/80 kB   
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 24/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 28/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 28/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 32/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 32/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 32/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 32/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 36/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 40/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 45/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 45/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 49/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 49/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 49/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 49/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 53/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 57/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 61/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 61/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 65/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 65/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 65/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 65/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 69/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 73/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 77/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 77/80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 80 kB   
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 80 kB
Progress (4): 33 kB | 1.3/1.5 MB | 88 kB | 80 kB
Progress (4): 33 kB | 1.4/1.5 MB | 88 kB | 80 kB
Progress (4): 33 kB | 1.4/1.5 MB | 88 kB | 80 kB
Progress (4): 33 kB | 1.4/1.5 MB | 88 kB | 80 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 257 kB/s)
Progress (3): 33 kB | 1.4/1.5 MB | 88 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 280 kB/s)
Progress (2): 33 kB | 1.4/1.5 MB
                                
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
Progress (2): 33 kB | 1.4/1.5 MB
                                
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.jar
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (2): 33 kB | 1.4/1.5 MB
Progress (3): 33 kB | 1.4/1.5 MB | 4.1/26 kB
Progress (4): 33 kB | 1.4/1.5 MB | 4.1/26 kB | 4.1/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 4.1/26 kB | 4.1/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 7.7/26 kB | 4.1/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 7.7/26 kB | 4.1/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 7.7/26 kB | 7.7/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 7.7/26 kB | 7.7/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 12/26 kB | 7.7/178 kB 
Progress (4): 33 kB | 1.4/1.5 MB | 12/26 kB | 7.7/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 12/26 kB | 12/178 kB 
Progress (4): 33 kB | 1.4/1.5 MB | 16/26 kB | 12/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 16/26 kB | 16/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 20/26 kB | 16/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 20/26 kB | 16/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 24/26 kB | 16/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 24/26 kB | 16/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 24/26 kB | 20/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 20/178 kB   
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 24/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 24/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 28/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 28/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 32/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 32/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 36/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 36/178 kB
Progress (4): 33 kB | 1.4/1.5 MB | 26 kB | 40/178 kB
Progress (4): 33 kB | 1.5/1.5 MB | 26 kB | 40/178 kB
Progress (4): 33 kB | 1.5/1.5 MB | 26 kB | 45/178 kB
Progress (4): 33 kB | 1.5/1.5 MB | 26 kB | 45/178 kB
Progress (4): 33 kB | 1.5/1.5 MB | 26 kB | 49/178 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 80 kB/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.jar
Progress (3): 33 kB | 1.5/1.5 MB | 53/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 53/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 57/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 57/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 61/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 61/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 65/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 65/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 65/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 69/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 69/178 kB
Progress (3): 33 kB | 1.5/1.5 MB | 73/178 kB
Progress (3): 33 kB | 1.5 MB | 73/178 kB    
Progress (3): 33 kB | 1.5 MB | 77/178 kB
Progress (3): 33 kB | 1.5 MB | 81/178 kB
Progress (3): 33 kB | 1.5 MB | 85/178 kB
Progress (3): 33 kB | 1.5 MB | 90/178 kB
Progress (3): 33 kB | 1.5 MB | 94/178 kB
Progress (3): 33 kB | 1.5 MB | 98/178 kB
Progress (3): 33 kB | 1.5 MB | 102/178 kB
Progress (3): 33 kB | 1.5 MB | 106/178 kB
Progress (3): 33 kB | 1.5 MB | 110/178 kB
Progress (3): 33 kB | 1.5 MB | 114/178 kB
Progress (3): 33 kB | 1.5 MB | 118/178 kB
Progress (3): 33 kB | 1.5 MB | 122/178 kB
Progress (3): 33 kB | 1.5 MB | 126/178 kB
Progress (3): 33 kB | 1.5 MB | 131/178 kB
Progress (3): 33 kB | 1.5 MB | 135/178 kB
Progress (3): 33 kB | 1.5 MB | 139/178 kB
Progress (3): 33 kB | 1.5 MB | 143/178 kB
Progress (3): 33 kB | 1.5 MB | 147/178 kB
Progress (3): 33 kB | 1.5 MB | 151/178 kB
Progress (3): 33 kB | 1.5 MB | 155/178 kB
Progress (3): 33 kB | 1.5 MB | 159/178 kB
Progress (3): 33 kB | 1.5 MB | 163/178 kB
Progress (3): 33 kB | 1.5 MB | 167/178 kB
Progress (3): 33 kB | 1.5 MB | 171/178 kB
Progress (3): 33 kB | 1.5 MB | 176/178 kB
Progress (3): 33 kB | 1.5 MB | 178 kB    
Progress (4): 33 kB | 1.5 MB | 178 kB | 4.1/22 kB
Progress (4): 33 kB | 1.5 MB | 178 kB | 7.7/22 kB
Progress (4): 33 kB | 1.5 MB | 178 kB | 12/22 kB 
Progress (4): 33 kB | 1.5 MB | 178 kB | 16/22 kB
Progress (4): 33 kB | 1.5 MB | 178 kB | 20/22 kB
Progress (4): 33 kB | 1.5 MB | 178 kB | 22 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.jar (178 kB at 547 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.jar
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 68 kB/s)
Progress (3): 33 kB | 1.5 MB | 0/10 MB
                                      
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
Progress (3): 33 kB | 1.5 MB | 0/10 MB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 4.1/8.8 kB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 4.1/8.8 kB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 7.7/8.8 kB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 7.7/8.8 kB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 8.8 kB    
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 8.8 kB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 8.8 kB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 8.8 kB
Progress (4): 33 kB | 1.5 MB | 0/10 MB | 8.8 kB
                                               
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 27 kB/s)
Progress (3): 33 kB | 1.5 MB | 0/10 MB
                                      
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.jar
Progress (3): 33 kB | 1.5 MB | 0/10 MB
Progress (3): 33 kB | 1.5 MB | 0/10 MB
Progress (3): 33 kB | 1.5 MB | 0/10 MB
Progress (3): 33 kB | 1.5 MB | 0.1/10 MB
Progress (3): 33 kB | 1.5 MB | 0.1/10 MB
Progress (3): 33 kB | 1.5 MB | 0.1/10 MB
Progress (3): 33 kB | 1.5 MB | 0.1/10 MB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 4.1/17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 7.7/17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 7.7/17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 12/17 kB 
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 12/17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 16/17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 16/17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 17 kB   
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 17 kB
Progress (4): 33 kB | 1.5 MB | 0.1/10 MB | 17 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar (1.5 MB at 4.4 MB/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
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 4.1/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 4.1/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 7.7/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 7.7/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 12/22 kB 
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 12/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 16/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 16/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 20/22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 22 kB   
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 22 kB
Progress (4): 33 kB | 0.1/10 MB | 17 kB | 22 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 4.1/9.8 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 4.1/9.8 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 7.7/9.8 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 9.8 kB    
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 9.8 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 9.8 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 9.8 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 9.8 kB
Progress (5): 33 kB | 0.1/10 MB | 17 kB | 22 kB | 9.8 kB
Progress (5): 33 kB | 0.2/10 MB | 17 kB | 22 kB | 9.8 kB
                                                        
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 43 kB/s)
Progress (4): 33 kB | 0.2/10 MB | 22 kB | 9.8 kB
                                                
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
Progress (4): 33 kB | 0.2/10 MB | 22 kB | 9.8 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 25 kB/s)
Progress (3): 33 kB | 0.2/10 MB | 22 kB
                                       
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
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 57 kB/s)
Progress (2): 33 kB | 0.2/10 MB
                               
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
Progress (2): 33 kB | 0.2/10 MB
Progress (3): 33 kB | 0.2/10 MB | 4.1/13 kB
Progress (3): 33 kB | 0.2/10 MB | 4.1/13 kB
Progress (3): 33 kB | 0.2/10 MB | 7.7/13 kB
Progress (3): 33 kB | 0.2/10 MB | 7.7/13 kB
Progress (3): 33 kB | 0.2/10 MB | 12/13 kB 
Progress (3): 33 kB | 0.2/10 MB | 13 kB   
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (3): 33 kB | 0.2/10 MB | 13 kB
Progress (4): 33 kB | 0.2/10 MB | 13 kB | 4.1/11 kB
Progress (4): 33 kB | 0.2/10 MB | 13 kB | 4.1/11 kB
Progress (4): 33 kB | 0.2/10 MB | 13 kB | 7.7/11 kB
Progress (4): 33 kB | 0.2/10 MB | 13 kB | 7.7/11 kB
Progress (4): 33 kB | 0.2/10 MB | 13 kB | 11 kB    
Progress (4): 33 kB | 0.2/10 MB | 13 kB | 11 kB
Progress (4): 33 kB | 0.2/10 MB | 13 kB | 11 kB
Progress (5): 33 kB | 0.2/10 MB | 13 kB | 11 kB | 4.1/13 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 33 kB/s)
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 4.1/13 kB
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 7.7/13 kB
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 7.7/13 kB
                                                   
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.jar
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 7.7/13 kB
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 12/13 kB 
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 12/13 kB
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 13 kB   
Progress (4): 33 kB | 0.2/10 MB | 11 kB | 13 kB
Progress (4): 33 kB | 0.3/10 MB | 11 kB | 13 kB
Progress (4): 33 kB | 0.3/10 MB | 11 kB | 13 kB
Progress (4): 33 kB | 0.3/10 MB | 11 kB | 13 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 29 kB/s)
Progress (3): 33 kB | 0.3/10 MB | 13 kB
                                       
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
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (3): 33 kB | 0.3/10 MB | 13 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 4.1/10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 7.7/10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB    
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.3/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.4/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 kB
Progress (4): 33 kB | 0.5/10 MB | 13 kB | 10 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 32 kB/s)
Progress (3): 33 kB | 0.5/10 MB | 10 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.5/10 MB | 10 kB
Progress (3): 33 kB | 0.6/10 MB | 10 kB
Progress (3): 33 kB | 0.6/10 MB | 10 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 26 kB/s)
Progress (2): 33 kB | 0.6/10 MB
Progress (3): 33 kB | 0.6/10 MB | 4.1/12 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Progress (4): 33 kB | 0.6/10 MB | 4.1/12 kB | 4.1/243 kB
Progress (4): 33 kB | 0.6/10 MB | 7.7/12 kB | 4.1/243 kB
Progress (4): 33 kB | 0.6/10 MB | 7.7/12 kB | 4.1/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12/12 kB | 4.1/243 kB 
Progress (4): 33 kB | 0.6/10 MB | 12/12 kB | 7.7/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 7.7/243 kB   
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 7.7/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 12/243 kB 
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 12/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 16/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 16/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 16/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 16/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 20/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 20/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 24/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 28/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 32/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 32/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 32/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 32/243 kB
Progress (4): 33 kB | 0.6/10 MB | 12 kB | 32/243 kB
                                                   
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 30 kB/s)
Progress (3): 33 kB | 0.6/10 MB | 36/243 kB
Progress (3): 33 kB | 0.6/10 MB | 36/243 kB
Progress (3): 33 kB | 0.6/10 MB | 40/243 kB
Progress (3): 33 kB | 0.6/10 MB | 40/243 kB
Progress (3): 33 kB | 0.6/10 MB | 40/243 kB
Progress (3): 33 kB | 0.6/10 MB | 45/243 kB
Progress (3): 33 kB | 0.6/10 MB | 45/243 kB
Progress (3): 33 kB | 0.6/10 MB | 49/243 kB
Progress (3): 33 kB | 0.6/10 MB | 49/243 kB
Progress (3): 33 kB | 0.6/10 MB | 49/243 kB
Progress (3): 33 kB | 0.6/10 MB | 49/243 kB
Progress (3): 33 kB | 0.6/10 MB | 53/243 kB
Progress (3): 33 kB | 0.6/10 MB | 53/243 kB
Progress (3): 33 kB | 0.6/10 MB | 53/243 kB
Progress (3): 33 kB | 0.6/10 MB | 53/243 kB
Progress (3): 33 kB | 0.7/10 MB | 53/243 kB
Progress (3): 33 kB | 0.7/10 MB | 53/243 kB
Progress (3): 33 kB | 0.7/10 MB | 53/243 kB
Progress (3): 33 kB | 0.7/10 MB | 53/243 kB
Progress (3): 33 kB | 0.7/10 MB | 53/243 kB
Progress (3): 33 kB | 0.7/10 MB | 53/243 kB
Progress (3): 33 kB | 0.7/10 MB | 57/243 kB
Progress (3): 33 kB | 0.7/10 MB | 61/243 kB
Progress (3): 33 kB | 0.7/10 MB | 65/243 kB
Progress (3): 33 kB | 0.7/10 MB | 65/243 kB
Progress (3): 33 kB | 0.7/10 MB | 65/243 kB
Progress (3): 33 kB | 0.7/10 MB | 65/243 kB
Progress (3): 33 kB | 0.7/10 MB | 65/243 kB
Progress (3): 33 kB | 0.7/10 MB | 69/243 kB
Progress (3): 33 kB | 0.7/10 MB | 73/243 kB
Progress (3): 33 kB | 0.7/10 MB | 77/243 kB
Progress (3): 33 kB | 0.7/10 MB | 81/243 kB
Progress (3): 33 kB | 0.7/10 MB | 81/243 kB
Progress (3): 33 kB | 0.7/10 MB | 81/243 kB
Progress (3): 33 kB | 0.7/10 MB | 81/243 kB
Progress (3): 33 kB | 0.7/10 MB | 81/243 kB
Progress (3): 33 kB | 0.7/10 MB | 85/243 kB
Progress (3): 33 kB | 0.7/10 MB | 90/243 kB
Progress (3): 33 kB | 0.7/10 MB | 94/243 kB
Progress (3): 33 kB | 0.7/10 MB | 98/243 kB
Progress (3): 33 kB | 0.7/10 MB | 98/243 kB
Progress (3): 33 kB | 0.7/10 MB | 98/243 kB
Progress (3): 33 kB | 0.7/10 MB | 98/243 kB
Progress (3): 33 kB | 0.7/10 MB | 98/243 kB
Progress (3): 33 kB | 0.7/10 MB | 102/243 kB
Progress (3): 33 kB | 0.7/10 MB | 106/243 kB
Progress (3): 33 kB | 0.7/10 MB | 110/243 kB
Progress (3): 33 kB | 0.7/10 MB | 114/243 kB
Progress (3): 33 kB | 0.7/10 MB | 114/243 kB
Progress (3): 33 kB | 0.7/10 MB | 114/243 kB
Progress (3): 33 kB | 0.7/10 MB | 114/243 kB
Progress (3): 33 kB | 0.7/10 MB | 114/243 kB
Progress (3): 33 kB | 0.7/10 MB | 118/243 kB
Progress (3): 33 kB | 0.7/10 MB | 122/243 kB
Progress (3): 33 kB | 0.7/10 MB | 126/243 kB
Progress (3): 33 kB | 0.7/10 MB | 131/243 kB
Progress (3): 33 kB | 0.7/10 MB | 131/243 kB
Progress (3): 33 kB | 0.7/10 MB | 131/243 kB
Progress (3): 33 kB | 0.7/10 MB | 131/243 kB
Progress (3): 33 kB | 0.8/10 MB | 131/243 kB
Progress (3): 33 kB | 0.8/10 MB | 135/243 kB
Progress (3): 33 kB | 0.8/10 MB | 139/243 kB
Progress (3): 33 kB | 0.8/10 MB | 143/243 kB
Progress (3): 33 kB | 0.8/10 MB | 147/243 kB
Progress (3): 33 kB | 0.8/10 MB | 147/243 kB
Progress (3): 33 kB | 0.8/10 MB | 147/243 kB
Progress (3): 33 kB | 0.8/10 MB | 147/243 kB
Progress (3): 33 kB | 0.8/10 MB | 147/243 kB
Progress (3): 33 kB | 0.8/10 MB | 151/243 kB
Progress (3): 33 kB | 0.8/10 MB | 155/243 kB
Progress (3): 33 kB | 0.8/10 MB | 159/243 kB
Progress (3): 33 kB | 0.8/10 MB | 163/243 kB
Progress (3): 33 kB | 0.8/10 MB | 163/243 kB
Progress (3): 33 kB | 0.8/10 MB | 163/243 kB
Progress (3): 33 kB | 0.8/10 MB | 163/243 kB
Progress (3): 33 kB | 0.8/10 MB | 163/243 kB
Progress (3): 33 kB | 0.8/10 MB | 167/243 kB
Progress (3): 33 kB | 0.8/10 MB | 171/243 kB
Progress (3): 33 kB | 0.8/10 MB | 176/243 kB
Progress (3): 33 kB | 0.8/10 MB | 180/243 kB
Progress (3): 33 kB | 0.8/10 MB | 180/243 kB
Progress (3): 33 kB | 0.8/10 MB | 180/243 kB
Progress (3): 33 kB | 0.8/10 MB | 180/243 kB
Progress (3): 33 kB | 0.8/10 MB | 180/243 kB
Progress (3): 33 kB | 0.8/10 MB | 184/243 kB
Progress (3): 33 kB | 0.8/10 MB | 188/243 kB
Progress (3): 33 kB | 0.8/10 MB | 192/243 kB
Progress (3): 33 kB | 0.8/10 MB | 196/243 kB
Progress (3): 33 kB | 0.8/10 MB | 196/243 kB
Progress (3): 33 kB | 0.8/10 MB | 196/243 kB
Progress (3): 33 kB | 0.8/10 MB | 196/243 kB
Progress (3): 33 kB | 0.8/10 MB | 196/243 kB
Progress (3): 33 kB | 0.8/10 MB | 200/243 kB
Progress (3): 33 kB | 0.8/10 MB | 204/243 kB
Progress (3): 33 kB | 0.8/10 MB | 208/243 kB
Progress (3): 33 kB | 0.8/10 MB | 212/243 kB
Progress (3): 33 kB | 0.8/10 MB | 212/243 kB
Progress (3): 33 kB | 0.8/10 MB | 212/243 kB
Progress (3): 33 kB | 0.8/10 MB | 212/243 kB
Progress (3): 33 kB | 0.8/10 MB | 212/243 kB
Progress (3): 33 kB | 0.8/10 MB | 217/243 kB
Progress (3): 33 kB | 0.8/10 MB | 221/243 kB
Progress (3): 33 kB | 0.8/10 MB | 225/243 kB
Progress (3): 33 kB | 0.8/10 MB | 229/243 kB
Progress (3): 33 kB | 0.8/10 MB | 229/243 kB
Progress (3): 33 kB | 0.8/10 MB | 229/243 kB
Progress (3): 33 kB | 0.8/10 MB | 229/243 kB
Progress (3): 33 kB | 0.9/10 MB | 229/243 kB
Progress (3): 33 kB | 0.9/10 MB | 233/243 kB
Progress (3): 33 kB | 0.9/10 MB | 237/243 kB
Progress (3): 33 kB | 0.9/10 MB | 241/243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB    
Progress (3): 33 kB | 0.9/10 MB | 243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB
Progress (3): 33 kB | 0.9/10 MB | 243 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 575 kB/s)
Progress (2): 33 kB | 0.9/10 MB
Progress (2): 33 kB | 0.9/10 MB
Progress (2): 33 kB | 0.9/10 MB
Progress (2): 33 kB | 0.9/10 MB
Progress (3): 33 kB | 0.9/10 MB | 4.1/54 kB
Progress (3): 33 kB | 0.9/10 MB | 7.7/54 kB
Progress (3): 33 kB | 0.9/10 MB | 12/54 kB 
Progress (3): 33 kB | 0.9/10 MB | 16/54 kB
Progress (3): 33 kB | 0.9/10 MB | 16/54 kB
Progress (3): 33 kB | 0.9/10 MB | 16/54 kB
Progress (3): 33 kB | 0.9/10 MB | 16/54 kB
Progress (3): 33 kB | 0.9/10 MB | 16/54 kB
Progress (3): 33 kB | 0.9/10 MB | 20/54 kB
Progress (3): 33 kB | 0.9/10 MB | 24/54 kB
Progress (3): 33 kB | 0.9/10 MB | 28/54 kB
Progress (3): 33 kB | 0.9/10 MB | 32/54 kB
Progress (3): 33 kB | 0.9/10 MB | 32/54 kB
Progress (3): 33 kB | 0.9/10 MB | 32/54 kB
Progress (3): 33 kB | 0.9/10 MB | 32/54 kB
Progress (3): 33 kB | 0.9/10 MB | 36/54 kB
Progress (3): 33 kB | 0.9/10 MB | 36/54 kB
Progress (3): 33 kB | 0.9/10 MB | 40/54 kB
Progress (3): 33 kB | 0.9/10 MB | 45/54 kB
Progress (3): 33 kB | 0.9/10 MB | 49/54 kB
Progress (3): 33 kB | 0.9/10 MB | 53/54 kB
Progress (3): 33 kB | 0.9/10 MB | 53/54 kB
Progress (3): 33 kB | 0.9/10 MB | 54 kB   
Progress (3): 33 kB | 0.9/10 MB | 54 kB
Progress (3): 33 kB | 0.9/10 MB | 54 kB
Progress (3): 33 kB | 0.9/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.0/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
Progress (3): 33 kB | 1.1/10 MB | 54 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 125 kB/s)
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.2/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.3/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.4/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.5/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.6/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.7/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.8/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 1.9/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.0/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.1/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.2/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.3/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.4/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.5/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.6/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.7/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.8/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 2.9/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.0/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.1/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.2/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.3/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.4/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.5/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.6/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.7/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.8/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 3.9/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.0/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.1/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.2/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.3/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.4/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.5/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.6/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.7/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.8/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 4.9/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.0/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.1/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.2/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.3/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.4/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.5/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.6/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.7/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.8/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 5.9/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.0/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.1/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.2/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.3/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.4/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.5/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.6/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.7/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.8/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 6.9/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.0/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.1/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.2/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.3/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.4/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.5/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.6/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.7/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.8/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 7.9/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.0/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.1/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.2/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.3/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.4/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.5/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.6/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.7/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.8/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 8.9/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.0/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.1/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.2/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.3/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.4/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.5/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.6/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.7/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.8/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 9.9/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10.0/10 MB
Progress (2): 33 kB | 10/10 MB  
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10/10 MB
Progress (2): 33 kB | 10 MB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar (10 MB at 9.3 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.11.1/org.eclipse.emf.mwe2.lib-2.11.1.jar (33 kB at 29 kB/s)
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.19.0.v20190821-1536/org.eclipse.emf.codegen-2.19.0.v20190821-1536.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.19.0.v20190822-1451/org.eclipse.emf.codegen.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.1.v20191121-1148/org.eclipse.emf.mwe.core-1.5.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.runtime-2.11.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.1.v20191121-1148/org.eclipse.emf.mwe.utils-1.5.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.language-2.11.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.launch-2.11.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.StandaloneSetup setPlatformUri
INFO: Registering platform uri '/home/jenkins/agent/workspace/xsemantics/plugins'
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.DirectoryCleaner invokeInternal
INFO: Cleaning /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/../org.eclipse.xsemantics.dsl/emf-gen
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/dsl/Xsemantics' from 'platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel'
Jan 24, 2020 5:04:34 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
0    INFO  EcoreGenerator     - generating EMF code for platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel
1016 INFO  Workflow           - Done.
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.eclipse.xsemantics.dsl ---
0    INFO  XtextGenerator     - Initializing Xtext generator
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.19.0.v20190821-1536/org.eclipse.emf.codegen-2.19.0.v20190821-1536.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.19.0.v20190822-1451/org.eclipse.emf.codegen.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.1.v20191121-1148/org.eclipse.emf.mwe.core-1.5.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.runtime-2.11.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.1.v20191121-1148/org.eclipse.emf.mwe.utils-1.5.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.language-2.11.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.launch-2.11.1.v20191121-1148.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl at 'file:/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.tests at 'file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.ide at 'file:/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.ui at 'file:/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.dsl.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/dsl/Xsemantics' from 'platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel'
Jan 24, 2020 5:04:36 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
254  ERROR XtextGeneratorLanguage - Error loading 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel':
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'eclipsePlatformVersion' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91)
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'autoResizeProperties' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91)
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'autoExpandProperties' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91)
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'findAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91)
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'expandAllAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91)
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'collapseAllAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91)
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'revertAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91)
766  INFO  XtextGenerator     - Generating org.eclipse.xsemantics.dsl.Xsemantics
11813 INFO  XtextGenerator     - Generating common infrastructure
11824 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl ---
[INFO] Compiling 106 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/classes
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[109] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superclass method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[119] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[132] 
	public EList<JvmFormalParameter> getParameters()
	                                 ^^^^^^^^^^^^^^^
The method getParameters() of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[146] 
	public JvmTypeReference getType()
	                        ^^^^^^^^^
The method getType() of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[173] 
	public void setType(JvmTypeReference newType)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setType(JvmTypeReference) of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:[76] 
	public boolean isOverride()
	               ^^^^^^^^^^^^
The method isOverride() of type OverriderImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:[86] 
	public void setOverride(boolean newOverride)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setOverride(boolean) of type OverriderImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:[99] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type OverriderImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleParameterImpl.java:[69] 
	public JvmFormalParameter getParameter()
	                          ^^^^^^^^^^^^^^
The method getParameter() of type RuleParameterImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleParameterImpl.java:[96] 
	public void setParameter(JvmFormalParameter newParameter)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setParameter(JvmFormalParameter) of type RuleParameterImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[134] 
	public Environment getEnvironment()
	                   ^^^^^^^^^^^^^^^^
The method getEnvironment() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[161] 
	public void setEnvironment(Environment newEnvironment)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEnvironment(Environment) of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[182] 
	public String getJudgmentSymbol()
	              ^^^^^^^^^^^^^^^^^^^
The method getJudgmentSymbol() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[192] 
	public void setJudgmentSymbol(String newJudgmentSymbol)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setJudgmentSymbol(String) of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[205] 
	public EList<RuleConclusionElement> getConclusionElements()
	                                    ^^^^^^^^^^^^^^^^^^^^^^^
The method getConclusionElements() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[219] 
	public EList<String> getRelationSymbols()
	                     ^^^^^^^^^^^^^^^^^^^^
The method getRelationSymbols() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[233] 
	public XExpression getError()
	                   ^^^^^^^^^^
The method getError() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[260] 
	public void setError(XExpression newError)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setError(XExpression) of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/InputParameter.java:[58] 
	String getName();
	       ^^^^^^^^^
The method getName() of type InputParameter should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[92] 
	public EntryPointsOption getEntryPointsOption()
	                         ^^^^^^^^^^^^^^^^^^^^^^
The method getEntryPointsOption() of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[102] 
	public void setEntryPointsOption(EntryPointsOption newEntryPointsOption)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEntryPointsOption(EntryPointsOption) of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[115] 
	public XExpression getCondition()
	                   ^^^^^^^^^^^^^^
The method getCondition() of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[142] 
	public void setCondition(XExpression newCondition)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCondition(XExpression) of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[129] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superclass method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[139] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[152] 
	public String getJudgmentSymbol()
	              ^^^^^^^^^^^^^^^^^^^
The method getJudgmentSymbol() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[162] 
	public void setJudgmentSymbol(String newJudgmentSymbol)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setJudgmentSymbol(String) of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[175] 
	public EList<JudgmentParameter> getJudgmentParameters()
	                                ^^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentParameters() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[189] 
	public EList<String> getRelationSymbols()
	                     ^^^^^^^^^^^^^^^^^^^^
The method getRelationSymbols() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[82] 
	public XExpression getCurrentEnvironment()
	                   ^^^^^^^^^^^^^^^^^^^^^^^
The method getCurrentEnvironment() of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[109] 
	public void setCurrentEnvironment(XExpression newCurrentEnvironment)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCurrentEnvironment(XExpression) of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[130] 
	public XExpression getSubEnvironment()
	                   ^^^^^^^^^^^^^^^^^^^
The method getSubEnvironment() of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[157] 
	public void setSubEnvironment(XExpression newSubEnvironment)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSubEnvironment(XExpression) of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[110] 
	public EList<XAnnotation> getAnnotations()
	                          ^^^^^^^^^^^^^^^^
The method getAnnotations() of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[124] 
	public boolean isWriteable()
	               ^^^^^^^^^^^^^
The method isWriteable() of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[134] 
	public void setWriteable(boolean newWriteable)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setWriteable(boolean) of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[147] 
	public XExpression getRight()
	                   ^^^^^^^^^^
The method getRight() of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[174] 
	public void setRight(XExpression newRight)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRight(XExpression) of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[387] 
	public EClass getXsemanticsFile()
	              ^^^^^^^^^^^^^^^^^^^
The method getXsemanticsFile() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[397] 
	public EReference getXsemanticsFile_ImportSection()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsFile_ImportSection() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[407] 
	public EReference getXsemanticsFile_XsemanticsSystem()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsFile_XsemanticsSystem() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[417] 
	public EClass getXsemanticsSystem()
	              ^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[427] 
	public EAttribute getXsemanticsSystem_Name()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[437] 
	public EReference getXsemanticsSystem_SuperSystem()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_SuperSystem() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[447] 
	public EReference getXsemanticsSystem_ValidatorExtends()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_ValidatorExtends() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[457] 
	public EReference getXsemanticsSystem_ImportSection()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_ImportSection() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[467] 
	public EReference getXsemanticsSystem_Fields()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_Fields() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[477] 
	public EReference getXsemanticsSystem_AuxiliaryDescriptions()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_AuxiliaryDescriptions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[487] 
	public EReference getXsemanticsSystem_JudgmentDescriptions()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_JudgmentDescriptions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[497] 
	public EReference getXsemanticsSystem_AuxiliaryFunctions()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_AuxiliaryFunctions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[507] 
	public EReference getXsemanticsSystem_Rules()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_Rules() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[517] 
	public EReference getXsemanticsSystem_Checkrules()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_Checkrules() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[527] 
	public EAttribute getXsemanticsSystem_Copyright()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem_Copyright() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[537] 
	public EClass getInjected()
	              ^^^^^^^^^^^^^
The method getInjected() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[547] 
	public EClass getAuxiliaryDescription()
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[557] 
	public EAttribute getAuxiliaryDescription_Name()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryDescription_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[567] 
	public EReference getAuxiliaryDescription_Parameters()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryDescription_Parameters() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[577] 
	public EReference getAuxiliaryDescription_Type()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryDescription_Type() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[587] 
	public EClass getJudgmentDescription()
	              ^^^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[597] 
	public EAttribute getJudgmentDescription_Name()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentDescription_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[607] 
	public EAttribute getJudgmentDescription_JudgmentSymbol()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentDescription_JudgmentSymbol() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[617] 
	public EReference getJudgmentDescription_JudgmentParameters()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentDescription_JudgmentParameters() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[627] 
	public EAttribute getJudgmentDescription_RelationSymbols()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentDescription_RelationSymbols() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[637] 
	public EClass getJudgmentParameter()
	              ^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[647] 
	public EClass getAuxiliaryFunction()
	              ^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryFunction() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[657] 
	public EAttribute getAuxiliaryFunction_Name()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryFunction_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[667] 
	public EReference getAuxiliaryFunction_Parameters()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryFunction_Parameters() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[677] 
	public EReference getAuxiliaryFunction_Body()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryFunction_Body() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[687] 
	public EReference getAuxiliaryFunction__auxiliaryDescription()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryFunction__auxiliaryDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[697] 
	public EClass getRule()
	              ^^^^^^^^^
The method getRule() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[707] 
	public EAttribute getRule_Name()
	                  ^^^^^^^^^^^^^^
The method getRule_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[717] 
	public EReference getRule_Conclusion()
	                  ^^^^^^^^^^^^^^^^^^^^
The method getRule_Conclusion() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[727] 
	public EReference getRule__inputParams()
	                  ^^^^^^^^^^^^^^^^^^^^^^
The method getRule__inputParams() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[737] 
	public EReference getRule__outputParams()
	                  ^^^^^^^^^^^^^^^^^^^^^^^
The method getRule__outputParams() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[747] 
	public EClass getAxiom()
	              ^^^^^^^^^^
The method getAxiom() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[757] 
	public EClass getRuleWithPremises()
	              ^^^^^^^^^^^^^^^^^^^^^
The method getRuleWithPremises() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[767] 
	public EReference getRuleWithPremises_Premises()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleWithPremises_Premises() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[777] 
	public EClass getCheckRule()
	              ^^^^^^^^^^^^^^
The method getCheckRule() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[787] 
	public EAttribute getCheckRule_Name()
	                  ^^^^^^^^^^^^^^^^^^^
The method getCheckRule_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[797] 
	public EReference getCheckRule_Element()
	                  ^^^^^^^^^^^^^^^^^^^^^^
The method getCheckRule_Element() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[807] 
	public EReference getCheckRule_Premises()
	                  ^^^^^^^^^^^^^^^^^^^^^^^
The method getCheckRule_Premises() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[817] 
	public EClass getRuleConclusion()
	              ^^^^^^^^^^^^^^^^^^^
The method getRuleConclusion() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[827] 
	public EReference getRuleConclusion_Environment()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleConclusion_Environment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[837] 
	public EAttribute getRuleConclusion_JudgmentSymbol()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleConclusion_JudgmentSymbol() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[847] 
	public EReference getRuleConclusion_ConclusionElements()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleConclusion_ConclusionElements() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[857] 
	public EAttribute getRuleConclusion_RelationSymbols()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleConclusion_RelationSymbols() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[867] 
	public EReference getRuleConclusion_Error()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleConclusion_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[877] 
	public EClass getRuleInvocation()
	              ^^^^^^^^^^^^^^^^^^^
The method getRuleInvocation() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[887] 
	public EReference getRuleInvocation_Environment()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleInvocation_Environment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[897] 
	public EAttribute getRuleInvocation_JudgmentSymbol()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleInvocation_JudgmentSymbol() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[907] 
	public EReference getRuleInvocation_Expressions()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleInvocation_Expressions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[917] 
	public EAttribute getRuleInvocation_RelationSymbols()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleInvocation_RelationSymbols() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[927] 
	public EClass getEnvironment()
	              ^^^^^^^^^^^^^^^^
The method getEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[937] 
	public EAttribute getEnvironment_Name()
	                  ^^^^^^^^^^^^^^^^^^^^^
The method getEnvironment_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[947] 
	public EClass getRuleConclusionElement()
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleConclusionElement() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[957] 
	public EClass getRuleParameter()
	              ^^^^^^^^^^^^^^^^^^
The method getRuleParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[967] 
	public EReference getRuleParameter_Parameter()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getRuleParameter_Parameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[977] 
	public EClass getExpressionInConclusion()
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExpressionInConclusion() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[987] 
	public EReference getExpressionInConclusion_Expression()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExpressionInConclusion_Expression() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[997] 
	public EClass getOutputParameter()
	              ^^^^^^^^^^^^^^^^^^^^
The method getOutputParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1007] 
	public EReference getOutputParameter_JvmTypeReference()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOutputParameter_JvmTypeReference() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1017] 
	public EClass getInputParameter()
	              ^^^^^^^^^^^^^^^^^^^
The method getInputParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1027] 
	public EReference getInputParameter_Parameter()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getInputParameter_Parameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1037] 
	public EClass getOrExpression()
	              ^^^^^^^^^^^^^^^^^
The method getOrExpression() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1047] 
	public EReference getOrExpression_Branches()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOrExpression_Branches() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1057] 
	public EClass getFail()
	              ^^^^^^^^^
The method getFail() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1067] 
	public EReference getFail_Error()
	                  ^^^^^^^^^^^^^^^
The method getFail_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1077] 
	public EClass getEnvironmentComposition()
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEnvironmentComposition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1087] 
	public EReference getEnvironmentComposition_CurrentEnvironment()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEnvironmentComposition_CurrentEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1097] 
	public EReference getEnvironmentComposition_SubEnvironment()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEnvironmentComposition_SubEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1107] 
	public EClass getEnvironmentMapping()
	              ^^^^^^^^^^^^^^^^^^^^^^^
The method getEnvironmentMapping() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1117] 
	public EReference getEnvironmentMapping_Key()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEnvironmentMapping_Key() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1127] 
	public EReference getEnvironmentMapping_Value()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEnvironmentMapping_Value() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1137] 
	public EClass getEmptyEnvironment()
	              ^^^^^^^^^^^^^^^^^^^^^
The method getEmptyEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1147] 
	public EClass getErrorSpecification()
	              ^^^^^^^^^^^^^^^^^^^^^^^
The method getErrorSpecification() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1157] 
	public EReference getErrorSpecification_Error()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getErrorSpecification_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1167] 
	public EReference getErrorSpecification_Source()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getErrorSpecification_Source() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1177] 
	public EReference getErrorSpecification_Feature()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getErrorSpecification_Feature() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1187] 
	public EReference getErrorSpecification_Data()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getErrorSpecification_Data() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1197] 
	public EClass getUniqueByName()
	              ^^^^^^^^^^^^^^^^^
The method getUniqueByName() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1207] 
	public EClass getOverrider()
	              ^^^^^^^^^^^^^^
The method getOverrider() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1217] 
	public EAttribute getOverrider_Override()
	                  ^^^^^^^^^^^^^^^^^^^^^^^
The method getOverrider_Override() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1227] 
	public EClass getReferToJudgment()
	              ^^^^^^^^^^^^^^^^^^^^
The method getReferToJudgment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1237] 
	public EReference getReferToJudgment__judgment()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getReferToJudgment__judgment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1247] 
	public EClass getNamed()
	              ^^^^^^^^^^
The method getNamed() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1257] 
	public EClass getCachedClause()
	              ^^^^^^^^^^^^^^^^^
The method getCachedClause() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1267] 
	public EAttribute getCachedClause_EntryPointsOption()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getCachedClause_EntryPointsOption() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1277] 
	public EReference getCachedClause_Condition()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getCachedClause_Condition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1287] 
	public EClass getCachable()
	              ^^^^^^^^^^^^^
The method getCachable() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1297] 
	public EReference getCachable_CachedClause()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getCachable_CachedClause() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1307] 
	public EClass getDescription()
	              ^^^^^^^^^^^^^^^^
The method getDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1317] 
	public EReference getDescription_Error()
	                  ^^^^^^^^^^^^^^^^^^^^^^
The method getDescription_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1327] 
	public EClass getAbstractFieldDefinition()
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAbstractFieldDefinition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1337] 
	public EAttribute getAbstractFieldDefinition_Extension()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAbstractFieldDefinition_Extension() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1347] 
	public EReference getAbstractFieldDefinition_Type()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAbstractFieldDefinition_Type() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1357] 
	public EAttribute getAbstractFieldDefinition_Name()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAbstractFieldDefinition_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1367] 
	public EClass getFieldDefinition()
	              ^^^^^^^^^^^^^^^^^^^^
The method getFieldDefinition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1377] 
	public EReference getFieldDefinition_Annotations()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getFieldDefinition_Annotations() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:[42] 
	String getName();
	       ^^^^^^^^^
The method getName() of type Rule should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:[165] 
	String getJudgmentSymbol();
	       ^^^^^^^^^^^^^^^^^^^
The method getJudgmentSymbol() of type Rule should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:[174] 
	EList<String> getRelationSymbols();
	              ^^^^^^^^^^^^^^^^^^^^
The method getRelationSymbols() of type Rule should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryDescription.java:[44] 
	String getName();
	       ^^^^^^^^^
The method getName() of type AuxiliaryDescription should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OrExpressionImpl.java:[75] 
	public EList<XExpression> getBranches()
	                          ^^^^^^^^^^^^^
The method getBranches() of type OrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[144] 
	public XsemanticsFile createXsemanticsFile()
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method createXsemanticsFile() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[155] 
	public XsemanticsSystem createXsemanticsSystem()
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
The method createXsemanticsSystem() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[166] 
	public Injected createInjected()
	                ^^^^^^^^^^^^^^^^
The method createInjected() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[177] 
	public AuxiliaryDescription createAuxiliaryDescription()
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createAuxiliaryDescription() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[188] 
	public JudgmentDescription createJudgmentDescription()
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createJudgmentDescription() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[199] 
	public JudgmentParameter createJudgmentParameter()
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createJudgmentParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[210] 
	public AuxiliaryFunction createAuxiliaryFunction()
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createAuxiliaryFunction() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[221] 
	public Rule createRule()
	            ^^^^^^^^^^^^
The method createRule() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[232] 
	public Axiom createAxiom()
	             ^^^^^^^^^^^^^
The method createAxiom() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[243] 
	public RuleWithPremises createRuleWithPremises()
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
The method createRuleWithPremises() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[254] 
	public CheckRule createCheckRule()
	                 ^^^^^^^^^^^^^^^^^
The method createCheckRule() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[265] 
	public RuleConclusion createRuleConclusion()
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method createRuleConclusion() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[276] 
	public RuleInvocation createRuleInvocation()
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method createRuleInvocation() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[287] 
	public Environment createEnvironment()
	                   ^^^^^^^^^^^^^^^^^^^
The method createEnvironment() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[298] 
	public RuleConclusionElement createRuleConclusionElement()
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createRuleConclusionElement() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[309] 
	public RuleParameter createRuleParameter()
	                     ^^^^^^^^^^^^^^^^^^^^^
The method createRuleParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[320] 
	public ExpressionInConclusion createExpressionInConclusion()
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createExpressionInConclusion() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[331] 
	public OutputParameter createOutputParameter()
	                       ^^^^^^^^^^^^^^^^^^^^^^^
The method createOutputParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[342] 
	public InputParameter createInputParameter()
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method createInputParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[353] 
	public OrExpression createOrExpression()
	                    ^^^^^^^^^^^^^^^^^^^^
The method createOrExpression() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[364] 
	public Fail createFail()
	            ^^^^^^^^^^^^
The method createFail() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[375] 
	public EnvironmentComposition createEnvironmentComposition()
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createEnvironmentComposition() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[386] 
	public EnvironmentMapping createEnvironmentMapping()
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createEnvironmentMapping() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[397] 
	public EmptyEnvironment createEmptyEnvironment()
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
The method createEmptyEnvironment() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[408] 
	public ErrorSpecification createErrorSpecification()
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createErrorSpecification() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[419] 
	public Overrider createOverrider()
	                 ^^^^^^^^^^^^^^^^^
The method createOverrider() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[430] 
	public ReferToJudgment createReferToJudgment()
	                       ^^^^^^^^^^^^^^^^^^^^^^^
The method createReferToJudgment() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[441] 
	public CachedClause createCachedClause()
	                    ^^^^^^^^^^^^^^^^^^^^
The method createCachedClause() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[452] 
	public Cachable createCachable()
	                ^^^^^^^^^^^^^^^^
The method createCachable() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[463] 
	public Description createDescription()
	                   ^^^^^^^^^^^^^^^^^^^
The method createDescription() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[474] 
	public AbstractFieldDefinition createAbstractFieldDefinition()
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createAbstractFieldDefinition() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[485] 
	public FieldDefinition createFieldDefinition()
	                       ^^^^^^^^^^^^^^^^^^^^^^^
The method createFieldDefinition() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[518] 
	public XsemanticsPackage getXsemanticsPackage()
	                         ^^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsPackage() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FailImpl.java:[71] 
	public XExpression getError()
	                   ^^^^^^^^^^
The method getError() of type FailImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FailImpl.java:[98] 
	public void setError(XExpression newError)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setError(XExpression) of type FailImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryFunction.java:[46] 
	String getName();
	       ^^^^^^^^^
The method getName() of type AuxiliaryFunction should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentImpl.java:[76] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type EnvironmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentImpl.java:[86] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type EnvironmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[79] 
	public JudgmentDescription get_judgment()
	                           ^^^^^^^^^^^^^^
The method get_judgment() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[109] 
	public void set_judgment(JudgmentDescription new_judgment)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method set_judgment(JudgmentDescription) of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[124] 
	public void unset_judgment()
	            ^^^^^^^^^^^^^^^^
The method unset_judgment() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[139] 
	public boolean isSet_judgment()
	               ^^^^^^^^^^^^^^^^
The method isSet_judgment() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[149] 
	public String getJudgmentSymbol()
	              ^^^^^^^^^^^^^^^^^^^
The method getJudgmentSymbol() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[161] 
	public EList<String> getRelationSymbols()
	                     ^^^^^^^^^^^^^^^^^^^^
The method getRelationSymbols() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[112] 
	public boolean isExtension()
	               ^^^^^^^^^^^^^
The method isExtension() of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[122] 
	public void setExtension(boolean newExtension)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setExtension(boolean) of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[135] 
	public JvmTypeReference getType()
	                        ^^^^^^^^^
The method getType() of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[162] 
	public void setType(JvmTypeReference newType)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setType(JvmTypeReference) of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[183] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[193] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[82] 
	public CachedClause getCachedClause()
	                    ^^^^^^^^^^^^^^^^^
The method getCachedClause() of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[109] 
	public void setCachedClause(CachedClause newCachedClause)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCachedClause(CachedClause) of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[130] 
	public XExpression getError()
	                   ^^^^^^^^^^
The method getError() of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[157] 
	public void setError(XExpression newError)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setError(XExpression) of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:[191] 
	public int getValue()
	           ^^^^^^^^^^
The method getValue() of type EntryPointsOption should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:[201] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type EntryPointsOption should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:[211] 
	public String getLiteral()
	              ^^^^^^^^^^^^
The method getLiteral() of type EntryPointsOption should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AbstractFieldDefinition.java:[93] 
	String getName();
	       ^^^^^^^^^
The method getName() of type AbstractFieldDefinition should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[104] 
	public XExpression getError()
	                   ^^^^^^^^^^
The method getError() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[131] 
	public void setError(XExpression newError)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setError(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[152] 
	public XExpression getSource()
	                   ^^^^^^^^^^^
The method getSource() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[179] 
	public void setSource(XExpression newSource)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSource(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[200] 
	public XExpression getFeature()
	                   ^^^^^^^^^^^^
The method getFeature() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[227] 
	public void setFeature(XExpression newFeature)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setFeature(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[248] 
	public XExpression getData()
	                   ^^^^^^^^^
The method getData() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[275] 
	public void setData(XExpression newData)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setData(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[215] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[225] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[238] 
	public JvmParameterizedTypeReference getSuperSystem()
	                                     ^^^^^^^^^^^^^^^^
The method getSuperSystem() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[265] 
	public void setSuperSystem(JvmParameterizedTypeReference newSuperSystem)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSuperSystem(JvmParameterizedTypeReference) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[286] 
	public JvmParameterizedTypeReference getValidatorExtends()
	                                     ^^^^^^^^^^^^^^^^^^^^^
The method getValidatorExtends() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[313] 
	public void setValidatorExtends(JvmParameterizedTypeReference newValidatorExtends)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setValidatorExtends(JvmParameterizedTypeReference) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[334] 
	public XImportSection getImportSection()
	                      ^^^^^^^^^^^^^^^^^^
The method getImportSection() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[361] 
	public void setImportSection(XImportSection newImportSection)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setImportSection(XImportSection) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[382] 
	public EList<AbstractFieldDefinition> getFields()
	                                      ^^^^^^^^^^^
The method getFields() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[396] 
	public EList<AuxiliaryDescription> getAuxiliaryDescriptions()
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryDescriptions() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[410] 
	public EList<JudgmentDescription> getJudgmentDescriptions()
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
The method getJudgmentDescriptions() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[424] 
	public EList<AuxiliaryFunction> getAuxiliaryFunctions()
	                                ^^^^^^^^^^^^^^^^^^^^^^^
The method getAuxiliaryFunctions() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[438] 
	public EList<Rule> getRules()
	                   ^^^^^^^^^^
The method getRules() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[452] 
	public EList<CheckRule> getCheckrules()
	                        ^^^^^^^^^^^^^^^
The method getCheckrules() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[466] 
	public String getCopyright()
	              ^^^^^^^^^^^^^^
The method getCopyright() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[476] 
	public void setCopyright(String newCopyright)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCopyright(String) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[144] 
	public JudgmentDescription get_judgment()
	                           ^^^^^^^^^^^^^^
The method get_judgment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[174] 
	public void set_judgment(JudgmentDescription new_judgment)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method set_judgment(JudgmentDescription) of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[189] 
	public void unset_judgment()
	            ^^^^^^^^^^^^^^^^
The method unset_judgment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[204] 
	public boolean isSet_judgment()
	               ^^^^^^^^^^^^^^^^
The method isSet_judgment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[214] 
	public XExpression getEnvironment()
	                   ^^^^^^^^^^^^^^^^
The method getEnvironment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[241] 
	public void setEnvironment(XExpression newEnvironment)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEnvironment(XExpression) of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[262] 
	public String getJudgmentSymbol()
	              ^^^^^^^^^^^^^^^^^^^
The method getJudgmentSymbol() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[272] 
	public void setJudgmentSymbol(String newJudgmentSymbol)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setJudgmentSymbol(String) of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[285] 
	public EList<XExpression> getExpressions()
	                          ^^^^^^^^^^^^^^^^
The method getExpressions() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[299] 
	public EList<String> getRelationSymbols()
	                     ^^^^^^^^^^^^^^^^^^^^
The method getRelationSymbols() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[82] 
	public XExpression getKey()
	                   ^^^^^^^^
The method getKey() of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[109] 
	public void setKey(XExpression newKey)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setKey(XExpression) of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[130] 
	public XExpression getValue()
	                   ^^^^^^^^^^
The method getValue() of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[157] 
	public void setValue(XExpression newValue)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setValue(XExpression) of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:[69] 
	public JvmFormalParameter getParameter()
	                          ^^^^^^^^^^^^^^
The method getParameter() of type InputParameterImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:[96] 
	public void setParameter(JvmFormalParameter newParameter)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setParameter(JvmFormalParameter) of type InputParameterImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:[117] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type InputParameterImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleWithPremisesImpl.java:[69] 
	public XExpression getPremises()
	                   ^^^^^^^^^^^^^
The method getPremises() of type RuleWithPremisesImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleWithPremisesImpl.java:[96] 
	public void setPremises(XExpression newPremises)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setPremises(XExpression) of type RuleWithPremisesImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachableImpl.java:[69] 
	public CachedClause getCachedClause()
	                    ^^^^^^^^^^^^^^^^^
The method getCachedClause() of type CachableImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachableImpl.java:[96] 
	public void setCachedClause(CachedClause newCachedClause)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCachedClause(CachedClause) of type CachableImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachableImpl.java:[117] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type CachableImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.java:[22] 
	import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder is never used
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.java:[1683] 
	public EnumRule getRule() { return rule; }
	                ^^^^^^^^^
The method getRule() of type XsemanticsGrammarAccess.EntryPointsOptionElements should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:[70] 
	String getJudgmentSymbol();
	       ^^^^^^^^^^^^^^^^^^^
The method getJudgmentSymbol() of type RuleInvocation should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:[112] 
	EList<String> getRelationSymbols();
	              ^^^^^^^^^^^^^^^^^^^^
The method getRelationSymbols() of type RuleInvocation should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[82] 
	public XImportSection getImportSection()
	                      ^^^^^^^^^^^^^^^^^^
The method getImportSection() of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[109] 
	public void setImportSection(XImportSection newImportSection)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setImportSection(XImportSection) of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[130] 
	public XsemanticsSystem getXsemanticsSystem()
	                        ^^^^^^^^^^^^^^^^^^^^^
The method getXsemanticsSystem() of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[157] 
	public void setXsemanticsSystem(XsemanticsSystem newXsemanticsSystem)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setXsemanticsSystem(XsemanticsSystem) of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CheckRule.java:[41] 
	String getName();
	       ^^^^^^^^^
The method getName() of type CheckRule should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[102] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type CheckRuleImpl should be tagged with @Override since it actually overrides a superclass method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[112] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[125] 
	public RuleParameter getElement()
	                     ^^^^^^^^^^^^
The method getElement() of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[152] 
	public void setElement(RuleParameter newElement)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setElement(RuleParameter) of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[173] 
	public XExpression getPremises()
	                   ^^^^^^^^^^^^^
The method getPremises() of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[200] 
	public void setPremises(XExpression newPremises)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setPremises(XExpression) of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentDescription.java:[42] 
	String getName();
	       ^^^^^^^^^
The method getName() of type JudgmentDescription should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[132] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[142] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[155] 
	public EList<JvmFormalParameter> getParameters()
	                                 ^^^^^^^^^^^^^^^
The method getParameters() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[169] 
	public XExpression getBody()
	                   ^^^^^^^^^
The method getBody() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[196] 
	public void setBody(XExpression newBody)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setBody(XExpression) of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[217] 
	public AuxiliaryDescription get_auxiliaryDescription()
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method get_auxiliaryDescription() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[247] 
	public void set_auxiliaryDescription(AuxiliaryDescription new_auxiliaryDescription)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method set_auxiliaryDescription(AuxiliaryDescription) of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[262] 
	public void unset_auxiliaryDescription()
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method unset_auxiliaryDescription() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[277] 
	public boolean isSet_auxiliaryDescription()
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isSet_auxiliaryDescription() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[141] 
	public JudgmentDescription get_judgment()
	                           ^^^^^^^^^^^^^^
The method get_judgment() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[171] 
	public void set_judgment(JudgmentDescription new_judgment)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method set_judgment(JudgmentDescription) of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[186] 
	public void unset_judgment()
	            ^^^^^^^^^^^^^^^^
The method unset_judgment() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[201] 
	public boolean isSet_judgment()
	               ^^^^^^^^^^^^^^^^
The method isSet_judgment() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[211] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type RuleImpl should be tagged with @Override since it actually overrides a superclass method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[221] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[234] 
	public RuleConclusion getConclusion()
	                      ^^^^^^^^^^^^^^^
The method getConclusion() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[261] 
	public void setConclusion(RuleConclusion newConclusion)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setConclusion(RuleConclusion) of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[282] 
	public EList<RuleParameter> get_inputParams()
	                            ^^^^^^^^^^^^^^^^^
The method get_inputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[296] 
	public void unset_inputParams()
	            ^^^^^^^^^^^^^^^^^^^
The method unset_inputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[306] 
	public boolean isSet_inputParams()
	               ^^^^^^^^^^^^^^^^^^^
The method isSet_inputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[316] 
	public EList<RuleParameter> get_outputParams()
	                            ^^^^^^^^^^^^^^^^^^
The method get_outputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[330] 
	public void unset_outputParams()
	            ^^^^^^^^^^^^^^^^^^^^
The method unset_outputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[340] 
	public boolean isSet_outputParams()
	               ^^^^^^^^^^^^^^^^^^^^
The method isSet_outputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[350] 
	public String getJudgmentSymbol()
	              ^^^^^^^^^^^^^^^^^^^
The method getJudgmentSymbol() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[361] 
	public EList<String> getRelationSymbols()
	                     ^^^^^^^^^^^^^^^^^^^^
The method getRelationSymbols() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OutputParameterImpl.java:[69] 
	public JvmTypeReference getJvmTypeReference()
	                        ^^^^^^^^^^^^^^^^^^^^^
The method getJvmTypeReference() of type OutputParameterImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OutputParameterImpl.java:[96] 
	public void setJvmTypeReference(JvmTypeReference newJvmTypeReference)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setJvmTypeReference(JvmTypeReference) of type OutputParameterImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ExpressionInConclusionImpl.java:[69] 
	public XExpression getExpression()
	                   ^^^^^^^^^^^^^^^
The method getExpression() of type ExpressionInConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ExpressionInConclusionImpl.java:[96] 
	public void setExpression(XExpression newExpression)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setExpression(XExpression) of type ExpressionInConclusionImpl should be tagged with @Override since it actually overrides a superinterface method
292 problems (292 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 31 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl ---
[INFO] 
[INFO] -------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide >--------
[INFO] Building org.eclipse.xsemantics.dsl.ide 1.19.0-SNAPSHOT           [5/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/org.eclipse.xsemantics.dsl.ide-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/org.eclipse.xsemantics.dsl.ide-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.ide ---
[INFO] 
[INFO] --------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui >--------
[INFO] Building org.eclipse.xsemantics.dsl.ui 1.19.0-SNAPSHOT            [6/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/org.eclipse.xsemantics.dsl.ui-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/org.eclipse.xsemantics.dsl.ui-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.ui ---
[INFO] 
[INFO] ------< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj >------
[INFO] Building org.eclipse.xsemantics.example.fj 1.19.0-SNAPSHOT        [7/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.fj ---
Downloading from ossrh-snapshots: http://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
Progress (1): 730 B
                   
Downloaded from ossrh-snapshots: http://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (730 B at 2.4 kB/s)
Downloading from ossrh-snapshots: http://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
Progress (1): 731 B
                   
Downloaded from ossrh-snapshots: http://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml (731 B at 4.7 kB/s)
Downloading from ossrh-snapshots: http://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
Progress (1): 764 B
                   
Downloaded from ossrh-snapshots: http://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml (764 B at 4.9 kB/s)
Downloading from ossrh-snapshots: http://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/maven-metadata.xml
0    INFO  XtextGenerator     - Initializing Xtext generator
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fj at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fj.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fj.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fj.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fj.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:05:00 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
535  INFO  XtextGenerator     - Generating org.eclipse.xsemantics.example.fj.FJ
1732 INFO  EMFGeneratorFragment2 - Generating EMF model code
Jan 24, 2020 5:05:02 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/fj/FJ' from 'platform:/resource/org.eclipse.xsemantics.example.fj/model/generated/FJ.genmodel'
3318 INFO  XtextGenerator     - Generating common infrastructure
3326 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.fj ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.builder.standalone/2.20.0/org.eclipse.xtext.builder.standalone-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.builder.standalone/2.20.0/org.eclipse.xtext.builder.standalone-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.9 kB
Progress (1): 9.0 kB
Progress (1): 9.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.builder.standalone/2.20.0/org.eclipse.xtext.builder.standalone-2.20.0.pom (9.0 kB at 151 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.ecore/2.20.0/org.eclipse.xtext.ecore-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ecore/2.20.0/org.eclipse.xtext.ecore-2.20.0.pom
Progress (1): 1.1 kB
Progress (1): 4.9 kB
Progress (1): 5.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ecore/2.20.0/org.eclipse.xtext.ecore-2.20.0.pom (5.5 kB at 195 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.generator/2.20.0/org.eclipse.xtext.generator-2.20.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.generator/2.20.0/org.eclipse.xtext.generator-2.20.0.pom
Progress (1): 1.2 kB
Progress (1): 4.9 kB
Progress (1): 8.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.generator/2.20.0/org.eclipse.xtext.generator-2.20.0.pom (8.5 kB at 37 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xpand/org.eclipse.xpand/2.0.0/org.eclipse.xpand-2.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xpand/2.0.0/org.eclipse.xpand-2.0.0.pom
Progress (1): 551 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xpand/2.0.0/org.eclipse.xpand-2.0.0.pom (551 B at 20 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xpand/org.eclipse.xpand.parent/2.0.0/org.eclipse.xpand.parent-2.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xpand.parent/2.0.0/org.eclipse.xpand.parent-2.0.0.pom
Progress (1): 1.5 kB
Progress (1): 4.2 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xpand.parent/2.0.0/org.eclipse.xpand.parent-2.0.0.pom (5.0 kB at 107 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xpand/org.eclipse.xtend/2.0.0/org.eclipse.xtend-2.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xtend/2.0.0/org.eclipse.xtend-2.0.0.pom
Progress (1): 551 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xtend/2.0.0/org.eclipse.xtend-2.0.0.pom (551 B at 17 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.builder.standalone/2.20.0/org.eclipse.xtext.builder.standalone-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.generator/2.20.0/org.eclipse.xtext.generator-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xtext/org.eclipse.xtext.ecore/2.20.0/org.eclipse.xtext.ecore-2.20.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xpand/org.eclipse.xtend/2.0.0/org.eclipse.xtend-2.0.0.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/xpand/org.eclipse.xpand/2.0.0/org.eclipse.xpand-2.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.builder.standalone/2.20.0/org.eclipse.xtext.builder.standalone-2.20.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xtend/2.0.0/org.eclipse.xtend-2.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xpand/2.0.0/org.eclipse.xpand-2.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.generator/2.20.0/org.eclipse.xtext.generator-2.20.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ecore/2.20.0/org.eclipse.xtext.ecore-2.20.0.jar
Progress (1): 4.1/519 kB
Progress (1): 7.7/519 kB
Progress (1): 12/519 kB 
Progress (2): 12/519 kB | 4.1/882 kB
Progress (2): 16/519 kB | 4.1/882 kB
Progress (2): 16/519 kB | 7.7/882 kB
Progress (2): 16/519 kB | 12/882 kB 
Progress (2): 16/519 kB | 16/882 kB
Progress (2): 20/519 kB | 16/882 kB
Progress (2): 24/519 kB | 16/882 kB
Progress (2): 28/519 kB | 16/882 kB
Progress (2): 32/519 kB | 16/882 kB
Progress (2): 32/519 kB | 20/882 kB
Progress (2): 32/519 kB | 24/882 kB
Progress (3): 32/519 kB | 24/882 kB | 4.1/16 kB
Progress (3): 32/519 kB | 28/882 kB | 4.1/16 kB
Progress (3): 32/519 kB | 28/882 kB | 7.7/16 kB
Progress (3): 32/519 kB | 32/882 kB | 7.7/16 kB
Progress (4): 32/519 kB | 32/882 kB | 7.7/16 kB | 4.1/221 kB
Progress (4): 32/519 kB | 32/882 kB | 12/16 kB | 4.1/221 kB 
Progress (4): 36/519 kB | 32/882 kB | 12/16 kB | 4.1/221 kB
Progress (4): 36/519 kB | 32/882 kB | 12/16 kB | 7.7/221 kB
Progress (4): 40/519 kB | 32/882 kB | 12/16 kB | 7.7/221 kB
Progress (4): 40/519 kB | 32/882 kB | 16/16 kB | 7.7/221 kB
Progress (4): 45/519 kB | 32/882 kB | 16/16 kB | 7.7/221 kB
Progress (4): 45/519 kB | 36/882 kB | 16/16 kB | 7.7/221 kB
Progress (4): 45/519 kB | 36/882 kB | 16/16 kB | 12/221 kB 
Progress (4): 45/519 kB | 40/882 kB | 16/16 kB | 12/221 kB
Progress (4): 49/519 kB | 40/882 kB | 16/16 kB | 12/221 kB
Progress (4): 49/519 kB | 40/882 kB | 16 kB | 12/221 kB   
Progress (4): 49/519 kB | 45/882 kB | 16 kB | 12/221 kB
Progress (4): 49/519 kB | 45/882 kB | 16 kB | 16/221 kB
Progress (4): 49/519 kB | 49/882 kB | 16 kB | 16/221 kB
Progress (4): 53/519 kB | 49/882 kB | 16 kB | 16/221 kB
Progress (4): 57/519 kB | 49/882 kB | 16 kB | 16/221 kB
Progress (4): 61/519 kB | 49/882 kB | 16 kB | 16/221 kB
Progress (4): 61/519 kB | 49/882 kB | 16 kB | 20/221 kB
Progress (4): 61/519 kB | 53/882 kB | 16 kB | 20/221 kB
Progress (4): 65/519 kB | 53/882 kB | 16 kB | 20/221 kB
Progress (4): 65/519 kB | 57/882 kB | 16 kB | 20/221 kB
Progress (4): 65/519 kB | 57/882 kB | 16 kB | 24/221 kB
Progress (4): 65/519 kB | 61/882 kB | 16 kB | 24/221 kB
Progress (4): 65/519 kB | 61/882 kB | 16 kB | 28/221 kB
Progress (4): 65/519 kB | 65/882 kB | 16 kB | 28/221 kB
Progress (4): 65/519 kB | 65/882 kB | 16 kB | 32/221 kB
Progress (4): 65/519 kB | 69/882 kB | 16 kB | 32/221 kB
Progress (4): 65/519 kB | 69/882 kB | 16 kB | 36/221 kB
Progress (4): 65/519 kB | 73/882 kB | 16 kB | 36/221 kB
Progress (4): 69/519 kB | 73/882 kB | 16 kB | 36/221 kB
Progress (4): 69/519 kB | 77/882 kB | 16 kB | 36/221 kB
Progress (4): 69/519 kB | 77/882 kB | 16 kB | 40/221 kB
Progress (4): 69/519 kB | 81/882 kB | 16 kB | 40/221 kB
Progress (4): 73/519 kB | 81/882 kB | 16 kB | 40/221 kB
Progress (4): 73/519 kB | 81/882 kB | 16 kB | 45/221 kB
Progress (4): 77/519 kB | 81/882 kB | 16 kB | 45/221 kB
Progress (4): 77/519 kB | 81/882 kB | 16 kB | 49/221 kB
Progress (4): 81/519 kB | 81/882 kB | 16 kB | 49/221 kB
Progress (4): 81/519 kB | 85/882 kB | 16 kB | 49/221 kB
Progress (4): 81/519 kB | 90/882 kB | 16 kB | 49/221 kB
Progress (4): 81/519 kB | 94/882 kB | 16 kB | 49/221 kB
Progress (4): 81/519 kB | 94/882 kB | 16 kB | 53/221 kB
Progress (4): 81/519 kB | 98/882 kB | 16 kB | 53/221 kB
Progress (4): 81/519 kB | 98/882 kB | 16 kB | 57/221 kB
Progress (4): 81/519 kB | 98/882 kB | 16 kB | 61/221 kB
Progress (4): 81/519 kB | 98/882 kB | 16 kB | 65/221 kB
Progress (4): 81/519 kB | 102/882 kB | 16 kB | 65/221 kB
Progress (4): 81/519 kB | 106/882 kB | 16 kB | 65/221 kB
Progress (4): 81/519 kB | 110/882 kB | 16 kB | 65/221 kB
Progress (4): 81/519 kB | 110/882 kB | 16 kB | 69/221 kB
Progress (4): 81/519 kB | 114/882 kB | 16 kB | 69/221 kB
Progress (4): 81/519 kB | 114/882 kB | 16 kB | 73/221 kB
Progress (4): 81/519 kB | 114/882 kB | 16 kB | 77/221 kB
Progress (5): 81/519 kB | 114/882 kB | 16 kB | 77/221 kB | 4.1/52 kB
Progress (5): 81/519 kB | 114/882 kB | 16 kB | 81/221 kB | 4.1/52 kB
Progress (5): 81/519 kB | 118/882 kB | 16 kB | 81/221 kB | 4.1/52 kB
Progress (5): 81/519 kB | 122/882 kB | 16 kB | 81/221 kB | 4.1/52 kB
Progress (5): 81/519 kB | 126/882 kB | 16 kB | 81/221 kB | 4.1/52 kB
Progress (5): 81/519 kB | 126/882 kB | 16 kB | 85/221 kB | 4.1/52 kB
Progress (5): 81/519 kB | 126/882 kB | 16 kB | 85/221 kB | 7.7/52 kB
Progress (5): 81/519 kB | 126/882 kB | 16 kB | 90/221 kB | 7.7/52 kB
Progress (5): 81/519 kB | 131/882 kB | 16 kB | 90/221 kB | 7.7/52 kB
Progress (5): 81/519 kB | 131/882 kB | 16 kB | 94/221 kB | 7.7/52 kB
Progress (5): 81/519 kB | 131/882 kB | 16 kB | 94/221 kB | 12/52 kB 
Progress (5): 85/519 kB | 131/882 kB | 16 kB | 94/221 kB | 12/52 kB
Progress (5): 85/519 kB | 131/882 kB | 16 kB | 98/221 kB | 12/52 kB
Progress (5): 90/519 kB | 131/882 kB | 16 kB | 98/221 kB | 12/52 kB
Progress (5): 90/519 kB | 131/882 kB | 16 kB | 98/221 kB | 16/52 kB
Progress (5): 94/519 kB | 131/882 kB | 16 kB | 98/221 kB | 16/52 kB
Progress (5): 94/519 kB | 131/882 kB | 16 kB | 102/221 kB | 16/52 kB
Progress (5): 98/519 kB | 131/882 kB | 16 kB | 102/221 kB | 16/52 kB
Progress (5): 98/519 kB | 135/882 kB | 16 kB | 102/221 kB | 16/52 kB
Progress (5): 98/519 kB | 135/882 kB | 16 kB | 106/221 kB | 16/52 kB
Progress (5): 98/519 kB | 139/882 kB | 16 kB | 106/221 kB | 16/52 kB
Progress (5): 98/519 kB | 139/882 kB | 16 kB | 106/221 kB | 20/52 kB
Progress (5): 98/519 kB | 143/882 kB | 16 kB | 106/221 kB | 20/52 kB
Progress (5): 102/519 kB | 143/882 kB | 16 kB | 106/221 kB | 20/52 kB
Progress (5): 102/519 kB | 143/882 kB | 16 kB | 110/221 kB | 20/52 kB
Progress (5): 106/519 kB | 143/882 kB | 16 kB | 110/221 kB | 20/52 kB
Progress (5): 110/519 kB | 143/882 kB | 16 kB | 110/221 kB | 20/52 kB
Progress (5): 110/519 kB | 147/882 kB | 16 kB | 110/221 kB | 20/52 kB
Progress (5): 110/519 kB | 147/882 kB | 16 kB | 110/221 kB | 24/52 kB
Progress (5): 114/519 kB | 147/882 kB | 16 kB | 110/221 kB | 24/52 kB
Progress (5): 114/519 kB | 147/882 kB | 16 kB | 114/221 kB | 24/52 kB
Progress (5): 114/519 kB | 151/882 kB | 16 kB | 114/221 kB | 24/52 kB
Progress (5): 114/519 kB | 151/882 kB | 16 kB | 114/221 kB | 28/52 kB
Progress (5): 118/519 kB | 151/882 kB | 16 kB | 114/221 kB | 28/52 kB
Progress (5): 118/519 kB | 155/882 kB | 16 kB | 114/221 kB | 28/52 kB
Progress (5): 122/519 kB | 155/882 kB | 16 kB | 114/221 kB | 28/52 kB
Progress (5): 122/519 kB | 155/882 kB | 16 kB | 114/221 kB | 32/52 kB
Progress (5): 126/519 kB | 155/882 kB | 16 kB | 114/221 kB | 32/52 kB
Progress (5): 131/519 kB | 155/882 kB | 16 kB | 114/221 kB | 32/52 kB
Progress (5): 131/519 kB | 155/882 kB | 16 kB | 118/221 kB | 32/52 kB
Progress (5): 131/519 kB | 159/882 kB | 16 kB | 118/221 kB | 32/52 kB
Progress (5): 131/519 kB | 159/882 kB | 16 kB | 122/221 kB | 32/52 kB
Progress (5): 131/519 kB | 163/882 kB | 16 kB | 122/221 kB | 32/52 kB
Progress (5): 131/519 kB | 163/882 kB | 16 kB | 122/221 kB | 36/52 kB
Progress (5): 135/519 kB | 163/882 kB | 16 kB | 122/221 kB | 36/52 kB
Progress (5): 135/519 kB | 163/882 kB | 16 kB | 126/221 kB | 36/52 kB
Progress (5): 139/519 kB | 163/882 kB | 16 kB | 126/221 kB | 36/52 kB
Progress (5): 139/519 kB | 163/882 kB | 16 kB | 126/221 kB | 40/52 kB
Progress (5): 143/519 kB | 163/882 kB | 16 kB | 126/221 kB | 40/52 kB
Progress (5): 143/519 kB | 163/882 kB | 16 kB | 131/221 kB | 40/52 kB
Progress (5): 143/519 kB | 167/882 kB | 16 kB | 131/221 kB | 40/52 kB
Progress (5): 147/519 kB | 167/882 kB | 16 kB | 131/221 kB | 40/52 kB
Progress (5): 147/519 kB | 167/882 kB | 16 kB | 131/221 kB | 45/52 kB
Progress (5): 147/519 kB | 171/882 kB | 16 kB | 131/221 kB | 45/52 kB
Progress (5): 147/519 kB | 171/882 kB | 16 kB | 131/221 kB | 49/52 kB
Progress (5): 147/519 kB | 171/882 kB | 16 kB | 135/221 kB | 49/52 kB
Progress (5): 147/519 kB | 171/882 kB | 16 kB | 135/221 kB | 52 kB   
Progress (5): 147/519 kB | 176/882 kB | 16 kB | 135/221 kB | 52 kB
Progress (5): 151/519 kB | 176/882 kB | 16 kB | 135/221 kB | 52 kB
Progress (5): 151/519 kB | 176/882 kB | 16 kB | 139/221 kB | 52 kB
Progress (5): 155/519 kB | 176/882 kB | 16 kB | 139/221 kB | 52 kB
Progress (5): 155/519 kB | 180/882 kB | 16 kB | 139/221 kB | 52 kB
Progress (5): 159/519 kB | 180/882 kB | 16 kB | 139/221 kB | 52 kB
Progress (5): 159/519 kB | 180/882 kB | 16 kB | 143/221 kB | 52 kB
Progress (5): 163/519 kB | 180/882 kB | 16 kB | 143/221 kB | 52 kB
Progress (5): 163/519 kB | 180/882 kB | 16 kB | 147/221 kB | 52 kB
Progress (5): 163/519 kB | 184/882 kB | 16 kB | 147/221 kB | 52 kB
Progress (5): 163/519 kB | 188/882 kB | 16 kB | 147/221 kB | 52 kB
Progress (5): 167/519 kB | 188/882 kB | 16 kB | 147/221 kB | 52 kB
Progress (5): 167/519 kB | 192/882 kB | 16 kB | 147/221 kB | 52 kB
Progress (5): 167/519 kB | 192/882 kB | 16 kB | 151/221 kB | 52 kB
Progress (5): 171/519 kB | 192/882 kB | 16 kB | 151/221 kB | 52 kB
Progress (5): 171/519 kB | 192/882 kB | 16 kB | 155/221 kB | 52 kB
Progress (5): 171/519 kB | 196/882 kB | 16 kB | 155/221 kB | 52 kB
Progress (5): 171/519 kB | 196/882 kB | 16 kB | 159/221 kB | 52 kB
Progress (5): 176/519 kB | 196/882 kB | 16 kB | 159/221 kB | 52 kB
Progress (5): 176/519 kB | 196/882 kB | 16 kB | 163/221 kB | 52 kB
Progress (5): 180/519 kB | 196/882 kB | 16 kB | 163/221 kB | 52 kB
Progress (5): 180/519 kB | 200/882 kB | 16 kB | 163/221 kB | 52 kB
Progress (5): 180/519 kB | 204/882 kB | 16 kB | 163/221 kB | 52 kB
Progress (5): 180/519 kB | 208/882 kB | 16 kB | 163/221 kB | 52 kB
Progress (5): 180/519 kB | 208/882 kB | 16 kB | 167/221 kB | 52 kB
Progress (5): 184/519 kB | 208/882 kB | 16 kB | 167/221 kB | 52 kB
Progress (5): 184/519 kB | 208/882 kB | 16 kB | 171/221 kB | 52 kB
Progress (5): 184/519 kB | 212/882 kB | 16 kB | 171/221 kB | 52 kB
Progress (5): 184/519 kB | 212/882 kB | 16 kB | 176/221 kB | 52 kB
Progress (5): 188/519 kB | 212/882 kB | 16 kB | 176/221 kB | 52 kB
Progress (5): 188/519 kB | 212/882 kB | 16 kB | 180/221 kB | 52 kB
Progress (5): 192/519 kB | 212/882 kB | 16 kB | 180/221 kB | 52 kB
Progress (5): 192/519 kB | 217/882 kB | 16 kB | 180/221 kB | 52 kB
Progress (5): 196/519 kB | 217/882 kB | 16 kB | 180/221 kB | 52 kB
Progress (5): 196/519 kB | 221/882 kB | 16 kB | 180/221 kB | 52 kB
Progress (5): 196/519 kB | 221/882 kB | 16 kB | 184/221 kB | 52 kB
Progress (5): 196/519 kB | 225/882 kB | 16 kB | 184/221 kB | 52 kB
Progress (5): 200/519 kB | 225/882 kB | 16 kB | 184/221 kB | 52 kB
Progress (5): 200/519 kB | 225/882 kB | 16 kB | 188/221 kB | 52 kB
Progress (5): 204/519 kB | 225/882 kB | 16 kB | 188/221 kB | 52 kB
Progress (5): 204/519 kB | 229/882 kB | 16 kB | 188/221 kB | 52 kB
Progress (5): 208/519 kB | 229/882 kB | 16 kB | 188/221 kB | 52 kB
Progress (5): 208/519 kB | 229/882 kB | 16 kB | 192/221 kB | 52 kB
Progress (5): 212/519 kB | 229/882 kB | 16 kB | 192/221 kB | 52 kB
Progress (5): 212/519 kB | 229/882 kB | 16 kB | 196/221 kB | 52 kB
Progress (5): 212/519 kB | 233/882 kB | 16 kB | 196/221 kB | 52 kB
Progress (5): 212/519 kB | 237/882 kB | 16 kB | 196/221 kB | 52 kB
Progress (5): 217/519 kB | 237/882 kB | 16 kB | 196/221 kB | 52 kB
Progress (5): 217/519 kB | 241/882 kB | 16 kB | 196/221 kB | 52 kB
Progress (5): 217/519 kB | 241/882 kB | 16 kB | 200/221 kB | 52 kB
Progress (5): 221/519 kB | 241/882 kB | 16 kB | 200/221 kB | 52 kB
Progress (5): 221/519 kB | 241/882 kB | 16 kB | 204/221 kB | 52 kB
Progress (5): 221/519 kB | 245/882 kB | 16 kB | 204/221 kB | 52 kB
Progress (5): 221/519 kB | 245/882 kB | 16 kB | 208/221 kB | 52 kB
Progress (5): 225/519 kB | 245/882 kB | 16 kB | 208/221 kB | 52 kB
Progress (5): 225/519 kB | 245/882 kB | 16 kB | 212/221 kB | 52 kB
Progress (5): 229/519 kB | 245/882 kB | 16 kB | 212/221 kB | 52 kB
Progress (5): 229/519 kB | 249/882 kB | 16 kB | 212/221 kB | 52 kB
Progress (5): 229/519 kB | 249/882 kB | 16 kB | 217/221 kB | 52 kB
Progress (5): 229/519 kB | 253/882 kB | 16 kB | 217/221 kB | 52 kB
Progress (5): 233/519 kB | 253/882 kB | 16 kB | 217/221 kB | 52 kB
Progress (5): 233/519 kB | 253/882 kB | 16 kB | 221/221 kB | 52 kB
Progress (5): 237/519 kB | 253/882 kB | 16 kB | 221/221 kB | 52 kB
Progress (5): 237/519 kB | 258/882 kB | 16 kB | 221/221 kB | 52 kB
Progress (5): 241/519 kB | 258/882 kB | 16 kB | 221/221 kB | 52 kB
Progress (5): 241/519 kB | 258/882 kB | 16 kB | 221 kB | 52 kB    
Progress (5): 245/519 kB | 258/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 245/519 kB | 262/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 249/519 kB | 262/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 253/519 kB | 262/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 253/519 kB | 266/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 258/519 kB | 266/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 258/519 kB | 270/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 262/519 kB | 270/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 262/519 kB | 274/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 262/519 kB | 278/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 266/519 kB | 278/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 270/519 kB | 278/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 270/519 kB | 282/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 274/519 kB | 282/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 274/519 kB | 286/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 278/519 kB | 286/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 278/519 kB | 290/882 kB | 16 kB | 221 kB | 52 kB
Progress (5): 278/519 kB | 294/882 kB | 16 kB | 221 kB | 52 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.ecore/2.20.0/org.eclipse.xtext.ecore-2.20.0.jar (16 kB at 360 kB/s)
Progress (4): 282/519 kB | 294/882 kB | 221 kB | 52 kB
Progress (4): 282/519 kB | 298/882 kB | 221 kB | 52 kB
Progress (4): 286/519 kB | 298/882 kB | 221 kB | 52 kB
Progress (4): 286/519 kB | 303/882 kB | 221 kB | 52 kB
Progress (4): 290/519 kB | 303/882 kB | 221 kB | 52 kB
Progress (4): 290/519 kB | 307/882 kB | 221 kB | 52 kB
Progress (4): 294/519 kB | 307/882 kB | 221 kB | 52 kB
Progress (4): 294/519 kB | 311/882 kB | 221 kB | 52 kB
Progress (4): 298/519 kB | 311/882 kB | 221 kB | 52 kB
Progress (4): 298/519 kB | 315/882 kB | 221 kB | 52 kB
Progress (4): 303/519 kB | 315/882 kB | 221 kB | 52 kB
Progress (4): 303/519 kB | 319/882 kB | 221 kB | 52 kB
Progress (4): 307/519 kB | 319/882 kB | 221 kB | 52 kB
Progress (4): 307/519 kB | 323/882 kB | 221 kB | 52 kB
Progress (4): 311/519 kB | 323/882 kB | 221 kB | 52 kB
Progress (4): 311/519 kB | 327/882 kB | 221 kB | 52 kB
Progress (4): 315/519 kB | 327/882 kB | 221 kB | 52 kB
Progress (4): 315/519 kB | 331/882 kB | 221 kB | 52 kB
Progress (4): 319/519 kB | 331/882 kB | 221 kB | 52 kB
Progress (4): 319/519 kB | 335/882 kB | 221 kB | 52 kB
Progress (4): 323/519 kB | 335/882 kB | 221 kB | 52 kB
Progress (4): 323/519 kB | 339/882 kB | 221 kB | 52 kB
Progress (4): 327/519 kB | 339/882 kB | 221 kB | 52 kB
Progress (4): 327/519 kB | 344/882 kB | 221 kB | 52 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.builder.standalone/2.20.0/org.eclipse.xtext.builder.standalone-2.20.0.jar (52 kB at 1.1 MB/s)
Progress (3): 331/519 kB | 344/882 kB | 221 kB
Progress (3): 335/519 kB | 344/882 kB | 221 kB
Progress (3): 335/519 kB | 348/882 kB | 221 kB
Progress (3): 339/519 kB | 348/882 kB | 221 kB
Progress (3): 339/519 kB | 352/882 kB | 221 kB
Progress (3): 344/519 kB | 352/882 kB | 221 kB
Progress (3): 344/519 kB | 356/882 kB | 221 kB
Progress (3): 344/519 kB | 360/882 kB | 221 kB
Progress (3): 348/519 kB | 360/882 kB | 221 kB
Progress (3): 352/519 kB | 360/882 kB | 221 kB
Progress (3): 352/519 kB | 364/882 kB | 221 kB
Progress (3): 356/519 kB | 364/882 kB | 221 kB
Progress (3): 356/519 kB | 368/882 kB | 221 kB
Progress (3): 360/519 kB | 368/882 kB | 221 kB
Progress (3): 360/519 kB | 372/882 kB | 221 kB
Progress (3): 360/519 kB | 376/882 kB | 221 kB
Progress (3): 364/519 kB | 376/882 kB | 221 kB
Progress (3): 368/519 kB | 376/882 kB | 221 kB
Progress (3): 372/519 kB | 376/882 kB | 221 kB
Progress (3): 372/519 kB | 380/882 kB | 221 kB
Progress (3): 376/519 kB | 380/882 kB | 221 kB
Progress (3): 376/519 kB | 384/882 kB | 221 kB
Progress (3): 376/519 kB | 389/882 kB | 221 kB
Progress (3): 376/519 kB | 393/882 kB | 221 kB
Progress (3): 380/519 kB | 393/882 kB | 221 kB
Progress (3): 384/519 kB | 393/882 kB | 221 kB
Progress (3): 389/519 kB | 393/882 kB | 221 kB
Progress (3): 393/519 kB | 393/882 kB | 221 kB
Progress (3): 393/519 kB | 397/882 kB | 221 kB
Progress (3): 393/519 kB | 401/882 kB | 221 kB
Progress (3): 393/519 kB | 405/882 kB | 221 kB
Progress (3): 397/519 kB | 405/882 kB | 221 kB
Progress (3): 397/519 kB | 409/882 kB | 221 kB
Progress (3): 401/519 kB | 409/882 kB | 221 kB
Progress (3): 405/519 kB | 409/882 kB | 221 kB
Progress (3): 409/519 kB | 409/882 kB | 221 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xpand/2.0.0/org.eclipse.xpand-2.0.0.jar (221 kB at 4.3 MB/s)
Progress (2): 413/519 kB | 409/882 kB
Progress (2): 413/519 kB | 413/882 kB
Progress (2): 417/519 kB | 413/882 kB
Progress (2): 417/519 kB | 417/882 kB
Progress (2): 421/519 kB | 417/882 kB
Progress (2): 421/519 kB | 421/882 kB
Progress (2): 425/519 kB | 421/882 kB
Progress (2): 425/519 kB | 425/882 kB
Progress (2): 430/519 kB | 425/882 kB
Progress (2): 430/519 kB | 430/882 kB
Progress (2): 434/519 kB | 430/882 kB
Progress (2): 434/519 kB | 434/882 kB
Progress (2): 438/519 kB | 434/882 kB
Progress (2): 438/519 kB | 438/882 kB
Progress (2): 442/519 kB | 438/882 kB
Progress (2): 442/519 kB | 442/882 kB
Progress (2): 446/519 kB | 442/882 kB
Progress (2): 446/519 kB | 446/882 kB
Progress (2): 450/519 kB | 446/882 kB
Progress (2): 450/519 kB | 450/882 kB
Progress (2): 454/519 kB | 450/882 kB
Progress (2): 454/519 kB | 454/882 kB
Progress (2): 458/519 kB | 454/882 kB
Progress (2): 458/519 kB | 458/882 kB
Progress (2): 462/519 kB | 458/882 kB
Progress (2): 462/519 kB | 462/882 kB
Progress (2): 466/519 kB | 462/882 kB
Progress (2): 466/519 kB | 466/882 kB
Progress (2): 471/519 kB | 466/882 kB
Progress (2): 471/519 kB | 471/882 kB
Progress (2): 475/519 kB | 471/882 kB
Progress (2): 475/519 kB | 475/882 kB
Progress (2): 479/519 kB | 475/882 kB
Progress (2): 483/519 kB | 475/882 kB
Progress (2): 483/519 kB | 479/882 kB
Progress (2): 487/519 kB | 479/882 kB
Progress (2): 487/519 kB | 483/882 kB
Progress (2): 491/519 kB | 483/882 kB
Progress (2): 491/519 kB | 487/882 kB
Progress (2): 491/519 kB | 491/882 kB
Progress (2): 495/519 kB | 491/882 kB
Progress (2): 499/519 kB | 491/882 kB
Progress (2): 503/519 kB | 491/882 kB
Progress (2): 503/519 kB | 495/882 kB
Progress (2): 507/519 kB | 495/882 kB
Progress (2): 507/519 kB | 499/882 kB
Progress (2): 507/519 kB | 503/882 kB
Progress (2): 507/519 kB | 507/882 kB
Progress (2): 511/519 kB | 507/882 kB
Progress (2): 516/519 kB | 507/882 kB
Progress (2): 519 kB | 507/882 kB    
Progress (2): 519 kB | 511/882 kB
Progress (2): 519 kB | 516/882 kB
Progress (2): 519 kB | 520/882 kB
Progress (2): 519 kB | 524/882 kB
Progress (2): 519 kB | 528/882 kB
Progress (2): 519 kB | 532/882 kB
Progress (2): 519 kB | 536/882 kB
Progress (2): 519 kB | 540/882 kB
Progress (2): 519 kB | 544/882 kB
Progress (2): 519 kB | 548/882 kB
Progress (2): 519 kB | 552/882 kB
Progress (2): 519 kB | 557/882 kB
Progress (2): 519 kB | 561/882 kB
Progress (2): 519 kB | 565/882 kB
Progress (2): 519 kB | 569/882 kB
Progress (2): 519 kB | 573/882 kB
Progress (2): 519 kB | 577/882 kB
Progress (2): 519 kB | 581/882 kB
Progress (2): 519 kB | 585/882 kB
Progress (2): 519 kB | 589/882 kB
Progress (2): 519 kB | 593/882 kB
Progress (2): 519 kB | 597/882 kB
Progress (2): 519 kB | 602/882 kB
Progress (2): 519 kB | 606/882 kB
Progress (2): 519 kB | 610/882 kB
Progress (2): 519 kB | 614/882 kB
Progress (2): 519 kB | 618/882 kB
Progress (2): 519 kB | 622/882 kB
Progress (2): 519 kB | 626/882 kB
Progress (2): 519 kB | 630/882 kB
Progress (2): 519 kB | 634/882 kB
Progress (2): 519 kB | 638/882 kB
Progress (2): 519 kB | 643/882 kB
Progress (2): 519 kB | 647/882 kB
Progress (2): 519 kB | 651/882 kB
Progress (2): 519 kB | 655/882 kB
Progress (2): 519 kB | 659/882 kB
Progress (2): 519 kB | 663/882 kB
Progress (2): 519 kB | 667/882 kB
Progress (2): 519 kB | 671/882 kB
Progress (2): 519 kB | 675/882 kB
Progress (2): 519 kB | 679/882 kB
Progress (2): 519 kB | 683/882 kB
Progress (2): 519 kB | 688/882 kB
Progress (2): 519 kB | 692/882 kB
Progress (2): 519 kB | 696/882 kB
Progress (2): 519 kB | 700/882 kB
Progress (2): 519 kB | 704/882 kB
Progress (2): 519 kB | 708/882 kB
Progress (2): 519 kB | 712/882 kB
Progress (2): 519 kB | 716/882 kB
Progress (2): 519 kB | 720/882 kB
Progress (2): 519 kB | 724/882 kB
Progress (2): 519 kB | 729/882 kB
Progress (2): 519 kB | 733/882 kB
Progress (2): 519 kB | 737/882 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xpand/org.eclipse.xtend/2.0.0/org.eclipse.xtend-2.0.0.jar (519 kB at 4.7 MB/s)
Progress (1): 741/882 kB
Progress (1): 745/882 kB
Progress (1): 749/882 kB
Progress (1): 753/882 kB
Progress (1): 757/882 kB
Progress (1): 761/882 kB
Progress (1): 765/882 kB
Progress (1): 770/882 kB
Progress (1): 774/882 kB
Progress (1): 778/882 kB
Progress (1): 782/882 kB
Progress (1): 786/882 kB
Progress (1): 790/882 kB
Progress (1): 794/882 kB
Progress (1): 798/882 kB
Progress (1): 802/882 kB
Progress (1): 806/882 kB
Progress (1): 810/882 kB
Progress (1): 815/882 kB
Progress (1): 819/882 kB
Progress (1): 823/882 kB
Progress (1): 827/882 kB
Progress (1): 831/882 kB
Progress (1): 835/882 kB
Progress (1): 839/882 kB
Progress (1): 843/882 kB
Progress (1): 847/882 kB
Progress (1): 851/882 kB
Progress (1): 856/882 kB
Progress (1): 860/882 kB
Progress (1): 864/882 kB
Progress (1): 868/882 kB
Progress (1): 872/882 kB
Progress (1): 876/882 kB
Progress (1): 880/882 kB
Progress (1): 882 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.generator/2.20.0/org.eclipse.xtext.generator-2.20.0.jar (882 kB at 7.2 MB/s)
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'fj-separated.xsemantics'
[INFO] Starting validation for input: 'fj.xsemantics'
[INFO] Starting generator for input: 'fj-separated.xsemantics'
[INFO] Starting generator for input: 'fj.xsemantics'
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj ---
[INFO] Compiling 74 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/org.eclipse.xsemantics.example.fj-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/org.eclipse.xsemantics.example.fj-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj ---
[INFO] 
[INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide >----
[INFO] Building org.eclipse.xsemantics.example.fj.ide 1.19.0-SNAPSHOT    [8/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/target/org.eclipse.xsemantics.example.fj.ide-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/target/org.eclipse.xsemantics.example.fj.ide-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.ide ---
[INFO] 
[INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui >-----
[INFO] Building org.eclipse.xsemantics.example.fj.ui 1.19.0-SNAPSHOT     [9/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/org.eclipse.xsemantics.example.fj.ui-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/org.eclipse.xsemantics.example.fj.ui-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.ui ---
[INFO] 
[INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests >---
[INFO] Building org.eclipse.xsemantics.example.fj.tests 1.19.0-SNAPSHOT [10/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/org.eclipse.xsemantics.example.fj.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/org.eclipse.xsemantics.example.fj.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fj.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest
testSuperclasses(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest)  Time elapsed: 0.202 s
testOneClass(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest)  Time elapsed: 0.019 s
testMethodsOverridden(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest)  Time elapsed: 0.008 s
testTwoClasses(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest)  Time elapsed: 0.004 s
testFieldsAdditions(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest)  Time elapsed: 0.002 s
testGetMethods(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest)  Time elapsed: 0.004 s
Running org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest
testCongruenceReduceFieldSelection1(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.031 s
testCongruenceReduceFieldSelection2(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.008 s
testReduceCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.007 s
testReduceNew(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.002 s
testWellTypedAfterSubstitutionFieldSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.038 s
testSubjectReductionMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.005 s
testReduceMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.01 s
testNewWithNoArgsIsValue(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.003 s
testLiteralsAreValues(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.007 s
testWellTypedAfterSubstitutionThis(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.004 s
testReduceAllMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.01 s
testReplaceThisAndParams(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.006 s
testReduceAllCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.004 s
testWellTypedAfterSubstitutionParam(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.004 s
testSubjectReductionManualMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.003 s
testCongruenceReduceMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.004 s
testReduceFieldSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.032 s
testSubjectReductionMethodSelection2(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.004 s
testSubjectReductionManualCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.003 s
testNewWithEvaluatedArgsIsValue(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.002 s
testCongruenceReduceCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.003 s
testMethodCallIsNotValue(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.002 s
testReduceCastWrong(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.004 s
testReduceAllFieldSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest)  Time elapsed: 0.004 s
Running org.eclipse.xsemantics.example.fj.tests.FjValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.xsemantics.example.fj.tests.FjValidatorTest
testUnresolvedReferenceInMain(org.eclipse.xsemantics.example.fj.tests.FjValidatorTest)  Time elapsed: 0.004 s
Running org.eclipse.xsemantics.example.fj.tests.FJParsingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.xsemantics.example.fj.tests.FJParsingTest
loadModel(org.eclipse.xsemantics.example.fj.tests.FJParsingTest)  Time elapsed: 0.002 s

Results:

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests >--
[INFO] Building org.eclipse.xsemantics.example.fj.ui.tests 1.19.0-SNAPSHOT [11/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/target/org.eclipse.xsemantics.example.fj.ui.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/target/org.eclipse.xsemantics.example.fj.ui.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fj.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached >---
[INFO] Building org.eclipse.xsemantics.example.fjcached 1.19.0-SNAPSHOT [12/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.fjcached ---
0    INFO  XtextGenerator     - Initializing Xtext generator
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fjcached at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fjcached.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fjcached.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fjcached.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.fjcached.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
Jan 24, 2020 5:05:18 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/fj/FJ' from 'platform:/resource/org.eclipse.xsemantics.example.fj/model/generated/FJ.genmodel'
559  INFO  XtextGenerator     - Generating org.eclipse.xsemantics.example.fjcached.Fjcached
1162 INFO  EMFGeneratorFragment2 - Generating EMF model code
Jan 24, 2020 5:05:19 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/fjcached/Fjcached' from 'platform:/resource/org.eclipse.xsemantics.example.fjcached/model/generated/Fjcached.genmodel'
2485 INFO  XtextGenerator     - Generating common infrastructure
2502 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'fj-cached.xsemantics'
[INFO] Starting generator for input: 'fj-cached.xsemantics'
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/org.eclipse.xsemantics.example.fjcached-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/org.eclipse.xsemantics.example.fjcached-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide >--
[INFO] Building org.eclipse.xsemantics.example.fjcached.ide 1.19.0-SNAPSHOT [13/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/target/org.eclipse.xsemantics.example.fjcached.ide-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/target/org.eclipse.xsemantics.example.fjcached.ide-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.ide ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui >--
[INFO] Building org.eclipse.xsemantics.example.fjcached.ui 1.19.0-SNAPSHOT [14/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/org.eclipse.xsemantics.example.fjcached.ui-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/org.eclipse.xsemantics.example.fjcached.ui-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.ui ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests >--
[INFO] Building org.eclipse.xsemantics.example.fjcached.tests 1.19.0-SNAPSHOT [15/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/org.eclipse.xsemantics.example.fjcached.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/org.eclipse.xsemantics.example.fjcached.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fjcached.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
missed: [typeInternal: Result ClassType 'class Pair extends MyObject {..., superclassesInternal: [class MyObject { }], fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], typeInternal: Result ClassType 'class Pair extends MyObject {..., superclassesInternal: [class MyObject { }], fieldsInternal: [], typeInternal: Result A, subclassInternal: Result true, superclassesInternal: [class MyObject { }], fieldsInternal: [], typeInternal: Result B, subclassInternal: Result true, typeInternal: Result Pair, typeInternal: Result B, typeInternal: Result Pair, typeInternal: Result MyObject, superclassesInternal: [], fieldsInternal: [], typeInternal: Result MyObject, subclassInternal: Result true, typeInternal: Result MyObject, typeInternal: Result Pair, subclassInternal: Result true, methodsInternal: [], typeInternal: Result MyObject, typeInternal: Result MyObject, typeInternal: Result Pair]
hits  : [superclassesInternal: [class MyObject { }], fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], fieldsInternal: [MyObject fst;, MyObject snd;], superclassesInternal: [class MyObject { }], superclassesInternal: [class MyObject { }], typeInternal: Result Pair, fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], fieldsInternal: [], subclassInternal: Result true, fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], typeInternal: Result Pair, superclassesInternal: [class MyObject { }], superclassesInternal: [class MyObject { }], superclassesInternal: [class MyObject { }], fieldsInternal: [], fieldsInternal: [MyObject fst;, MyObject snd;], typeInternal: Result ClassType 'class Pair extends MyObject {..., subclassInternal: Result true, superclassesInternal: [], fieldsInternal: [MyObject fst;, MyObject snd;], typeInternal: Result ClassType 'class Pair extends MyObject {..., subclassInternal: Result true, subclassInternal: Result true, subclassInternal: Result true, methodsInternal: []]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest
testFjPair(org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest)  Time elapsed: 0.244 s
testValidationIsInherited(org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest)  Time elapsed: 0.016 s
Running org.eclipse.xsemantics.example.fjcached.tests.FjcachedParsingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.xsemantics.example.fjcached.tests.FjcachedParsingTest
loadModel(org.eclipse.xsemantics.example.fjcached.tests.FjcachedParsingTest)  Time elapsed: 0.004 s

Results:

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests >--
[INFO] Building org.eclipse.xsemantics.example.fjcached.ui.tests 1.19.0-SNAPSHOT [16/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/org.eclipse.xsemantics.example.fjcached.ui.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/org.eclipse.xsemantics.example.fjcached.ui.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fjcached.ui.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.example.fjcached.ui.tests.FjCachedTypeSystemEditorTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
[superclassesInternal: [], fieldsInternal: [], typeInternal: Result C, methodsInternal: [C m() { return this; }], typeInternal: Result C, typeInternal: Result ClassType 'class C { C m() { return this..., subclassInternal: Result true, superclassesInternal: [], fieldsInternal: [], typeInternal: Result C, methodsInternal: [C m() { return this; }], superclassesInternal: [], fieldsInternal: [], typeInternal: Result C, methodsInternal: [C m() { return this; }]]
[fieldsInternal: [], superclassesInternal: [], typeInternal: Result C, fieldsInternal: [], superclassesInternal: [], fieldsInternal: [], superclassesInternal: []]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.545 s - in org.eclipse.xsemantics.example.fjcached.ui.tests.FjCachedTypeSystemEditorTest
testCachedTypeSystemEditorUsesXsemanticsCache(org.eclipse.xsemantics.example.fjcached.ui.tests.FjCachedTypeSystemEditorTest)  Time elapsed: 1.447 s

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] ------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests >-------
[INFO] Building org.eclipse.xsemantics.dsl.tests 1.19.0-SNAPSHOT        [17/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
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
Progress (1): 4.1/315 kB
Progress (1): 7.7/315 kB
Progress (1): 12/315 kB 
Progress (1): 16/315 kB
Progress (1): 20/315 kB
Progress (1): 24/315 kB
Progress (1): 28/315 kB
Progress (1): 32/315 kB
Progress (2): 32/315 kB | 4.1/45 kB
Progress (2): 32/315 kB | 7.7/45 kB
Progress (2): 32/315 kB | 12/45 kB 
Progress (2): 32/315 kB | 16/45 kB
Progress (2): 36/315 kB | 16/45 kB
Progress (2): 40/315 kB | 16/45 kB
Progress (2): 45/315 kB | 16/45 kB
Progress (2): 49/315 kB | 16/45 kB
Progress (2): 49/315 kB | 20/45 kB
Progress (2): 49/315 kB | 24/45 kB
Progress (2): 49/315 kB | 28/45 kB
Progress (2): 49/315 kB | 32/45 kB
Progress (2): 53/315 kB | 32/45 kB
Progress (2): 57/315 kB | 32/45 kB
Progress (2): 57/315 kB | 36/45 kB
Progress (2): 61/315 kB | 36/45 kB
Progress (2): 61/315 kB | 40/45 kB
Progress (2): 65/315 kB | 40/45 kB
Progress (2): 65/315 kB | 45/45 kB
Progress (2): 65/315 kB | 45 kB   
Progress (2): 69/315 kB | 45 kB
Progress (2): 73/315 kB | 45 kB
Progress (2): 77/315 kB | 45 kB
Progress (2): 81/315 kB | 45 kB
Progress (2): 85/315 kB | 45 kB
Progress (2): 90/315 kB | 45 kB
Progress (2): 94/315 kB | 45 kB
Progress (2): 98/315 kB | 45 kB
Progress (2): 102/315 kB | 45 kB
Progress (2): 106/315 kB | 45 kB
Progress (2): 110/315 kB | 45 kB
Progress (2): 114/315 kB | 45 kB
Progress (2): 118/315 kB | 45 kB
Progress (2): 122/315 kB | 45 kB
Progress (2): 126/315 kB | 45 kB
Progress (2): 131/315 kB | 45 kB
Progress (2): 135/315 kB | 45 kB
Progress (2): 139/315 kB | 45 kB
Progress (2): 143/315 kB | 45 kB
Progress (2): 147/315 kB | 45 kB
Progress (2): 151/315 kB | 45 kB
Progress (2): 155/315 kB | 45 kB
Progress (2): 159/315 kB | 45 kB
Progress (2): 163/315 kB | 45 kB
Progress (2): 167/315 kB | 45 kB
Progress (2): 171/315 kB | 45 kB
Progress (2): 176/315 kB | 45 kB
Progress (2): 180/315 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 4.1 MB/s)
Progress (1): 184/315 kB
Progress (1): 188/315 kB
Progress (1): 192/315 kB
Progress (1): 196/315 kB
Progress (1): 200/315 kB
Progress (1): 204/315 kB
Progress (1): 208/315 kB
Progress (1): 212/315 kB
Progress (1): 217/315 kB
Progress (1): 221/315 kB
Progress (1): 225/315 kB
Progress (1): 229/315 kB
Progress (1): 233/315 kB
Progress (1): 237/315 kB
Progress (1): 241/315 kB
Progress (1): 245/315 kB
Progress (1): 249/315 kB
Progress (1): 253/315 kB
Progress (1): 258/315 kB
Progress (1): 262/315 kB
Progress (1): 266/315 kB
Progress (1): 270/315 kB
Progress (1): 274/315 kB
Progress (1): 278/315 kB
Progress (1): 282/315 kB
Progress (1): 286/315 kB
Progress (1): 290/315 kB
Progress (1): 294/315 kB
Progress (1): 298/315 kB
Progress (1): 303/315 kB
Progress (1): 307/315 kB
Progress (1): 311/315 kB
Progress (1): 315/315 kB
Progress (1): 315 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 21 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'ecore_errspecification_test.xsemantics'
[INFO] Starting validation for input: 'ecore_expressions_test.xsemantics'
[WARNING] WARNING:No rule defined for the judgment description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 35 column : 2)
[WARNING] WARNING:The value of the local variable temp is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 47 column : 6)
[WARNING] WARNING:The value of the local variable eC is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 51 column : 13)
[WARNING] WARNING:The value of the local variable b is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 53 column : 14)
[INFO] Starting validation for input: 'ecore_or_test.xsemantics'
[INFO] Starting validation for input: 'ecore_particular_test.xsemantics'
[WARNING] WARNING:No rule defined for the judgment description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_particular_test.xsemantics line : 41 column : 2)
[INFO] Starting validation for input: 'ecore_ruleinvocation_test.xsemantics'
[INFO] Starting validation for input: 'ecore_test.xsemantics'
[INFO] Starting validation for input: 'ecore_validation_test.xsemantics'
[WARNING] WARNING:No rule defined for the judgment description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_validation_test.xsemantics line : 34 column : 2)
[WARNING] WARNING:The value of the local variable temp is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_validation_test.xsemantics line : 45 column : 6)
[INFO] Starting validation for input: 'fj_alt_test.xsemantics'
[WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_alt_test.xsemantics line : 76 column : 20)
[WARNING] WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_alt_test.xsemantics line : 116 column : 15)
[INFO] Starting validation for input: 'fj_cached_options_test.xsemantics'
[INFO] Starting validation for input: 'fj_cached_test.xsemantics'
[INFO] Starting validation for input: 'fj_first_test.xsemantics'
[WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 157 column : 21)
[WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 248 column : 28)
[WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 305 column : 20)
[WARNING] WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 344 column : 15)
[INFO] Starting validation for input: 'fj_lambda_test.xsemantics'
[INFO] Starting validation for input: 'header_test.xsemantics'
[WARNING] WARNING:The import 'org.eclipse.xtext.EcoreUtil2' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 23 column : 1)
[WARNING] WARNING:The import 'org.eclipse.emf.ecore.EObject' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 22 column : 1)
[WARNING] WARNING:The import 'java.util.LinkedList' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 20 column : 1)
[WARNING] WARNING:The import 'java.util.Collections' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 19 column : 1)
[WARNING] WARNING:No function defined for the auxiliary description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 34 column : 2)
[INFO] Starting validation for input: 'PerformanceTest.xsemantics'
[INFO] Starting generator for input: 'ecore_errspecification_test.xsemantics'
[INFO] Starting generator for input: 'ecore_expressions_test.xsemantics'
[INFO] Starting generator for input: 'ecore_or_test.xsemantics'
[INFO] Starting generator for input: 'ecore_particular_test.xsemantics'
[INFO] Starting generator for input: 'ecore_ruleinvocation_test.xsemantics'
[INFO] Starting generator for input: 'ecore_test.xsemantics'
[INFO] Starting generator for input: 'ecore_validation_test.xsemantics'
[INFO] Starting generator for input: 'fj_alt_test.xsemantics'
[INFO] Starting generator for input: 'fj_cached_options_test.xsemantics'
[INFO] Starting generator for input: 'fj_cached_test.xsemantics'
[INFO] Starting generator for input: 'fj_first_test.xsemantics'
[INFO] Starting generator for input: 'fj_lambda_test.xsemantics'
[INFO] Starting generator for input: 'header_test.xsemantics'
[INFO] Starting generator for input: 'PerformanceTest.xsemantics'
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Compiling 120 source files to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 202 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (DSLTests) @ org.eclipse.xsemantics.dsl.tests ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom
Progress (1): 1.3 kB
Progress (1): 5.4 kB
Progress (1): 6.0 kB
Progress (1): 7.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 2.4 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Progress (1): 872 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 543 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Progress (1): 798 B
Progress (1): 2.3 kB
Progress (1): 6.0 kB
Progress (1): 9.9 kB
Progress (1): 13 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 2.5 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
Progress (1): 733 B
Progress (1): 2.0 kB
Progress (1): 5.7 kB
Progress (1): 9.7 kB
Progress (1): 10 kB 
Progress (1): 14 kB
Progress (1): 18 kB
Progress (1): 22 kB
Progress (1): 24 kB
Progress (1): 27 kB
Progress (1): 30 kB
Progress (1): 33 kB
Progress (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 6.1 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
Progress (1): 744 B
Progress (1): 2.1 kB
Progress (1): 3.9 kB
Progress (1): 7.9 kB
Progress (1): 11 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 918 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom
Progress (1): 1.3 kB
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 167 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom
Progress (1): 844 B
Progress (1): 2.4 kB
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 265 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar
Progress (1): 4.1/196 kB
Progress (1): 7.7/196 kB
Progress (1): 12/196 kB 
Progress (1): 16/196 kB
Progress (1): 20/196 kB
Progress (1): 24/196 kB
Progress (1): 28/196 kB
Progress (1): 32/196 kB
Progress (1): 36/196 kB
Progress (1): 40/196 kB
Progress (1): 45/196 kB
Progress (1): 49/196 kB
Progress (2): 49/196 kB | 4.1/293 kB
Progress (2): 53/196 kB | 4.1/293 kB
Progress (2): 53/196 kB | 7.7/293 kB
Progress (2): 53/196 kB | 12/293 kB 
Progress (2): 53/196 kB | 16/293 kB
Progress (2): 53/196 kB | 20/293 kB
Progress (2): 57/196 kB | 20/293 kB
Progress (2): 57/196 kB | 24/293 kB
Progress (3): 57/196 kB | 24/293 kB | 4.1/228 kB
Progress (3): 57/196 kB | 28/293 kB | 4.1/228 kB
Progress (3): 61/196 kB | 28/293 kB | 4.1/228 kB
Progress (3): 61/196 kB | 32/293 kB | 4.1/228 kB
Progress (3): 61/196 kB | 32/293 kB | 7.7/228 kB
Progress (3): 61/196 kB | 32/293 kB | 12/228 kB 
Progress (3): 61/196 kB | 32/293 kB | 16/228 kB
Progress (4): 61/196 kB | 32/293 kB | 16/228 kB | 4.1/46 kB
Progress (4): 65/196 kB | 32/293 kB | 16/228 kB | 4.1/46 kB
Progress (4): 65/196 kB | 32/293 kB | 16/228 kB | 7.7/46 kB
Progress (4): 65/196 kB | 32/293 kB | 16/228 kB | 12/46 kB 
Progress (4): 65/196 kB | 32/293 kB | 16/228 kB | 16/46 kB
Progress (4): 69/196 kB | 32/293 kB | 16/228 kB | 16/46 kB
Progress (4): 73/196 kB | 32/293 kB | 16/228 kB | 16/46 kB
Progress (4): 77/196 kB | 32/293 kB | 16/228 kB | 16/46 kB
Progress (4): 77/196 kB | 32/293 kB | 20/228 kB | 16/46 kB
Progress (4): 77/196 kB | 36/293 kB | 20/228 kB | 16/46 kB
Progress (4): 77/196 kB | 36/293 kB | 24/228 kB | 16/46 kB
Progress (4): 81/196 kB | 36/293 kB | 24/228 kB | 16/46 kB
Progress (4): 81/196 kB | 36/293 kB | 24/228 kB | 20/46 kB
Progress (4): 81/196 kB | 36/293 kB | 28/228 kB | 20/46 kB
Progress (4): 81/196 kB | 40/293 kB | 28/228 kB | 20/46 kB
Progress (4): 85/196 kB | 40/293 kB | 28/228 kB | 20/46 kB
Progress (4): 85/196 kB | 40/293 kB | 32/228 kB | 20/46 kB
Progress (4): 85/196 kB | 40/293 kB | 32/228 kB | 24/46 kB
Progress (4): 85/196 kB | 40/293 kB | 36/228 kB | 24/46 kB
Progress (4): 90/196 kB | 40/293 kB | 36/228 kB | 24/46 kB
Progress (4): 90/196 kB | 45/293 kB | 36/228 kB | 24/46 kB
Progress (4): 94/196 kB | 45/293 kB | 36/228 kB | 24/46 kB
Progress (5): 94/196 kB | 45/293 kB | 36/228 kB | 24/46 kB | 4.1/14 kB
Progress (5): 94/196 kB | 45/293 kB | 40/228 kB | 24/46 kB | 4.1/14 kB
Progress (5): 94/196 kB | 45/293 kB | 40/228 kB | 28/46 kB | 4.1/14 kB
Progress (5): 94/196 kB | 45/293 kB | 45/228 kB | 28/46 kB | 4.1/14 kB
Progress (5): 94/196 kB | 45/293 kB | 45/228 kB | 28/46 kB | 7.7/14 kB
Progress (5): 98/196 kB | 45/293 kB | 45/228 kB | 28/46 kB | 7.7/14 kB
Progress (5): 102/196 kB | 45/293 kB | 45/228 kB | 28/46 kB | 7.7/14 kB
Progress (5): 106/196 kB | 45/293 kB | 45/228 kB | 28/46 kB | 7.7/14 kB
Progress (5): 110/196 kB | 45/293 kB | 45/228 kB | 28/46 kB | 7.7/14 kB
Progress (5): 110/196 kB | 49/293 kB | 45/228 kB | 28/46 kB | 7.7/14 kB
Progress (5): 114/196 kB | 49/293 kB | 45/228 kB | 28/46 kB | 7.7/14 kB
Progress (5): 114/196 kB | 49/293 kB | 45/228 kB | 28/46 kB | 12/14 kB 
Progress (5): 114/196 kB | 49/293 kB | 49/228 kB | 28/46 kB | 12/14 kB
Progress (5): 114/196 kB | 53/293 kB | 49/228 kB | 28/46 kB | 12/14 kB
Progress (5): 114/196 kB | 57/293 kB | 49/228 kB | 28/46 kB | 12/14 kB
Progress (5): 114/196 kB | 61/293 kB | 49/228 kB | 28/46 kB | 12/14 kB
Progress (5): 114/196 kB | 61/293 kB | 49/228 kB | 32/46 kB | 12/14 kB
Progress (5): 114/196 kB | 65/293 kB | 49/228 kB | 32/46 kB | 12/14 kB
Progress (5): 114/196 kB | 65/293 kB | 53/228 kB | 32/46 kB | 12/14 kB
Progress (5): 118/196 kB | 65/293 kB | 53/228 kB | 32/46 kB | 12/14 kB
Progress (5): 118/196 kB | 65/293 kB | 53/228 kB | 32/46 kB | 14 kB   
Progress (5): 118/196 kB | 69/293 kB | 53/228 kB | 32/46 kB | 14 kB
Progress (5): 118/196 kB | 69/293 kB | 53/228 kB | 36/46 kB | 14 kB
Progress (5): 122/196 kB | 69/293 kB | 53/228 kB | 36/46 kB | 14 kB
Progress (5): 122/196 kB | 69/293 kB | 57/228 kB | 36/46 kB | 14 kB
Progress (5): 126/196 kB | 69/293 kB | 57/228 kB | 36/46 kB | 14 kB
Progress (5): 126/196 kB | 69/293 kB | 57/228 kB | 40/46 kB | 14 kB
Progress (5): 126/196 kB | 73/293 kB | 57/228 kB | 40/46 kB | 14 kB
Progress (5): 126/196 kB | 73/293 kB | 57/228 kB | 45/46 kB | 14 kB
Progress (5): 131/196 kB | 73/293 kB | 57/228 kB | 45/46 kB | 14 kB
Progress (5): 131/196 kB | 73/293 kB | 61/228 kB | 45/46 kB | 14 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 kB at 669 kB/s)
Progress (4): 131/196 kB | 73/293 kB | 61/228 kB | 46 kB
Progress (4): 131/196 kB | 77/293 kB | 61/228 kB | 46 kB
Progress (4): 135/196 kB | 77/293 kB | 61/228 kB | 46 kB
Progress (4): 135/196 kB | 77/293 kB | 65/228 kB | 46 kB
Progress (4): 139/196 kB | 77/293 kB | 65/228 kB | 46 kB
Progress (4): 139/196 kB | 81/293 kB | 65/228 kB | 46 kB
Progress (4): 143/196 kB | 81/293 kB | 65/228 kB | 46 kB
Progress (4): 147/196 kB | 81/293 kB | 65/228 kB | 46 kB
Progress (4): 147/196 kB | 81/293 kB | 69/228 kB | 46 kB
Progress (4): 147/196 kB | 81/293 kB | 73/228 kB | 46 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 2.1 MB/s)
Progress (3): 151/196 kB | 81/293 kB | 73/228 kB
Progress (3): 151/196 kB | 81/293 kB | 77/228 kB
Progress (3): 151/196 kB | 85/293 kB | 77/228 kB
Progress (3): 151/196 kB | 85/293 kB | 81/228 kB
Progress (3): 155/196 kB | 85/293 kB | 81/228 kB
Progress (3): 155/196 kB | 90/293 kB | 81/228 kB
Progress (3): 159/196 kB | 90/293 kB | 81/228 kB
Progress (3): 163/196 kB | 90/293 kB | 81/228 kB
Progress (3): 163/196 kB | 94/293 kB | 81/228 kB
Progress (3): 163/196 kB | 94/293 kB | 85/228 kB
Progress (3): 163/196 kB | 98/293 kB | 85/228 kB
Progress (3): 167/196 kB | 98/293 kB | 85/228 kB
Progress (3): 167/196 kB | 98/293 kB | 90/228 kB
Progress (3): 171/196 kB | 98/293 kB | 90/228 kB
Progress (3): 171/196 kB | 98/293 kB | 94/228 kB
Progress (3): 171/196 kB | 102/293 kB | 94/228 kB
Progress (3): 176/196 kB | 102/293 kB | 94/228 kB
Progress (3): 176/196 kB | 106/293 kB | 94/228 kB
Progress (3): 176/196 kB | 110/293 kB | 94/228 kB
Progress (3): 176/196 kB | 110/293 kB | 98/228 kB
Progress (3): 176/196 kB | 114/293 kB | 98/228 kB
Progress (3): 180/196 kB | 114/293 kB | 98/228 kB
Progress (3): 180/196 kB | 114/293 kB | 102/228 kB
Progress (3): 180/196 kB | 118/293 kB | 102/228 kB
Progress (3): 184/196 kB | 118/293 kB | 102/228 kB
Progress (3): 184/196 kB | 118/293 kB | 106/228 kB
Progress (3): 188/196 kB | 118/293 kB | 106/228 kB
Progress (3): 188/196 kB | 122/293 kB | 106/228 kB
Progress (3): 192/196 kB | 122/293 kB | 106/228 kB
Progress (3): 192/196 kB | 122/293 kB | 110/228 kB
Progress (3): 196 kB | 122/293 kB | 110/228 kB    
Progress (3): 196 kB | 126/293 kB | 110/228 kB
Progress (3): 196 kB | 131/293 kB | 110/228 kB
Progress (3): 196 kB | 135/293 kB | 110/228 kB
Progress (3): 196 kB | 139/293 kB | 110/228 kB
Progress (3): 196 kB | 143/293 kB | 110/228 kB
Progress (3): 196 kB | 147/293 kB | 110/228 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 7.3 MB/s)
Progress (2): 147/293 kB | 114/228 kB
Progress (2): 151/293 kB | 114/228 kB
Progress (2): 155/293 kB | 114/228 kB
Progress (2): 159/293 kB | 114/228 kB
Progress (2): 163/293 kB | 114/228 kB
Progress (2): 163/293 kB | 118/228 kB
Progress (2): 163/293 kB | 122/228 kB
Progress (2): 163/293 kB | 126/228 kB
Progress (2): 163/293 kB | 131/228 kB
Progress (2): 167/293 kB | 131/228 kB
Progress (2): 171/293 kB | 131/228 kB
Progress (2): 176/293 kB | 131/228 kB
Progress (2): 180/293 kB | 131/228 kB
Progress (2): 180/293 kB | 135/228 kB
Progress (2): 180/293 kB | 139/228 kB
Progress (2): 180/293 kB | 143/228 kB
Progress (2): 180/293 kB | 147/228 kB
Progress (2): 184/293 kB | 147/228 kB
Progress (2): 188/293 kB | 147/228 kB
Progress (2): 192/293 kB | 147/228 kB
Progress (2): 196/293 kB | 147/228 kB
Progress (2): 196/293 kB | 151/228 kB
Progress (2): 196/293 kB | 155/228 kB
Progress (2): 196/293 kB | 159/228 kB
Progress (2): 196/293 kB | 163/228 kB
Progress (2): 200/293 kB | 163/228 kB
Progress (2): 204/293 kB | 163/228 kB
Progress (2): 208/293 kB | 163/228 kB
Progress (2): 212/293 kB | 163/228 kB
Progress (2): 212/293 kB | 167/228 kB
Progress (2): 212/293 kB | 171/228 kB
Progress (2): 212/293 kB | 176/228 kB
Progress (2): 212/293 kB | 180/228 kB
Progress (2): 217/293 kB | 180/228 kB
Progress (2): 221/293 kB | 180/228 kB
Progress (2): 225/293 kB | 180/228 kB
Progress (2): 229/293 kB | 180/228 kB
Progress (2): 229/293 kB | 184/228 kB
Progress (2): 229/293 kB | 188/228 kB
Progress (2): 229/293 kB | 192/228 kB
Progress (2): 229/293 kB | 196/228 kB
Progress (2): 233/293 kB | 196/228 kB
Progress (2): 237/293 kB | 196/228 kB
Progress (2): 241/293 kB | 196/228 kB
Progress (2): 245/293 kB | 196/228 kB
Progress (2): 245/293 kB | 200/228 kB
Progress (2): 245/293 kB | 204/228 kB
Progress (2): 245/293 kB | 208/228 kB
Progress (2): 245/293 kB | 212/228 kB
Progress (2): 249/293 kB | 212/228 kB
Progress (2): 253/293 kB | 212/228 kB
Progress (2): 258/293 kB | 212/228 kB
Progress (2): 262/293 kB | 212/228 kB
Progress (2): 262/293 kB | 217/228 kB
Progress (2): 262/293 kB | 221/228 kB
Progress (2): 262/293 kB | 225/228 kB
Progress (2): 262/293 kB | 228 kB    
Progress (2): 266/293 kB | 228 kB
Progress (2): 270/293 kB | 228 kB
Progress (2): 274/293 kB | 228 kB
Progress (2): 278/293 kB | 228 kB
Progress (2): 282/293 kB | 228 kB
Progress (2): 286/293 kB | 228 kB
Progress (2): 290/293 kB | 228 kB
Progress (2): 293 kB | 228 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 6.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 8.6 MB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom
Progress (1): 1.3 kB
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (3.3 kB at 182 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom
Progress (1): 844 B
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (2.6 kB at 56 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar
Progress (1): 4.1/75 kB
Progress (1): 7.7/75 kB
Progress (1): 12/75 kB 
Progress (1): 16/75 kB
Progress (1): 20/75 kB
Progress (1): 24/75 kB
Progress (1): 28/75 kB
Progress (1): 32/75 kB
Progress (1): 36/75 kB
Progress (1): 40/75 kB
Progress (1): 45/75 kB
Progress (1): 49/75 kB
Progress (1): 53/75 kB
Progress (1): 57/75 kB
Progress (1): 61/75 kB
Progress (1): 65/75 kB
Progress (1): 69/75 kB
Progress (1): 73/75 kB
Progress (1): 75 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (75 kB at 13 MB/s)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedFileHeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.433 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedFileHeaderTest
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorExtensionsTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorExtensionsTest
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsErrorSpecificationGeneratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsErrorSpecificationGeneratorTest
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorRunnerTests
Code generation finished.
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20)
WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15)
Code generation finished.
Code generation finished.
Code generation finished.
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20)
WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15)
Code generation finished.
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 76 column : 20)
WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 116 column : 15)
Code generation finished.
Code generation finished.
Code generation finished.
Code generation finished.
Code generation finished.
WARNING:No rule defined for the judgment description (./tests_input_files/ecore_expressions_test.xsemantics line : 35 column : 2)
WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 47 column : 6)
WARNING:The value of the local variable eC is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 51 column : 13)
WARNING:The value of the local variable b is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 53 column : 14)
Code generation finished.
WARNING:No rule defined for the judgment description (./tests_input_files/ecore_particular_test.xsemantics line : 41 column : 2)
Code generation finished.
Code generation finished.
Code generation finished.
WARNING:No rule defined for the judgment description (./tests_input_files/ecore_validation_test.xsemantics line : 34 column : 2)
WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_validation_test.xsemantics line : 45 column : 6)
Code generation finished.
Code generation finished.
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20)
WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15)
Code generation finished.
Code generation finished.
Code generation finished.
WARNING:No rule defined for the judgment description (./tests_input_files/ecore_particular_test.xsemantics line : 41 column : 2)
Code generation finished.
Code generation finished.
ERROR:Must be a parameter, not an expression (./tests_input_files_with_errors/ecore_test_errors.xsemantics line : 41 column : 31)
Code generation finished.
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20)
WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15)
Code generation finished.
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28)
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20)
WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15)
Code generation finished.
WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 76 column : 20)
WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 116 column : 15)
Code generation finished.
WARNING:No rule defined for the judgment description (./tests_input_files/ecore_validation_test.xsemantics line : 34 column : 2)
WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_validation_test.xsemantics line : 45 column : 6)
Code generation finished.
WARNING:No rule defined for the judgment description (./tests_input_files/ecore_expressions_test.xsemantics line : 35 column : 2)
WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 47 column : 6)
WARNING:The value of the local variable eC is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 51 column : 13)
WARNING:The value of the local variable b is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 53 column : 14)
Code generation finished.
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.565 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorRunnerTests
Running org.eclipse.xsemantics.dsl.tests.generator.UniqueNamesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.xsemantics.dsl.tests.generator.UniqueNamesTest
Running org.eclipse.xsemantics.dsl.tests.performance.XsemanticsPerformanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.eclipse.xsemantics.dsl.tests.performance.XsemanticsPerformanceTest
Running org.eclipse.xsemantics.dsl.tests.runtime.RuleEnvironmentTests
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.xsemantics.dsl.tests.runtime.RuleEnvironmentTests
Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsRuntimeSystemTests
Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.104 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsRuntimeSystemTests
Running org.eclipse.xsemantics.dsl.tests.runtime.ResultTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.xsemantics.dsl.tests.runtime.ResultTests
Running org.eclipse.xsemantics.dsl.tests.runtime.RuleApplicationTraceTests
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 sec - in org.eclipse.xsemantics.dsl.tests.runtime.RuleApplicationTraceTests
Running org.eclipse.xsemantics.dsl.tests.runtime.RuleFailedExceptionTests
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec - in org.eclipse.xsemantics.dsl.tests.runtime.RuleFailedExceptionTests
Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheTests
Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheUtilsTests
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheUtilsTests
Running org.eclipse.xsemantics.dsl.tests.runtime.TraceUtilsTests
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.xsemantics.dsl.tests.runtime.TraceUtilsTests
Running org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationTests
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationTests
Running org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationPostProcessorTests
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationPostProcessorTests
Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheListenerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheListenerTest
Running org.eclipse.xsemantics.dsl.tests.XsemanticsParsingTest
Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.282 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsParsingTest
Running org.eclipse.xsemantics.dsl.tests.XsemanticsUtilsTest
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.657 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsUtilsTest
Running org.eclipse.xsemantics.dsl.tests.XsemanticsProposalsForDatatypeRulesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsProposalsForDatatypeRulesTest
Running org.eclipse.xsemantics.dsl.tests.QualifiedNameTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.xsemantics.dsl.tests.QualifiedNameTest
Running org.eclipse.xsemantics.dsl.tests.XsemanticsScopingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsScopingTest
Running org.eclipse.xsemantics.dsl.tests.XsemanticsNodeModelUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsNodeModelUtilsTest
Running org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTests
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTests
Running org.eclipse.xsemantics.dsl.tests.XsemanticsTypeSystemTest
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsTypeSystemTest
Running org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTest
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTest

Results :

Tests run: 425, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (FJGeneratedTypeSystemTests) @ org.eclipse.xsemantics.dsl.tests ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedValidatorTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.06 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedValidatorTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedOptionsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedOptionsTest
Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjCachedTypeSystemResourceSetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjCachedTypeSystemResourceSetTest
Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemManualCachedTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemManualCachedTest
Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedTest
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedValidatorTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedValidatorTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedTypeSystemTests
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedTypeSystemTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedValidatorTests
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedValidatorTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedTypeSystemTests
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedTypeSystemTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstCachedGeneratedTypeSystemTests
Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstCachedGeneratedTypeSystemTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjLambdaGeneratedTypeSystemTests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjLambdaGeneratedTypeSystemTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedTypeSystemTests
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedTypeSystemTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedValidatorTests
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedValidatorTests
Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedTypeSystemTests
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedTypeSystemTests

Results :

Tests run: 312, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/org.eclipse.xsemantics.dsl.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/org.eclipse.xsemantics.dsl.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.dsl.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.853 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest
testFjFirst(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 1.736 s
testOrExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.105 s
testEcore(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.095 s
testFjAlt(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.708 s
testExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.107 s
testFjCached(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.499 s
testValidationEcore(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.09 s
testRuleInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.11 s
testParticularCases(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest)  Time elapsed: 0.123 s
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.903 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest
testSimpleRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.043 s
testAxiomWithTwoExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.053 s
testEnvironmentXExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.035 s
testInstanceOfAsPremise_Issue_1(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.03 s
testSystemWithExtends(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.082 s
testRuleWithTwoExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.055 s
testAccessToInjectedFields(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.037 s
testSystemWithValidatorExtends(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.05 s
testOrExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.048 s
testJudgmentOverride(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.092 s
testSystemExtendsSystemWithValidatorExtends(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.032 s
testRuleWith3OutputParams(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.051 s
testJudgmentDescriptionsWithErrorSpecification(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.03 s
testAuxiliaryFunctions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.178 s
testRuleWithTwoOutputParams(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.051 s
testValidator(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.029 s
testOperatorsWithSlashes_Issue_6(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.035 s
testEnvironmentCompositions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.051 s
testJudgmentDescriptions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.025 s
testAuxiliaryFunctionsInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.035 s
testCaching(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.058 s
testOverrideJudgmentWithDifferentParamNames(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.081 s
typeSystemWithNoPackage(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.027 s
testForLambdaWithAuxiliaryFunctionWithNoSideEffect(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.064 s
testAccessToThisInExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.032 s
testErrorInformationWithNoEObjectArg(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.034 s
testErrorSpecifications(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.072 s
testCheckRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.028 s
testAccessToInjectedFieldsInExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.047 s
testOrExpressionInIfThenElse_Issue_46(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.03 s
testFields(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.056 s
testInjectedExtensions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.029 s
testOrExpressionInIfThenElse_Issue_46_2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.039 s
typeNoSystem(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.004 s
testRuleInvocationWithVariableDeclarationAsOutputParameter(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.041 s
testRuleOverride(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.095 s
testOrExpressionInLambda_Issue_46(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.033 s
testForScopeOfThis(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest)  Time elapsed: 0.06 s
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.21 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest
testEnvironmentComposition(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.026 s
testRuleInvocationIsBooleanInClosures(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.028 s
testRuleWithOutputParamsAndExplicitAssignment(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.047 s
testRuleWithBooleanExpressionsWithNoSideEffectInIf(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.023 s
testFeatureCallExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.037 s
testOrExpressionWithRuleInvocations2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.033 s
testXbaseCompilationOfXExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.029 s
testOrExpression2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.025 s
testRuleOnlyInvokingOtherRules(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.032 s
testForFailWithErrorSpecification(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.019 s
testForClosureWithExpressionWithNoSideEffect(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.036 s
testForFail(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.018 s
testOrExpressionWithRuleInvocations(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.04 s
testRuleInvocation2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.033 s
testRuleInvokingAnotherRuleWithCollectionOutputParam(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.019 s
testOrExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.035 s
testRuleInvocationEnvironmentComposition(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.021 s
testRuleInvocationsAsBooleanExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.03 s
testRuleWithBooleanExpressionsWithNoSideEffectInFor(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.024 s
testRuleWithBooleanExpressionsWithNoSideEffectInIf2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.035 s
testRuleInvocationEnvironmentComposition2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.028 s
testRuleInvocationIsBooleanInIfExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.052 s
testXbaseCompilationOfXBlock(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.029 s
testRuleWithExpressionInConclusionWithParamNameAsXbaseGeneratedVariable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.025 s
testEmptyEnvironmentSpecification(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.021 s
testEnvironmentReference(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.032 s
testRuleInvokingAnotherRuleWithOutputParams(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.023 s
testOrExpressionWithManyBranches(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.026 s
testRuleInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.043 s
testRuleWithOutputParamAsLocalVariable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.026 s
testSingleEnvironmentMapping(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.022 s
testThrowRuleFailedException(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.007 s
testWithConfiguredAppendable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.024 s
testForClosures(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.053 s
testRuleWithBooleanExpressionsWithNoSideEffectInSwitch(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.025 s
testRuleInvokingAnotherRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.046 s
testRuleInvocationWithVarDeclarationAsOutputArg(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.018 s
testRuleInvocationResultVariable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.074 s
testRuleWithBooleanExpressionsWithNoSideEffectInSwitch2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest)  Time elapsed: 0.024 s
Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest
testUseOfErrorInformationDataFromJudgment(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest)  Time elapsed: 0.038 s
testRuleInvocationInsideLambda_Issue_36(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest)  Time elapsed: 0.043 s
testUseOfPreviousFailure(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest)  Time elapsed: 0.029 s
testUseOfErrorInformationDataFromFail(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest)  Time elapsed: 0.054 s
testUseOfErrorInformationDataFromRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest)  Time elapsed: 0.037 s
testRuleInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest)  Time elapsed: 0.025 s
testRuleInvocationInsideLambdaWithFailure_Issue_36(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest)  Time elapsed: 0.053 s

Results:

Tests run: 93, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils >----
[INFO] Building org.eclipse.xsemantics.tests.pde.utils 1.19.0-SNAPSHOT  [18/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/target/org.eclipse.xsemantics.tests.pde.utils-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/target/org.eclipse.xsemantics.tests.pde.utils-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.tests.pde.utils ---
[INFO] 
[INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests >-----
[INFO] Building org.eclipse.xsemantics.dsl.ui.tests 1.19.0-SNAPSHOT     [19/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/org.eclipse.xsemantics.dsl.ui.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/org.eclipse.xsemantics.dsl.ui.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.dsl.ui.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DbuildingWithTycho=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
Running org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest
Generating a target platform
Bundles for the target platform:
org.eclipse.osgi_3.15.0.v20190830-1434 [0]com.google.guava_27.1.0.v20190517-1946 [1]com.google.inject_3.0.0.v201605172100 [2]javax.inject_1.0.0.v20091030 [3]com.ibm.icu_64.2.0.v20190507-1337 [4]io.github.classgraph_4.8.35.v20190528-1517 [5]javax.annotation_1.2.0.v201602091430 [6]org.apache.ant_1.10.5.v20190526-1402 [7]org.apache.batik.constants_1.11.0.v20190515-0436 [8]org.apache.batik.css_1.11.0.v20190515-0436 [9]org.apache.batik.util_1.11.0.v20190515-0436 [10]org.apache.batik.i18n_1.11.0.v20190515-0436 [11]org.apache.xmlgraphics_2.3.0.v20190515-0436 [12]org.w3c.dom.svg_1.1.0.v201011041433 [13]org.w3c.dom.events_3.0.0.draft20060413_v201105210656 [14]org.w3c.css.sac_1.3.1.v200903091627 [15]org.apache.commons.io_2.6.0.v20190123-2029 [16]org.apache.commons.logging_1.2.0.v20180409-1502 [17]org.apache.felix.gogo.command_1.0.2.v20170914-1324 [18]org.apache.felix.gogo.runtime_1.1.0.v20180713-1646 [19]org.eclipse.osgi.services_3.8.0.v20190206-2147 [20]org.apache.felix.gogo.shell_1.1.0.v20180713-1646 [21]org.apache.felix.scr_2.1.14.v20190123-1619 [22]org.eclipse.osgi.util_3.5.300.v20190708-1141 [23]org.apiguardian_1.1.0.v20190826-0900 [24]org.eclipse.ant.core_3.5.500.v20190701-1953 [25]org.eclipse.core.variables_3.4.600.v20190614-1239 [26]org.eclipse.core.runtime_3.16.0.v20190823-1314 [27]org.eclipse.ant.launching_1.2.600.v20190701-1953 [28]org.eclipse.debug.core_3.14.0.v20190812-1404 [29]org.eclipse.jdt.launching_3.15.0.v20190826-1639 [30]org.eclipse.core.externaltools_1.1.400.v20190705-1530 [31]org.eclipse.text_3.9.0.v20190826-1019 [32]org.eclipse.jdt.core_3.19.0.v20190903-0936 [33]org.eclipse.core.resources_3.13.500.v20190819-0800 [34]org.eclipse.ant.ui_3.7.500.v20190518-1030 [35]org.eclipse.core.filesystem_1.7.500.v20190620-1312 [36]org.eclipse.ui.externaltools_3.4.400.v20190705-1219 [37]org.eclipse.ui_3.114.0.v20190808-1317 [38]org.eclipse.ui.console_3.8.600.v20190815-2020 [39]org.eclipse.debug.ui_3.14.200.v20190822-2125 [40]org.eclipse.jdt.ui_3.19.0.v20190827-1733 [41]org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202 [42]org.eclipse.team.core_3.8.700.v20190619-1613 [43]org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719 [44]org.eclipse.core.expressions_3.6.500.v20190617-1926 [45]org.eclipse.jdt.junit_3.11.500.v20190809-1613 [46]org.eclipse.compare_3.7.700.v20190802-1838 [47]org.eclipse.jface.text_3.15.300.v20190819-0725 [48]org.eclipse.ui.ide_3.16.0.v20190916-1323 [49]org.eclipse.ui.views_3.10.0.v20190805-1157 [50]org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631 [51]org.eclipse.ui.editors_3.12.0.v20190730-1840 [52]org.eclipse.ui.forms_3.8.100.v20190625-1825 [53]org.eclipse.compare.core_3.6.600.v20190615-1517 [54]org.eclipse.core.commands_3.9.500.v20190805-1157 [55]org.eclipse.equinox.common_3.10.500.v20190815-1535 [56]org.eclipse.core.contenttype_3.7.400.v20190624-1144 [57]org.eclipse.equinox.preferences_3.7.500.v20190815-1535 [58]org.eclipse.equinox.registry_3.8.500.v20190714-1850 [59]org.eclipse.core.databinding_1.7.500.v20190624-2109 [60]org.eclipse.core.databinding.observable_1.8.0.v20190805-1157 [61]org.eclipse.core.databinding.property_1.7.100.v20190805-1157 [62]org.eclipse.core.databinding.beans_1.5.100.v20190624-2109 [63]org.eclipse.core.filebuffers_3.6.700.v20190614-0928 [64]org.eclipse.core.jobs_3.10.500.v20190620-1426 [65]org.eclipse.core.net_1.3.600.v20190619-1613 [66]org.eclipse.equinox.security_1.3.300.v20190714-1851 [67]org.eclipse.equinox.app_1.4.300.v20190815-1535 [68]org.eclipse.help_3.8.500.v20190624-2105 [69]org.eclipse.ui.workbench_3.116.0.v20190826-1428 [70]org.eclipse.e4.core.commands_0.12.700.v20190621-1412 [71]org.eclipse.e4.core.di_1.7.400.v20190903-1311 [72]org.eclipse.e4.core.contexts_1.8.200.v20190620-0649 [73]org.eclipse.e4.core.services_2.2.0.v20190630-2019 [74]org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217 [75]org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308 [76]org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707 [77]org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946 [78]org.apache.commons.jxpath_1.3.0.v200911051830 [79]org.eclipse.emf.ecore_2.19.0.v20190822-1451 [80]org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716 [81]org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735 [82]org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021 [83]org.eclipse.e4.ui.services_1.3.600.v20190716-1245 [84]org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245 [85]org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814 [86]org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157 [87]org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157 [88]org.w3c.dom.smil_1.0.1.v200903091627 [89]org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413 [90]org.eclipse.e4.ui.di_1.2.600.v20190510-1100 [91]org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808 [92]org.eclipse.equinox.event_1.5.200.v20190814-0953 [93]org.eclipse.equinox.launcher_1.5.500.v20190715-1310 [94]org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825 [95]org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451 [96]org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426 [97]org.eclipse.swt_3.112.0.v20190904-0609 [98]org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609 [99]org.eclipse.equinox.util_1.1.300.v20190714-1852 [100]org.eclipse.jface_3.17.0.v20190820-1444 [101]org.eclipse.jface.databinding_1.9.100.v20190805-1255 [102]org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448 [103]org.eclipse.equinox.console_1.4.0.v20190819-1430 [104]org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245 [105]org.eclipse.equinox.bidi_1.2.100.v20190815-1535 [106]org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636 [107]org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755 [108]org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725 [109]org.eclipse.emf.ecore.change_2.14.0.v20190528-0725 [110]org.eclipse.emf.common_2.16.0.v20190625-1131 [111]org.eclipse.emf.common.ui_2.18.0.v20190507-0402 [112]org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451 [113]org.eclipse.emf.edit_2.15.0.v20190528-0725 [114]org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725 [115]org.eclipse.emf.edit.ui_2.16.0.v20181104-0733 [116]org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320 [117]org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258 [118]org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428 [119]org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737 [120]org.tukaani.xz_1.8.0.v20180207-1613 [121]org.eclipse.equinox.p2.core_2.6.100.v20190705-1223 [122]org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230 [123]org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939 [124]org.eclipse.equinox.p2.director_2.4.400.v20190701-1309 [125]org.sat4j.core_2.3.5.v201308161310 [126]org.sat4j.pb_2.3.5.v201404071733 [127]org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825 [128]org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825 [129]org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702 [130]org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826 [131]org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040 [132]org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939 [133]org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825 [134]org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230 [135]org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947 [136]org.eclipse.jdt_3.18.100.v20190916-1045 [137]org.eclipse.ui.intro_3.5.700.v20190814-0635 [138]org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246 [139]org.eclipse.jdt.annotation_1.1.400.v20180921-1416 [140]org.eclipse.jdt.annotation_2.2.300.v20190328-1431 [141]org.eclipse.jdt.apt.core_3.6.500.v20190703-0914 [142]org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334 [143]org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450 [144]org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731 [145]org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243 [146]org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645 [147]org.eclipse.jdt.debug_3.13.100.v20190902-1050 [148]org.eclipse.search_3.11.700.v20190813-2210 [149]org.eclipse.jdt.doc.user_3.15.400.v20190904-0724 [150]org.eclipse.jdt.junit.core_3.10.400.v20190625-1910 [151]org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840 [152]org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840 [153]org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439 [154]org.junit_4.12.0.v201504281640 [155]org.hamcrest.core_1.3.0.v20180420-1519 [156]org.junit.jupiter.api_5.5.1.v20190826-0900 [157]org.junit.jupiter.engine_5.5.1.v20190826-0900 [158]org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900 [159]org.junit.jupiter.params_5.5.1.v20190826-0900 [160]org.junit.platform.commons_1.5.1.v20190826-0900 [161]org.junit.platform.engine_1.5.1.v20190826-0900 [162]org.junit.platform.launcher_1.5.1.v20190826-0900 [163]org.junit.platform.runner_1.5.1.v20190826-0900 [164]org.junit.platform.suite.api_1.5.1.v20190826-0900 [165]org.junit.vintage.engine_5.5.1.v20190826-0900 [166]org.opentest4j_1.2.0.v20190826-0900 [167]org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110 [168]org.eclipse.team.ui_3.8.600.v20190819-1553 [169]org.eclipse.ui.navigator_3.9.0.v20190807-2204 [170]org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649 [171]org.eclipse.pde.build_3.10.500.v20190620-0530 [172]org.eclipse.pde.core_3.13.100.v20190830-1158 [173]org.eclipse.update.configurator_3.4.300.v20190518-1030 [174]org.eclipse.rcp_4.13.0.v20190916-1045 [175]org.eclipse.ui.ide.application_1.3.400.v20190818-1234 [176]org.eclipse.urischeme_1.0.400.v20190621-1448 [177]org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021 [178]org.eclipse.xsemantics.dsl_1.19.0.v20200124-1702 [179]org.eclipse.xtext_2.20.0.v20191202-0915 [180]org.eclipse.xtext.xbase_2.20.0.v20191202-0933 [181]org.eclipse.xtext.util_2.20.0.v20191202-0915 [182]org.antlr.runtime_3.2.0.v201101311130 [183]org.eclipse.xtext.common.types_2.20.0.v20191202-0933 [184]org.eclipse.xsemantics.runtime_1.19.0.v20200124-1702 [185]org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907 [186]org.eclipse.xtext.ecore_2.20.0.v20191202-0933 [187]org.objectweb.asm_7.2.0.v20191010-1910 [188]org.eclipse.xtend.lib_2.20.0.v20191202-0907 [189]org.apache.log4j_1.2.15.v201012070815 [190]org.eclipse.xsemantics.dsl.ide_1.19.0.v20200124-1702 [191]org.eclipse.xtext.ide_2.20.0.v20191202-0915 [192]org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933 [193]org.eclipse.xsemantics.dsl.ui_1.19.0.v20200124-1702 [194]org.eclipse.xtext.ui_2.20.0.v20191202-1016 [195]org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016 [196]org.eclipse.xtext.builder_2.20.0.v20191202-1016 [197]org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016 [198]org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016 [199]org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016 [200]org.eclipse.xsemantics.dsl.ui.tests_1.19.0.qualifier [201]org.eclipse.xtext.junit4_2.20.0.v20191202-1016 [202]org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016 [203]org.eclipse.xsemantics.tests.pde.utils_1.19.0.v20200124-1702 [204]org.eclipse.xtext.testing_2.20.0.v20191202-0915 [205]org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933 [206]org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016 [207]org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016 [208]org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907 [209]org.eclipse.xtext.smap_2.20.0.v20191202-0933 [210]org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933 [211]org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016 [212]org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016 [213]org.apache.commons.lang_2.6.0.v201404270220 [214]org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016 [215]org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016 [216]org.eclipse.tycho.surefire.osgibooter_1.5.0 [217]org.eclipse.tycho.surefire.junit4_1.5.0 [218]
Bundles added the target platform.
Loading target platform... DONE.
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.676 s - in org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest
testProposalsForJudgmentSymbol(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.538 s
testProposalsForOutputParam(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.954 s
testProposalsForRelationSymbol(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.065 s
testNoOutputParamsInClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.414 s
testProposalsForCachedClause(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.037 s
testProposalsForVarDeclInRuleInvocationOutsideClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.322 s
testProposalsForStandardBlocks(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.333 s
testProposalsForInjectionsInConclusion(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.214 s
testProposalsForInjectionsInPremises(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.201 s
testWritableVarOutsideClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.153 s
testProposalForBasicType(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 4.552 s
testProposalsForSystemExtends(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.131 s
testProposalsForVarDeclInRuleInvocation2(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.204 s
testProposalAndImportForListType(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.103 s
testProposalsForVarDeclInRuleInvocation(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.158 s
testNoWritableVarInClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.211 s
testProposalsForValidatorExtends(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.139 s
testProposalsForVarDeclInRuleInvocationFromClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest)  Time elapsed: 0.151 s
Running org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest
Target platform already set
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.258 s - in org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest
testOutlineWithDescriptionInAnotherResourceOnEditorOpen(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest)  Time elapsed: 0.855 s
testOutline(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest)  Time elapsed: 0.584 s
testOutlineWithNoJudgmentAuxiliaryDescriptions(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest)  Time elapsed: 0.457 s
testEmptyOutline(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest)  Time elapsed: 0.353 s
testOutlineWithDescriptionInAnotherResourceOnEditorModification(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest) skipped
Running org.eclipse.xsemantics.dsl.tests.ui.editor.XsemanticsEditorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s - in org.eclipse.xsemantics.dsl.tests.ui.editor.XsemanticsEditorTest
testEditorContentsModifiedInvalidatesComputedModelFeatures(org.eclipse.xsemantics.dsl.tests.ui.editor.XsemanticsEditorTest)  Time elapsed: 1.13 s

Results:

Tests run: 24, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions >--
[INFO] Building org.eclipse.xsemantics.example.expressions 1.19.0-SNAPSHOT [20/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.expressions ---
0    INFO  XtextGenerator     - Initializing Xtext generator
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.expressions at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.expressions.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.expressions.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.expressions.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.expressions.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:07:06 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
551  INFO  XtextGenerator     - Generating org.eclipse.xsemantics.example.expressions.Expressions
1672 INFO  EMFGeneratorFragment2 - Generating EMF model code
Jan 24, 2020 5:07:08 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/expressions/Expressions' from 'platform:/resource/org.eclipse.xsemantics.example.expressions/model/generated/Expressions.genmodel'
3294 INFO  XtextGenerator     - Generating common infrastructure
3302 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'expressions-cached.xsemantics'
[INFO] Starting validation for input: 'expressions-extended.xsemantics'
[INFO] Starting validation for input: 'expressions-first.xsemantics'
[INFO] Starting generator for input: 'expressions-cached.xsemantics'
[INFO] Starting generator for input: 'expressions-extended.xsemantics'
[INFO] Starting generator for input: 'expressions-first.xsemantics'
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.expressions ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Compiling 68 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/classes
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanNegationImpl.java:[69] 
	public Expression getExpression()
	                  ^^^^^^^^^^^^^^^
The method getExpression() of type BooleanNegationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanNegationImpl.java:[96] 
	public void setExpression(Expression newExpression)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setExpression(Expression) of type BooleanNegationImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[91] 
	public String getName()
	              ^^^^^^^^^
The method getName() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[101] 
	public void setName(String newName)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[114] 
	public Expression getExpression()
	                  ^^^^^^^^^^^^^^^
The method getExpression() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[141] 
	public void setExpression(Expression newExpression)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setExpression(Expression) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/StringLiteralImpl.java:[76] 
	public String getValue()
	              ^^^^^^^^^^
The method getValue() of type StringLiteralImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/StringLiteralImpl.java:[86] 
	public void setValue(String newValue)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^
The method setValue(String) of type StringLiteralImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[101] 
	public Expression getLeft()
	                  ^^^^^^^^^
The method getLeft() of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[128] 
	public void setLeft(Expression newLeft)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLeft(Expression) of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[149] 
	public String getOp()
	              ^^^^^^^
The method getOp() of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[159] 
	public void setOp(String newOp)
	            ^^^^^^^^^^^^^^^^^^^
The method setOp(String) of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[172] 
	public Expression getRight()
	                  ^^^^^^^^^^
The method getRight() of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[199] 
	public void setRight(Expression newRight)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRight(Expression) of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/NumberLiteralImpl.java:[76] 
	public int getValue()
	           ^^^^^^^^^^
The method getValue() of type NumberLiteralImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/NumberLiteralImpl.java:[86] 
	public void setValue(int newValue)
	            ^^^^^^^^^^^^^^^^^^^^^^
The method setValue(int) of type NumberLiteralImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[80] 
	public Expression getLeft()
	                  ^^^^^^^^^
The method getLeft() of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[107] 
	public void setLeft(Expression newLeft)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLeft(Expression) of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[128] 
	public Expression getRight()
	                  ^^^^^^^^^^
The method getRight() of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[155] 
	public void setRight(Expression newRight)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRight(Expression) of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[97] 
	public Model createModel()
	             ^^^^^^^^^^^^^
The method createModel() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[108] 
	public Variable createVariable()
	                ^^^^^^^^^^^^^^^^
The method createVariable() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[119] 
	public Expression createExpression()
	                  ^^^^^^^^^^^^^^^^^^
The method createExpression() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[130] 
	public Type createType()
	            ^^^^^^^^^^^^
The method createType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[141] 
	public AndOrExpression createAndOrExpression()
	                       ^^^^^^^^^^^^^^^^^^^^^^^
The method createAndOrExpression() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[152] 
	public Comparison createComparison()
	                  ^^^^^^^^^^^^^^^^^^
The method createComparison() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[163] 
	public Equals createEquals()
	              ^^^^^^^^^^^^^^
The method createEquals() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[174] 
	public Plus createPlus()
	            ^^^^^^^^^^^^
The method createPlus() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[185] 
	public Minus createMinus()
	             ^^^^^^^^^^^^^
The method createMinus() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[196] 
	public MultiOrDiv createMultiOrDiv()
	                  ^^^^^^^^^^^^^^^^^^
The method createMultiOrDiv() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[207] 
	public BooleanNegation createBooleanNegation()
	                       ^^^^^^^^^^^^^^^^^^^^^^^
The method createBooleanNegation() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[218] 
	public ArithmeticSigned createArithmeticSigned()
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
The method createArithmeticSigned() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[229] 
	public NumberLiteral createNumberLiteral()
	                     ^^^^^^^^^^^^^^^^^^^^^
The method createNumberLiteral() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[240] 
	public StringLiteral createStringLiteral()
	                     ^^^^^^^^^^^^^^^^^^^^^
The method createStringLiteral() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[251] 
	public BooleanLiteral createBooleanLiteral()
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method createBooleanLiteral() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[262] 
	public VariableReference createVariableReference()
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createVariableReference() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[273] 
	public IntType createIntType()
	               ^^^^^^^^^^^^^^^
The method createIntType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[284] 
	public StringType createStringType()
	                  ^^^^^^^^^^^^^^^^^^
The method createStringType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[295] 
	public BooleanType createBooleanType()
	                   ^^^^^^^^^^^^^^^^^^^
The method createBooleanType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[306] 
	public ExpressionsPackage getExpressionsPackage()
	                          ^^^^^^^^^^^^^^^^^^^^^^^
The method getExpressionsPackage() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[244] 
	public EClass getModel()
	              ^^^^^^^^^^
The method getModel() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[254] 
	public EReference getModel_Variables()
	                  ^^^^^^^^^^^^^^^^^^^^
The method getModel_Variables() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[264] 
	public EClass getVariable()
	              ^^^^^^^^^^^^^
The method getVariable() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[274] 
	public EAttribute getVariable_Name()
	                  ^^^^^^^^^^^^^^^^^^
The method getVariable_Name() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[284] 
	public EReference getVariable_Expression()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^
The method getVariable_Expression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[294] 
	public EClass getExpression()
	              ^^^^^^^^^^^^^^^
The method getExpression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[304] 
	public EClass getType()
	              ^^^^^^^^^
The method getType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[314] 
	public EClass getAndOrExpression()
	              ^^^^^^^^^^^^^^^^^^^^
The method getAndOrExpression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[324] 
	public EReference getAndOrExpression_Left()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAndOrExpression_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[334] 
	public EAttribute getAndOrExpression_Op()
	                  ^^^^^^^^^^^^^^^^^^^^^^^
The method getAndOrExpression_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[344] 
	public EReference getAndOrExpression_Right()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getAndOrExpression_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[354] 
	public EClass getComparison()
	              ^^^^^^^^^^^^^^^
The method getComparison() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[364] 
	public EReference getComparison_Left()
	                  ^^^^^^^^^^^^^^^^^^^^
The method getComparison_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[374] 
	public EAttribute getComparison_Op()
	                  ^^^^^^^^^^^^^^^^^^
The method getComparison_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[384] 
	public EReference getComparison_Right()
	                  ^^^^^^^^^^^^^^^^^^^^^
The method getComparison_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[394] 
	public EClass getEquals()
	              ^^^^^^^^^^^
The method getEquals() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[404] 
	public EReference getEquals_Left()
	                  ^^^^^^^^^^^^^^^^
The method getEquals_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[414] 
	public EAttribute getEquals_Op()
	                  ^^^^^^^^^^^^^^
The method getEquals_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[424] 
	public EReference getEquals_Right()
	                  ^^^^^^^^^^^^^^^^^
The method getEquals_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[434] 
	public EClass getPlus()
	              ^^^^^^^^^
The method getPlus() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[444] 
	public EReference getPlus_Left()
	                  ^^^^^^^^^^^^^^
The method getPlus_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[454] 
	public EReference getPlus_Right()
	                  ^^^^^^^^^^^^^^^
The method getPlus_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[464] 
	public EClass getMinus()
	              ^^^^^^^^^^
The method getMinus() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[474] 
	public EReference getMinus_Left()
	                  ^^^^^^^^^^^^^^^
The method getMinus_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[484] 
	public EReference getMinus_Right()
	                  ^^^^^^^^^^^^^^^^
The method getMinus_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[494] 
	public EClass getMultiOrDiv()
	              ^^^^^^^^^^^^^^^
The method getMultiOrDiv() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[504] 
	public EReference getMultiOrDiv_Left()
	                  ^^^^^^^^^^^^^^^^^^^^
The method getMultiOrDiv_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[514] 
	public EAttribute getMultiOrDiv_Op()
	                  ^^^^^^^^^^^^^^^^^^
The method getMultiOrDiv_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[524] 
	public EReference getMultiOrDiv_Right()
	                  ^^^^^^^^^^^^^^^^^^^^^
The method getMultiOrDiv_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[534] 
	public EClass getBooleanNegation()
	              ^^^^^^^^^^^^^^^^^^^^
The method getBooleanNegation() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[544] 
	public EReference getBooleanNegation_Expression()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBooleanNegation_Expression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[554] 
	public EClass getArithmeticSigned()
	              ^^^^^^^^^^^^^^^^^^^^^
The method getArithmeticSigned() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[564] 
	public EReference getArithmeticSigned_Expression()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getArithmeticSigned_Expression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[574] 
	public EClass getNumberLiteral()
	              ^^^^^^^^^^^^^^^^^^
The method getNumberLiteral() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[584] 
	public EAttribute getNumberLiteral_Value()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^
The method getNumberLiteral_Value() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[594] 
	public EClass getStringLiteral()
	              ^^^^^^^^^^^^^^^^^^
The method getStringLiteral() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[604] 
	public EAttribute getStringLiteral_Value()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^
The method getStringLiteral_Value() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[614] 
	public EClass getBooleanLiteral()
	              ^^^^^^^^^^^^^^^^^^^
The method getBooleanLiteral() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[624] 
	public EAttribute getBooleanLiteral_Value()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBooleanLiteral_Value() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[634] 
	public EClass getVariableReference()
	              ^^^^^^^^^^^^^^^^^^^^^^
The method getVariableReference() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[644] 
	public EReference getVariableReference_Ref()
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getVariableReference_Ref() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[654] 
	public EClass getIntType()
	              ^^^^^^^^^^^^
The method getIntType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[664] 
	public EClass getStringType()
	              ^^^^^^^^^^^^^^^
The method getStringType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[674] 
	public EClass getBooleanType()
	              ^^^^^^^^^^^^^^^^
The method getBooleanType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[684] 
	public ExpressionsFactory getExpressionsFactory()
	                          ^^^^^^^^^^^^^^^^^^^^^^^
The method getExpressionsFactory() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method
86. INFO in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/validation/ExpressionsConfigurableIssueCodesProvider.java (at line 11)
	@SuppressWarnings("restriction")
	                  ^^^^^^^^^^^^^
At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanLiteralImpl.java:[76] 
	public String getValue()
	              ^^^^^^^^^^
The method getValue() of type BooleanLiteralImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanLiteralImpl.java:[86] 
	public void setValue(String newValue)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^
The method setValue(String) of type BooleanLiteralImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableReferenceImpl.java:[68] 
	public Variable getRef()
	                ^^^^^^^^
The method getRef() of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableReferenceImpl.java:[98] 
	public void setRef(Variable newRef)
	            ^^^^^^^^^^^^^^^^^^^^^^^
The method setRef(Variable) of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[80] 
	public Expression getLeft()
	                  ^^^^^^^^^
The method getLeft() of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[107] 
	public void setLeft(Expression newLeft)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLeft(Expression) of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[128] 
	public Expression getRight()
	                  ^^^^^^^^^^
The method getRight() of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[155] 
	public void setRight(Expression newRight)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRight(Expression) of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ArithmeticSignedImpl.java:[69] 
	public Expression getExpression()
	                  ^^^^^^^^^^^^^^^
The method getExpression() of type ArithmeticSignedImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ArithmeticSignedImpl.java:[96] 
	public void setExpression(Expression newExpression)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setExpression(Expression) of type ArithmeticSignedImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ModelImpl.java:[75] 
	public EList<Variable> getVariables()
	                       ^^^^^^^^^^^^^^
The method getVariables() of type ModelImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[101] 
	public Expression getLeft()
	                  ^^^^^^^^^
The method getLeft() of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[128] 
	public void setLeft(Expression newLeft)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLeft(Expression) of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[149] 
	public String getOp()
	              ^^^^^^^
The method getOp() of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[159] 
	public void setOp(String newOp)
	            ^^^^^^^^^^^^^^^^^^^
The method setOp(String) of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[172] 
	public Expression getRight()
	                  ^^^^^^^^^^
The method getRight() of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[199] 
	public void setRight(Expression newRight)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRight(Expression) of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[101] 
	public Expression getLeft()
	                  ^^^^^^^^^
The method getLeft() of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[128] 
	public void setLeft(Expression newLeft)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLeft(Expression) of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[149] 
	public String getOp()
	              ^^^^^^^
The method getOp() of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[159] 
	public void setOp(String newOp)
	            ^^^^^^^^^^^^^^^^^^^
The method setOp(String) of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[172] 
	public Expression getRight()
	                  ^^^^^^^^^^
The method getRight() of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[199] 
	public void setRight(Expression newRight)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRight(Expression) of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[101] 
	public Expression getLeft()
	                  ^^^^^^^^^
The method getLeft() of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[128] 
	public void setLeft(Expression newLeft)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setLeft(Expression) of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[149] 
	public String getOp()
	              ^^^^^^^
The method getOp() of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[159] 
	public void setOp(String newOp)
	            ^^^^^^^^^^^^^^^^^^^
The method setOp(String) of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[172] 
	public Expression getRight()
	                  ^^^^^^^^^^
The method getRight() of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[199] 
	public void setRight(Expression newRight)
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRight(Expression) of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method
115 problems (0 errors, 114 warnings, 1 info)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 51 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/org.eclipse.xsemantics.example.expressions-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/org.eclipse.xsemantics.example.expressions-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide >--
[INFO] Building org.eclipse.xsemantics.example.expressions.ide 1.19.0-SNAPSHOT [21/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.ide ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/target/org.eclipse.xsemantics.example.expressions.ide-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/target/org.eclipse.xsemantics.example.expressions.ide-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.ide ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui >--
[INFO] Building org.eclipse.xsemantics.example.expressions.ui 1.19.0-SNAPSHOT [22/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/org.eclipse.xsemantics.example.expressions.ui-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/org.eclipse.xsemantics.example.expressions.ui-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.ui ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests >--
[INFO] Building org.eclipse.xsemantics.example.expressions.tests 1.19.0-SNAPSHOT [23/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 7 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/org.eclipse.xsemantics.example.expressions.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/org.eclipse.xsemantics.example.expressions.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.expressions.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest
testMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.198 s
testAnd(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.007 s
testInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.004 s
testBooleanNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.006 s
testArithmeticSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.001 s
testMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.002 s
testMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.002 s
testMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.002 s
testExpectedIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.001 s
testVariable(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.009 s
testArithmeticSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.001 s
testArithmeticSignedWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.004 s
testBooleanNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.001 s
testAndWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.001 s
testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.002 s
testBooleanNegationWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.003 s
testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest)  Time elapsed: 0.001 s
Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsParsingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsParsingTest
testExpressionAssociativity(org.eclipse.xsemantics.example.expressions.tests.ExpressionsParsingTest)  Time elapsed: 0.003 s
Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest
testInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest)  Time elapsed: 0.018 s
testArithmeticSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest)  Time elapsed: 0.005 s
Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest
testInterpretAndOfComparisons(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.013 s
testMixedPlusNonRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.002 s
testMixedPlusRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testInterpreterMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testInterpreterMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testInterpreterAndOrWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testInterpreterVariableReference(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.004 s
testSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testInterpreterDiv(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testIntComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testIntComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testInterpreterAndOr(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testInterpreterMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testInterpreterMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testStringComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testStringComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testInterpreter(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.002 s
testMixedPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0 s
testSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest)  Time elapsed: 0.001 s
Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest
testMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.003 s
testBooleanNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testExpectedIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0 s
testVariable(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testArithmeticSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testAndWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testAnd(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testArithmeticSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.002 s
testMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testArithmeticSignedWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testBooleanNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.002 s
testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testBooleanNegationWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0.001 s
testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest)  Time elapsed: 0 s
Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest
testInterpreterDiv(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.002 s
testInterpretAndOfComparisons(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.003 s
testMixedPlusNonRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testIntComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0 s
testIntComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testInterpreterAndOr(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testInterpreterMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.002 s
testInterpreterMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testMixedPlusRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testInterpreterMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testInterpreterMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0 s
testNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testStringComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0 s
testInterpreterAndOrWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testStringComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testInterpreter(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0 s
testMixedPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.001 s
testSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.002 s
testInterpreterVariableReference(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0.002 s
testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0 s
testSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest)  Time elapsed: 0 s

Results:

Tests run: 83, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests >--
[INFO] Building org.eclipse.xsemantics.example.expressions.ui.tests 1.19.0-SNAPSHOT [24/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/target/org.eclipse.xsemantics.example.expressions.ui.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/target/org.eclipse.xsemantics.example.expressions.ui.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.expressions.ui.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda >----
[INFO] Building org.eclipse.xsemantics.example.lambda 1.19.0-SNAPSHOT   [25/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.lambda ---
0    INFO  XtextGenerator     - Initializing Xtext generator
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.lambda at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.lambda.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.lambda.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.lambda.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.xsemantics.example.lambda.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Jan 24, 2020 5:07:20 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
526  INFO  XtextGenerator     - Generating org.eclipse.xsemantics.example.lambda.Lambda
1491 INFO  EMFGeneratorFragment2 - Generating EMF model code
Jan 24, 2020 5:07:21 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/lambda/Lambda' from 'platform:/resource/org.eclipse.xsemantics.example.lambda/model/generated/Lambda.genmodel'
2806 INFO  XtextGenerator     - Generating common infrastructure
2815 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'Lambda.xsemantics'
[INFO] Starting generator for input: 'Lambda.xsemantics'
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Compiling 65 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 26 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/org.eclipse.xsemantics.example.lambda-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/org.eclipse.xsemantics.example.lambda-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide >--
[INFO] Building org.eclipse.xsemantics.example.lambda.ide 1.19.0-SNAPSHOT [26/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/target/org.eclipse.xsemantics.example.lambda.ide-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/target/org.eclipse.xsemantics.example.lambda.ide-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.ide ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui >---
[INFO] Building org.eclipse.xsemantics.example.lambda.ui 1.19.0-SNAPSHOT [27/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/org.eclipse.xsemantics.example.lambda.ui-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/org.eclipse.xsemantics.example.lambda.ui-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.ui ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests >--
[INFO] Building org.eclipse.xsemantics.example.lambda.tests 1.19.0-SNAPSHOT [28/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 10 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/org.eclipse.xsemantics.example.lambda.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/org.eclipse.xsemantics.example.lambda.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.lambda.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest
testOmega(org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest)  Time elapsed: 0.197 s
testValidateOk(org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest)  Time elapsed: 0.023 s
testNonOptimalTypeVariables(org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest)  Time elapsed: 0.003 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest
testExplicitTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest)  Time elapsed: 0.013 s
testExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest)  Time elapsed: 0.002 s
testNoTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest)  Time elapsed: 0.033 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest
testInferTypeAndModifyAllTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest)  Time elapsed: 0.005 s
testInferTypeAndModifyAbstractionTypeCompose(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest)  Time elapsed: 0.004 s
testInferTypeAndSetAbstractionTypeWithNoExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest)  Time elapsed: 0.001 s
testInferTypeAndModifyAbstractionTypeWithExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest)  Time elapsed: 0.001 s
testInferTypeAndModifyAbstractionTypeWithNoExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest)  Time elapsed: 0.001 s
testCannotInferTypeAndModifyAbstractionTypeWithExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest)  Time elapsed: 0.003 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest
testApplicationType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.002 s
testImplicitParamType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.002 s
testAbstractionExplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.001 s
testAbstractionWithArithmetics(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.006 s
testOmega(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.003 s
testApplicationType2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.002 s
testArithmeticsConstantType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.004 s
testStringConstantType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.004 s
testArithmeticsFails(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.001 s
testArithmeticsWithTypeVariable(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.001 s
testIntConstantType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.001 s
testCompose2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.002 s
testCompose3(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.002 s
testExplicitParamType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.001 s
testCompose(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.002 s
testImplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.028 s
testOmega2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.003 s
testExplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.001 s
testAbstractionImplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest)  Time elapsed: 0.001 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest
testFreshVarsAfterReset(org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest)  Time elapsed: 0 s
testFreshVars(org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest)  Time elapsed: 0 s
testFreshArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest)  Time elapsed: 0 s
Running org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest
testReset(org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest)  Time elapsed: 0 s
testWithMappedVar(org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest)  Time elapsed: 0 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest
NotOccurTypeVariablesFails(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest)  Time elapsed: 0.003 s
NotOccurConstantTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest)  Time elapsed: 0.001 s
NotOccurTypeVariablesInArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest)  Time elapsed: 0 s
NotOccurDifferentTypeVariables(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest)  Time elapsed: 0 s
notOccurTypeVariablesInArrowTypeFails(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest)  Time elapsed: 0 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest
testUnifyTypeVarArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0 s
testUnifyArrowTypes2(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0 s
unifyTypeVariableOccursInArrowTypeFails(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0.001 s
testUnifyIntType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0 s
testUnifyBasicTypeTypeVar(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0.001 s
testBasicTypeFails(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0.001 s
testUnifyArrowTypesWithBasicTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0 s
testUnifyTypeVar(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0 s
testUnifyArrowTypeTypeVar(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0.002 s
testUnifyTypeVarBasicType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0 s
testUnifyArrowTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0 s
testUnifyArrowTypesWithBasicTypes2(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0.001 s
testUnifyStringType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest)  Time elapsed: 0.001 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaParsingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaParsingTest
testParsingAndLinking(org.eclipse.xsemantics.example.lambda.tests.LambdaParsingTest)  Time elapsed: 0.001 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest
testTypeVariableSubstitutionRecursive(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest)  Time elapsed: 0 s
testTypeVariableSubstitution(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest)  Time elapsed: 0 s
testArrowTypeSubstitutionRecursive(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest)  Time elapsed: 0 s
Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest
testBeautifyTypeVariable(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testBeautifyArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testGetBeautifiedStringArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0.001 s
testBeautifyIntType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testBeautifyArrowTypeWithExistingTypeVariables(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testGetBeautifiedStringTypeVariable(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testGetBeautifiedStringIntType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testBeautifyArrowTypeAlreadyBeautified(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testGetBeautifiedStringArrowType2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testGetBeautifiedStringArrowType3(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
testGetBeautifiedStringStringType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest)  Time elapsed: 0 s
Running org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest
testTypeVariableNames(org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest)  Time elapsed: 0.001 s
testTypeVariables(org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest)  Time elapsed: 0.001 s
testNoTypeVariables(org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest)  Time elapsed: 0.001 s

Results:

Tests run: 72, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests >--
[INFO] Building org.eclipse.xsemantics.example.lambda.ui.tests 1.19.0-SNAPSHOT [29/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/test-classes
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/org.eclipse.xsemantics.example.lambda.ui.tests-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/org.eclipse.xsemantics.example.lambda.ui.tests-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.lambda.ui.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.002 s - in org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest
testValidProgram(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest)  Time elapsed: 1.796 s
testNotValidProgram(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest)  Time elapsed: 0.18 s
Running org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.035 s - in org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest
testInferAndModifyTerm(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.586 s
testInferAndModifyNotTypableAbstractionWithType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.235 s
testLambdaEditorContentsAsModel(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.195 s
testLambdaEditor(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.192 s
testInferAndModifyAbstractionWithExplicitType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.201 s
testInferAndModifyAbstractionType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.197 s
testInferAndModifyComposeAbstractionType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.216 s
testInferAndModifyWrongTerm(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest)  Time elapsed: 0.204 s

Results:

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples >------
[INFO] Building org.eclipse.xsemantics.ui.examples 1.19.0-SNAPSHOT      [30/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.ui.examples ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.ui.examples ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.ui.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ org.eclipse.xsemantics.ui.examples ---
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
Progress (1): 835 B
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 37 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
Progress (1): 744 B
Progress (1): 1.9 kB
Progress (1): 5.8 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
Progress (1): 21 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 642 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/12/maven-parent-12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom
Progress (1): 744 B
Progress (1): 1.9 kB
Progress (1): 6.0 kB
Progress (1): 6.5 kB
Progress (1): 11 kB 
Progress (1): 11 kB
Progress (1): 14 kB
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 750 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
Progress (1): 823 B
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 111 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
Progress (1): 830 B
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 73 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
Progress (1): 811 B
Progress (1): 2.9 kB
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 125 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
Progress (1): 830 B
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 68 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
Progress (1): 821 B
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 54 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
Progress (1): 823 B
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 73 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
Progress (1): 835 B
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 59 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
Progress (1): 830 B
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 72 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
Progress (1): 789 B
Progress (1): 2.3 kB
Progress (1): 6.4 kB
Progress (1): 6.5 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 366 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
Progress (1): 805 B
Progress (1): 2.2 kB
Progress (1): 4.6 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 138 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
Progress (1): 848 B
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 54 kB/s)
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
Progress (2): 37 kB | 4.1/97 kB
Progress (2): 37 kB | 7.7/97 kB
Progress (2): 37 kB | 12/97 kB 
Progress (2): 37 kB | 16/97 kB
Progress (3): 37 kB | 16/97 kB | 4.1/123 kB
Progress (3): 37 kB | 16/97 kB | 7.7/123 kB
Progress (3): 37 kB | 16/97 kB | 12/123 kB 
Progress (3): 37 kB | 16/97 kB | 16/123 kB
Progress (3): 37 kB | 20/97 kB | 16/123 kB
Progress (3): 37 kB | 24/97 kB | 16/123 kB
Progress (3): 37 kB | 28/97 kB | 16/123 kB
Progress (3): 37 kB | 32/97 kB | 16/123 kB
Progress (3): 37 kB | 32/97 kB | 20/123 kB
Progress (3): 37 kB | 32/97 kB | 24/123 kB
Progress (3): 37 kB | 32/97 kB | 28/123 kB
Progress (3): 37 kB | 32/97 kB | 32/123 kB
Progress (3): 37 kB | 36/97 kB | 32/123 kB
Progress (3): 37 kB | 40/97 kB | 32/123 kB
Progress (3): 37 kB | 45/97 kB | 32/123 kB
Progress (3): 37 kB | 49/97 kB | 32/123 kB
Progress (3): 37 kB | 49/97 kB | 36/123 kB
Progress (3): 37 kB | 49/97 kB | 40/123 kB
Progress (3): 37 kB | 49/97 kB | 45/123 kB
Progress (3): 37 kB | 49/97 kB | 49/123 kB
Progress (3): 37 kB | 49/97 kB | 53/123 kB
Progress (3): 37 kB | 49/97 kB | 57/123 kB
Progress (3): 37 kB | 49/97 kB | 61/123 kB
Progress (3): 37 kB | 49/97 kB | 65/123 kB
Progress (3): 37 kB | 49/97 kB | 69/123 kB
Progress (3): 37 kB | 49/97 kB | 73/123 kB
Progress (3): 37 kB | 49/97 kB | 77/123 kB
Progress (3): 37 kB | 49/97 kB | 81/123 kB
Progress (3): 37 kB | 53/97 kB | 81/123 kB
Progress (3): 37 kB | 57/97 kB | 81/123 kB
Progress (3): 37 kB | 61/97 kB | 81/123 kB
Progress (3): 37 kB | 65/97 kB | 81/123 kB
Progress (3): 37 kB | 65/97 kB | 85/123 kB
Progress (3): 37 kB | 65/97 kB | 90/123 kB
Progress (3): 37 kB | 65/97 kB | 94/123 kB
Progress (3): 37 kB | 69/97 kB | 94/123 kB
Progress (3): 37 kB | 69/97 kB | 98/123 kB
Progress (3): 37 kB | 73/97 kB | 98/123 kB
Progress (3): 37 kB | 77/97 kB | 98/123 kB
Progress (3): 37 kB | 81/97 kB | 98/123 kB
Progress (3): 37 kB | 81/97 kB | 102/123 kB
Progress (3): 37 kB | 81/97 kB | 106/123 kB
Progress (3): 37 kB | 81/97 kB | 110/123 kB
Progress (3): 37 kB | 81/97 kB | 114/123 kB
Progress (3): 37 kB | 85/97 kB | 114/123 kB
Progress (3): 37 kB | 85/97 kB | 118/123 kB
Progress (3): 37 kB | 90/97 kB | 118/123 kB
Progress (3): 37 kB | 90/97 kB | 122/123 kB
Progress (3): 37 kB | 94/97 kB | 122/123 kB
Progress (3): 37 kB | 94/97 kB | 123 kB    
Progress (3): 37 kB | 97 kB | 123 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 3.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 2.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar
Progress (2): 37 kB | 4.1/51 kB
Progress (2): 37 kB | 7.7/51 kB
Progress (2): 37 kB | 12/51 kB 
Progress (2): 37 kB | 16/51 kB
Progress (2): 37 kB | 20/51 kB
Progress (2): 37 kB | 24/51 kB
Progress (2): 37 kB | 28/51 kB
Progress (2): 37 kB | 32/51 kB
Progress (2): 37 kB | 36/51 kB
Progress (2): 37 kB | 40/51 kB
Progress (2): 37 kB | 45/51 kB
Progress (2): 37 kB | 49/51 kB
Progress (2): 37 kB | 51 kB   
Progress (3): 37 kB | 51 kB | 4.1/13 kB
Progress (3): 37 kB | 51 kB | 7.7/13 kB
Progress (3): 37 kB | 51 kB | 12/13 kB 
Progress (3): 37 kB | 51 kB | 13 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 192 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 734 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
Progress (2): 37 kB | 4.1/58 kB
Progress (2): 37 kB | 7.7/58 kB
Progress (2): 37 kB | 12/58 kB 
Progress (2): 37 kB | 16/58 kB
Progress (2): 37 kB | 20/58 kB
Progress (2): 37 kB | 24/58 kB
Progress (2): 37 kB | 28/58 kB
Progress (2): 37 kB | 32/58 kB
Progress (2): 37 kB | 36/58 kB
Progress (2): 37 kB | 40/58 kB
Progress (2): 37 kB | 45/58 kB
Progress (2): 37 kB | 49/58 kB
Progress (3): 37 kB | 49/58 kB | 4.1/26 kB
Progress (3): 37 kB | 53/58 kB | 4.1/26 kB
Progress (3): 37 kB | 53/58 kB | 7.7/26 kB
Progress (3): 37 kB | 57/58 kB | 7.7/26 kB
Progress (3): 37 kB | 57/58 kB | 12/26 kB 
Progress (3): 37 kB | 58 kB | 12/26 kB   
Progress (3): 37 kB | 58 kB | 16/26 kB
Progress (3): 37 kB | 58 kB | 20/26 kB
Progress (3): 37 kB | 58 kB | 24/26 kB
Progress (3): 37 kB | 58 kB | 26 kB   
Progress (4): 37 kB | 58 kB | 26 kB | 4.1/31 kB
Progress (4): 37 kB | 58 kB | 26 kB | 7.7/31 kB
Progress (4): 37 kB | 58 kB | 26 kB | 12/31 kB 
Progress (4): 37 kB | 58 kB | 26 kB | 16/31 kB
Progress (4): 37 kB | 58 kB | 26 kB | 20/31 kB
Progress (4): 37 kB | 58 kB | 26 kB | 24/31 kB
Progress (4): 37 kB | 58 kB | 26 kB | 28/31 kB
Progress (4): 37 kB | 58 kB | 26 kB | 31 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 309 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 657 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 340 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
Progress (2): 37 kB | 4.1/35 kB
Progress (2): 37 kB | 7.7/35 kB
Progress (2): 37 kB | 12/35 kB 
Progress (2): 37 kB | 16/35 kB
Progress (2): 37 kB | 20/35 kB
Progress (2): 37 kB | 24/35 kB
Progress (2): 37 kB | 28/35 kB
Progress (2): 37 kB | 32/35 kB
Progress (2): 37 kB | 35 kB   
Progress (3): 37 kB | 35 kB | 0/1.9 MB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 4.1/12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 4.1/12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 7.7/12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 7.7/12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12/12 kB 
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12/12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB   
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB
Progress (4): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 4.1/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 4.1/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 7.7/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 12/90 kB 
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 16/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 16/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 16/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 16/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 16/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 20/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 24/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 28/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 32/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 32/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 32/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 32/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 36/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 36/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 40/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 45/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 49/90 kB
Progress (5): 37 kB | 35 kB | 0.1/1.9 MB | 12 kB | 49/90 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 323 kB/s)
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 53/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 53/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 57/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 57/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 61/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 61/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 65/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 69/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 73/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 77/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 81/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 81/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 85/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 85/90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 90 kB   
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.1/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.2/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
Progress (4): 37 kB | 0.3/1.9 MB | 12 kB | 90 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 740 kB/s)
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.3/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
Progress (3): 37 kB | 0.4/1.9 MB | 12 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 99 kB/s)
Progress (2): 37 kB | 0.4/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.5/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.6/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.7/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.8/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 0.9/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.0/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.1/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.2/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.3/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.4/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.5/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.6/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.7/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.8/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9/1.9 MB
Progress (2): 37 kB | 1.9 MB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 3.0 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 36 kB/s)
[INFO] Executing tasks

main:

zip_all_examples:
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.ide.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.ui.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.ide.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.ui.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.ide.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.ui.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.ide.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.ui.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.tests.zip
      [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.ui.tests.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.ui.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.ui.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/target/org.eclipse.xsemantics.ui.examples-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.ui.examples ---
[INFO] 
[INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature >---
[INFO] Building org.eclipse.xsemantics.examples.feature 1.19.0-SNAPSHOT [31/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.examples.feature ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.examples.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.examples.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/target/org.eclipse.xsemantics.examples.feature-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.examples.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.examples.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/target/org.eclipse.xsemantics.examples.feature-1.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.examples.feature ---
[INFO] 
[INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature >--
[INFO] Building org.eclipse.xsemantics.implemented.examples.feature 1.19.0-SNAPSHOT [32/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/target/org.eclipse.xsemantics.implemented.examples.feature-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/target/org.eclipse.xsemantics.implemented.examples.feature-1.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.implemented.examples.feature ---
[INFO] 
[INFO] ---------< org.eclipse.xsemantics:org.eclipse.xsemantics.doc >----------
[INFO] Building org.eclipse.xsemantics.doc 1.19.0-SNAPSHOT              [33/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.doc ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.doc ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/target/org.eclipse.xsemantics.doc-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/target/org.eclipse.xsemantics.doc-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.doc ---
[INFO] 
[INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature >------
[INFO] Building org.eclipse.xsemantics.doc.feature 1.19.0-SNAPSHOT      [34/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.doc.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.doc.feature ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.doc.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.doc.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.doc.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.doc.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.doc.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/target/org.eclipse.xsemantics.doc.feature-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.doc.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.doc.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.doc.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/target/org.eclipse.xsemantics.doc.feature-1.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.doc.feature ---
[INFO] 
[INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature >----
[INFO] Building org.eclipse.xsemantics.runtime.feature 1.19.0-SNAPSHOT  [35/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/target/org.eclipse.xsemantics.runtime.feature-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/target/org.eclipse.xsemantics.runtime.feature-1.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.runtime.feature ---
[INFO] 
[INFO] -------< org.eclipse.xsemantics:org.eclipse.xsemantics.feature >--------
[INFO] Building org.eclipse.xsemantics.feature 1.19.0-SNAPSHOT          [36/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.feature ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/target/org.eclipse.xsemantics.feature-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/target/org.eclipse.xsemantics.feature-1.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.feature ---
[INFO] 
[INFO] ---------< org.eclipse.xsemantics:org.eclipse.xsemantics.sdk >----------
[INFO] Building org.eclipse.xsemantics.sdk 1.19.0-SNAPSHOT              [37/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.sdk ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.sdk ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/target/org.eclipse.xsemantics.sdk-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.sdk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/target/org.eclipse.xsemantics.sdk-1.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.sdk ---
[INFO] 
[INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature >-----
[INFO] Building org.eclipse.xsemantics.tests.feature 1.19.0-SNAPSHOT    [38/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.tests.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.tests.feature ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.tests.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.tests.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/target/org.eclipse.xsemantics.tests.feature-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.tests.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.tests.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.tests.feature ---
[INFO] Fetching org.eclipse.jdt.source_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.11.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.04MB)
[INFO] Fetching org.eclipse.pde.ui.source_3.11.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.04MB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.11.1.v20191121-1148.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (13.21kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.11.1.v20191121-1148.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (13.21kB)
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/target/org.eclipse.xsemantics.tests.feature-1.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.tests.feature ---
[INFO] 
[INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot >-----
[INFO] Building org.eclipse.xsemantics.tests.swtbot 1.19.0-SNAPSHOT     [39/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/org.eclipse.xsemantics.tests.swtbot-1.19.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/org.eclipse.xsemantics.tests.swtbot-1.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.tests.swtbot ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -DbuildingWithTycho=true, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Dorg.eclipse.swtbot.search.timeout=10000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/surefire.properties, -nouithread]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjProjectWizardTests
Generating a target platform
Bundles for the target platform:
org.eclipse.osgi_3.15.0.v20190830-1434 [0]com.google.guava_27.1.0.v20190517-1946 [1]com.google.inject_3.0.0.v201605172100 [2]javax.inject_1.0.0.v20091030 [3]com.ibm.icu_64.2.0.v20190507-1337 [4]io.github.classgraph_4.8.35.v20190528-1517 [5]javax.annotation_1.2.0.v201602091430 [6]org.apache.ant_1.10.5.v20190526-1402 [7]org.apache.batik.constants_1.11.0.v20190515-0436 [8]org.apache.batik.css_1.11.0.v20190515-0436 [9]org.apache.batik.util_1.11.0.v20190515-0436 [10]org.apache.batik.i18n_1.11.0.v20190515-0436 [11]org.apache.xmlgraphics_2.3.0.v20190515-0436 [12]org.w3c.dom.svg_1.1.0.v201011041433 [13]org.w3c.dom.events_3.0.0.draft20060413_v201105210656 [14]org.w3c.css.sac_1.3.1.v200903091627 [15]org.apache.commons.cli_1.2.0.v201404270220 [16]org.apache.commons.lang_2.6.0.v201404270220 [17]org.apache.commons.logging_1.2.0.v20180409-1502 [18]org.apache.commons.io_2.6.0.v20190123-2029 [19]org.apache.felix.gogo.command_1.0.2.v20170914-1324 [20]org.apache.felix.gogo.runtime_1.1.0.v20180713-1646 [21]org.eclipse.osgi.services_3.8.0.v20190206-2147 [22]org.apache.felix.gogo.shell_1.1.0.v20180713-1646 [23]org.apache.felix.scr_2.1.14.v20190123-1619 [24]org.eclipse.osgi.util_3.5.300.v20190708-1141 [25]org.apiguardian_1.1.0.v20190826-0900 [26]org.eclipse.ant.core_3.5.500.v20190701-1953 [27]org.eclipse.core.variables_3.4.600.v20190614-1239 [28]org.eclipse.core.runtime_3.16.0.v20190823-1314 [29]org.eclipse.ant.launching_1.2.600.v20190701-1953 [30]org.eclipse.debug.core_3.14.0.v20190812-1404 [31]org.eclipse.jdt.launching_3.15.0.v20190826-1639 [32]org.eclipse.core.externaltools_1.1.400.v20190705-1530 [33]org.eclipse.text_3.9.0.v20190826-1019 [34]org.eclipse.jdt.core_3.19.0.v20190903-0936 [35]org.eclipse.core.resources_3.13.500.v20190819-0800 [36]org.eclipse.ant.ui_3.7.500.v20190518-1030 [37]org.eclipse.core.filesystem_1.7.500.v20190620-1312 [38]org.eclipse.ui.externaltools_3.4.400.v20190705-1219 [39]org.eclipse.ui_3.114.0.v20190808-1317 [40]org.eclipse.ui.console_3.8.600.v20190815-2020 [41]org.eclipse.debug.ui_3.14.200.v20190822-2125 [42]org.eclipse.jdt.ui_3.19.0.v20190827-1733 [43]org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202 [44]org.eclipse.team.core_3.8.700.v20190619-1613 [45]org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719 [46]org.eclipse.core.expressions_3.6.500.v20190617-1926 [47]org.eclipse.jdt.junit_3.11.500.v20190809-1613 [48]org.eclipse.compare_3.7.700.v20190802-1838 [49]org.eclipse.jface.text_3.15.300.v20190819-0725 [50]org.eclipse.ui.ide_3.16.0.v20190916-1323 [51]org.eclipse.ui.views_3.10.0.v20190805-1157 [52]org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631 [53]org.eclipse.ui.editors_3.12.0.v20190730-1840 [54]org.eclipse.ui.forms_3.8.100.v20190625-1825 [55]org.eclipse.compare.core_3.6.600.v20190615-1517 [56]org.eclipse.core.commands_3.9.500.v20190805-1157 [57]org.eclipse.equinox.common_3.10.500.v20190815-1535 [58]org.eclipse.core.contenttype_3.7.400.v20190624-1144 [59]org.eclipse.equinox.preferences_3.7.500.v20190815-1535 [60]org.eclipse.equinox.registry_3.8.500.v20190714-1850 [61]org.eclipse.core.databinding_1.7.500.v20190624-2109 [62]org.eclipse.core.databinding.observable_1.8.0.v20190805-1157 [63]org.eclipse.core.databinding.property_1.7.100.v20190805-1157 [64]org.eclipse.core.databinding.beans_1.5.100.v20190624-2109 [65]org.eclipse.core.filebuffers_3.6.700.v20190614-0928 [66]org.eclipse.core.jobs_3.10.500.v20190620-1426 [67]org.eclipse.core.net_1.3.600.v20190619-1613 [68]org.eclipse.equinox.security_1.3.300.v20190714-1851 [69]org.eclipse.equinox.app_1.4.300.v20190815-1535 [70]org.eclipse.help_3.8.500.v20190624-2105 [71]org.eclipse.ui.workbench_3.116.0.v20190826-1428 [72]org.eclipse.e4.core.commands_0.12.700.v20190621-1412 [73]org.eclipse.e4.core.di_1.7.400.v20190903-1311 [74]org.eclipse.e4.core.contexts_1.8.200.v20190620-0649 [75]org.eclipse.e4.core.services_2.2.0.v20190630-2019 [76]org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217 [77]org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308 [78]org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707 [79]org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946 [80]org.apache.commons.jxpath_1.3.0.v200911051830 [81]org.eclipse.emf.ecore_2.19.0.v20190822-1451 [82]org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716 [83]org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735 [84]org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021 [85]org.eclipse.e4.ui.services_1.3.600.v20190716-1245 [86]org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245 [87]org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814 [88]org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157 [89]org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157 [90]org.w3c.dom.smil_1.0.1.v200903091627 [91]org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413 [92]org.eclipse.e4.ui.di_1.2.600.v20190510-1100 [93]org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808 [94]org.eclipse.equinox.event_1.5.200.v20190814-0953 [95]org.eclipse.equinox.launcher_1.5.500.v20190715-1310 [96]org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825 [97]org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451 [98]org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426 [99]org.eclipse.swt_3.112.0.v20190904-0609 [100]org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609 [101]org.eclipse.equinox.util_1.1.300.v20190714-1852 [102]org.eclipse.jface_3.17.0.v20190820-1444 [103]org.eclipse.jface.databinding_1.9.100.v20190805-1255 [104]org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448 [105]org.eclipse.equinox.console_1.4.0.v20190819-1430 [106]org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245 [107]org.eclipse.equinox.bidi_1.2.100.v20190815-1535 [108]org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636 [109]org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755 [110]org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725 [111]org.eclipse.emf.ecore.change_2.14.0.v20190528-0725 [112]org.eclipse.emf.codegen_2.19.0.v20190821-1536 [113]org.eclipse.emf.common_2.16.0.v20190625-1131 [114]org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451 [115]org.eclipse.emf.common.ui_2.18.0.v20190507-0402 [116]org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451 [117]org.eclipse.emf.edit_2.15.0.v20190528-0725 [118]org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725 [119]org.eclipse.emf.edit.ui_2.16.0.v20181104-0733 [120]org.eclipse.emf.mwe.core_1.5.1.v20191121-1148 [121]org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148 [122]org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148 [123]org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148 [124]org.eclipse.xtext_2.20.0.v20191202-0915 [125]org.eclipse.xtext.common.types_2.20.0.v20191202-0933 [126]org.eclipse.xtext.util_2.20.0.v20191202-0915 [127]org.antlr.runtime_3.2.0.v201101311130 [128]org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907 [129]org.apache.log4j_1.2.15.v201012070815 [130]org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148 [131]org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148 [132]org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320 [133]org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258 [134]org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428 [135]org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737 [136]org.tukaani.xz_1.8.0.v20180207-1613 [137]org.eclipse.equinox.p2.core_2.6.100.v20190705-1223 [138]org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230 [139]org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939 [140]org.eclipse.equinox.p2.director_2.4.400.v20190701-1309 [141]org.sat4j.core_2.3.5.v201308161310 [142]org.sat4j.pb_2.3.5.v201404071733 [143]org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825 [144]org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825 [145]org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702 [146]org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826 [147]org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826 [148]org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040 [149]org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939 [150]org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825 [151]org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230 [152]org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947 [153]org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459 [154]org.eclipse.equinox.security.ui_1.2.400.v20190714-1851 [155]org.eclipse.jdt_3.18.100.v20190916-1045 [156]org.eclipse.ui.intro_3.5.700.v20190814-0635 [157]org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246 [158]org.eclipse.jdt.annotation_1.1.400.v20180921-1416 [159]org.eclipse.jdt.annotation_2.2.300.v20190328-1431 [160]org.eclipse.jdt.apt.core_3.6.500.v20190703-0914 [161]org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334 [162]org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450 [163]org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731 [164]org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243 [165]org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645 [166]org.eclipse.jdt.debug_3.13.100.v20190902-1050 [167]org.eclipse.search_3.11.700.v20190813-2210 [168]org.eclipse.jdt.doc.user_3.15.400.v20190904-0724 [169]org.eclipse.jdt.junit.core_3.10.400.v20190625-1910 [170]org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840 [171]org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840 [172]org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439 [173]org.junit_4.12.0.v201504281640 [174]org.hamcrest.core_1.3.0.v20180420-1519 [175]org.junit.jupiter.api_5.5.1.v20190826-0900 [176]org.junit.jupiter.engine_5.5.1.v20190826-0900 [177]org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900 [178]org.junit.jupiter.params_5.5.1.v20190826-0900 [179]org.junit.platform.commons_1.5.1.v20190826-0900 [180]org.junit.platform.engine_1.5.1.v20190826-0900 [181]org.junit.platform.launcher_1.5.1.v20190826-0900 [182]org.junit.platform.runner_1.5.1.v20190826-0900 [183]org.junit.platform.suite.api_1.5.1.v20190826-0900 [184]org.junit.vintage.engine_5.5.1.v20190826-0900 [185]org.opentest4j_1.2.0.v20190826-0900 [186]org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110 [187]org.eclipse.team.ui_3.8.600.v20190819-1553 [188]org.eclipse.ui.navigator_3.9.0.v20190807-2204 [189]org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649 [190]org.eclipse.pde.build_3.10.500.v20190620-0530 [191]org.eclipse.pde.core_3.13.100.v20190830-1158 [192]org.eclipse.update.configurator_3.4.300.v20190518-1030 [193]org.eclipse.pde.launching_3.7.700.v20190814-1102 [194]org.eclipse.pde.ui_3.11.100.v20190830-1158 [195]org.eclipse.ui.views.log_1.2.700.v20190819-1015 [196]org.eclipse.ui.trace_1.1.600.v20190830-1158 [197]org.eclipse.ui.genericeditor_1.1.500.v20190823-1613 [198]org.eclipse.rcp_4.13.0.v20190916-1045 [199]org.eclipse.swtbot.e4.finder_2.8.0.201906121535 [200]org.hamcrest.library_1.3.0.v20180524-2246 [201]org.eclipse.swtbot.eclipse.core_2.8.0.201906121535 [202]org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535 [203]org.eclipse.swtbot.swt.finder_2.8.0.201906121535 [204]org.eclipse.swtbot.junit4_x_2.8.0.201906121535 [205]org.eclipse.swtbot.go_2.8.0.201906121535 [206]org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535 [207]org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535 [208]org.eclipse.swtbot.forms.finder_2.8.0.201906121535 [209]org.eclipse.swtbot.generator_2.8.0.201906121535 [210]org.eclipse.swtbot.generator.client_2.8.0.201906121535 [211]org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535 [212]org.eclipse.swtbot.generator.jdt_2.8.0.201906121535 [213]org.eclipse.swtbot.generator.ui_2.8.0.201906121535 [214]org.eclipse.ui.ide.application_1.3.400.v20190818-1234 [215]org.eclipse.urischeme_1.0.400.v20190621-1448 [216]org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021 [217]org.eclipse.xpand_2.2.0.v201605260315 [218]org.eclipse.xtend_2.2.0.v201605260315 [219]org.eclipse.xsemantics.doc_1.19.0.v20200124-1702 [220]org.eclipse.xsemantics.runtime_1.19.0.v20200124-1702 [221]org.eclipse.xsemantics.example.lambda_1.19.0.v20200124-1702 [222]org.eclipse.xtext.ui_2.20.0.v20191202-1016 [223]org.eclipse.xsemantics.example.lambda.ui_1.19.0.v20200124-1702 [224]org.eclipse.xsemantics.example.fj_1.19.0.v20200124-1702 [225]org.eclipse.xsemantics.dsl_1.19.0.v20200124-1702 [226]org.eclipse.xtext.xbase_2.20.0.v20191202-0933 [227]org.eclipse.xtext.ecore_2.20.0.v20191202-0933 [228]org.objectweb.asm_7.2.0.v20191010-1910 [229]org.eclipse.xtend.lib_2.20.0.v20191202-0907 [230]org.eclipse.xsemantics.dsl.ide_1.19.0.v20200124-1702 [231]org.eclipse.xtext.ide_2.20.0.v20191202-0915 [232]org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933 [233]org.eclipse.xsemantics.dsl.tests_1.19.0.v20200124-1702 [234]org.eclipse.xsemantics.example.fj.tests_1.19.0.v20200124-1702 [235]org.eclipse.xsemantics.example.fjcached_1.19.0.v20200124-1702 [236]org.eclipse.xsemantics.example.fjcached.tests_1.19.0.v20200124-1702 [237]org.eclipse.xtext.testing_2.20.0.v20191202-0915 [238]org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933 [239]org.eclipse.xtext.junit4_2.20.0.v20191202-1016 [240]org.eclipse.xsemantics.dsl.ui_1.19.0.v20200124-1702 [241]org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016 [242]org.eclipse.xtext.builder_2.20.0.v20191202-1016 [243]org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016 [244]org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016 [245]org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016 [246]org.eclipse.xsemantics.dsl.ui.tests_1.19.0.v20200124-1702 [247]org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016 [248]org.eclipse.xsemantics.tests.pde.utils_1.19.0.v20200124-1702 [249]org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016 [250]org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016 [251]org.eclipse.xsemantics.example.expressions_1.19.0.v20200124-1702 [252]org.eclipse.xsemantics.example.expressions.ide_1.19.0.v20200124-1702 [253]org.eclipse.xsemantics.example.expressions.ui_1.19.0.v20200124-1702 [254]org.eclipse.xsemantics.example.fj.ide_1.19.0.v20200124-1702 [255]org.eclipse.xsemantics.example.fj.ui_1.19.0.v20200124-1702 [256]org.eclipse.xsemantics.example.fjcached.ide_1.19.0.v20200124-1702 [257]org.eclipse.xsemantics.example.fjcached.ui_1.19.0.v20200124-1702 [258]org.eclipse.xsemantics.example.lambda.ide_1.19.0.v20200124-1702 [259]org.eclipse.xsemantics.ui.examples_1.19.0.v20200124-1702 [260]org.eclipse.xsemantics.tests.swtbot_1.19.0.qualifier [261]org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907 [262]org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315 [263]org.eclipse.xtext.smap_2.20.0.v20191202-0933 [264]org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933 [265]org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016 [266]org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016 [267]org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016 [268]org.eclipse.xtext.generator_2.20.0.v20191202-0933 [269]org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915 [270]org.eclipse.xtext.java_2.20.0.v20191202-0933 [271]org.eclipse.xtext.logging_1.2.15.v20191202-1016 [272]org.eclipse.xtext.source_2.20.0.v20191202-0915 [273]org.eclipse.xtext.generator.source_2.20.0.v20191202-0933 [274]org.eclipse.xtext.xtext.generator.source_2.20.0.v20191202-0915 [275]org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915 [276]org.eclipse.xtext.xtext.ide.source_2.20.0.v20191202-0915 [277]org.eclipse.xtext.util.source_2.20.0.v20191202-0915 [278]org.eclipse.xtext.common.types.source_2.20.0.v20191202-0933 [279]org.eclipse.xtext.builder.source_2.20.0.v20191202-1016 [280]org.eclipse.xtext.ecore.source_2.20.0.v20191202-0933 [281]org.eclipse.xtext.smap.source_2.20.0.v20191202-0933 [282]org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915 [283]org.eclipse.xtext.xtext.wizard.source_2.20.0.v20191202-0915 [284]org.eclipse.xtext.builder.standalone.source_2.20.0.v20191202-0933 [285]org.eclipse.xtext.java.source_2.20.0.v20191202-0933 [286]org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016 [287]org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016 [288]org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016 [289]org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016 [290]org.eclipse.xtext.ui.source_2.20.0.v20191202-1016 [291]org.eclipse.xtext.common.types.ui.source_2.20.0.v20191202-1016 [292]org.eclipse.xtext.common.types.shared.source_2.20.0.v20191202-1016 [293]org.eclipse.xtext.common.types.shared.jdt38.source_2.20.0.v20191202-1016 [294]org.eclipse.xtext.ui.shared.source_2.20.0.v20191202-1016 [295]org.eclipse.xtext.ui.ecore.source_2.20.0.v20191202-1016 [296]org.eclipse.xtext.ui.codemining.source_2.20.0.v20191202-1016 [297]org.eclipse.xtext.ui.codetemplates.source_2.20.0.v20191202-1016 [298]org.eclipse.xtext.ui.codetemplates.ide.source_2.20.0.v20191202-1016 [299]org.eclipse.xtext.ui.codetemplates.ui.source_2.20.0.v20191202-1016 [300]org.eclipse.xtext.common.types.edit.source_2.20.0.v20191202-1016 [301]org.eclipse.xtext.ide.source_2.20.0.v20191202-0915 [302]org.eclipse.xtext.xbase.source_2.20.0.v20191202-0933 [303]org.eclipse.xtext.xbase.ui.source_2.20.0.v20191202-1016 [304]org.eclipse.xtext.xbase.ide.source_2.20.0.v20191202-0933 [305]org.eclipse.xtext.xbase.lib.source_2.20.0.v20191202-0907 [306]org.eclipse.tycho.surefire.osgibooter_1.5.0 [307]org.eclipse.tycho.surefire.junit4_1.5.0 [308]
Bundles added the target platform.
Loading target platform... DONE.
Checking active shell...
Checking that tree item Xsemantics has children...
Found 5 items. OK!
0    [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
3    [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
4    [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
5    [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
5    [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
17   [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
17   [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
19   [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
19   [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
20   [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.512 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjProjectWizardTests
canCreateANewFJProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjProjectWizardTests)  Time elapsed: 7.166 s
Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests
Target platform already set
Checking active shell...
6832 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again.
Checking that tree item Xsemantics has children...
Found 5 items. OK!
7034 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7035 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7035 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7036 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7036 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7040 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7042 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7042 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7043 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7043 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7618 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again.
Checking that tree item Xsemantics has children...
Found 5 items. OK!
7809 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7810 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7813 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7813 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7814 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
7817 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7818 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7819 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7819 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
7822 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.478 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests
canCreateANewLambdaProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests)  Time elapsed: 0.831 s
canCreateANewExpressionsProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests)  Time elapsed: 1.066 s
Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjCachedProjectWizardTests
Target platform already set
Checking active shell...
9297 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again.
Checking that tree item Xsemantics has children...
Found 5 items. OK!
9518 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
9519 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
9520 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
9520 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
9520 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
9526 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
9526 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
9527 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
9527 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
9527 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.106 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjCachedProjectWizardTests
canCreateANewFJCachedProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjCachedProjectWizardTests)  Time elapsed: 2.633 s
Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests
Target platform already set
Checking active shell...
Checking that tree item Xsemantics has children...
Found 5 items. OK!
Checking that tree item Examples has children...
Found 4 items. OK!
12498 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
12499 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
12500 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
12500 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
12500 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
12710 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
12809 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
12938 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
23692 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again.
Checking that tree item Xsemantics has children...
Found 5 items. OK!
23693 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item Tree node with text: Examples is already expanded. Won't expand it again.
Checking that tree item Examples has children...
Found 4 items. OK!
23741 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
23742 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
23742 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
23743 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
23743 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
23993 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
24191 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
29534 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again.
Checking that tree item Xsemantics has children...
Found 5 items. OK!
29535 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item Tree node with text: Examples is already expanded. Won't expand it again.
Checking that tree item Examples has children...
Found 4 items. OK!
29559 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
29560 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
29560 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
29560 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
29561 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
29779 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
34293 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again.
Checking that tree item Xsemantics has children...
Found 5 items. OK!
34294 [WorkbenchTestable] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem  - Tree item Tree node with text: Examples is already expanded. Won't expand it again.
Checking that tree item Examples has children...
Found 4 items. OK!
34317 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
34318 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
34318 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
34318 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
34319 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH')
34561 [main] WARN  org.eclipse.swtbot.swt.finder.widgets.SWTBotButton  - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH')
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.533 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests
canCreateExampleLambdaProjects(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests)  Time elapsed: 11.265 s
canCreateExampleExpressionsProjects(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests)  Time elapsed: 5.874 s
canCreateExampleFJProjects(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests)  Time elapsed: 7.081 s

Results:

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] ------< org.eclipse.xsemantics:org.eclipse.xsemantics.repository >------
[INFO] Building org.eclipse.xsemantics.repository 1.19.0-SNAPSHOT       [40/41]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.repository ---
[INFO] The project's OSGi version is 1.19.0.v20200124-1702
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.repository ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.xsemantics.repository ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-products (default-publish-products) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-categories (default-publish-categories) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.0:assemble-repository (default-assemble-repository) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.0:archive-repository (default-archive-repository) @ org.eclipse.xsemantics.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/target/org.eclipse.xsemantics.repository-1.19.0.v20200124-1702.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.repository ---
[INFO] 
[INFO] --------< org.eclipse.xsemantics:org.eclipse.xsemantics.releng >--------
[INFO] Building org.eclipse.xsemantics.releng 1.19.0-SNAPSHOT           [41/41]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.releng ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.releng ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.releng/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java
[INFO] 
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.releng ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.releng ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.xsemantics.releng 1.19.0-SNAPSHOT:
[INFO] 
[INFO] Xsemantics ......................................... SUCCESS [  6.426 s]
[INFO] org.eclipse.xsemantics.targetplatform .............. SUCCESS [  1.378 s]
[INFO] org.eclipse.xsemantics.runtime ..................... SUCCESS [ 13.841 s]
[INFO] org.eclipse.xsemantics.dsl ......................... SUCCESS [ 32.068 s]
[INFO] org.eclipse.xsemantics.dsl.ide ..................... SUCCESS [  1.967 s]
[INFO] org.eclipse.xsemantics.dsl.ui ...................... SUCCESS [  1.338 s]
[INFO] org.eclipse.xsemantics.example.fj .................. SUCCESS [ 14.073 s]
[INFO] org.eclipse.xsemantics.example.fj.ide .............. SUCCESS [  0.195 s]
[INFO] org.eclipse.xsemantics.example.fj.ui ............... SUCCESS [  0.816 s]
[INFO] org.eclipse.xsemantics.example.fj.tests ............ SUCCESS [  3.644 s]
[INFO] org.eclipse.xsemantics.example.fj.ui.tests ......... SUCCESS [  0.214 s]
[INFO] org.eclipse.xsemantics.example.fjcached ............ SUCCESS [  7.968 s]
[INFO] org.eclipse.xsemantics.example.fjcached.ide ........ SUCCESS [  0.193 s]
[INFO] org.eclipse.xsemantics.example.fjcached.ui ......... SUCCESS [  0.783 s]
[INFO] org.eclipse.xsemantics.example.fjcached.tests ...... SUCCESS [  3.557 s]
[INFO] org.eclipse.xsemantics.example.fjcached.ui.tests ... SUCCESS [  9.468 s]
[INFO] org.eclipse.xsemantics.dsl.tests ................... SUCCESS [01:03 min]
[INFO] org.eclipse.xsemantics.tests.pde.utils ............. SUCCESS [  0.081 s]
[INFO] org.eclipse.xsemantics.dsl.ui.tests ................ SUCCESS [ 22.089 s]
[INFO] org.eclipse.xsemantics.example.expressions ......... SUCCESS [ 10.026 s]
[INFO] org.eclipse.xsemantics.example.expressions.ide ..... SUCCESS [  0.157 s]
[INFO] org.eclipse.xsemantics.example.expressions.ui ...... SUCCESS [  0.720 s]
[INFO] org.eclipse.xsemantics.example.expressions.tests ... SUCCESS [  3.280 s]
[INFO] org.eclipse.xsemantics.example.expressions.ui.tests  SUCCESS [  0.156 s]
[INFO] org.eclipse.xsemantics.example.lambda .............. SUCCESS [  8.915 s]
[INFO] org.eclipse.xsemantics.example.lambda.ide .......... SUCCESS [  0.143 s]
[INFO] org.eclipse.xsemantics.example.lambda.ui ........... SUCCESS [  0.731 s]
[INFO] org.eclipse.xsemantics.example.lambda.tests ........ SUCCESS [  3.323 s]
[INFO] org.eclipse.xsemantics.example.lambda.ui.tests ..... SUCCESS [  9.489 s]
[INFO] org.eclipse.xsemantics.ui.examples ................. SUCCESS [  2.250 s]
[INFO] org.eclipse.xsemantics.examples.feature ............ SUCCESS [  0.126 s]
[INFO] org.eclipse.xsemantics.implemented.examples.feature  SUCCESS [  0.110 s]
[INFO] org.eclipse.xsemantics.doc ......................... SUCCESS [  0.092 s]
[INFO] org.eclipse.xsemantics.doc.feature ................. SUCCESS [  0.078 s]
[INFO] org.eclipse.xsemantics.runtime.feature ............. SUCCESS [  0.054 s]
[INFO] org.eclipse.xsemantics.feature ..................... SUCCESS [  0.141 s]
[INFO] org.eclipse.xsemantics.sdk ......................... SUCCESS [  0.096 s]
[INFO] org.eclipse.xsemantics.tests.feature ............... SUCCESS [  0.536 s]
[INFO] org.eclipse.xsemantics.tests.swtbot ................ SUCCESS [ 45.119 s]
[INFO] org.eclipse.xsemantics.repository .................. SUCCESS [  1.773 s]
[INFO] org.eclipse.xsemantics.releng ...................... SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:17 min
[INFO] Finished at: 2020-01-24T17:08:32Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
Recording test results
Finished: SUCCESS