Push event to branch undo-redo-demo Connecting to https://api.github.com using GitHub app GLSP Obtained Jenkinsfile from 1a38dcd4c52c85d31a9b1e7189c8f954aed29485 [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘glsp-agent-pod-x3pz7-mctf0’ WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vpbpj-49031 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vpbpj-49031" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=1100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vpbpj-q69ht because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vpbpj-q69ht" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=1100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vpbpj-7d93q because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vpbpj-7d93q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=1100m, used: requests.cpu=2350m, limited: requests.cpu=2650m. Retrying... Created Pod: kubernetes glsp/glsp-agent-pod-vpbpj-t5rs9 Agent glsp-agent-pod-vpbpj-t5rs9 is provisioned from template glsp-agent-pod-vpbpj --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-examples/job/undo-redo-demo/1/" runUrl: "job/eclipse-glsp/job/glsp-examples/job/undo-redo-demo/1/" labels: jenkins: "slave" jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c" jenkins/label: "glsp-agent-pod" name: "glsp-agent-pod-vpbpj-t5rs9" namespace: "glsp" spec: containers: - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" image: "eclipseglsp/ci:alpine-v3.1" name: "ci" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins" name: "jenkins-home" readOnly: false - mountPath: "/.yarn" name: "yarn-global" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.glsp.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "glsp-agent-pod-vpbpj-t5rs9" - name: "JENKINS_NAME" value: "glsp-agent-pod-vpbpj-t5rs9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: {} name: "m2-repo" - emptyDir: {} name: "yarn-global" - emptyDir: {} name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" Running on glsp-agent-pod-vpbpj-t5rs9 in /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-app-glsp Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-glsp/glsp-examples.git > git init /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo # timeout=10 Fetching upstream changes from https://github.com/eclipse-glsp/glsp-examples.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub app GLSP > git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp-examples.git +refs/heads/undo-redo-demo:refs/remotes/origin/undo-redo-demo # timeout=10 Avoid second fetch Checking out Revision 1a38dcd4c52c85d31a9b1e7189c8f954aed29485 (undo-redo-demo) > git config remote.origin.url https://github.com/eclipse-glsp/glsp-examples.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/undo-redo-demo:refs/remotes/origin/undo-redo-demo # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a38dcd4c52c85d31a9b1e7189c8f954aed29485 # timeout=10 Commit message: "[Demo] Undo-redo" First time build. Skipping changelog. [GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build Workflow Example) [Pipeline] stage [Pipeline] { (Build Server) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-server [Pipeline] { [Pipeline] sh + mvn clean verify -DskipTests -B -Dcheckstyle.skip [INFO] Scanning for projects... [INFO] [INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >----- [INFO] Building org.eclipse.glsp.example.workflow 1.0.0 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 8.5 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 85 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 417 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (16 kB at 187 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 331 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 50 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 189 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 382 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (15 kB at 221 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 362 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom (15 kB at 197 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 153 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 595 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (18 kB at 263 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar (112 kB at 1.4 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.pom (5.4 kB at 73 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 383 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 62 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/1.7/build-helper-maven-plugin-1.7.jar (33 kB at 465 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 116 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 137 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 431 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom (15 kB at 224 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 434 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 175 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 151 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/32/maven-parent-32.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 570 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/20/apache-20.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/20/apache-20.pom (16 kB at 206 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 712 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom (5.0 kB at 73 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom (26 kB at 380 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 581 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (17 kB at 127 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar (41 kB at 607 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 87 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 500 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.pom (11 kB at 152 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.2.4/maven-shade-plugin-3.2.4.jar (134 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.0.0/org.eclipse.glsp.server.websocket-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.0.0/org.eclipse.glsp.server.websocket-1.0.0.pom (2.4 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.parent/1.0.0/org.eclipse.glsp.parent-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.parent/1.0.0/org.eclipse.glsp.parent-1.0.0.pom (12 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server/1.0.0/org.eclipse.glsp.server-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server/1.0.0/org.eclipse.glsp.server-1.0.0.pom (2.8 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.pom (9.0 kB at 561 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 614 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 872 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 362 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.pom (1.5 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (1.3 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.18.0/org.eclipse.emf.ecore-2.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.18.0/org.eclipse.emf.ecore-2.18.0.pom (1.7 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.3 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.16.0/org.eclipse.emf.common-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.16.0/org.eclipse.emf.common-2.16.0.pom (1.3 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom (1.3 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom (1.3 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.19.0/org.eclipse.emf.common-2.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.19.0/org.eclipse.emf.common-2.19.0.pom (1.3 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.20.0/org.eclipse.emf.common-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.20.0/org.eclipse.emf.common-2.20.0.pom (1.3 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.21.0/org.eclipse.emf.common-2.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.21.0/org.eclipse.emf.common-2.21.0.pom (1.3 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom (1.3 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom (1.9 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.pom (1.9 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom (1.9 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom (1.9 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom (1.9 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.19.0/org.eclipse.emf.ecore-2.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.19.0/org.eclipse.emf.ecore-2.19.0.pom (1.7 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom (1.7 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom (1.7 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom (1.7 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom (1.7 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom (2.3 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.pom (2.3 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom (2.3 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.pom (2.3 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom (2.3 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom (2.3 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.pom (1.5 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.15.0/org.eclipse.emf.ecore-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.15.0/org.eclipse.emf.ecore-2.15.0.pom (1.7 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.15.0/org.eclipse.emf.common-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.15.0/org.eclipse.emf.common-2.15.0.pom (1.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.graph/1.0.0/org.eclipse.glsp.graph-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.graph/1.0.0/org.eclipse.glsp.graph-1.0.0.pom (3.1 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom (23 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom (69 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom (3.1 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom (14 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.9.0/org.eclipse.lsp4j.jsonrpc-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.9.0/org.eclipse.lsp4j.jsonrpc-0.9.0.pom (2.6 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom (1.9 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom (3.7 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.44.v20210927/javax-websocket-server-impl-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.44.v20210927/javax-websocket-server-impl-9.4.44.v20210927.pom (3.5 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/9.4.44.v20210927/websocket-parent-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/9.4.44.v20210927/websocket-parent-9.4.44.v20210927.pom (1.4 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.44.v20210927/jetty-project-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.44.v20210927/jetty-project-9.4.44.v20210927.pom (68 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.44.v20210927/jetty-annotations-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.44.v20210927/jetty-annotations-9.4.44.v20210927.pom (2.5 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.44.v20210927/jetty-plus-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.44.v20210927/jetty-plus-9.4.44.v20210927.pom (2.5 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.pom (3.2 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.pom (1.7 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.pom (4.0 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.pom (2.3 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.pom (2.1 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.pom (3.4 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 845 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.pom (4.0 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.pom (1.2 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.pom (1.3 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.44.v20210927/jetty-jndi-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.44.v20210927/jetty-jndi-9.4.44.v20210927.pom (2.6 kB at 8.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 804 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom (3.0 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.44.v20210927/javax-websocket-client-impl-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.44.v20210927/javax-websocket-client-impl-9.4.44.v20210927.pom (3.8 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.pom (4.6 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.pom (5.1 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.pom (3.6 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.pom (2.5 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-client-api/1.0/javax.websocket-client-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-client-api/1.0/javax.websocket-client-api-1.0.pom (2.8 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom (9.8 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.pom (4.1 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.pom (2.2 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom (8.4 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.9.0/org.eclipse.lsp4j.websocket-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.9.0/org.eclipse.lsp4j.websocket-0.9.0.pom (2.8 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.layout/1.0.0/org.eclipse.glsp.layout-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.layout/1.0.0/org.eclipse.glsp.layout-1.0.0.pom (2.6 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.core/0.7.1/org.eclipse.elk.core-0.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.core/0.7.1/org.eclipse.elk.core-0.7.1.pom (1.6 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/parent/0.7.1/parent-0.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/parent/0.7.1/parent-0.7.1.pom (16 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph/0.7.1/org.eclipse.elk.graph-0.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph/0.7.1/org.eclipse.elk.graph-0.7.1.pom (1.5 kB at 44 kB/s) [INFO] 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 [INFO] 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 16 kB/s) [INFO] 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 [INFO] 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 15 kB/s) [INFO] 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 [INFO] 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 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph.text/0.7.1/org.eclipse.elk.graph.text-0.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph.text/0.7.1/org.eclipse.elk.graph.text-0.7.1.pom (1.6 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/maven-metadata.xml (4.0 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0-rc1/guava-16.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0-rc1/guava-16.0-rc1.pom (6.1 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0-rc1/guava-parent-16.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0-rc1/guava-parent-16.0-rc1.pom (7.3 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0/guava-16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0/guava-16.0.pom (6.1 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0/guava-parent-16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0/guava-parent-16.0.pom (7.3 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0-rc1/guava-17.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0-rc1/guava-17.0-rc1.pom (5.6 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0-rc1/guava-parent-17.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0-rc1/guava-parent-17.0-rc1.pom (7.8 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0-rc2/guava-17.0-rc2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0-rc2/guava-17.0-rc2.pom (5.6 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0-rc2/guava-parent-17.0-rc2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0-rc2/guava-parent-17.0-rc2.pom (7.8 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0/guava-17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0/guava-17.0.pom (5.6 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (7.8 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0-rc1/guava-18.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0-rc1/guava-18.0-rc1.pom (5.7 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0-rc1/guava-parent-18.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0-rc1/guava-parent-18.0-rc1.pom (7.7 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0-rc2/guava-18.0-rc2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0-rc2/guava-18.0-rc2.pom (5.7 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0-rc2/guava-parent-18.0-rc2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0-rc2/guava-parent-18.0-rc2.pom (7.7 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0-rc1/guava-19.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0-rc1/guava-19.0-rc1.pom (6.8 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0-rc1/guava-parent-19.0-rc1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0-rc1/guava-parent-19.0-rc1.pom (9.9 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.pom (6.8 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0-rc2/guava-parent-19.0-rc2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0-rc2/guava-parent-19.0-rc2.pom (9.9 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0-rc3/guava-19.0-rc3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0-rc3/guava-19.0-rc3.pom (6.8 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0-rc3/guava-parent-19.0-rc3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0-rc3/guava-parent-19.0-rc3.pom (9.9 kB at 173 kB/s) [INFO] 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 [INFO] 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 224 kB/s) [INFO] 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 [INFO] 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 228 kB/s) [INFO] 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 [INFO] 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 198 kB/s) [INFO] 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 [INFO] 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 228 kB/s) [INFO] 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 [INFO] 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 88 kB/s) [INFO] 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 [INFO] 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 148 kB/s) [INFO] 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 [INFO] 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 283 kB/s) [INFO] 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 [INFO] 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) [INFO] 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 [INFO] 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 37 kB/s) [INFO] 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 [INFO] 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 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.1 MB/s) [INFO] 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 [INFO] 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 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] 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 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.pom [INFO] 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 146 kB/s) [INFO] 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 [INFO] 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 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] 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 866 kB/s) [INFO] 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 [INFO] 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 124 kB/s) [INFO] 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 [INFO] 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 90 kB/s) [INFO] 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 [INFO] 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 611 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.layered/0.7.1/org.eclipse.elk.alg.layered-0.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.layered/0.7.1/org.eclipse.elk.alg.layered-0.7.1.pom (1.6 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.common/0.7.1/org.eclipse.elk.alg.common-0.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.common/0.7.1/org.eclipse.elk.alg.common-0.7.1.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.0.0/org.eclipse.glsp.server.websocket-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server/1.0.0/org.eclipse.glsp.server-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 558 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar (103 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.jar (773 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.0.0/org.eclipse.glsp.server.websocket-1.0.0.jar (12 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.graph/1.0.0/org.eclipse.glsp.graph-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.15.0/org.eclipse.emf.ecore.xmi-2.15.0.jar (235 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.jar (379 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.9.0/org.eclipse.lsp4j.jsonrpc-0.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.44.v20210927/javax-websocket-server-impl-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.server/1.0.0/org.eclipse.glsp.server-1.0.0.jar (280 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.44.v20210927/jetty-annotations-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.graph/1.0.0/org.eclipse.glsp.graph-1.0.0.jar (171 kB at 776 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.44.v20210927/jetty-plus-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.9.0/org.eclipse.lsp4j.jsonrpc-0.9.0.jar (134 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.44.v20210927/jetty-jndi-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.44.v20210927/javax-websocket-server-impl-9.4.44.v20210927.jar (47 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.jar (1.3 MB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.44.v20210927/jetty-annotations-9.4.44.v20210927.jar (87 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.44.v20210927/jetty-jndi-9.4.44.v20210927.jar (47 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.44.v20210927/jetty-plus-9.4.44.v20210927.jar (66 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.44.v20210927/javax-websocket-client-impl-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar (73 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.jar (140 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.jar (46 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.jar (68 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-client-api/1.0/javax.websocket-client-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.jar (582 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.jar (326 kB at 999 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.jar (179 kB at 534 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.jar (214 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.44.v20210927/javax-websocket-client-impl-9.4.44.v20210927.jar (168 kB at 482 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.jar (52 kB at 149 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.jar (45 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-client-api/1.0/javax.websocket-client-api-1.0.jar (27 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.jar (30 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.jar (119 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.jar (67 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.9.0/org.eclipse.lsp4j.websocket-0.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.jar (146 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.jar (225 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.9.0/org.eclipse.lsp4j.websocket-0.9.0.jar (13 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar (37 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.jar (719 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 4.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar (302 kB at 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 350 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.layout/1.0.0/org.eclipse.glsp.layout-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.core/0.7.1/org.eclipse.elk.core-0.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar (1.8 MB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph/0.7.1/org.eclipse.elk.graph-0.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph.text/0.7.1/org.eclipse.elk.graph.text-0.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 14 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph.text/0.7.1/org.eclipse.elk.graph.text-0.7.1.jar (235 kB at 352 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/glsp/org.eclipse.glsp.layout/1.0.0/org.eclipse.glsp.layout-1.0.0.jar (13 kB at 19 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.graph/0.7.1/org.eclipse.elk.graph-0.7.1.jar (106 kB at 149 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.core/0.7.1/org.eclipse.elk.core-0.7.1.jar (571 kB at 795 kB/s) [INFO] 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 [INFO] 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 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] 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 214 kB/s) [INFO] 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 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar [INFO] 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 [INFO] 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 96 kB/s) [INFO] 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 [INFO] 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 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.layered/0.7.1/org.eclipse.elk.alg.layered-0.7.1.jar [INFO] 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 598 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.common/0.7.1/org.eclipse.elk.alg.common-0.7.1.jar [INFO] 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 183 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.common/0.7.1/org.eclipse.elk.alg.common-0.7.1.jar (226 kB at 248 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/elk/org.eclipse.elk.alg.layered/0.7.1/org.eclipse.elk.alg.layered-0.7.1.jar (1.2 MB at 1.3 MB/s) [INFO] 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 133 kB/s) [INFO] 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.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 20 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 139 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 242 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom (3.4 kB at 53 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 63 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 129 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 131 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 195 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.5 MB/s) [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom (4.1 kB at 76 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom (136 kB at 2.0 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom (1.4 kB at 21 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 9.9 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom (3.6 kB at 56 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom (4.4 kB at 68 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 273 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.2 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (15 kB at 246 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 305 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 788 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (14 kB at 212 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 191 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 939 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (15 kB at 233 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 180 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 182 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 33 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 32 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 106 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom (9.4 kB at 144 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom (11 kB at 168 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom (2.6 kB at 39 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 31 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 337 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 369 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (13 kB at 200 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 51 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 250 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 105 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 63 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 28 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 35 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 13 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 79 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 275 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 75 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 352 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 46 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 105 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 127 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 77 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 136 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 33 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 29 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 36 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 83 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 45 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 41 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 19 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 122 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 171 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 61 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 52 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 85 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 173 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 33 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 36 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 25 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 121 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 33 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 58 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 38 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 144 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 364 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (14 kB at 183 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 22 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 90 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 487 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (4.5 kB at 66 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 72 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 80 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 568 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom (15 kB at 226 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 22 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 334 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 506 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom (4.1 kB at 52 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 75 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 99 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 509 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 15 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 24 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 294 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 391 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom (15 kB at 233 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 25 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 53 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 29 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 35 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 50 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 123 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 15 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 57 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 18 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 28 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 212 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 332 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 114 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 136 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 248 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 75 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 144 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 202 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 266 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 247 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 91 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 95 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 240 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 47 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 26 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 38 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 87 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 45 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 29 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 47 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 15 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 111 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 36 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 118 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 118 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 94 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 148 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 2.0 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 174 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 139 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 4.8 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 13 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 14 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 35 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 2.4 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 2.7 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 51 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 34 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 81 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 22 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 264 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 23 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 41 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 260 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 49 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 288 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 88 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 212 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 94 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 62 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 25 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 38 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 74 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 276 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 111 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 95 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 2.1 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 2.3 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 2.5 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 2.3 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 87 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 151 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 2.2 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 10 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 62 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 151 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 179 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom (3.4 kB at 38 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 2.2 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 47 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 38 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 121 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 90 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 106 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 185 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 224 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 24 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 107 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 181 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 46 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 23 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 279 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 46 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 259 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 47 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 319 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 19 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 7.7 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 88 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 107 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 49 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 48 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 41 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 326 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 59 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/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 61 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 80 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 41 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 43 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 172 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 310 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 125 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 138 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 68 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 276 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 74 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar (402 kB at 4.3 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar (7.0 kB at 36 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar (1.6 MB at 5.6 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 1.5 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 823 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 203 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 38 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar (338 kB at 858 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 572 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 248 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 6.5 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 1.6 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 103 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 92 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 994 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar (5.8 MB at 10 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 53 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 63 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 85 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 237 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 21 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 161 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 162 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 111 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 293 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 211 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 648 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 39 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 63 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 18 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 208 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 62 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 14 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 22 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 201 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 179 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 224 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 1.4 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 333 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 195 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 50 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 180 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 148 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 62 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 53 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 15 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 37 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 10 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 327 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 427 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 61 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 83 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 24 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 292 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 221 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 105 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 501 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 39 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 91 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 162 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 101 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 3.5 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 31 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 18 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 6.3 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 207 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 67 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 345 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 42 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 94 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 191 kB/s) [INFO] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 37 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 40 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 26 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 31 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 41 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 30 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 24 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 107 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 31 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 23 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 23 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 6.5 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 63 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 33 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 9.4 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 137 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 32 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 113 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 20 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 50 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 120 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 1.3 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 526 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.7 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 807 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 692 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 226 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/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.5 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.1 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 75 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 140 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 31 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 125 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 69 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 152 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 165 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 53 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 40 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 333 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 144 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 914 kB/s) [INFO] Source directory: /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-server/src/main/java-gen added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 90 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 140 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 14 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 94 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 43 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 47 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 80 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 14 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 45 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 238 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 100 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 885 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 3.2 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 607 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 77 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 88 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 72 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 201 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 74 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 185 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 34 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 14 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 31 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 30 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 122 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 46 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 34 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 33 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 29 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 43 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 46 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 14 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 30 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 32 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 19 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 60 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 76 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 81 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 63 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 46 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 248 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 13 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 96 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 10 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 20 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 3.2 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.3 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.9 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 825 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 55 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 101 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 292 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 812 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 2.3 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 187 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 107 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 24 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-server/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.example.workflow --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.example.workflow --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom (11 kB at 157 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 25 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 244 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 678 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom (3.5 kB at 55 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom (2.0 kB at 30 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom (7.5 kB at 113 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom (24 kB at 370 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 31 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 53 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 251 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 213 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 185 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar (13 kB at 196 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar (528 kB at 7.2 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar (186 kB at 2.4 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 618 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar (274 kB at 2.0 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 289 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 1.7 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar (315 kB at 2.2 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 232 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 246 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 175 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 774 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 322 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 113 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.3 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 192 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 642 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 313 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 68 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 68 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 49 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 75 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 33 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 27 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 95 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 777 kB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 55 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 43 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 28 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 42 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 282 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 16 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 930 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 330 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 883 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 3.1 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 2.7 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-server/target/org.eclipse.glsp.example.workflow-1.0.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 45 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 336 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom (4.3 kB at 70 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 69 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 161 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 755 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 83 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 298 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 64 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 73 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 160 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 750 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 199 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 224 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 30 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 24 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 49 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 85 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 66 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 364 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 2.3 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 1.2 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 2.8 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 414 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 2.9 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.5 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 615 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-server/target/org.eclipse.glsp.example.workflow-1.0.0-sources.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ org.eclipse.glsp.example.workflow --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom (11 kB at 168 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 63 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 76 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 79 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 80 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 222 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 41 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 187 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/8.0/asm-8.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/8.0/asm-8.0.pom (2.9 kB at 47 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.pom (3.7 kB at 59 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.pom (3.1 kB at 50 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.pom (3.2 kB at 50 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 73 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 119 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 32 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 435 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 226 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.4.0/jdependency-2.4.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.4.0/jdependency-2.4.0.pom (15 kB at 232 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/8.0/asm-util-8.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/8.0/asm-util-8.0.pom (3.7 kB at 58 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-android/guava-28.2-android.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-android/guava-28.2-android.pom (11 kB at 166 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom (13 kB at 205 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom (2.7 kB at 40 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 430 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.jar (120 kB at 1.8 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/8.0/asm-8.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 378 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 2.3 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 4.7 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 854 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/8.0/asm-8.0.jar (122 kB at 922 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.jar (72 kB at 534 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.jar (53 kB at 393 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.jar (33 kB at 246 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.4.0/jdependency-2.4.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 2.2 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/8.0/asm-util-8.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 188 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-android/guava-28.2-android.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 665 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.4.0/jdependency-2.4.0.jar (180 kB at 895 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/8.0/asm-util-8.0.jar (85 kB at 417 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 1.1 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar (5.9 kB at 22 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-android/guava-28.2-android.jar (2.6 MB at 8.8 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 1.6 MB/s) [INFO] Including org.eclipse.glsp:org.eclipse.glsp.server.websocket:jar:1.0.0 in the shaded jar. [INFO] Including org.eclipse.glsp:org.eclipse.glsp.server:jar:1.0.0 in the shaded jar. [INFO] Including com.google.inject:guice:jar:5.0.1 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.29.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.27.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.eclipse.glsp:org.eclipse.glsp.graph:jar:1.0.0 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.8.9 in the shaded jar. [INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.9.0 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:javax-websocket-server-impl:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-annotations:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-plus:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-jndi:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:javax-websocket-client-impl:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-client:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.websocket:javax.websocket-client-api:jar:1.0 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-server:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.servlet:javax.servlet-api:jar:3.1.0 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-security:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-util-ajax:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.0 in the shaded jar. [INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:0.9.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.17.1 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar. [INFO] Including com.google.guava:guava:jar:30.1-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.5.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.eclipse.glsp:org.eclipse.glsp.layout:jar:1.0.0 in the shaded jar. [INFO] Including org.eclipse.elk:org.eclipse.elk.core:jar:0.7.1 in the shaded jar. [INFO] Including org.eclipse.elk:org.eclipse.elk.graph:jar:0.7.1 in the shaded jar. [INFO] Including org.eclipse.elk:org.eclipse.elk.graph.text:jar:0.7.1 in the shaded jar. [INFO] Including org.eclipse.xtext:org.eclipse.xtext:jar:2.20.0 in the shaded jar. [INFO] Including org.eclipse.xtext:org.eclipse.xtext.util:jar:2.20.0 in the shaded jar. [INFO] Including org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.20.0 in the shaded jar. [INFO] Including org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.20.0 in the shaded jar. [INFO] Including org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.20.0 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar. [INFO] Including org.eclipse.platform:org.eclipse.equinox.common:jar:3.10.500 in the shaded jar. [INFO] Including org.eclipse.platform:org.eclipse.osgi:jar:3.15.0 in the shaded jar. [INFO] Including org.antlr:antlr-runtime:jar:3.2 in the shaded jar. [INFO] Including org.eclipse.elk:org.eclipse.elk.alg.layered:jar:0.7.1 in the shaded jar. [INFO] Including org.eclipse.elk:org.eclipse.elk.alg.common:jar:0.7.1 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] checker-qual-3.5.0.jar, commons-cli-1.4.jar, javax.annotation-api-1.3.2.jar, javax.servlet-api-3.1.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] commons-cli-1.4.jar, javax-websocket-client-impl-9.4.44.v20210927.jar, javax-websocket-server-impl-9.4.44.v20210927.jar, jetty-annotations-9.4.44.v20210927.jar, jetty-client-9.4.44.v20210927.jar, jetty-http-9.4.44.v20210927.jar, jetty-io-9.4.44.v20210927.jar, jetty-jndi-9.4.44.v20210927.jar, jetty-plus-9.4.44.v20210927.jar, jetty-security-9.4.44.v20210927.jar, jetty-server-9.4.44.v20210927.jar, jetty-servlet-9.4.44.v20210927.jar, jetty-util-9.4.44.v20210927.jar, jetty-util-ajax-9.4.44.v20210927.jar, jetty-webapp-9.4.44.v20210927.jar, jetty-xml-9.4.44.v20210927.jar, websocket-api-9.4.44.v20210927.jar, websocket-client-9.4.44.v20210927.jar, websocket-common-9.4.44.v20210927.jar, websocket-server-9.4.44.v20210927.jar, websocket-servlet-9.4.44.v20210927.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.txt [WARNING] javax-websocket-server-impl-9.4.44.v20210927.jar, websocket-server-9.4.44.v20210927.jar define 1 overlapping resource: [WARNING] - META-INF/services/javax.servlet.ServletContainerInitializer [WARNING] javax.websocket-api-1.0.jar, javax.websocket-client-api-1.0.jar define 45 overlapping classes: [WARNING] - javax.websocket.ClientEndpoint [WARNING] - javax.websocket.ClientEndpointConfig [WARNING] - javax.websocket.ClientEndpointConfig$Builder [WARNING] - javax.websocket.ClientEndpointConfig$Builder$1 [WARNING] - javax.websocket.ClientEndpointConfig$Configurator [WARNING] - javax.websocket.CloseReason [WARNING] - javax.websocket.CloseReason$CloseCode [WARNING] - javax.websocket.CloseReason$CloseCodes [WARNING] - javax.websocket.CloseReason$CloseCodes$1 [WARNING] - javax.websocket.ContainerProvider [WARNING] - 35 more... [WARNING] org.eclipse.elk.alg.common-0.7.1.jar, org.eclipse.elk.alg.layered-0.7.1.jar, org.eclipse.elk.core-0.7.1.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.eclipse.elk.core.data.ILayoutMetaDataProvider [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Attaching shaded artifact. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 49.370 s [INFO] Finished at: 2022-12-08T19:03:55Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Client) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client [Pipeline] { [Pipeline] sh + yarn --unsafe-perm yarn install v1.22.10 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... info @msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0: The platform "linux" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0: The CPU architecture "x64" is incompatible with this module. info @msgpackr-extract/msgpackr-extract-darwin-x64@2.2.0: The platform "linux" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-darwin-x64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-linux-arm@2.2.0: The CPU architecture "x64" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-linux-arm@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-linux-arm64@2.2.0: The CPU architecture "x64" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-linux-arm64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-win32-x64@2.2.0: The platform "linux" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-win32-x64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info fsevents@2.1.3: The platform "linux" is incompatible with this module. info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation. info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [4/5] Linking dependencies... warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3". warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "@types/node@>=14.x". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "reflect-metadata@>=0.1.13". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config > ts-node@10.9.1" has unmet peer dependency "@types/node@*". warning "workspace-aggregator-04d31902-b293-4e56-8665-009c26829191 > workflow-browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0". [5/5] Building fresh packages... $ lerna run prepare lerna notice cli v6.1.0 lerna info ci enabled > Lerna (powered by Nx) Running target prepare for 3 project(s): - workflow-browser-app - @eclipse-glsp-examples/workflow-glsp - @eclipse-glsp-examples/workflow-theia > @eclipse-glsp-examples/workflow-glsp:prepare @eclipse-glsp-examples/workflow-glsp: yarn run v1.22.10 @eclipse-glsp-examples/workflow-glsp: $ yarn clean && yarn build && yarn lint @eclipse-glsp-examples/workflow-glsp: $ rimraf lib tsconfig.tsbuildinfo @eclipse-glsp-examples/workflow-glsp: $ tsc @eclipse-glsp-examples/workflow-glsp: $ eslint --ext .ts,.tsx ./src @eclipse-glsp-examples/workflow-glsp: Done in 16.59s. > @eclipse-glsp-examples/workflow-theia:prepare @eclipse-glsp-examples/workflow-theia: yarn run v1.22.10 @eclipse-glsp-examples/workflow-theia: $ yarn run clean && yarn run build @eclipse-glsp-examples/workflow-theia: $ rimraf lib tsconfig.tsbuildinfo @eclipse-glsp-examples/workflow-theia: $ tsc && yarn run lint @eclipse-glsp-examples/workflow-theia: $ eslint --ext .ts,.tsx ./src @eclipse-glsp-examples/workflow-theia: Done in 19.51s. > workflow-browser-app:prepare workflow-browser-app: yarn run v1.22.10 workflow-browser-app: $ theia build --mode development workflow-browser-app: Failed to resolve module: msgpackr workflow-browser-app: Failed to resolve module: socket.io workflow-browser-app: Failed to resolve module: ws workflow-browser-app: assets by status 237 KiB [cached] 2 assets workflow-browser-app: assets by path *.js 23.1 MiB workflow-browser-app: assets by chunk 14.5 MiB (id hint: vendors) workflow-browser-app: asset vendors-node_modules_theia_core_shared_lodash_debounce_index_js-node_modules_theia_monaco_lib-35bcb7.js 8.6 MiB [emitted] (id hint: vendors) 2 related assets workflow-browser-app: asset vendors-node_modules_eclipse-glsp_theia-integration_lib_browser_diagram_glsp-diagram-manager_-a838e9.js 1.52 MiB [emitted] (id hint: vendors) 2 related assets workflow-browser-app: asset vendors-node_modules_sprotty-theia_lib_theia_diagram-module_js.js 1.22 MiB [emitted] (id hint: vendors) 2 related assets workflow-browser-app: asset vendors-node_modules_theia_terminal_lib_browser_terminal-frontend-module_js.js 576 KiB [emitted] (id hint: vendors) 2 related assets workflow-browser-app: + 27 assets workflow-browser-app: + 15 assets workflow-browser-app: assets by info 1.73 MiB [immutable] workflow-browser-app: assets by chunk 1.15 MiB (auxiliary name: bundle) 10 assets workflow-browser-app: assets by chunk 596 KiB (auxiliary id hint: vendors) workflow-browser-app: asset cd3c4b260f85aac6f600.wasm 460 KiB [emitted] [immutable] [from: ../node_modules/vscode-oniguruma/release/onig.wasm] (auxiliary id hint: vendors) 1 related asset workflow-browser-app: asset 5146763e14c5e2b605dc.ttf 69.1 KiB [emitted] [immutable] [from: ../node_modules/@theia/monaco-editor-core/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf] (auxiliary id hint: vendors) 1 related asset workflow-browser-app: asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../node_modules/sprotty/node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary id hint: vendors) 1 related asset workflow-browser-app: 2343 modules workflow-browser-app: workflow-browser-app: WARNING in ../node_modules/@theia/monaco-editor-core/esm/vs/base/common/performance.js 81:34-41 workflow-browser-app: Critical dependency: require function is used in a way in which dependencies cannot be statically extracted workflow-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/platform/storage/common/storage.js 20:22-65 workflow-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js 102:18-69 workflow-browser-app: @ ../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 81:29-117 workflow-browser-app: @ ./src-gen/frontend/index.js 56:31-89 workflow-browser-app: WARNING in ../node_modules/@theia/monaco-editor-core/esm/vs/base/common/performance.js 81:57-64 workflow-browser-app: Critical dependency: require function is used in a way in which dependencies cannot be statically extracted workflow-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/platform/storage/common/storage.js 20:22-65 workflow-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js 102:18-69 workflow-browser-app: @ ../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 81:29-117 workflow-browser-app: @ ./src-gen/frontend/index.js 56:31-89 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/decorator_utils.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/decorator_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/decorator_utils.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 38:24-63 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/inject.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/inject.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/inject.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 21:15-45 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/injectable.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/injectable.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/injectable.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 15:19-53 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/multi_inject.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/multi_inject.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/multi_inject.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 28:21-57 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/named.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/named.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/named.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 19:14-43 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/optional.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/optional.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/optional.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 24:17-49 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/post_construct.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/post_construct.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/post_construct.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 32:23-61 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/tagged.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/tagged.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/tagged.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 17:15-45 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/target_name.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/target_name.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/target_name.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 30:20-55 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/annotation/unmanaged.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/unmanaged.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/annotation/unmanaged.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 26:18-51 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/bindings/binding.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/bindings/binding.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/bindings/binding.ts' workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 45:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/bindings/binding_count.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/bindings/binding_count.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/bindings/binding_count.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 4:22-58 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/constants/error_msgs.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/constants/error_msgs.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/constants/error_msgs.ts' workflow-browser-app: @ ../node_modules/inversify/lib/annotation/injectable.js 4:18-52 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 15:19-53 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/constants/literal_types.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/constants/literal_types.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/constants/literal_types.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 8:22-58 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/constants/metadata_keys.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/constants/metadata_keys.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/constants/metadata_keys.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 4:11-47 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/container/container.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/container.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/container.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/container/container_module.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/container_module.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/container_module.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 12:25-64 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/container/container_snapshot.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/container_snapshot.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/container_snapshot.ts' workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 55:27-58 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/container/lookup.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/lookup.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/container/lookup.ts' workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 56:15-34 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/inversify.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/inversify.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/inversify.ts' workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/context.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/context.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/context.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 10:16-36 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/metadata.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/metadata.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/metadata.ts' workflow-browser-app: @ ../node_modules/inversify/lib/annotation/inject.js 6:17-48 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 21:15-45 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/metadata_reader.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/metadata_reader.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/metadata_reader.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 34:24-61 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/plan.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/plan.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/plan.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 12:13-30 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/planner.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/planner.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/planner.ts' workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/queryable_string.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/queryable_string.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/queryable_string.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/target.js 7:25-54 workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 15:15-34 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/reflection_utils.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/reflection_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/reflection_utils.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 13:25-54 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/request.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/request.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/request.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 14:16-36 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/planning/target.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/target.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/planning/target.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 15:15-34 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/resolution/instantiation.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/resolution/instantiation.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/resolution/instantiation.ts' workflow-browser-app: @ ../node_modules/inversify/lib/resolution/resolver.js 8:22-48 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 51:17-50 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/resolution/resolver.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/resolution/resolver.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/resolution/resolver.ts' workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 51:17-50 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_in_syntax.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_in_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_in_syntax.ts' workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 4:26-56 workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts' workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_on_syntax.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_on_syntax.ts' workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_when_on_syntax.js 4:26-56 workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_to_syntax.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_to_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_to_syntax.ts' workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_when_on_syntax.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_when_on_syntax.ts' workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_when_syntax.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_when_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/binding_when_syntax.ts' workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_when_on_syntax.js 5:28-60 workflow-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/syntax/constraint_helpers.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/constraint_helpers.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/syntax/constraint_helpers.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 40:27-65 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/utils/binding_utils.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/binding_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/binding_utils.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 47:22-54 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/utils/exceptions.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/exceptions.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/exceptions.ts' workflow-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 8:19-49 workflow-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/utils/id.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/id.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/id.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 36:11-32 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: WARNING in ../node_modules/inversify/lib/utils/serialization.js workflow-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): workflow-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/serialization.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/workflow/glsp-client/node_modules/inversify/src/utils/serialization.ts' workflow-browser-app: @ ../node_modules/inversify/lib/inversify.js 45:22-54 workflow-browser-app: @ ./src-gen/frontend/index.js 5:22-42 workflow-browser-app: 44 warnings have detailed information that is not shown. workflow-browser-app: Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. workflow-browser-app: webpack 5.75.0 compiled with 44 warnings in 39790 ms workflow-browser-app: Done in 42.68s. > Lerna (powered by Nx) Successfully ran target prepare for 3 projects Done in 189.70s. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build java-emf-theia template) [Pipeline] stage [Pipeline] { (Build server) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-server [Pipeline] { [Pipeline] sh + mvn clean verify -DskipTests -B -Dcheckstyle.skip [INFO] Scanning for projects... [INFO] [INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.javaemf >------ [INFO] Building org.eclipse.glsp.example.javaemf 1.0.0 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom (7.4 kB at 11 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 327 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar (68 kB at 888 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (1.5 kB at 12 kB/s) [INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (501 B at 3.2 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml [INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 9.5 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.5 kB at 8.1 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.0.0/org.eclipse.glsp.server.emf-1.0.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.0.0/org.eclipse.glsp.server.emf-1.0.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.0.0/org.eclipse.glsp.server.emf-1.0.0.pom (3.4 kB at 49 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.pom (1.7 kB at 24 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml (725 B at 7.3 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml (725 B at 7.1 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.pom (1.9 kB at 26 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.16.0/org.eclipse.emf.edit-2.16.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.16.0/org.eclipse.emf.edit-2.16.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.16.0/org.eclipse.emf.edit-2.16.0.pom (1.9 kB at 26 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.pom (2.5 kB at 36 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom (1.5 kB at 22 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 12 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 8.0 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/emfjson-jackson-1.3.1-20211209.164340-9.pom [INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/emfjson-jackson-1.3.1-20211209.164340-9.pom (14 kB at 183 kB/s) [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml [INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 9.5 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom (15 kB at 208 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom (9.3 kB at 135 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom (15 kB at 211 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom (7.5 kB at 112 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 344 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom (6.0 kB at 90 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom (5.5 kB at 84 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom (2.3 kB at 34 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom (868 B at 13 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom (1.0 kB at 15 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom (1.1 kB at 16 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom (1.2 kB at 18 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom (1.3 kB at 18 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom (1.5 kB at 18 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom (782 B at 12 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom (1.6 kB at 24 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom (1.1 kB at 16 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom (1.4 kB at 21 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.0.0/org.eclipse.glsp.server.emf-1.0.0.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/emfjson-jackson-1.3.1-20211209.164340-9.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar [INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/1.3.1-SNAPSHOT/emfjson-jackson-1.3.1-20211209.164340-9.jar (91 kB at 397 kB/s) [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar [INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.0.0/org.eclipse.glsp.server.emf-1.0.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.jar (0 B at 0 B/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.jar (188 kB at 1.5 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.0.0/org.eclipse.glsp.server.emf-1.0.0.jar (64 kB at 475 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 1.2 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.jar (302 kB at 1.1 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.jar (365 kB at 1.3 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar (76 kB at 234 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.jar (1.5 MB at 3.9 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.jar (1.3 MB at 3.4 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar (71 kB at 175 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar (106 kB at 242 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar (1.4 MB at 3.1 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar (91 kB at 200 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar (183 kB at 393 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar (112 kB at 231 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar (92 kB at 176 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar (85 kB at 163 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar (810 kB at 1.5 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar (53 kB at 96 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar (87 kB at 157 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.example.javaemf --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.example.javaemf --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (add-source) @ org.eclipse.glsp.example.javaemf --- [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 13 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 65 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 47 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 423 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 44 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 37 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 429 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 66 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 218 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 210 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 41 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 212 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 112 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 124 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 12 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 66 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 271 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 77 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 73 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 79 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 515 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom (16 kB at 226 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 65 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 62 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 28 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 188 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 30 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 27 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 302 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 568 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 82 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 81 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 576 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (15 kB at 224 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 61 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 505 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 568 kB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 5.2 MB/s) [INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 3.7 MB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 186 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 313 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 899 kB/s) [INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.1 MB/s) [INFO] Source directory: /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-server/src-gen added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ org.eclipse.glsp.example.javaemf --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.glsp.example.javaemf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-server/src/main/resources [INFO] Copying 2 resources to model [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.glsp.example.javaemf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-server/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.glsp.example.javaemf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.glsp.example.javaemf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.glsp.example.javaemf --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.glsp.example.javaemf --- [INFO] Building jar: /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-server/target/org.eclipse.glsp.example.javaemf-1.0.0.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.glsp.example.javaemf --- [INFO] Building jar: /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-server/target/org.eclipse.glsp.example.javaemf-1.0.0-sources.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ org.eclipse.glsp.example.javaemf --- [INFO] Including org.eclipse.glsp:org.eclipse.glsp.server.websocket:jar:1.0.0 in the shaded jar. [INFO] Including org.eclipse.glsp:org.eclipse.glsp.server:jar:1.0.0 in the shaded jar. [INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.9.0 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:javax-websocket-server-impl:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-annotations:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-plus:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-jndi:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar. [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:javax-websocket-client-impl:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-client:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.websocket:javax.websocket-client-api:jar:1.0 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-server:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.servlet:javax.servlet-api:jar:3.1.0 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-security:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-util-ajax:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.44.v20210927 in the shaded jar. [INFO] Including javax.websocket:javax.websocket-api:jar:1.0 in the shaded jar. [INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:0.9.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.17.1 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar. [INFO] Including com.google.guava:guava:jar:30.1-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.5.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.eclipse.glsp:org.eclipse.glsp.graph:jar:1.0.0 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.8.9 in the shaded jar. [INFO] Including org.eclipse.glsp:org.eclipse.glsp.server.emf:jar:1.0.0 in the shaded jar. [INFO] Including com.google.inject:guice:jar:5.0.1 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.edit:jar:2.13.0 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.26.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.27.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.edit:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emfcloud:emfjson-jackson:jar:1.3.1-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.12.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.12.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1 in the shaded jar. [INFO] Including org.eclipse.core:org.eclipse.core.runtime:jar:3.7.0 in the shaded jar. [INFO] Including org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1 in the shaded jar. [INFO] Including org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0 in the shaded jar. [INFO] Including org.eclipse.core:org.eclipse.core.jobs:jar:3.5.100 in the shaded jar. [INFO] Including org.eclipse.equinox:org.eclipse.equinox.registry:jar:3.5.101 in the shaded jar. [INFO] Including org.eclipse.equinox:org.eclipse.equinox.preferences:jar:3.4.1 in the shaded jar. [INFO] Including org.eclipse.core:org.eclipse.core.contenttype:jar:3.4.100 in the shaded jar. [INFO] Including org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100 in the shaded jar. [INFO] Including org.eclipse.core:org.eclipse.core.resources:jar:3.7.100 in the shaded jar. [INFO] Including org.eclipse.core:org.eclipse.core.expressions:jar:3.4.300 in the shaded jar. [INFO] Including org.eclipse.core:org.eclipse.core.filesystem:jar:1.3.100 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] commons-cli-1.4.jar, javax-websocket-client-impl-9.4.44.v20210927.jar, javax-websocket-server-impl-9.4.44.v20210927.jar, jetty-annotations-9.4.44.v20210927.jar, jetty-client-9.4.44.v20210927.jar, jetty-http-9.4.44.v20210927.jar, jetty-io-9.4.44.v20210927.jar, jetty-jndi-9.4.44.v20210927.jar, jetty-plus-9.4.44.v20210927.jar, jetty-security-9.4.44.v20210927.jar, jetty-server-9.4.44.v20210927.jar, jetty-servlet-9.4.44.v20210927.jar, jetty-util-9.4.44.v20210927.jar, jetty-util-ajax-9.4.44.v20210927.jar, jetty-webapp-9.4.44.v20210927.jar, jetty-xml-9.4.44.v20210927.jar, websocket-api-9.4.44.v20210927.jar, websocket-client-9.4.44.v20210927.jar, websocket-common-9.4.44.v20210927.jar, websocket-server-9.4.44.v20210927.jar, websocket-servlet-9.4.44.v20210927.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.txt [WARNING] javax-websocket-server-impl-9.4.44.v20210927.jar, websocket-server-9.4.44.v20210927.jar define 1 overlapping resource: [WARNING] - META-INF/services/javax.servlet.ServletContainerInitializer [WARNING] checker-qual-3.5.0.jar, commons-cli-1.4.jar, javax.annotation-api-1.3.2.jar, javax.servlet-api-3.1.0.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.txt [WARNING] javax.websocket-api-1.0.jar, javax.websocket-client-api-1.0.jar define 45 overlapping classes: [WARNING] - javax.websocket.ClientEndpoint [WARNING] - javax.websocket.ClientEndpointConfig [WARNING] - javax.websocket.ClientEndpointConfig$Builder [WARNING] - javax.websocket.ClientEndpointConfig$Builder$1 [WARNING] - javax.websocket.ClientEndpointConfig$Configurator [WARNING] - javax.websocket.CloseReason [WARNING] - javax.websocket.CloseReason$CloseCode [WARNING] - javax.websocket.CloseReason$CloseCodes [WARNING] - javax.websocket.CloseReason$CloseCodes$1 [WARNING] - javax.websocket.ContainerProvider [WARNING] - 35 more... [WARNING] org.eclipse.core.contenttype-3.4.100.jar, org.eclipse.core.expressions-3.4.300.jar, org.eclipse.core.filesystem-1.3.100.jar, org.eclipse.core.jobs-3.5.100.jar, org.eclipse.core.resources-3.7.100.jar, org.eclipse.core.runtime-3.7.0.jar, org.eclipse.equinox.app-1.3.100.jar, org.eclipse.equinox.common-3.6.0.jar, org.eclipse.equinox.preferences-3.4.1.jar, org.eclipse.equinox.registry-3.5.101.jar, org.eclipse.osgi-3.7.1.jar define 1 overlapping resource: [WARNING] - META-INF/eclipse.inf [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Attaching shaded artifact. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.130 s [INFO] Finished at: 2022-12-08T19:07:35Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build client) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client [Pipeline] { [Pipeline] sh + yarn --unsafe-perm yarn install v1.22.10 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... info @msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0: The platform "linux" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-darwin-arm64@2.2.0: The CPU architecture "x64" is incompatible with this module. info @msgpackr-extract/msgpackr-extract-darwin-x64@2.2.0: The platform "linux" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-darwin-x64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-linux-arm@2.2.0: The CPU architecture "x64" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-linux-arm@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-linux-arm64@2.2.0: The CPU architecture "x64" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-linux-arm64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info @msgpackr-extract/msgpackr-extract-win32-x64@2.2.0: The platform "linux" is incompatible with this module. info "@msgpackr-extract/msgpackr-extract-win32-x64@2.2.0" is an optional dependency and failed compatibility check. Excluding it from installation. info fsevents@2.1.3: The platform "linux" is incompatible with this module. info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation. info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [4/5] Linking dependencies... warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3". warning "@theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "@types/node@>=14.x". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "reflect-metadata@>=0.1.13". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config > ts-node@10.9.1" has unmet peer dependency "@types/node@*". warning "workspace-aggregator-d0b94f32-5bc4-425b-ac0c-b5ff529eb9e9 > tasklist-browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0". [5/5] Building fresh packages... $ lerna run prepare lerna notice cli v6.1.0 lerna info ci enabled > Lerna (powered by Nx) Running target prepare for 3 project(s): - tasklist-browser-app - @eclipse-glsp-examples/tasklist-glsp - @eclipse-glsp-examples/tasklist-theia > @eclipse-glsp-examples/tasklist-glsp:prepare @eclipse-glsp-examples/tasklist-glsp: yarn run v1.22.10 @eclipse-glsp-examples/tasklist-glsp: $ yarn clean && yarn build && yarn lint @eclipse-glsp-examples/tasklist-glsp: $ rimraf lib tsconfig.tsbuildinfo @eclipse-glsp-examples/tasklist-glsp: $ tsc @eclipse-glsp-examples/tasklist-glsp: $ eslint --ext .ts,.tsx ./src @eclipse-glsp-examples/tasklist-glsp: Done in 15.15s. > @eclipse-glsp-examples/tasklist-theia:prepare @eclipse-glsp-examples/tasklist-theia: yarn run v1.22.10 @eclipse-glsp-examples/tasklist-theia: $ yarn clean && yarn build && yarn lint @eclipse-glsp-examples/tasklist-theia: $ rimraf lib tsconfig.tsbuildinfo @eclipse-glsp-examples/tasklist-theia: $ tsc @eclipse-glsp-examples/tasklist-theia: $ eslint --ext .ts,.tsx ./src @eclipse-glsp-examples/tasklist-theia: Done in 17.86s. > tasklist-browser-app:prepare tasklist-browser-app: yarn run v1.22.10 tasklist-browser-app: $ yarn build tasklist-browser-app: $ theia build --mode development tasklist-browser-app: Failed to resolve module: msgpackr tasklist-browser-app: Failed to resolve module: socket.io tasklist-browser-app: Failed to resolve module: ws tasklist-browser-app: assets by status 237 KiB [cached] 2 assets tasklist-browser-app: assets by path *.js 23 MiB tasklist-browser-app: assets by chunk 14.5 MiB (id hint: vendors) tasklist-browser-app: asset vendors-node_modules_theia_core_shared_lodash_debounce_index_js-node_modules_theia_monaco_lib-35bcb7.js 8.6 MiB [emitted] (id hint: vendors) 2 related assets tasklist-browser-app: asset vendors-node_modules_eclipse-glsp_theia-integration_lib_browser_diagram_glsp-diagram-manager_-a838e9.js 1.52 MiB [emitted] (id hint: vendors) 2 related assets tasklist-browser-app: asset vendors-node_modules_sprotty-theia_lib_theia_diagram-module_js.js 1.22 MiB [emitted] (id hint: vendors) 2 related assets tasklist-browser-app: asset vendors-node_modules_theia_terminal_lib_browser_terminal-frontend-module_js.js 576 KiB [emitted] (id hint: vendors) 2 related assets tasklist-browser-app: + 26 assets tasklist-browser-app: + 15 assets tasklist-browser-app: assets by info 1.73 MiB [immutable] tasklist-browser-app: assets by chunk 1.15 MiB (auxiliary name: bundle) 10 assets tasklist-browser-app: assets by chunk 596 KiB (auxiliary id hint: vendors) tasklist-browser-app: asset cd3c4b260f85aac6f600.wasm 460 KiB [emitted] [immutable] [from: ../node_modules/vscode-oniguruma/release/onig.wasm] (auxiliary id hint: vendors) 1 related asset tasklist-browser-app: asset 5146763e14c5e2b605dc.ttf 69.1 KiB [emitted] [immutable] [from: ../node_modules/@theia/monaco-editor-core/esm/vs/base/browser/ui/codicons/codicon/codicon.ttf] (auxiliary id hint: vendors) 1 related asset tasklist-browser-app: asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../node_modules/sprotty/node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary id hint: vendors) 1 related asset tasklist-browser-app: 2324 modules tasklist-browser-app: tasklist-browser-app: WARNING in ../node_modules/@theia/monaco-editor-core/esm/vs/base/common/performance.js 81:34-41 tasklist-browser-app: Critical dependency: require function is used in a way in which dependencies cannot be statically extracted tasklist-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/platform/storage/common/storage.js 20:22-65 tasklist-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js 102:18-69 tasklist-browser-app: @ ../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 81:29-117 tasklist-browser-app: @ ./src-gen/frontend/index.js 56:31-89 tasklist-browser-app: WARNING in ../node_modules/@theia/monaco-editor-core/esm/vs/base/common/performance.js 81:57-64 tasklist-browser-app: Critical dependency: require function is used in a way in which dependencies cannot be statically extracted tasklist-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/platform/storage/common/storage.js 20:22-65 tasklist-browser-app: @ ../node_modules/@theia/monaco-editor-core/esm/vs/editor/standalone/browser/standaloneServices.js 102:18-69 tasklist-browser-app: @ ../node_modules/@theia/monaco/lib/browser/monaco-frontend-module.js 81:29-117 tasklist-browser-app: @ ./src-gen/frontend/index.js 56:31-89 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/decorator_utils.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/decorator_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/decorator_utils.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 38:24-63 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/inject.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/inject.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/inject.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 21:15-45 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/injectable.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/injectable.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/injectable.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 15:19-53 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/multi_inject.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/multi_inject.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/multi_inject.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 28:21-57 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/named.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/named.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/named.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 19:14-43 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/optional.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/optional.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/optional.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 24:17-49 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/post_construct.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/post_construct.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/post_construct.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 32:23-61 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/tagged.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/tagged.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/tagged.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 17:15-45 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/target_name.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/target_name.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/target_name.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 30:20-55 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/annotation/unmanaged.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/unmanaged.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/annotation/unmanaged.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 26:18-51 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/bindings/binding.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/bindings/binding.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/bindings/binding.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 45:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/bindings/binding_count.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/bindings/binding_count.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/bindings/binding_count.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 4:22-58 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/constants/error_msgs.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/constants/error_msgs.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/constants/error_msgs.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 46:17-51 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/constants/literal_types.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/constants/literal_types.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/constants/literal_types.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 8:22-58 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/constants/metadata_keys.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/constants/metadata_keys.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/constants/metadata_keys.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 4:11-47 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/container/container.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/container.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/container.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/container/container_module.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/container_module.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/container_module.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 12:25-64 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/container/container_snapshot.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/container_snapshot.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/container_snapshot.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 55:27-58 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/container/lookup.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/lookup.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/container/lookup.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 56:15-34 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/inversify.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/inversify.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/inversify.ts' tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/context.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/context.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/context.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 10:16-36 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/metadata.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/metadata.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/metadata.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/annotation/named.js 5:17-48 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 19:14-43 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/metadata_reader.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/metadata_reader.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/metadata_reader.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 34:24-61 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/plan.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/plan.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/plan.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 12:13-30 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/planner.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/planner.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/planner.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/queryable_string.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/queryable_string.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/queryable_string.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/target.js 7:25-54 tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 15:15-34 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/reflection_utils.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/reflection_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/reflection_utils.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 13:25-54 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/request.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/request.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/request.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 14:16-36 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/planning/target.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/target.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/planning/target.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 15:15-34 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/resolution/instantiation.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/resolution/instantiation.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/resolution/instantiation.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/resolution/resolver.js 8:22-48 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 51:17-50 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/resolution/resolver.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/resolution/resolver.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/resolution/resolver.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 51:17-50 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_in_syntax.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_in_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_in_syntax.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 4:26-56 tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_in_when_on_syntax.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_on_syntax.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_on_syntax.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 5:26-56 tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_to_syntax.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_to_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_to_syntax.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_when_on_syntax.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_when_on_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_when_on_syntax.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 7:31-66 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/syntax/binding_when_syntax.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_when_syntax.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/binding_when_syntax.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_in_when_on_syntax.js 6:28-60 tasklist-browser-app: @ ../node_modules/inversify/lib/syntax/binding_to_syntax.js 6:34-72 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 52:26-64 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/syntax/constraint_helpers.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/constraint_helpers.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/syntax/constraint_helpers.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 40:27-65 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/utils/binding_utils.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/binding_utils.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/binding_utils.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 47:22-54 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/utils/exceptions.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/exceptions.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/exceptions.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/planning/planner.js 8:19-49 tasklist-browser-app: @ ../node_modules/inversify/lib/container/container.js 50:16-46 tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 6:18-50 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/utils/id.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/id.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/id.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 36:11-32 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: WARNING in ../node_modules/inversify/lib/utils/serialization.js tasklist-browser-app: Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): tasklist-browser-app: Failed to parse source map from '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/serialization.ts' file: Error: ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/java-emf-theia/glsp-client/node_modules/inversify/src/utils/serialization.ts' tasklist-browser-app: @ ../node_modules/inversify/lib/inversify.js 45:22-54 tasklist-browser-app: @ ./src-gen/frontend/index.js 5:22-42 tasklist-browser-app: 44 warnings have detailed information that is not shown. tasklist-browser-app: Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. tasklist-browser-app: webpack 5.75.0 compiled with 44 warnings in 39650 ms tasklist-browser-app: Done in 42.72s. > Lerna (powered by Nx) Successfully ran target prepare for 3 projects Done in 138.06s. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build node-json-theia template) [Pipeline] stage [Pipeline] { (Build server) [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo/project-templates/node-json-theia/glsp-server [Pipeline] { [Pipeline] sh + yarn --unsafe-perm yarn install v1.22.10 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [4/5] Linking dependencies... warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "@types/node@>=14.x". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config > ts-node@10.9.1" has unmet peer dependency "@types/node@*". [5/5] Building fresh packages... $ yarn clean && yarn build && yarn lint yarn run v1.22.10 $ rimraf tsconfig.tsbuildinfo lib bundle Done in 0.18s. yarn run v1.22.10 $ yarn install:only && tsc && yarn bundle $ yarn install --ignore-scripts [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [4/5] Linking dependencies... warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.1.0-next.d03ad9f.112" has unmet peer dependency "@types/node@>=14.x". warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config > ts-node@10.9.1" has unmet peer dependency "@types/node@*". [5/5] Building fresh packages... warning Ignored scripts due to flag. src/handler/tasklist-operation-handler.ts(17,72): error TS2305: Module '"@eclipse-glsp/server-node"' has no exported member 'RecordingCommand'. src/handler/tasklist-operation-handler.ts(26,24): error TS4113: This member cannot have an 'override' modifier because it is not declared in the base class 'OperationActionHandler'. error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build client) Stage "Build client" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build node-json-vscode template) Stage "Build node-json-vscode template" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Build server) Stage "Build node-json-vscode template" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build client) Stage "Build node-json-vscode template" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build java-emf-eclipse template) Stage "Build java-emf-eclipse template" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Build client) Stage "Build java-emf-eclipse template" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build server) Stage "Build java-emf-eclipse template" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Codestyle) Stage "Codestyle" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] container [Pipeline] { [Pipeline] recordIssues [CheckStyle] Using default pattern '**/checkstyle-result.xml' since user defined pattern is not set [CheckStyle] [-ERROR-] No files found for pattern '**/checkstyle-result.xml'. Configuration error? [CheckStyle] Searching for all files in '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo' that match the pattern '**/checkstyle-result.xml' [CheckStyle] Skipping post processing [CheckStyle] No filter has been set, publishing all 0 issues [CheckStyle] Repository miner is not configured, skipping repository mining [CheckStyle] Reference build recorder is not configured [CheckStyle] Obtaining reference build from same job (undo-redo-demo) [CheckStyle] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [CheckStyle] All reported issues will be considered outstanding [CheckStyle] Evaluating quality gates [CheckStyle] -> PASSED - Total (any severity): 0 - Quality Gate: 1 [CheckStyle] -> All quality gates have been passed [CheckStyle] Health report is disabled - skipping [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'eclipse-glsp/glsp-examples/undo-redo-demo #1'. [GitHub Checks] GitHub check (name: CheckStyle, status: completed) has been published. [Pipeline] recordIssues [ESLint] [-ERROR-] No files found for pattern '**/glsp-client/node_modules/**/*/eslint.xml'. Configuration error? [ESLint] Searching for all files in '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo' that match the pattern '**/glsp-client/node_modules/**/*/eslint.xml' [ESLint] Skipping post processing [ESLint] No filter has been set, publishing all 0 issues [ESLint] Repository miner is not configured, skipping repository mining [ESLint] Reference build recorder is not configured [ESLint] Obtaining reference build from same job (undo-redo-demo) [ESLint] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [ESLint] All reported issues will be considered outstanding [ESLint] Evaluating quality gates [ESLint] -> PASSED - Total (any severity): 0 - Quality Gate: 1 [ESLint] -> All quality gates have been passed [ESLint] Health report is disabled - skipping [ESLint] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-examples/undo-redo-demo #1'. [GitHub Checks] GitHub check (name: ESLint, status: completed) has been published. [Pipeline] recordIssues [Maven] Sleeping for 5 seconds due to JENKINS-32191... [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo') [Maven] -> found 3 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo') [Maven] -> found 3 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 3 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 3 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Reference build recorder is not configured [Maven] Obtaining reference build from same job (undo-redo-demo) [Maven] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [Maven] All reported issues will be considered outstanding [Maven] No quality gates have been set - skipping [Maven] Health report is disabled - skipping [Maven] Created analysis result for 3 issues (found 0 new issues, fixed 0 issues) [Maven] Attaching ResultAction with ID 'maven-warnings' to build 'eclipse-glsp/glsp-examples/undo-redo-demo #1'. [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191... [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/lsp_glsp-examples_undo-redo-demo') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 0 issues (skipped 0 duplicates) [Java Compiler] Skipping post processing [Java Compiler] No filter has been set, publishing all 0 issues [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Reference build recorder is not configured [Java Compiler] Obtaining reference build from same job (undo-redo-demo) [Java Compiler] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [Java Compiler] All reported issues will be considered outstanding [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'eclipse-glsp/glsp-examples/undo-redo-demo #1'. [Pipeline] } [Pipeline] // container [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 2 [GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published. Finished: FAILURE