Skip to content
Success

Console Output

Started by user Alberto Debiasi
Running as Alberto Debiasi
Agent centos-7-m7pbt is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-m7pbt"
  namespace: "chess"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.chess.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-m7pbt"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-m7pbt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.chess.svc.cluster.local/chess/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-chess"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-m7pbt (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-G7HjoxSPlMkO/agent.58
SSH_AGENT_PID=60
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel@tmp/private_key_10358622726081045164.key (/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel@tmp/private_key_10358622726081045164.key)
[ssh-agent] Using credentials chess-bot (GitLab bot (SSH))
The recommended git tool is: NONE
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning repository git@gitlab.eclipse.org:eclipse/chess/chess.git
 > git init /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/chess/chess.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.1'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel@tmp/jenkins-gitclient-ssh7561198376938974823.key
 > git fetch --tags --force --progress -- git@gitlab.eclipse.org:eclipse/chess/chess.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/chess/chess.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/132-remove-unused-dependences^{commit} # timeout=10
Merging Revision bc1614342d7733e250b39ae6fa26620c87660567 (refs/remotes/origin/132-remove-unused-dependences) to origin/devel, UserMergeOptions{mergeRemote='origin', mergeTarget='devel', mergeStrategy='DEFAULT', fastForwardMode='FF'}
 > git rev-parse origin/devel^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f origin/devel # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel@tmp/jenkins-gitclient-ssh13462741789446535628.key
 > git merge --ff bc1614342d7733e250b39ae6fa26620c87660567 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Seen branch in repository origin/10-improve-diagrams-creation-utils
Seen branch in repository origin/102-bdd-not-automatically-generated-correctly
Seen branch in repository origin/105-update-releng-pom-xml
Seen branch in repository origin/105-update-releng-pom-xml-2
Seen branch in repository origin/106-support-the-formal-reliability-analysis-of-redundancy-architectures
Seen branch in repository origin/107-maven-warning-related-to-build-plugins-plugin-version
Seen branch in repository origin/110-update-content-xml
Seen branch in repository origin/111-Optimize-access-to-stereotypes
Seen branch in repository origin/115-porting-to-latest-eclipse-and-papyrus-release
Seen branch in repository origin/116-textual-editors-based-on-xtext-grammars
Seen branch in repository origin/117-update-reference-to-sde-and-aeta-update-site
Seen branch in repository origin/118-add-tests-related-to-oss-export-of-asyn-model
Seen branch in repository origin/118-add-tests-related-to-oss-export-of-asyn-model-2
Seen branch in repository origin/120-add-timed-time-model-option
Seen branch in repository origin/122-allow-cross-level-contract-refinement
Seen branch in repository origin/123-Add-further-constraints-during-model-creation
Seen branch in repository origin/123-Interact-with-Kratos-for-formal-verification-of-state-machines
Seen branch in repository origin/123-modify-state-machine-to-smv-translation-to-support-old_smv_format-as-optional
Seen branch in repository origin/124-eata-plugins-not-included-in-chess-bundle
Seen branch in repository origin/128-statemachine-to-python
Seen branch in repository origin/128-statemachine-to-python-2
Seen branch in repository origin/129-unsupportedclassversionerror-for-neon-profile
Seen branch in repository origin/130-refactor-fei-generator
Seen branch in repository origin/130-refactor-fei-generator-2
Seen branch in repository origin/131-fix-fta-visualization-to-support-latest-sirius
Seen branch in repository origin/132-remove-unused-dependences
Seen branch in repository origin/2-enrich-documentation-with-description-of-CleanC-language
Seen branch in repository origin/2-issue-for-testing
Seen branch in repository origin/2018-09
Seen branch in repository origin/4-Align-CHESS-model-in-regression-test-with-CleanC-specification
Seen branch in repository origin/4-add-formal-specification-and-verification-of-software-components-interacting-with-asynchronous
Seen branch in repository origin/4-add-formal-specification-and-verification-of-software-components-interacting-with-asynchronous-2
Seen branch in repository origin/4-async-constraints-1-3
Seen branch in repository origin/562302-Implement-unit-tests-for-existing-features
Seen branch in repository origin/563991-improve-checker-manager
Seen branch in repository origin/564178-Enable-the-test-related-to-document-generation
Seen branch in repository origin/564973-enrich-entityUtil-methods
Seen branch in repository origin/R1_1
Seen branch in repository origin/bug_561630
Seen branch in repository origin/devel
Seen branch in repository origin/develop
Seen branch in repository origin/e2e
Seen branch in repository origin/mars
Seen branch in repository origin/master
Seen branch in repository origin/neon
Seen branch in repository origin/neon-tycho
Seen branch in repository origin/neon_ext
Seen branch in repository origin/release0.9.0
Seen branch in repository origin/test-branch-to-merge
Seen branch in repository origin/test-devel-branch
Seen 50 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision bc1614342d7733e250b39ae6fa26620c87660567 (origin/132-remove-unused-dependences, origin/devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bc1614342d7733e250b39ae6fa26620c87660567 # timeout=10
Commit message: "Add acceleo to neaon.target."
 > git rev-list --no-walk b0f4d89a1d4620d9cfcb0d02fd39522b1ab26879 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[CHESS-gitlab-merge-branch-x-to-devel] $ Xvnc -help
Starting xvnc
[CHESS-gitlab-merge-branch-x-to-devel] $ Xvnc :70 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
Parsing POMs

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Fri Jul 15 08:08:00 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5970
 vncext:      created VNC server for screen 0
Established TCP socket on 44373
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[org.polarsys.chess.parent] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 44373
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/pom.xml -P Eclipse-Neon-Java8-devel install -B
[INFO] Scanning for projects...
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.pom (2.1 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom (19 kB at 510 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.pom (4.5 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 552 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 429 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 480 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 315 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 641 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 424 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 155 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 482 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 386 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 134 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 316 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 353 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 368 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom (4.4 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 398 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom (3.7 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 399 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 421 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 408 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom (1.1 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.pom (1.8 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.0.0/sisu-equinox-1.0.0.pom (1.0 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.pom (1.0 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.pom (1.7 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.pom (1.3 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.pom (2.1 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.pom (1.1 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.0.0/tycho-bundles-1.0.0.pom (3.3 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.pom (1.0 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 335 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 495 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.pom (2.1 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.0.0/tycho-p2-1.0.0.pom (1.1 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.pom (1.1 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.pom (1.1 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.0.0/tycho-maven-plugin-1.0.0.jar (5.5 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 741 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.0.0/tycho-core-1.0.0.jar (196 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 472 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 441 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 257 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 886 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 589 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 818 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 452 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 316 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 989 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar (145 kB at 624 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (230 kB at 929 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar (82 kB at 333 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 694 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.0.0/sisu-equinox-embedder-1.0.0.jar (13 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar (244 kB at 891 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.0.0/tycho-metadata-model-1.0.0.jar (36 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.0.0/tycho-embedder-api-1.0.0.jar (7.0 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 328 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.0.0/sisu-equinox-api-1.0.0.jar (3.1 kB at 9.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 437 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.2.v20161107-1947/org.eclipse.osgi-3.11.2.v20161107-1947.jar (1.4 MB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 664 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 9.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.0.0/org.eclipse.tycho.core.shared-1.0.0.jar (38 kB at 88 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.0.0/org.eclipse.tycho.embedder.shared-1.0.0.jar (9.6 kB at 22 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.0.0/tycho-p2-facade-1.0.0.jar (34 kB at 78 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.0.0/org.eclipse.tycho.p2.tools.shared-1.0.0.jar (21 kB at 47 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.0.0/org.eclipse.tycho.p2.resolver.shared-1.0.0.jar (27 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.0.0/tycho-bundles-external-1.0.0.zip
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.0.0/tycho-bundles-external-1.0.0.zip (7.4 MB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.0.0/org.eclipse.tycho.p2.resolver.impl-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.0.0/org.eclipse.tycho.p2.resolver.impl-1.0.0.jar (217 kB at 6.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.0.0/org.eclipse.tycho.p2.maven.repository-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.0.0/org.eclipse.tycho.p2.maven.repository-1.0.0.jar (149 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.0.0/org.eclipse.tycho.p2.tools.impl-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.0.0/org.eclipse.tycho.p2.tools.impl-1.0.0.jar (48 kB at 957 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.0.0/target-platform-configuration-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.0.0/target-platform-configuration-1.0.0.pom (1.7 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.0.0/target-platform-configuration-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.0.0/target-platform-configuration-1.0.0.jar (8.0 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.pom (2.7 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.0.0/tycho-packaging-plugin-1.0.0.jar (129 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.12.0/xtend-maven-plugin-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.12.0/xtend-maven-plugin-2.12.0.pom (8.3 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.maven.parent/2.12.0/org.eclipse.xtend.maven.parent-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.maven.parent/2.12.0/org.eclipse.xtend.maven.parent-2.12.0.pom (13 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.12.0/xtend-maven-plugin-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/xtend-maven-plugin/2.12.0/xtend-maven-plugin-2.12.0.jar (42 kB at 688 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 650 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 735 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 673 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 298 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 6.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.0.0/tycho-p2-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.0.0/tycho-p2-plugin-1.0.0.pom (2.2 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.0.0/tycho-p2-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.0.0/tycho-p2-plugin-1.0.0.jar (28 kB at 486 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.0.0/sisu-equinox-launching-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.0.0/sisu-equinox-launching-1.0.0.pom (2.7 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.0.0/tycho-artifactcomparator-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.0.0/tycho-artifactcomparator-1.0.0.pom (1.8 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.0.0/sisu-equinox-launching-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.0.0/tycho-artifactcomparator-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.0.0/sisu-equinox-launching-1.0.0.jar (28 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 9.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.0.0/tycho-artifactcomparator-1.0.0.jar (20 kB at 434 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.0.0/tycho-compiler-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.0.0/tycho-compiler-plugin-1.0.0.pom (2.6 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.0.0/tycho-compiler-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.0.0/tycho-compiler-plugin-1.0.0.jar (33 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 977 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 6.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.0.0/tycho-surefire-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.0.0/tycho-surefire-plugin-1.0.0.pom (4.4 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.0.0/tycho-surefire-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.0.0/tycho-surefire-1.0.0.pom (3.3 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.0.0/tycho-surefire-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.0.0/tycho-surefire-plugin-1.0.0.jar (55 kB at 930 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.0.0/org.eclipse.tycho.surefire.osgibooter-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.0.0/org.eclipse.tycho.surefire.osgibooter-1.0.0.pom (2.1 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.0.0/org.eclipse.tycho.surefire.junit-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.0.0/org.eclipse.tycho.surefire.junit-1.0.0.pom (1.6 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.0.0/org.eclipse.tycho.surefire.junit4-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.0.0/org.eclipse.tycho.surefire.junit4-1.0.0.pom (1.6 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.0.0/org.eclipse.tycho.surefire.junit47-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.0.0/org.eclipse.tycho.surefire.junit47-1.0.0.pom (2.0 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.0.0/org.eclipse.tycho.surefire.testng-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.0.0/org.eclipse.tycho.surefire.testng-1.0.0.pom (2.2 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom (2.3 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (17 kB at 258 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom (6.1 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 9.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom (2.8 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 540 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 519 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 403 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 2.4 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 386 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 493 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.0.0/org.eclipse.tycho.surefire.osgibooter-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.0.0/org.eclipse.tycho.surefire.junit-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.0.0/org.eclipse.tycho.surefire.junit4-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.0.0/org.eclipse.tycho.surefire.junit47-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.0.0/org.eclipse.tycho.surefire.testng-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.0.0/org.eclipse.tycho.surefire.junit-1.0.0.jar (24 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.0.0/org.eclipse.tycho.surefire.junit4-1.0.0.jar (58 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar (147 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar (265 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.0.0/org.eclipse.tycho.surefire.junit47-1.0.0.jar (160 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 650 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.0.0/org.eclipse.tycho.surefire.osgibooter-1.0.0.jar (417 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (40 kB at 408 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 361 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 567 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 288 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 372 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.0.0/org.eclipse.tycho.surefire.testng-1.0.0.jar (126 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.0/maven-resources-plugin-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.0/maven-resources-plugin-3.0.0.pom (7.4 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 573 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.0/maven-resources-plugin-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.0/maven-resources-plugin-3.0.0.jar (31 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.pom (12 kB at 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 4.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.4.0/exec-maven-plugin-1.4.0.jar (46 kB at 680 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.0.0/tycho-p2-publisher-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.0.0/tycho-p2-publisher-plugin-1.0.0.pom (2.1 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.0.0/tycho-p2-publisher-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.0.0/tycho-p2-publisher-plugin-1.0.0.jar (20 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 483 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 980 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.0.0/tycho-p2-repository-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.0.0/tycho-p2-repository-plugin-1.0.0.pom (1.4 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.0.0/tycho-p2-repository-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.0.0/tycho-p2-repository-plugin-1.0.0.jar (14 kB at 1.0 MB/s)
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/ (172B)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/ (172B)
[INFO] Adding repository http://es-static.fbk.eu/tools/eclipse/neon/eata_devel
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/ (2.18kB)
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/ (2.18kB)
[INFO] Adding repository https://download.eclipse.org/acceleo/updates/releases/3.6
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/ (455B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/ (455B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201506080954/ (115B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201506080954/ (115B)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201506080954/ (17.95kB)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201506080954/ (17.95kB)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201510121214/ (115B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201510121214/ (115B)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201510121214/ (19.18kB)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201510121214/ (19.18kB)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201602090916/ (115B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201602090916/ (115B)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201602090916/ (24.86kB)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201602090916/ (24.86kB)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201605040614/ (115B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201605040614/ (115B)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201605040614/ (19.77kB)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201605040614/ (19.77kB)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201608301456/ (115B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201608301456/ (115B)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201608301456/ (20.18kB)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201608301456/ (20.18kB)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/ (115B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/ (115B)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/ (17.07kB)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/ (17.07kB)
[INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/main/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/main/
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/ (217.43kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/ (217.43kB)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/extra/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/extra/
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/ (94.63kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/ (94.63kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/neon
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (507B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (507B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB)
[INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/ (11.48kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/ (11.48kB)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/ (172B)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/ (172B)
[INFO] Adding repository http://es-static.fbk.eu/tools/eclipse/neon/sde_devel
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/ (12.98kB)
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/ (12.98kB)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/ (133B)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/ (133B)
[INFO] Adding repository https://download.eclipse.org/mmt/atl/updates/releases/4.1
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/ (421B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/ (421B)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/ (115B)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/ (115B)
[INFO] Fetching content.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/ (28.5kB)
[INFO] Fetching content.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/ (28.5kB)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/ (172B)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/ (172B)
[INFO] Adding repository http://es-static.fbk.eu/tools/eclipse/neon/est_devel
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/ (15kB)
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/ (15kB)
[INFO] Adding repository http://download.eclipse.org/epsilon/updates/1.4
[INFO] Fetching content.jar from http://download.eclipse.org/epsilon/updates/1.4/ (57.07kB)
[INFO] Fetching content.jar from http://download.eclipse.org/epsilon/updates/1.4/ (57.07kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (172B)
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (15.82kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/ (15.82kB)
[INFO] Fetching p2.index from http://download.eclipse.org/elk/updates/releases/0.4.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/elk/updates/releases/0.4.0/ (172B)
[INFO] Adding repository http://download.eclipse.org/elk/updates/releases/0.4.0
[INFO] Fetching content.xml.xz from http://download.eclipse.org/elk/updates/releases/0.4.0/ (9.55kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/elk/updates/releases/0.4.0/ (9.55kB)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/ (7.66kB)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/ (7.66kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (262.51kB)
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (262.51kB)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201506080954/plugins/ (592.33kB)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201506080954/plugins/ (592.33kB)
[INFO] Fetching 201606221000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (141.47kB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (141.47kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.6kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.6kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.utils_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (290.82kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.utils_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (290.82kB)
[INFO] Fetching 201612211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B)
[INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (862.01kB)
[INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (862.01kB)
[INFO] Fetching 201703231000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B)
[INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (431.77kB)
[INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (431.77kB)
[INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (268.51kB)
[INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (268.51kB)
[INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (793.87kB)
[INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (793.87kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (283.72kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.37kB)
[INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.37kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (366.46kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (366.46kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (27.54kB)
[INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (27.54kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (498.28kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (129.49kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.51kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.51kB)
[INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (51.37kB)
[INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (51.37kB)
[INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.25kB)
[INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.25kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (246.29kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (246.29kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.81kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (95.1kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (95.1kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (37.68kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (37.68kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (347.67kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (347.67kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (154.43kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (154.43kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.78kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.78kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.95kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.95kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (183.86kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (183.86kB)
[INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (207.37kB)
[INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (207.37kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.64kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.14kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.14kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.25MB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.25MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (94.7kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (94.7kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (287.32kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (287.32kB)
[INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.78kB)
[INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.78kB)
[INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (251.65kB)
[INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (251.65kB)
[INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (314.18kB)
[INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (314.18kB)
[INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (48.08kB)
[INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (48.08kB)
[INFO] Fetching 201609281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (228.35kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (228.35kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.83kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.83kB)
[INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (178.45kB)
[INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (178.45kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.24kB)
[INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.24kB)
[INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.22MB)
[INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.22MB)
[INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.58kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.58kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (53.94kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (53.94kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.47kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.92kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.92kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (91.22kB)
[INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (91.22kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (115.16kB)
[INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (115.16kB)
[INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (1MB)
[INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (1MB)
[INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (84.38kB)
[INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (84.38kB)
[INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (122.2kB)
[INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (122.2kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (18.2kB)
[INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (18.2kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (22.44kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (22.44kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.59kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.67kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.67kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (344.64kB)
[INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (344.64kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (65.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (65.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.56kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.56kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (81.91kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (81.91kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.33kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.33kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (98.24kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (98.24kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (72.42kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (72.42kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.92kB)
[INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (104.54kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (104.54kB)
[INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201703231000/plugins/ (5.56MB)
[INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201703231000/plugins/ (5.56MB)
[INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (123.66kB)
[INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (123.66kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (450.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (450.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (60.92kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (60.92kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (74.68kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (74.68kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (41.59kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (41.59kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (56.36kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (56.36kB)
[INFO] Fetching org.eclipse.emf.converter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.emf.converter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (27.57kB)
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (27.57kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (88.73kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (88.73kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.18kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.18kB)
[INFO] Fetching org.eclipse.emf.importer_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39kB)
[INFO] Fetching org.eclipse.emf.importer_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.06kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.06kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (63.14kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (63.14kB)
[INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (2.19MB)
[INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (2.19MB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.91kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.91kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (168.83kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (168.83kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (403.22kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (403.22kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (84.84kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (84.84kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.94kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.94kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (30.41kB)
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (30.41kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.2kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.2kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.25kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.25kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (101.77kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (101.77kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.04kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.04kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (37.96kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (37.96kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.26kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (45.05kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (45.05kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (72.9kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (72.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.71kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.71kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.59kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.59kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (47.43kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (47.43kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (31.23kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (31.23kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.68kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.68kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (102.51kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (102.51kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (15.76kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (15.76kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (42.22kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (42.22kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (116.27kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (116.27kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.19kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.19kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (189.14kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (189.14kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (72.6kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (72.6kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (114.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (114.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (251.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (251.89kB)
[INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (127.51kB)
[INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (127.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.57kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.57kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (116.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (116.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (38.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (38.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (74.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (74.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (129.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (129.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (373.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (373.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (111.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (111.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (185.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (185.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (28.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (28.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (91.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (91.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.58kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (48.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (48.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (215.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (215.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (88.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (88.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (133.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (133.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.41kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.41kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (191.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (191.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (212.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (212.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (61.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (61.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (114.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (114.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (120.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (120.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (67.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (67.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (307.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (307.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (245.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (245.79kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_3.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (87.32kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_3.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (87.32kB)
[INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (100.96kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (100.96kB)
[INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (905.14kB)
[INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (905.14kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (105.61kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (105.61kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (176.66kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (176.66kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (131.55kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (131.55kB)
[INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (431.71kB)
[INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (431.71kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (272.74kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (272.74kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (39.77kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (39.77kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (27.62kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (27.62kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (98.22kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (98.22kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.75MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.75MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (127.88kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (127.88kB)
[INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (92.14kB)
[INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (92.14kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.1.0.201609231530.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.1.0.201609231530.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (48.92kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (48.92kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (79.37kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (79.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (629.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (629.81kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.33kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.33kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties.model.xwt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.1kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties.model.xwt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.6kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.1.1001.v201702270442.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (241.35kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.1.1001.v201702270442.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (241.35kB)
[INFO] Fetching org.eclipse.papyrus.editor_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.papyrus.editor_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (99.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (99.54kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (305.22kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (305.22kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.85kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.85kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.02kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.02kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (26.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (26.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.93kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.93kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.66kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.66kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.64kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.64kB)
[INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.12kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (36.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (36.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (538.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (538.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_2.1.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (95.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_2.1.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (95.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (52.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (52.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.pluginexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.pluginexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (60.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (60.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.2kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (11kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (11kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (31.52kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (31.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (297.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (297.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.53kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.2.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (164.61kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.2.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (164.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (280.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (280.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (47.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (47.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (64.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (64.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_1.2.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (75.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_1.2.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (75.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (100.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (100.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (45.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (45.14kB)
[INFO] Fetching org.eclipse.xwt_1.2.0.v20160502-1019.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (570.25kB)
[INFO] Fetching org.eclipse.xwt_1.2.0.v20160502-1019.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (570.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (32.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (32.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.iso42010_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.iso42010_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.53kB)
[INFO] Fetching org.eclipse.papyrus.marte.static.profile_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (448.34kB)
[INFO] Fetching org.eclipse.papyrus.marte.static.profile_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (448.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.57kB)
[INFO] Fetching org.eclipse.uml2.uml_5.2.3.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.uml2.uml_5.2.3.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (46.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (46.7kB)
[INFO] Fetching org.eclipse.papyrus.sysml_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.papyrus.sysml_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (34.86kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (34.86kB)
[INFO] Fetching org.eclipse.papyrus.sysml.service.types_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (45.57kB)
[INFO] Fetching org.eclipse.papyrus.sysml.service.types_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (45.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (400.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (400.06kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (62.91kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (62.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (132.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (132.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (65.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (65.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (69.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (69.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.paletteconfiguration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.paletteconfiguration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (62.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (62.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (451.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (451.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (123.62kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (123.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (78.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (78.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (61.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (61.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.22kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (60.88kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (60.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (202.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (202.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (51.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (51.62kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.0.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.0.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (80.9kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (80.9kB)
[INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (479.47kB)
[INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (479.47kB)
[INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.89kB)
[INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.89kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (156.3kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (156.3kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (26.52kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (26.52kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (242.49kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (242.49kB)
[INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.200.v201505132009.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.78kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.200.v201505132009.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.78kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.1.1000.v201608061842.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (147.42kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.1.1000.v201608061842.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (147.42kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (148.58kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.04kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (99.04kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (161.22kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (161.22kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (146.98kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (146.98kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (72.55kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (72.55kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (270.91kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (270.91kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (19.33kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (961.03kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (961.03kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Fetching org.eclipse.emf.cdo_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (870.14kB)
[INFO] Fetching org.eclipse.emf.cdo_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (870.14kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (539.51kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (539.51kB)
[INFO] Fetching org.eclipse.emf.cdo.admin_4.1.400.v20160302-0807.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (38.09kB)
[INFO] Fetching org.eclipse.emf.cdo.admin_4.1.400.v20160302-0807.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (38.09kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (171.33kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (171.33kB)
[INFO] Fetching org.eclipse.net4j_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (175.8kB)
[INFO] Fetching org.eclipse.net4j_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (175.8kB)
[INFO] Fetching org.eclipse.net4j.util_3.6.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1,009.71kB)
[INFO] Fetching org.eclipse.net4j.util_3.6.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1,009.71kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn_2.0.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.96kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn_2.0.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.96kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.util_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (15.52kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.util_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (15.52kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.gmf_2.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (77.96kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.gmf_2.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (77.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (28.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (28.46kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.ui_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (58.45kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.ui_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (58.45kB)
[INFO] Fetching org.eclipse.emf.cdo.ui_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (490.41kB)
[INFO] Fetching org.eclipse.emf.cdo.ui_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (490.41kB)
[INFO] Fetching org.eclipse.net4j.tcp_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (75.72kB)
[INFO] Fetching org.eclipse.net4j.tcp_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (75.72kB)
[INFO] Fetching org.eclipse.emf.cdo.edit_4.4.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (54.94kB)
[INFO] Fetching org.eclipse.emf.cdo.edit_4.4.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (54.94kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (134.75kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (134.75kB)
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.2.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (74.23kB)
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.2.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (74.23kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (470.24kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (470.24kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.4.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (419.74kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.4.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (419.74kB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.82kB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.82kB)
[INFO] Fetching org.eclipse.net4j.db_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (210.18kB)
[INFO] Fetching org.eclipse.net4j.db_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (210.18kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.1.300.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (158.44kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.1.300.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (158.44kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (50.88kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (50.88kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (66.75kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (66.75kB)
[INFO] Fetching org.eclipse.net4j.util.ui_3.6.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (271.89kB)
[INFO] Fetching org.eclipse.net4j.util.ui_3.6.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (271.89kB)
[INFO] Fetching org.eclipse.net4j.ui.shared_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (57.02kB)
[INFO] Fetching org.eclipse.net4j.ui.shared_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (57.02kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.3.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (96.75kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.3.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (96.75kB)
[INFO] Fetching org.eclipse.net4j.jvm_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.79kB)
[INFO] Fetching org.eclipse.net4j.jvm_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.79kB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.93kB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.93kB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.25MB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.papyrus.cdo.core_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (61.52kB)
[INFO] Fetching org.eclipse.papyrus.cdo.core_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (61.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (42.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (42.96kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.common_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (115.39kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.common_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (115.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.96kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.62kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.62kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.contractEditor.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (35.32kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.contractEditor.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (35.32kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (1.68MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.xtextService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (71.83kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.xtextService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (71.83kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (401.9kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (401.9kB)
[INFO] Fetching eu.fbk.tools.editor.oss_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (453.79kB)
[INFO] Fetching eu.fbk.tools.editor.oss_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (453.79kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (23.43kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (23.43kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (25.53kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (25.53kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (573.1kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (573.1kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (251.31kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (251.31kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (23.66kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (23.66kB)
[INFO] Fetching eu.fbk.tools.editor.c_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (153.76kB)
[INFO] Fetching eu.fbk.tools.editor.c_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (153.76kB)
[INFO] Fetching eu.fbk.tools.editor.c.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (153.05kB)
[INFO] Fetching eu.fbk.tools.editor.c.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (153.05kB)
[INFO] Fetching eu.fbk.tools.editor.c.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (17.83kB)
[INFO] Fetching eu.fbk.tools.editor.c.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (17.83kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (22.72kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (22.72kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (268.51kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (268.51kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (303.62kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (303.62kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (244.11kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (244.11kB)
[INFO] Fetching eu.fbk.tools.editor.basetype_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (248.57kB)
[INFO] Fetching eu.fbk.tools.editor.basetype_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (248.57kB)
[INFO] Fetching eu.fbk.tools.editor.contract_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (200.72kB)
[INFO] Fetching eu.fbk.tools.editor.contract_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (200.72kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (19.7kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (19.7kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (26.22kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (26.22kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ui_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (21.38kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ui_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (21.38kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (32.22kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ui_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (32.22kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (81.95kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (81.95kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (298.25kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (298.25kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (54.98kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (54.98kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (234.64kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (234.64kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (351.6kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (351.6kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (2.4MB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (2.4MB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (93.24kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (93.24kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (599.25kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (599.25kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (154.87kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (154.87kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (180.89kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (180.89kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (185.98kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (185.98kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ide_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (287.42kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ide_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (287.42kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (283.18kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ide_1.0.0.202206171342.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (283.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (3.61MB)
[INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (3.61MB)
[INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (167.2kB)
[INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (167.2kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (248.86kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (248.86kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (18.47kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (18.47kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (480.15kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (480.15kB)
[INFO] Fetching org.objectweb.asm_5.1.0.v20160914-0701.jar from http://download.eclipse.org/releases/neon/201703231000/plugins/ (66.92kB)
[INFO] Fetching org.objectweb.asm_5.1.0.v20160914-0701.jar from http://download.eclipse.org/releases/neon/201703231000/plugins/ (66.92kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (244.65kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (244.65kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (15.52kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (15.52kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (267.27kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (267.27kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.refinementView.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (14.11kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.refinementView.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (14.11kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardTools.KratosExecService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (14.41kB)
[INFO] Fetching eu.fbk.eclipse.standardTools.KratosExecService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (14.41kB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20220610-1435.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (22.06MB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20220610-1435.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (22.06MB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20220610-1435.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (6.03MB of 22.06MB at 6.02MB/s)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20220610-1435.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (16.99MB of 22.06MB at 8.49MB/s)
[INFO] Fetching eu.fbk.eclipse.standardtools.ExecOcraCommands_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (40.1kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ExecOcraCommands_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (40.1kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ModelTranslatorToOcra_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (48.56kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ModelTranslatorToOcra_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (48.56kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToSmv_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (1.47MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToSmv_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (1.47MB)
[INFO] Fetching eu.fbk.tools.editor.c.visitor_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (28.61kB)
[INFO] Fetching eu.fbk.tools.editor.c.visitor_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (28.61kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ast_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (229.11kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ast_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (229.11kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.nuXmvService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (14.71kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.nuXmvService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (14.71kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardTools.XSapExecService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (4.61kB)
[INFO] Fetching eu.fbk.eclipse.standardTools.XSapExecService_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (4.61kB)
[INFO] Fetching org.eclipse.acceleo.common_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (51.92kB)
[INFO] Fetching org.eclipse.acceleo.common_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (51.92kB)
[INFO] Fetching org.eclipse.acceleo.engine_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (80.99kB)
[INFO] Fetching org.eclipse.acceleo.engine_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (80.99kB)
[INFO] Fetching org.eclipse.acceleo.model_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (51.17kB)
[INFO] Fetching org.eclipse.acceleo.model_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (51.17kB)
[INFO] Fetching org.eclipse.acceleo.profiler_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (17.98kB)
[INFO] Fetching org.eclipse.acceleo.profiler_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (17.98kB)
[INFO] Fetching org.eclipse.acceleo.parser_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (145.7kB)
[INFO] Fetching org.eclipse.acceleo.parser_3.6.6.201610060831.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.6/R201610060831/plugins/ (145.7kB)
[INFO] Fetching org.eclipse.ocl.uml_5.2.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (104.83kB)
[INFO] Fetching org.eclipse.ocl.uml_5.2.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (104.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.76kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (8.43MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (8.43MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (7.12MB of 8.43MB at 7.11MB/s)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram.ui_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (43.79kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram.ui_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (43.79kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (1.15MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (1.15MB)
[INFO] Fetching org.eclipse.sirius_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (356.3kB)
[INFO] Fetching org.eclipse.sirius_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (356.3kB)
[INFO] Fetching org.eclipse.sirius.diagram_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (335.26kB)
[INFO] Fetching org.eclipse.sirius.diagram_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (335.26kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (2.84MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (2.84MB)
[INFO] Fetching org.eclipse.sirius.common.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (95.25kB)
[INFO] Fetching org.eclipse.sirius.common.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (95.25kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (171.25kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (171.25kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (33.12kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (33.12kB)
[INFO] Fetching org.eclipse.sirius.ext.base_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (14.36kB)
[INFO] Fetching org.eclipse.sirius.ext.base_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (14.36kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.logger_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (9.03kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.logger_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (9.03kB)
[INFO] Fetching org.eclipse.elk.core.service_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (54.7kB)
[INFO] Fetching org.eclipse.elk.core.service_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (54.7kB)
[INFO] Fetching org.eclipse.elk.graph_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (103.55kB)
[INFO] Fetching org.eclipse.elk.graph_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (103.55kB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.elk.conn.gmf_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (117.33kB)
[INFO] Fetching org.eclipse.elk.conn.gmf_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (117.33kB)
[INFO] Fetching org.eclipse.elk.alg.common_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (219.77kB)
[INFO] Fetching org.eclipse.elk.alg.common_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (219.77kB)
[INFO] Fetching org.eclipse.elk.core_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (347.38kB)
[INFO] Fetching org.eclipse.elk.core_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (347.38kB)
[INFO] Fetching org.eclipse.elk.core.ui_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (92.91kB)
[INFO] Fetching org.eclipse.elk.core.ui_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (92.91kB)
[INFO] Fetching org.eclipse.elk.core.meta_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (505.41kB)
[INFO] Fetching org.eclipse.elk.core.meta_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (505.41kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (384.26kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (384.26kB)
[INFO] Fetching org.eclipse.sirius.common_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (77.71kB)
[INFO] Fetching org.eclipse.sirius.common_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (77.71kB)
[INFO] Fetching eu.fbk.tools.adapter.ui_1.0.0.20220610-1435.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (313.38kB)
[INFO] Fetching eu.fbk.tools.adapter.ui_1.0.0.20220610-1435.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (313.38kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.0.201907151344.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (215.6kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.0.201907151344.jar from http://es-static.fbk.eu/tools/eclipse/neon/eata_devel/plugins/ (215.6kB)
[INFO] Fetching org.antlr.runtime_3.0.0.v200803061811.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.85kB)
[INFO] Fetching org.antlr.runtime_3.0.0.v200803061811.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.85kB)
[INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.elk.alg.disco_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (74.83kB)
[INFO] Fetching org.eclipse.elk.alg.disco_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (74.83kB)
[INFO] Fetching org.eclipse.elk.alg.force_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (127.61kB)
[INFO] Fetching org.eclipse.elk.alg.force_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (127.61kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.dot_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (230.11kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.dot_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (230.11kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.layouter_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (226.67kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.layouter_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (226.67kB)
[INFO] Fetching org.eclipse.elk.alg.mrtree_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (105.73kB)
[INFO] Fetching org.eclipse.elk.alg.mrtree_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (105.73kB)
[INFO] Fetching org.eclipse.elk.alg.radial_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.elk.alg.radial_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.elk.alg.spore_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (361.62kB)
[INFO] Fetching org.eclipse.elk.alg.spore_0.4.0.jar from http://download.eclipse.org/elk/updates/releases/0.4.0/plugins/ (361.62kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (544.19kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar from http://es-static.fbk.eu/tools/eclipse/neon/sde_devel/plugins/ (544.19kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (1.4MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201609281000/plugins/ (1.4MB)
[INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (28.75kB)
[INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (28.75kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201606071713.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201606071713.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.gmf.common_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (55.82kB)
[INFO] Fetching org.eclipse.gmf.common_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (55.82kB)
[INFO] Fetching org.eclipse.gmf.xpand_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (139.64kB)
[INFO] Fetching org.eclipse.gmf.xpand_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (139.64kB)
[INFO] Fetching org.eclipse.gmf.graphdef_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (75.19kB)
[INFO] Fetching org.eclipse.gmf.graphdef_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (75.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.lite.svg_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.lite.svg_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.26kB)
[INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.26kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (56.64kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (56.64kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.84kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.84kB)
[INFO] Fetching R201909021645&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=mmt/atl/updates/releases/4.1/ (63B)
[INFO] Fetching org.eclipse.m2m.atl.common_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (69.96kB)
[INFO] Fetching org.eclipse.m2m.atl.common_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (69.96kB)
[INFO] Fetching org.eclipse.m2m.atl.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.2kB)
[INFO] Fetching org.eclipse.m2m.atl.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.2kB)
[INFO] Fetching org.eclipse.m2m.atl.core.emf_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.m2m.atl.core.emf_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.emf4atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.emf4atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.m2m.atl.dsls_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (205.24kB)
[INFO] Fetching org.eclipse.m2m.atl.dsls_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (205.24kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.vm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (66.85kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.vm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (66.85kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.uml24atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.uml24atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (216.38kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (216.38kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (71.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (71.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.52kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.89kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.blockdefinition_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (64.04kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.blockdefinition_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (64.04kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.css_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (7.82kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.css_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (7.82kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.internalblock_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (57.75kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.internalblock_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (57.75kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.parametric_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (51.41kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.parametric_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (51.41kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.requirement_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (33.22kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.requirement_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (33.22kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (10.99kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (10.99kB)
[INFO] Fetching org.eclipse.papyrus.sysml.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (36.33kB)
[INFO] Fetching org.eclipse.papyrus.sysml.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (36.33kB)
[INFO] Fetching org.eclipse.papyrus.sysml.modelexplorer_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.papyrus.sysml.modelexplorer_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.papyrus.sysml.properties_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (21.35kB)
[INFO] Fetching org.eclipse.papyrus.sysml.properties_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (21.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (911kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (911kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (274.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (274.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (208.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (208.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (84.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (84.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.palette_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.palette_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (179.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (179.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (285.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (285.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (58.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (58.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (267.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (267.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (215.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (215.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (483.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (483.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_2.0.100.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (210.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_2.0.100.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (210.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.4kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (32.93kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (32.93kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (10kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (10kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.48kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.48kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (24.16kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (24.16kB)
[INFO] Fetching org.eclipse.sirius.diagram.layoutdata_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (24.1kB)
[INFO] Fetching org.eclipse.sirius.diagram.layoutdata_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (24.1kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.38kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.38kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (17.58kB)
[INFO] Fetching org.eclipse.sirius.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (353.17kB)
[INFO] Fetching org.eclipse.sirius.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (353.17kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.99kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.99kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (10.43kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (10.43kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.07kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.07kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.52kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_4.1.3.201701271256.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (7.52kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (48.51kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (48.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.96kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (29.01kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (29.01kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.hierarchicalContractView.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (15.93kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.hierarchicalContractView.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (15.93kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Fetching org.eclipse.m2m.qvt.oml.common.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (59.35kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (59.35kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (35.2kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (35.2kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.ui_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (141.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.ui_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (141.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ocl_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ocl_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.ui_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (61.8kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.ui_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (61.8kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta.design_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (51.47kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta.design_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (51.47kB)
[INFO] Fetching &format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/epsilon/updates/ (63B)
[INFO] Fetching org.eclipse.epsilon.common_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (81.27kB)
[INFO] Fetching org.eclipse.epsilon.common_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (81.27kB)
[INFO] Fetching org.eclipse.epsilon.dependencies_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (6.82kB)
[INFO] Fetching org.eclipse.epsilon.dependencies_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (6.82kB)
[INFO] Fetching org.antlr.runtime_3.1.b1_3.1.0.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (120.34kB)
[INFO] Fetching org.antlr.runtime_3.1.b1_3.1.0.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (120.34kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (115.36kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (115.36kB)
[INFO] Fetching org.eclipse.epsilon.eol.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (860kB)
[INFO] Fetching org.eclipse.epsilon.eol.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (860kB)
[INFO] Fetching org.eclipse.epsilon.emc.plainxml_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (45.6kB)
[INFO] Fetching org.eclipse.epsilon.emc.plainxml_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (45.6kB)
[INFO] Fetching org.eclipse.epsilon.erl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (28.97kB)
[INFO] Fetching org.eclipse.epsilon.erl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (28.97kB)
[INFO] Fetching org.eclipse.epsilon.etl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (304.88kB)
[INFO] Fetching org.eclipse.epsilon.etl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (304.88kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Fetching org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (65.75kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (65.75kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (12.86kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/pom.xml
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.4.100.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (403.04kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.4.100.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (403.04kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (53.06kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (53.06kB)
[INFO] Fetching org.eclipse.net4j.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (38.49kB)
[INFO] Fetching org.eclipse.net4j.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (38.49kB)
[INFO] Fetching org.eclipse.papyrus.cdo.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (102.48kB)
[INFO] Fetching org.eclipse.papyrus.cdo.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (102.48kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (26.74kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (26.74kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.5kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.5kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToCleanC_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (27.55kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToCleanC_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (27.55kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Fetching org.eclipse.m2m.atl.debug.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (25.61kB)
[INFO] Fetching org.eclipse.m2m.atl.debug.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (25.61kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (65.32kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (65.32kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm.launch_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.16kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm.launch_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.16kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.constraintEditor.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (7.34kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.constraintEditor.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (7.34kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.discovery:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.discovery:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.discovery:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.propertyEditor.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (9.57kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.propertyEditor.core_1.0.0.202207150758.jar from http://es-static.fbk.eu/tools/eclipse/neon/est_devel/plugins/ (9.57kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Fetching org.eclipse.papyrus.views.search_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.97kB)
[INFO] Fetching org.eclipse.papyrus.views.search_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.97kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.customEditors:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.customEditors:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml
[INFO] Fetching org.eclipse.ocl.pivot_1.1.1.v20160808-1416.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (813.26kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.1.1.v20160808-1416.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (813.26kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.1.2.v20161111-1812.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (85.82kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.1.2.v20161111-1812.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (85.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (63.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (63.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (39.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (39.69kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.customEditors:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.framework:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.framework:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.framework:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml
[WARNING] The project org.polarsys.chess:org.polarsys.chess.configuration:pom:1.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.polarsys.chess.configuration                                   [pom]
[INFO] org.polarsys.chess.parent                                          [pom]
[INFO] org.polarsys.chess.chessmlprofile                       [eclipse-plugin]
[INFO] org.polarsys.chess.core                                 [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.profile                    [eclipse-plugin]
[INFO] org.polarsys.chess.service                              [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.chessextension             [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.contractEditor             [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.contractPropertyManager    [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.integration                [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.refinementView             [eclipse-plugin]
[INFO] org.polarsys.chess.smvExporter                          [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.verificationService        [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.safetyAnalysis             [eclipse-plugin]
[INFO] org.polarsys.chess.validator                            [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.validation                 [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.transformations            [eclipse-plugin]
[INFO] org.eclipse.papyrus.junit.framework                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.junit.utils                         [eclipse-plugin]
[INFO] org.polarsys.chess.diagram.ui                           [eclipse-plugin]
[INFO] org.polarsys.chess.diagramsCreator                      [eclipse-plugin]
[INFO] org.polarsys.chess.OSSImporter                          [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.verificationService.test.runtime [eclipse-test-plugin]
[INFO] org.polarsys.chess.contracts.hierarchicalContractView   [eclipse-plugin]
[INFO] org.polarsys.chess.fla.flamm                            [eclipse-plugin]
[INFO] org.polarsys.chess.fla.flaxml                           [eclipse-plugin]
[INFO] org.polarsys.chess.m2m                                  [eclipse-plugin]
[INFO] org.polarsys.chess.fla                                  [eclipse-plugin]
[INFO] org.polarsys.chess.fla.faultTreeGenerator               [eclipse-plugin]
[INFO] org.polarsys.chess.fla.transformations                  [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.global                         [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.fladsl                         [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.fladsl.ide                     [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.fladsl.ui                      [eclipse-plugin]
[INFO] org.polarsys.chess.wizards                              [eclipse-plugin]
[INFO] org.polarsys.chess.cdo                                  [eclipse-plugin]
[INFO] org.polarsys.chess.checkers                             [eclipse-plugin]
[INFO] org.polarsys.chess.cleanCExporter                       [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring                           [eclipse-plugin]
[INFO] org.polarsys.chess.multicore                            [eclipse-plugin]
[INFO] org.polarsys.chess.codegen.ada                          [eclipse-plugin]
[INFO] org.polarsys.chess.commands                             [eclipse-plugin]
[INFO] org.polarsys.chess.constraints.constraintEditor         [eclipse-plugin]
[INFO] org.polarsys.chess.discovery                            [eclipse-plugin]
[INFO] org.polarsys.chess.functionBehaviors.functionBehaviorEditor [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring.edit                      [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring.editor                    [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring.tests                     [eclipse-plugin]
[INFO] org.polarsys.chess.paramArchConfigurator                [eclipse-plugin]
[INFO] org.polarsys.chess.patterns.profile                     [eclipse-plugin]
[INFO] org.polarsys.chess.patterns.library                     [eclipse-plugin]
[INFO] org.polarsys.chess.patterns                             [eclipse-plugin]
[INFO] org.polarsys.chess.properties.propertyEditor            [eclipse-plugin]
[INFO] org.polarsys.chess.tabbedproperties                     [eclipse-plugin]
[INFO] org.polarsys.chess.test.runtime                    [eclipse-test-plugin]
[INFO] org.polarsys.chess.tradeoffAnalysis                     [eclipse-plugin]
[INFO] org.polarsys.chess.customEditors                        [eclipse-plugin]
[INFO] org.polarsys.chess.statebased                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile.tests                   [eclipse-plugin]
[INFO] org.polarsys.chess.fla.FPTC2FLABehavior                 [eclipse-plugin]
[INFO] org.polarsys.chess.mainmenu                             [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.preferences                   [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.model                         [eclipse-plugin]
[INFO] org.polarsys.chess.mobius                               [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.model.edit                    [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.model.editor                  [eclipse-plugin]
[INFO] org.polarsys.chess.bundles                                         [pom]
[INFO] org.polarsys.chess.features                                        [pom]
[INFO] org.polarsys.chess.feature                             [eclipse-feature]
[INFO] org.polarsys.chess.releng                                          [pom]
[INFO] org.polarsys.chess.target.neon               [eclipse-target-definition]
[INFO] org.polarsys.chess.repository                       [eclipse-repository]
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.configuration >---------
[INFO] Building org.polarsys.chess.configuration 1.0.0-SNAPSHOT          [1/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 213 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.6 MB/s)
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.configuration ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom (2.6 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml (922 B at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom (2.5 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml (784 B at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.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/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom (1.9 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom (1.9 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom (1.9 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom (2.0 kB at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom (2.0 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom (2.0 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom (2.0 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom (2.0 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom (2.0 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom (2.0 kB at 326 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.7.100/org.eclipse.core.expressions-3.7.100.pom (2.0 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.0/org.eclipse.core.expressions-3.8.0.pom (2.0 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.pom (2.0 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml (783 B at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom (2.3 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (886 B at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom (1.9 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom (2.0 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom (2.0 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom (2.0 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 651 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom (2.0 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom (2.0 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom (2.0 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom (2.0 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (1.0 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom (1.7 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom (1.7 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 577 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 577 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 577 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 577 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.100/org.eclipse.osgi-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 577 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.200/org.eclipse.osgi-3.15.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 433 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.300/org.eclipse.osgi-3.15.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 433 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom (1.7 kB at 433 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom (1.7 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom (1.7 kB at 577 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom (1.7 kB at 575 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom (1.7 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 576 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom (2.3 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom (2.3 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom (2.3 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom (2.3 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom (2.3 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom (2.3 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom (2.3 kB at 100 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom (2.3 kB at 769 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.0/org.eclipse.core.filesystem-1.9.0.pom (2.3 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.100/org.eclipse.core.filesystem-1.9.100.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/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.pom (2.3 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.300/org.eclipse.core.filesystem-1.9.300.pom (2.3 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.pom (2.3 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom (2.5 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom (2.5 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom (2.5 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom (2.5 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom (2.5 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom (2.5 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom (2.5 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom (2.5 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom (2.5 kB at 634 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.900/org.eclipse.core.resources-3.13.900.pom (2.5 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom (2.5 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.0/org.eclipse.core.resources-3.15.0.pom (2.5 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.15.100/org.eclipse.core.resources-3.15.100.pom (2.5 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.pom (2.5 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.16.100/org.eclipse.core.resources-3.16.100.pom (2.5 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.pom (2.5 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (840 B at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom (2.1 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml (784 B at 3.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom (1.9 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom (1.9 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom (1.9 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom (1.9 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom (1.9 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom (1.9 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom (1.9 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom (1.9 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom (1.9 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom (1.9 kB at 962 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom (1.9 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.0/org.eclipse.core.commands-3.10.0.pom (1.9 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.pom (1.9 kB at 1.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.pom (1.9 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom (2.1 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom (2.1 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom (2.4 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom (2.4 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom (2.4 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom (2.4 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom (2.4 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom (2.4 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom (2.4 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom (2.4 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom (2.4 kB at 816 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.400/org.eclipse.text-3.10.400.pom (2.4 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom (2.4 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.pom (2.4 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.12.100/org.eclipse.text-3.12.100.pom (2.5 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.110/org.eclipse.jdt.compiler.apt-1.3.110.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.110/org.eclipse.jdt.compiler.apt-1.3.110.pom (1.9 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml (1.1 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.2/org.eclipse.jdt.core-3.12.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.2/org.eclipse.jdt.core-3.12.2.pom (2.6 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.11.1/org.eclipse.core.resources-3.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.11.1/org.eclipse.core.resources-3.11.1.pom (2.5 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml (942 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom (3.2 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (920 B at 26 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.8.0/org.eclipse.equinox.common-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 45 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.0/org.eclipse.equinox.common-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom (1.7 kB at 63 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.100/org.eclipse.equinox.common-3.10.100.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.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 40 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.200/org.eclipse.equinox.common-3.10.200.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.200/org.eclipse.equinox.common-3.10.200.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/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.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.300/org.eclipse.equinox.common-3.10.300.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/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.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.400/org.eclipse.equinox.common-3.10.400.pom (1.7 kB at 48 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 46 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.600/org.eclipse.equinox.common-3.10.600.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.600/org.eclipse.equinox.common-3.10.600.pom (1.7 kB at 108 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.11.0/org.eclipse.equinox.common-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.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/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 79 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.13.0/org.eclipse.equinox.common-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom (1.7 kB at 432 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.14.0/org.eclipse.equinox.common-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom (1.7 kB at 108 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.14.100/org.eclipse.equinox.common-3.14.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 56 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.15.0/org.eclipse.equinox.common-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 108 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.15.100/org.eclipse.equinox.common-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 40 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.16.0/org.eclipse.equinox.common-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom (1.9 kB at 32 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.16.100/org.eclipse.equinox.common-3.16.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom (1.9 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (978 B at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom (1.9 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom (1.9 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom (1.9 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom (1.9 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom (1.9 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom (2.0 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom (2.0 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 7.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 653 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom (2.0 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom (2.0 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom (2.0 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom (2.0 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (836 B at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom (2.2 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom (2.2 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom (2.2 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom (2.2 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom (2.2 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom (2.2 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom (2.2 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom (2.2 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom (2.2 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom (2.2 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom (2.2 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom (2.3 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 9.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom (1.3 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (818 B at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom (2.3 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom (2.3 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom (2.3 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom (2.3 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom (2.3 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom (2.3 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom (2.3 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom (2.3 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom (2.3 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom (2.3 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom (2.3 kB at 584 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom (2.3 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.1000/org.eclipse.core.contenttype-3.7.1000.pom (2.3 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom (2.3 kB at 168 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom (2.3 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (746 B at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom (2.1 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom (2.1 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom (2.1 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom (2.1 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom (2.1 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom (2.1 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom (2.1 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom (2.1 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom (2.1 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom (2.1 kB at 711 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom (2.1 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom (2.1 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom (2.1 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom (3.2 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom (3.2 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom (3.2 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom (3.2 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom (3.2 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom (3.2 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom (3.0 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom (3.0 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom (3.0 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom (3.0 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom (3.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.0/org.eclipse.core.runtime-3.20.0.pom (3.0 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom (3.0 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.22.0/org.eclipse.core.runtime-3.22.0.pom (3.0 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.23.0/org.eclipse.core.runtime-3.23.0.pom (3.0 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.pom (3.0 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.24.100/org.eclipse.core.runtime-3.24.100.pom (3.0 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom (3.0 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.12.3/org.eclipse.jdt.core-3.12.3.pom (2.6 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.0/org.eclipse.jdt.core-3.13.0.pom (2.6 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.50/org.eclipse.jdt.core-3.13.50.pom (2.6 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.100/org.eclipse.jdt.core-3.13.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.100/org.eclipse.jdt.core-3.13.100.pom (2.6 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.101/org.eclipse.jdt.core-3.13.101.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.101/org.eclipse.jdt.core-3.13.101.pom (2.6 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.14.0/org.eclipse.jdt.core-3.14.0.pom (2.6 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.15.0/org.eclipse.jdt.core-3.15.0.pom (2.6 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom (2.7 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.17.0/org.eclipse.jdt.core-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.17.0/org.eclipse.jdt.core-3.17.0.pom (2.7 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom (2.7 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.19.0/org.eclipse.jdt.core-3.19.0.pom (2.7 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom (2.7 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.pom (2.7 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.pom (2.7 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.pom (2.7 kB at 885 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.24.0/org.eclipse.jdt.core-3.24.0.pom (2.7 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom (2.7 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.26.0/org.eclipse.jdt.core-3.26.0.pom (2.7 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.27.0/org.eclipse.jdt.core-3.27.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.27.0/org.eclipse.jdt.core-3.27.0.pom (2.7 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.28.0/org.eclipse.jdt.core-3.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.28.0/org.eclipse.jdt.core-3.28.0.pom (2.7 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.29.0/org.eclipse.jdt.core-3.29.0.pom (2.7 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.pom (2.7 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.101/org.eclipse.jdt.compiler.tool-1.2.101.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.101/org.eclipse.jdt.compiler.tool-1.2.101.pom (1.9 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.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.pom (1.1 kB at 48 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 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0/guava-14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0/guava-14.0.pom (5.4 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0/guava-parent-14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0/guava-parent-14.0.pom (2.6 kB at 128 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 536 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0-rc1/guava-15.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0-rc1/guava-15.0-rc1.pom (6.3 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0-rc1/guava-parent-15.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/15.0-rc1/guava-parent-15.0-rc1.pom (7.3 kB at 80 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 84 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 157 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 188 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 64 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 159 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 170 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 183 kB/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 91 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 110 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 85 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 135 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 225 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 522 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 107 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 113 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 94 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 148 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 405 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 405 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 142 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 170 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 83 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 198 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 119 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 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.12.0/org.eclipse.xtend.core-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.12.0/org.eclipse.xtend.core-2.12.0.pom (5.0 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.pom (4.3 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.pom (4.9 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.pom (9.1 kB at 157 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.12.0/org.eclipse.xtext.util-2.12.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.12.0/org.eclipse.xtext.util-2.12.0.pom (6.7 kB at 125 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.12.0/org.eclipse.xtend.lib-2.12.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.12.0/org.eclipse.xtend.lib-2.12.0.pom (4.0 kB at 96 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.12.0/org.eclipse.xtext.xbase.lib-2.12.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.12.0/org.eclipse.xtext.xbase.lib-2.12.0.pom (3.8 kB at 136 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.12.0/org.eclipse.xtend.lib.macro-2.12.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.12.0/org.eclipse.xtend.lib.macro-2.12.0.pom (3.9 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 1.5 MB/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.2 kB at 102 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.10.1/org.eclipse.emf.common-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1/org.eclipse.emf.common-2.10.1.pom (1.1 kB at 85 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.10.1-v20140901-1043/org.eclipse.emf.common-2.10.1-v20140901-1043.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20140901-1043/org.eclipse.emf.common-2.10.1-v20140901-1043.pom (1.1 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.common/2.10.1-v20150123-0348/org.eclipse.emf.common-2.10.1-v20150123-0348.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.1-v20150123-0348/org.eclipse.emf.common-2.10.1-v20150123-0348.pom (1.1 kB at 86 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.11.0/org.eclipse.emf.common-2.11.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.11.0/org.eclipse.emf.common-2.11.0.pom (1.1 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.11.0-v20150123-0347/org.eclipse.emf.common-2.11.0-v20150123-0347.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150123-0347/org.eclipse.emf.common-2.11.0-v20150123-0347.pom (1.1 kB at 59 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.11.0-v20150805-0538/org.eclipse.emf.common-2.11.0-v20150805-0538.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.11.0-v20150805-0538/org.eclipse.emf.common-2.11.0-v20150805-0538.pom (1.1 kB at 56 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 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.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 19 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 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.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 437 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 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.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 69 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 82 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 130 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 130 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 78 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 66 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.10.2-v20150123-0348/org.eclipse.emf.ecore-2.10.2-v20150123-0348.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.2-v20150123-0348/org.eclipse.emf.ecore-2.10.2-v20150123-0348.pom (1.1 kB at 86 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.11.0-v20150123-0347/org.eclipse.emf.ecore-2.11.0-v20150123-0347.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.0-v20150123-0347/org.eclipse.emf.ecore-2.11.0-v20150123-0347.pom (1.1 kB at 86 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.11.1/org.eclipse.emf.ecore-2.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1/org.eclipse.emf.ecore-2.11.1.pom (1.1 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.ecore/2.11.1-v20150805-0538/org.eclipse.emf.ecore-2.11.1-v20150805-0538.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.1-v20150805-0538/org.eclipse.emf.ecore-2.11.1-v20150805-0538.pom (1.1 kB at 5.0 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.11.2/org.eclipse.emf.ecore-2.11.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.11.2/org.eclipse.emf.ecore-2.11.2.pom (1.1 kB at 65 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 78 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 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.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 7.4 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 94 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 562 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 65 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 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.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 120 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 179 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 65 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 166 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 33 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 721 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.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 31 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/org/eclipse/emf/org.eclipse.emf.ecore.xmi/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.xmi/maven-metadata.xml (943 B at 3.2 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.10.2-v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2-v20150123-0348.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.10.2-v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2-v20150123-0348.pom (1.1 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.xmi/2.11.0-v20150123-0347/org.eclipse.emf.ecore.xmi-2.11.0-v20150123-0347.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.11.0-v20150123-0347/org.eclipse.emf.ecore.xmi-2.11.0-v20150123-0347.pom (1.1 kB at 47 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.11.1/org.eclipse.emf.ecore.xmi-2.11.1.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.11.1/org.eclipse.emf.ecore.xmi-2.11.1.pom (1.1 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.ecore.xmi/2.11.1-v20150805-0538/org.eclipse.emf.ecore.xmi-2.11.1-v20150805-0538.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.11.1-v20150805-0538/org.eclipse.emf.ecore.xmi-2.11.1-v20150805-0538.pom (1.1 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.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 23 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 36 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.16.0/org.eclipse.emf.ecore.xmi-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.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom (1.5 kB at 65 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 675 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 856 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom (2.1 kB at 100 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (5.5 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom (2.1 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom (1.9 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.2.100/org.eclipse.jdt.compiler.apt-1.2.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.2.100/org.eclipse.jdt.compiler.apt-1.2.100.pom (1.9 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.12.0/org.eclipse.xtext.smap-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.12.0/org.eclipse.xtext.smap-2.12.0.pom (4.3 kB at 71 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.8.0-v20120911-0500/org.eclipse.emf.common-2.8.0-v20120911-0500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.8.0-v20120911-0500/org.eclipse.emf.common-2.8.0-v20120911-0500.pom (1.1 kB at 37 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.9.0-v20130528-0742/org.eclipse.emf.common-2.9.0-v20130528-0742.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.0-v20130528-0742/org.eclipse.emf.common-2.9.0-v20130528-0742.pom (1.1 kB at 13 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.9.1-v20130827-0309/org.eclipse.emf.common-2.9.1-v20130827-0309.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.1-v20130827-0309/org.eclipse.emf.common-2.9.1-v20130827-0309.pom (1.1 kB at 35 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.9.2-v20131212-0545/org.eclipse.emf.common-2.9.2-v20131212-0545.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.9.2-v20131212-0545/org.eclipse.emf.common-2.9.2-v20131212-0545.pom (1.1 kB at 26 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.10.0-v20140514-1158/org.eclipse.emf.common-2.10.0-v20140514-1158.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.10.0-v20140514-1158/org.eclipse.emf.common-2.10.0-v20140514-1158.pom (1.1 kB at 8.9 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.8.0-v20120911-0500/org.eclipse.emf.ecore-2.8.0-v20120911-0500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.8.0-v20120911-0500/org.eclipse.emf.ecore-2.8.0-v20120911-0500.pom (1.1 kB at 34 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.9.0-v20130528-0742/org.eclipse.emf.ecore-2.9.0-v20130528-0742.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.0-v20130528-0742/org.eclipse.emf.ecore-2.9.0-v20130528-0742.pom (1.1 kB at 26 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.9.1-v20130827-0309/org.eclipse.emf.ecore-2.9.1-v20130827-0309.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.1-v20130827-0309/org.eclipse.emf.ecore-2.9.1-v20130827-0309.pom (1.1 kB at 38 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.9.2-v20131212-0545/org.eclipse.emf.ecore-2.9.2-v20131212-0545.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.9.2-v20131212-0545/org.eclipse.emf.ecore-2.9.2-v20131212-0545.pom (1.1 kB at 4.4 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.10.0-v20140514-1158/org.eclipse.emf.ecore-2.10.0-v20140514-1158.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.0-v20140514-1158/org.eclipse.emf.ecore-2.10.0-v20140514-1158.pom (1.1 kB at 26 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.10.1/org.eclipse.emf.ecore-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1/org.eclipse.emf.ecore-2.10.1.pom (1.1 kB at 7.7 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.10.1-v20140901-1043/org.eclipse.emf.ecore-2.10.1-v20140901-1043.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.10.1-v20140901-1043/org.eclipse.emf.ecore-2.10.1-v20140901-1043.pom (1.1 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 497 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 780 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 308 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 214 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 850 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 715 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 421 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 748 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 436 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 1.5 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.8.0-v20120911-0500/org.eclipse.emf.ecore.xmi-2.8.0-v20120911-0500.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.8.0-v20120911-0500/org.eclipse.emf.ecore.xmi-2.8.0-v20120911-0500.pom (1.1 kB at 36 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.9.0-v20130528-0742/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.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.9.0-v20130528-0742/org.eclipse.emf.ecore.xmi-2.9.0-v20130528-0742.pom (1.1 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.ecore.xmi/2.9.1-v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1-v20130827-0309.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.9.1-v20130827-0309/org.eclipse.emf.ecore.xmi-2.9.1-v20130827-0309.pom (1.1 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.xmi/2.9.1-v20131212-0545/org.eclipse.emf.ecore.xmi-2.9.1-v20131212-0545.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.9.1-v20131212-0545/org.eclipse.emf.ecore.xmi-2.9.1-v20131212-0545.pom (1.1 kB at 53 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.10.0-v20140514-1158/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-1158.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.10.0-v20140514-1158/org.eclipse.emf.ecore.xmi-2.10.0-v20140514-1158.pom (1.1 kB at 43 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.10.1/org.eclipse.emf.ecore.xmi-2.10.1.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.10.1/org.eclipse.emf.ecore.xmi-2.10.1.pom (1.1 kB at 26 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.10.1-v20140901-1043/org.eclipse.emf.ecore.xmi-2.10.1-v20140901-1043.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.10.1-v20140901-1043/org.eclipse.emf.ecore.xmi-2.10.1-v20140901-1043.pom (1.1 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.110/org.eclipse.jdt.compiler.apt-1.3.110.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.jar (94 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.101/org.eclipse.jdt.compiler.tool-1.2.101.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.jar (72 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar (289 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.tool/1.2.101/org.eclipse.jdt.compiler.tool-1.2.101.jar (203 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.jar (913 kB at 9.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar (117 kB at 889 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.compiler.apt/1.3.110/org.eclipse.jdt.compiler.apt-1.3.110.jar (215 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.jar (286 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.jar (75 kB at 455 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar (102 kB at 548 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar (199 kB at 1.0 MB/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.400/org.eclipse.equinox.common-3.10.400.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar (91 kB at 437 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar (1.5 MB at 7.0 MB/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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar (122 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.12.0/org.eclipse.xtend.core-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.jar (133 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar (112 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.jar (6.8 MB at 17 MB/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.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.core/2.12.0/org.eclipse.xtend.core-2.12.0.jar (1.4 MB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar
[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.jar (2.3 MB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.12.0/org.eclipse.xtext.smap-2.12.0.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.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar (151 kB at 323 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar (497 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/2.12.0/org.eclipse.xtend.lib-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar (281 kB at 591 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.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.smap/2.12.0/org.eclipse.xtext.smap-2.12.0.jar (19 kB at 39 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar (2.5 MB at 5.1 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.27.0/org.eclipse.emf.ecore-2.27.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.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar (74 kB at 145 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.jar
[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.jar (378 kB at 733 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 4.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar (165 kB at 283 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.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 7.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar (42 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar (29 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.16/log4j-1.2.16.jar (482 kB at 779 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
[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.jar (1.3 MB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar (53 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 871 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 36 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar (2.6 MB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 7.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/3.0/guice-3.0.jar (710 kB at 903 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 433 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 79 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.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 17 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/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 66 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 494 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 291 kB/s)
[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 188 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 294 kB/s)
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.configuration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.configuration ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.configuration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.configuration ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 667 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 339 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 790 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 333 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 526 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 486 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 837 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 353 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 661 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 304 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 2.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 4.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 546 kB/s)
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.configuration/1.0.0-SNAPSHOT/org.polarsys.chess.configuration-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.polarsys.chess:org.polarsys.chess.parent >------------
[INFO] Building org.polarsys.chess.parent 1.0.0-SNAPSHOT                 [2/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.parent ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.parent/1.0.0-SNAPSHOT/org.polarsys.chess.parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.chessmlprofile >--------
[INFO] Building org.polarsys.chess.chessmlprofile 1.0.0-SNAPSHOT         [3/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.chessmlprofile ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.chessmlprofile ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 876 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 720 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 8.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 284 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 298 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 559 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 407 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 931 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 486 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 670 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 11 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.chessmlprofile ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 432 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.0.0/tycho-compiler-jdt-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.0.0/tycho-compiler-jdt-1.0.0.pom (1.8 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.2.v20161117-1814/org.eclipse.jdt.core-3.12.2.v20161117-1814.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.2.v20161117-1814/org.eclipse.jdt.core-3.12.2.v20161117-1814.pom (1.0 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.pom (1.1 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.0.0/tycho-compiler-jdt-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.2.v20161117-1814/org.eclipse.jdt.core-3.12.2.v20161117-1814.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 1.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.0.0/tycho-compiler-jdt-1.0.0.jar (16 kB at 620 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.2.100.v20160418-1457/org.eclipse.jdt.compiler.apt-1.2.100.v20160418-1457.jar (169 kB at 3.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.12.2.v20161117-1814/org.eclipse.jdt.core-3.12.2.v20161117-1814.jar (5.8 MB at 14 MB/s)
[INFO] Compiling 468 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.chessmlprofile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.chessmlprofile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.chessmlprofile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.chessmlprofile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.chessmlprofile ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.chessmlprofile ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.core >-------------
[INFO] Building org.polarsys.chess.core 1.0.0-SNAPSHOT                   [4/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.core ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.core ---
[INFO] Compiling 51 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.core ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.core ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.core ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.core ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.core ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.contracts.profile >-------
[INFO] Building org.polarsys.chess.contracts.profile 1.0.0-SNAPSHOT      [5/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.profile ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.profile ---
[INFO] Compiling 54 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.profile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.profile ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.service >------------
[INFO] Building org.polarsys.chess.service 1.0.0-SNAPSHOT                [6/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.service ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.service ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.service ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.service ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.service ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.service ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.service ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.service ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.chessextension >---
[INFO] Building org.polarsys.chess.contracts.chessextension 1.0.0-SNAPSHOT [7/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.chessextension ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.chessextension ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.chessextension ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.contractEditor >---
[INFO] Building org.polarsys.chess.contracts.contractEditor 1.0.0-SNAPSHOT [8/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.contractEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.contractEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager >--
[INFO] Building org.polarsys.chess.contracts.contractPropertyManager 1.0.0-SNAPSHOT [9/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] ----< org.polarsys.chess:org.polarsys.chess.contracts.integration >-----
[INFO] Building org.polarsys.chess.contracts.integration 1.0.0-SNAPSHOT [10/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.integration ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.integration ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.integration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.integration ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.integration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.integration ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.refinementView >---
[INFO] Building org.polarsys.chess.contracts.refinementView 1.0.0-SNAPSHOT [11/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.refinementView ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.refinementView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.refinementView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.smvExporter >----------
[INFO] Building org.polarsys.chess.smvExporter 1.0.0-SNAPSHOT           [12/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.smvExporter ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.smvExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.smvExporter ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.smvExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.smvExporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.smvExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.smvExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.smvExporter ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.smvExporter ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.verificationService >--
[INFO] Building org.polarsys.chess.contracts.verificationService 1.0.0-SNAPSHOT [13/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.verificationService ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis >---
[INFO] Building org.polarsys.chess.contracts.safetyAnalysis 1.0.0-SNAPSHOT [14/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.validator >-----------
[INFO] Building org.polarsys.chess.validator 1.0.0-SNAPSHOT             [15/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.validator ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.validator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.validator ---
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.validator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.validator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.validator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.validator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.validator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.validator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.contracts.validation >-----
[INFO] Building org.polarsys.chess.contracts.validation 1.0.0-SNAPSHOT  [16/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.validation ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.validation ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.validation ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.validation ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.validation ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.validation ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.transformations >---
[INFO] Building org.polarsys.chess.contracts.transformations 1.0.0-SNAPSHOT [17/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.transformations ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.transformations ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.transformations ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.transformations ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.transformations ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.eclipse.papyrus.junit.framework >-------
[INFO] Building org.eclipse.papyrus.junit.framework 1.0.0-SNAPSHOT      [18/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.framework ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.papyrus.junit.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.papyrus.junit.framework ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.eclipse.papyrus.junit.framework ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.eclipse.papyrus.junit.framework ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.papyrus.junit.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.eclipse.papyrus.junit.framework ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.papyrus.junit.framework ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.eclipse.papyrus.junit.utils >---------
[INFO] Building org.eclipse.papyrus.junit.utils 1.0.0-SNAPSHOT          [19/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.utils ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.papyrus.junit.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.papyrus.junit.utils ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.eclipse.papyrus.junit.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.eclipse.papyrus.junit.utils ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.papyrus.junit.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.eclipse.papyrus.junit.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.papyrus.junit.utils ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.diagram.ui >----------
[INFO] Building org.polarsys.chess.diagram.ui 1.0.0-SNAPSHOT            [20/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.diagram.ui ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.diagram.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.diagram.ui ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.diagram.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.diagram.ui ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.diagram.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.diagram.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.diagram.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.diagram.ui ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.diagramsCreator >--------
[INFO] Building org.polarsys.chess.diagramsCreator 1.0.0-SNAPSHOT       [21/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.diagramsCreator ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.diagramsCreator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.diagramsCreator ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.diagramsCreator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.diagramsCreator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.diagramsCreator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.diagramsCreator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.diagramsCreator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.diagramsCreator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.OSSImporter >----------
[INFO] Building org.polarsys.chess.OSSImporter 1.0.0-SNAPSHOT           [22/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.OSSImporter ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.OSSImporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.OSSImporter ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.OSSImporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.OSSImporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.OSSImporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.OSSImporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.OSSImporter ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.OSSImporter ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime >--
[INFO] Building org.polarsys.chess.contracts.verificationService.test.runtime 1.0.0-SNAPSHOT [23/72]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 556 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.0/maven-filtering-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.0/maven-filtering-3.1.0.pom (5.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 9.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 322 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.0/maven-filtering-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 9.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 283 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 4.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.0/maven-filtering-3.1.0.jar (51 kB at 604 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/surefire.properties, -product, org.eclipse.platform.ide]

(SWT:908): Gtk-WARNING **: 08:15:31.634: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.634: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.634: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.634: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.639: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.639: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.639: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.639: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.642: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.642: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.642: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.642: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.649: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.649: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.649: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.649: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.656: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.656: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.657: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.657: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.678: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.678: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.679: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.679: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.683: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.683: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.683: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.683: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.688: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.688: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.688: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.688: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.693: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.693: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.693: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.693: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.699: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.699: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.699: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.699: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.703: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.703: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.703: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.703: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.708: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.708: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.708: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.708: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.721: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.721: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.722: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:31.722: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)
Logging using log4j and configuration /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/configuration/org.eclipse.osgi/65/0/.cp/log4j.properties
2022-07-15 08:15:31 ERROR Activator:95 - ERROR
2022-07-15 08:15:31 FATAL Activator:96 - FATAL

(SWT:908): Gtk-WARNING **: 08:15:32.130: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.130: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.130: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.130: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.153: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.153: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.153: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.153: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.156: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.156: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.156: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.156: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.158: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.158: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.158: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.158: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.174: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.174: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.174: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.174: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.178: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.178: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.178: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.178: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.182: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.182: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.182: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.182: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.186: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.186: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.186: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.186: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.189: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.189: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.190: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.190: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.194: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.194: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.194: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.194: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.197: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.197: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.197: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.197: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.201: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.201: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.201: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.201: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.212: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.212: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.212: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.212: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.550: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.550: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.550: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:32.550: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.696: Negative content height -9 (allocation 1, extents 5x5) while allocating gadget (node button, owner GtkButton)

(SWT:908): Gtk-WARNING **: 08:15:33.816: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.821: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.827: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.830: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.833: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.833: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node trough, owner GtkProgressBar)

(SWT:908): Gtk-WARNING **: 08:15:33.833: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node trough, owner GtkProgressBar)

(SWT:908): Gtk-WARNING **: 08:15:33.892: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.893: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.898: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.899: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.902: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:33.903: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.027 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews
testcreateViews(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations

(SWT:908): Gtk-WARNING **: 08:15:34.142: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:15:34.144: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.438 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations
testFTA(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations) skipped
testFMEA(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations) skipped
testContractBasedFTA(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless
domain: org.eclipse.papyrus.cdo.core.resource.CDOAwareTransactionalEditingDomain@210b558d
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@74061bd1 (name: System, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException: Resource '/testImportModelFromOssFile' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@19fa4ce4 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@19fa4ce4 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@19fa4ce4 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@235f17a2 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@41c733a6 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3ee38f91 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@bd681b1
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@37c81a7e (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@61799717 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@43c403ae (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7ca0d96e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@bcc376e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3729434b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3729434b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@339aa610 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@339aa610 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@339aa610 (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5939fcb (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@19d8c453 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3e2bc845 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@25934339
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3c67fd87 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3c7ec802 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3ff681cf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4ea55849
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@137d45d5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@63df0f86
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@63df0f86
state: org.eclipse.uml2.uml.internal.impl.StateImpl@341a3f6f (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
2022-07-15 08:15:44 INFO  ModelToCodeTranslatorCore:170 - No errors. Export Block SpeedSensor as K2 class.
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78cd443 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78cd443 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@78cd443 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6e3e5ce0 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@d2dafea (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@11682bf3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6bed511d
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4f4915e1 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@2f7bb11d (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7f9c30b2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7ef8f3e5
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@791917c6 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@b18a2a1 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@151f1ad0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2c41a44d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1dd72124
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a4afa09
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2a4afa09
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d821b91 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6c4b2b2 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6c4b2b2 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@6c4b2b2 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@60c17985 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5a246cd2 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5860817e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5aa7de10
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@31419990 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@487a2196 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@144d3296 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@70fe3951
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4d4eb3c7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@760e8973
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@760e8973
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1382db9d (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1382db9d (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1382db9d (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@194b3924 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2039f7e8 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5d0700be (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@74462eb3
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3404ab06 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5bed9cd9 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3e0a65ea (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7bfcf72e
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ab13fcc (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5d8d6d17 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@30457679 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2c9ca2d8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4f30b7d8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1787ddf0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1787ddf0
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6437aeea (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6437aeea (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6437aeea (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@35295308 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@70a0932b (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@755e7a74 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1ff47c6
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7eb1e5e2 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@afc08d4 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@cf74e25 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@77cdf90a
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6228ce4 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6cf28e5c (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5ac27381 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@425fd47a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@50882579
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@64221eff
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@64221eff
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@76d371c5 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@14dd7239 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@14dd7239 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@14dd7239 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1e7a1097 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@211feeb2 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@731e5904 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6505d090
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b359a0f (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@75018ba5 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@74562a78 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3f1ce532
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@387ee53c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@419ae2fd
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@419ae2fd
state: org.eclipse.uml2.uml.internal.impl.StateImpl@6159bd81 (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@62ef069e (name: input_2, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::Selector::Select
RootElement::modelSystemView::PhisicalArchitecture::Selector::Switch
2022-07-15 08:15:44 INFO  ModelToCodeTranslatorCore:170 - No errors. Export Block Selector as K2 class.
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7ba14414 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7ba14414 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7ba14414 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@157c7ac2 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7518b885 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3c4768e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1d010da7
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1265637
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@de9ead0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@de9ead0
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1431f9b5 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1431f9b5 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1431f9b5 (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@561697d5 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@24a4f640 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2910d98f
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@67c943b2 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@583d8a1 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@61628a7
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@67c943b2 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@61628a7
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@2b69d6e9 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d2b9075
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5c74a6d5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@58d8cc39
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3d638755
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5313a087
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5313a087
state: org.eclipse.uml2.uml.internal.impl.StateImpl@259db973 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
2022-07-15 08:15:44 INFO  ModelToCodeTranslatorCore:170 - No errors. Export Block MonitorPresence as K2 class.
org.eclipse.core.internal.resources.ResourceException: Resource '/testExportBlocksAsK2' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1599d85b (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1599d85b (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1599d85b (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@246d68bd (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@504c2d99 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@43a66540 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2f948434
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@60f329fb
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@74230fb7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@74230fb7
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5ec1a5ef (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5ec1a5ef (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5ec1a5ef (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7a388dae (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@79c54ce0 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@15b439d8
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@11e8a819 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2f031277 (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c72f93b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@11e8a819 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7c72f93b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@483c6594 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1c40b4ea
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2be78dbf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@403712d9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6b0ccf8e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2985bbac
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2985bbac
state: org.eclipse.uml2.uml.internal.impl.StateImpl@25963f (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
2022-07-15 08:15:45 INFO  ModelToCodeTranslatorCore:170 - No errors. Export Block MonitorPresence as PYTHON class.
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5f5d4b67 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5f5d4b67 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5f5d4b67 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@25743557 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@2dcf6e81 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2d05925a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7fa582b
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a00b0e (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@55cdc69d (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@54db193c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@135388c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@24ebbdf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@10c7525b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@10c7525b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@66f90897 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@66f90897 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@66f90897 (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@181a2c3d (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6bc24e94 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5a59b52e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2511e651
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ca34d0a (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15ec18e4 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@28b3fb2 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@288272dc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5e3fa1db
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@360937db
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@360937db
state: org.eclipse.uml2.uml.internal.impl.StateImpl@25663d4 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
2022-07-15 08:15:45 INFO  ModelToCodeTranslatorCore:170 - No errors. Export Block SpeedSensor as PYTHON class.
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5e3202ba (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5e3202ba (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5e3202ba (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e43e654 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@d548788 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@428b9b70 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@52e8334b
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@43880e04 (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@6a49a93a (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7487ff18 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@67e6e8a8
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@641d327e (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@43ba47be (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@88e1fee (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@587d05ff
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@557e524c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@40aa0b29
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@40aa0b29
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6df2c6bf (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@10683579 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@10683579 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@10683579 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3051a2a (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@c6965b6 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@37dffc88 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@165eac51
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d2130fa (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7a22b63d (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@32d12e4d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@510e3062
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@651c6c59
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@131656d4
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@131656d4
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d42e030 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d42e030 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2d42e030 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d30bbf3 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@705a3c82 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4793b305 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6f1213e9
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@57c5d2db (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@76da4a8d (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2c8bc4c8 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@53f907eb
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2ad35445 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e79fdb0 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7c26d533 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@677b5303
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@57ba52d5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@765e98f
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@765e98f
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47aaf879 (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47aaf879 (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@47aaf879 (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1a899587 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@c19d45a (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2473fcab (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5c63c924
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@a104a82 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@48e9f49e (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7344cf8c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@312c0229
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39e01ad4 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3eaa4472 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6bc7c484 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3aabae9f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@32435a4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4ca689c8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4ca689c8
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1406016d (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4a409934 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4a409934 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4a409934 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19fe503c (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@49da225 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@611cc0fc (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@cd78806
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@67c34610 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@e264c47 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@93a765f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@391d58c6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@44937a33
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@74732aab
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@74732aab
state: org.eclipse.uml2.uml.internal.impl.StateImpl@349c675b (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@39e2dccd (name: input_2, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::Selector::Select
RootElement::modelSystemView::PhisicalArchitecture::Selector::Switch
2022-07-15 08:15:45 INFO  ModelToCodeTranslatorCore:170 - No errors. Export Block Selector as PYTHON class.
org.eclipse.core.internal.resources.ResourceException: Resource '/testExportBlocksAsPy' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@29e4316f (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@2b49e5cb (name: SystemWithWatchdog, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException: Resource '/testExportAsyncModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@3bab7bf0 (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@45424a24 (name: SystemWithWatchdog, visibility: <unset>) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException: Resource '/testExportAsyncHybridModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@64287ec0 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@64287ec0 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@64287ec0 (value: true)
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@780bf968 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@1ebfacd2 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@39461fbb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5a92453e
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7d7537bd (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1ecfddfd (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@17fda258 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5f8ebe2c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@b92a2bf
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d21c2d7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6d21c2d7
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3b12859f (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3b12859f (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3b12859f (value: true)
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5b173722 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@734ac71b (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5c5b8a90 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2357fd8c
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@419b60e3 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@64cc15d4 (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@64430cd7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@78e4264e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6262cdc9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@258b4f18
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@258b4f18
state: org.eclipse.uml2.uml.internal.impl.StateImpl@634bb565 (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@43520814 (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@43520814 (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@43520814 (value: true)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@71df8a05 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7aea04a (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@54ef1a03 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@37effaa5
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3aedc1ff (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@48339a18 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6420ae1f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2cd24aec
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@786484b0 (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@2c5322fe (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4d62213d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@73d98757
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2f44cc98
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@372a9932
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@372a9932
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@40086714 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@707709e9 (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@707709e9 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@707709e9 (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19a8808c (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5158ea11 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@52eb17e9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27153a7d
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7a6472f3 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6cfa07cc (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@662401e5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@686c098e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@31461d9a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11ac94f5
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11ac94f5
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@43fbebff (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@43fbebff (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@43fbebff (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3a5682f4 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6c8826f7 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@70308c8a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3680c877
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@38cfad71 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15dd8b01 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@61fd11ec (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@510ebed4
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@14ef25a1 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6d1331be (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@64682f81 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4034d5c6
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2d1b324c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@42d094d7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@42d094d7
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ec1e8fa (name: switch_current_use)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ec1e8fa (name: switch_current_use)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6ec1e8fa (name: switch_current_use)
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4218ffc6 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@395ae61e (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@583d4ff7 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@55d448d2
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@50377b61 (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3e331d6f (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@cc3bfa9 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7b26f43b
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@10a1644d (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@365fdb53 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@277014c6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6bbbbb3f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@70233909
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3ca6384a
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3ca6384a
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f605e21 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4049b92c (op: !)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4049b92c (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4049b92c (op: !)
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18b7588f (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@15ba026c (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1826d7ac (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@b175da8
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@29c61f65 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6c2ad153 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@421ff0cd (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@73d40f3b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6af01b13
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@683f63bb
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@683f63bb
state: org.eclipse.uml2.uml.internal.impl.StateImpl@f58ed7c (name: input_1, visibility: <unset>) (isLeaf: false)
state: org.eclipse.uml2.uml.internal.impl.StateImpl@4c97b837 (name: input_2, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::Selector::Select
RootElement::modelSystemView::PhisicalArchitecture::Selector::Switch
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e30935a (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e30935a (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3e30935a (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@53e57282 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@49119a7d (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@73816a46 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@36ce3175
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4ec7344c
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@54722f0c
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@54722f0c
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@736b05ef (value: true)
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@736b05ef (value: true)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@736b05ef (value: true)
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@437bf0eb (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c58115a (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@67373143
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1d9fd86c (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1ff8f9c (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d218c38
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1d9fd86c (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@d218c38
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@53c209f6 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@307df75a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4d831da6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4c421862
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@f0c35a5
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@34e9d76e
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@34e9d76e
state: org.eclipse.uml2.uml.internal.impl.StateImpl@8f90dd (name: primary, visibility: <unset>) (isLeaf: false)
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
2022-07-15 08:15:49 INFO  ModelToCodeTranslatorCore:129 - No errors. Export Blocks as FEI class.
org.eclipse.core.internal.resources.ResourceException: Resource '/testFaultExtensionsGenerator' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@7f901b6b (name: modelSystemView, visibility: <unset>) (URI: null)
umlSelectedComponent: org.eclipse.uml2.uml.internal.impl.ClassImpl@18d42e4e (name: System, visibility: public) (isLeaf: false, isAbstract: false, isFinalSpecialization: false) (isActive: false)
org.eclipse.core.internal.resources.ResourceException: Resource '/testExportModelAsOss' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
RootElement::modelSystemView::PhisicalArchitecture::SpeedSensor::Sense
PrimitiveTypes::Real
PrimitiveTypes::Boolean
PrimitiveTypes::Real
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@46bf1971 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@c24b114
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@c24b114
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@c24b114
XXXX: pr_to_pr -> true
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7bd09844 (name: sensed_speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@48bca2d8 (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6279c218 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6e84f9aa
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11694e86 (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3cee8411 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@10abe896 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@592b0a80
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@26d725d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@8808e2b
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@8808e2b
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6396a2dd, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7de90184]
output port: sensed_speed_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@32bc14ca (name: sensed_speed_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@646ac80a (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@513a1022 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2bc45a2e
output port: sensed_speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@798c01d8 (name: sensed_speed)
intput port: speed
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4b14bc7b (name: speed)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4a2e1e3b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4332287a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@5aa96305
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6763bcef
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6763bcef
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@77d3e097, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2e6d2170]
variables size: 2
variableName: sensed_speed
variableName not input port: sensed_speed
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: sensed_speed_is_present
variableName not input port: sensed_speed_is_present
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
RootElement::modelSystemView::PhisicalArchitecture::MonitorPresence::Monitor
PrimitiveTypes::Boolean
PrimitiveTypes::Boolean
PrimitiveTypes::Boolean
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@10080595 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5efc1e61
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5efc1e61
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5efc1e61
XXXX: pr_to_pr -> true
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4c435153 (name: absence_alarm)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5e4e218e (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@318ea084 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6c3656f4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3a295be8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4ba5c4
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4ba5c4
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4b6c23d1]
output port: absence_alarm
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@c4df528 (name: absence_alarm)
intput port: input_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@19ce4333 (name: input_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@33169970
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1d24e173 (op: !)
intput port: enabled
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7ea3b34a (name: enabled)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@151fb076
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1d24e173 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@151fb076
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@12c576bc (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@28d022ee
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4b8afd5d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@23fe685a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1ab79a0f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6dc86a93
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@6dc86a93
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@43f58dbb]
variables size: 1
variableName: absence_alarm
variableName not input port: absence_alarm
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
RootElement::modelSystemView::PhisicalArchitecture::Selector::Select
RootElement::modelSystemView::PhisicalArchitecture::Selector::Switch
RootElement::modelComponentView::Interval1_2
PrimitiveTypes::Real
PrimitiveTypes::Boolean
PrimitiveTypes::Real
PrimitiveTypes::Boolean
PrimitiveTypes::Real
PrimitiveTypes::Boolean
PrimitiveTypes::Boolean
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@579c7f00 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@2ff33061 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6e4cd4a4
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6e4cd4a4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6e4cd4a4
XXXX: in1_to_in1 -> !switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d76aa1 (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1a1e5b6c
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1a1e5b6c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1a1e5b6c
XXXX: in1_to_in2 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@79ae796e (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6f4567b1
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6f4567b1
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6f4567b1
XXXX: in2_to_in1 -> switch_current_use
intput port: switch_current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5439bb1e (name: switch_current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@506ff931 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@21247792
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@21247792
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@21247792
XXXX: in2_to_in2 -> !switch_current_use
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@23e7c0eb (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@409c02af (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5ece877f (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7d519723
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@60acf0fa (name: output)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@40051f3a (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6a5a8d3a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1bc3e7dd
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1c6fef7f (name: output_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@747bcf07 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4af6afef (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4e0f4463
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2df85eca
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a852732
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a852732
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3b6be464, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7c169df8, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2f1fe97b]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@79a7fcbb (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3196572a (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@61122452 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@27421df9
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@61467f8e (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@626a5b8b (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@12aad320 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2530b959
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@77d8187e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1d8b73aa
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@1d8b73aa
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@21b25a08, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@789f748f]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@75902c56 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@46415af6 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@45f975bd (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3a3accc9
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e3cb544 (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@266c09f (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@cbc19f3 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@608cc029
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4bb1cfe9 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7f678c38 (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@13f871a6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@15736678
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@50f83db8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4ad6bd46
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4ad6bd46
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3c53987e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@589c7620, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@9d15139]
output port: current_use
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6de42614 (name: current_use)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@567260fe (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5529ab90 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3e2b4f1a
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@72331a4d (name: output)
intput port: input1
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3783e165 (name: input1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2feeb92e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4bd97056
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2152ea12 (name: output_is_present)
intput port: input1_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@9f2af94 (name: input1_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@538f404d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5354d1aa
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@65e0b3a8
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4d54c7a8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4d54c7a8
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@419b6e59, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3e93049e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2da38c47]
output port: output
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e07dd2d (name: output)
intput port: input2
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@68168787 (name: input2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@59e6ff76 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@29a03a6e
output port: output_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@59be74c2 (name: output_is_present)
intput port: input2_is_present
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@548eacd (name: input2_is_present)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6b3ba85d (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@43e08c1e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@6952f8c4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5474985c
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@5474985c
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7881e13e, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@c68fbc1]
variables size: 3
variableName: current_use
variableName not input port: current_use
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output
variableName not input port: output
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:52 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: output_is_present
variableName not input port: output_is_present
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:53 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
org.eclipse.core.internal.resources.ResourceException: Resource '/testExportStateMachinesAsSmv' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@15bde8f0 (name: modelSystemView, visibility: <unset>) (URI: null)
org.eclipse.core.internal.resources.ResourceException: Resource '/testFaultExtensionsGeneratorAcceleo' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
MARTE_Library::TimeLibrary::IdealClock
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5283001f (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@6594b60b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@280988f2 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@146ccc8
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@146ccc8
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@146ccc8
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11c1ba09 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@66d1c20b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@192a23f3 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10b5192c
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10b5192c
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@10b5192c
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f3a4d3f (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5de7b82f
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6941ba2c (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@38a6f6a4 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@65a8173a (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5eefd60
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5de7b82f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5eefd60
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@611ab72b (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@33cc4f57
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@33cc4f57
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@33cc4f57
XXXX: t0 -> (approach)&&(z==2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5e0abab2 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2971d48
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@29b7e204 (op: !)
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5fbb1d06 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@546ff369 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@7f4dd0ca (op: <)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@29b7e204 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@7f4dd0ca (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@541290f1 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@bffb0a4
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@bffb0a4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@bffb0a4
XXXX: t4 -> !(approach)&&z<2
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1c19f56a (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@52073aad (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1283c3e2
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@11224aa5 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@42c34f4e (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@297ad7e9 (op: ==)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1283c3e2
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@297ad7e9 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@25ea8df7 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@79ef59be
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@79ef59be
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@79ef59be
XXXX: t1 -> (!approach)&&z==2
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2523b762 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@615a370a
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@9447807 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@62d7fd25 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@5af7deba (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a255089
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@615a370a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6a255089
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@400b998a (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@311b5c66
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@311b5c66
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@311b5c66
XXXX: t2 -> (far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5097a32f (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@363e89a4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7240061 (op: !)
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3f28e86a (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@524baa7b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@10fa7a3f (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@37fa4749
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@7240061 (op: !)
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@37fa4749
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@4f698264 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3691c4b3
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3691c4b3
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@3691c4b3
XXXX: t5 -> !(far)&&(z==2)
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@77be6d6f (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@351af694 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@73fe41e6
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@52aaf248 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@56fb3867 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@34b7da7a (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35475c7b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@73fe41e6
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@35475c7b
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@307ad029 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29711089
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29711089
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@29711089
XXXX: t6 -> (!far)&&(z<2)
intput port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f3f2c6c (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7f5ce82c (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@50a18ebf (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2dc65813
intput port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4bfc5d8b (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5379d150 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@ff179f6 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1068bedb
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3951b958 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@243f0c73 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2085ffcb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@75ce1366
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4161fffe (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1de13f35 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1215f0e5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@174584e2
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@599517fb (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4d19936b (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@7036c0f5 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4b6f3885
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3ab4d4dc
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@102db6fe
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@102db6fe
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7400bece, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@108472f9, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1a63b493, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1a360d9b, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@6bb136dd]
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5fd17245 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7521e6f1 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@17c43156 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4316f794
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1701e6e9 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@6d6d9c96 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5b955eec (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2fcbb85d
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@37e525e3 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@366d86a5 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@477edcba (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@35058d58
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@2bd17c26
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@589192e8
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@589192e8
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3118613f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1ecff0bd, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@ebca45c]
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@278e1a38 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@46a54c6c (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2dd09ea0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1445b739
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@434d3053
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@556d8833
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@556d8833
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@597dd97d]
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5899a5f0 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2b9bc404 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1c9a463b (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1e6ee16c
output port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b4d6174 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7e033ffd (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@30e61598 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@596ae769
output port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@394c6bf1 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@5e5747f2 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5e9dc375 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@50c23660
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@a8bcc6a
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11627286
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11627286
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@69a2f79f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@75a6738, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@ceaa1c8]
MARTE_Library::TimeLibrary::IdealClock
model::modelSystemView::Controller::Contract1Type
model::modelSystemView::Controller::Contract2Type
non static attribute: z
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@27cf4e00 (name: z)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@73789e66 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2a459520 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@9ecf621
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@548e1652
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@592f54b5
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@592f54b5
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7ae26fea]
variables size: 3
variableName: z
variableName not input port: z
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: lower
variableName not input port: lower
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:56 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: raise
variableName not input port: raise
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
MARTE_Library::TimeLibrary::IdealClock
MARTE_Library::TimeLibrary::IdealClock
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@34199c3 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@15edc900 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@fd138e8 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6083983b
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6083983b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6083983b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@3d3f6fb (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@bc96263 (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@7fa84761 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@eafce74
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@eafce74
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@eafce74
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@532c0766 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7be0d4a1 (value: 8)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@3900eb9d (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@303782c6
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@303782c6
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@303782c6
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7b1be50a (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@174841c0 (value: 5)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@45d4c177 (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2292e979
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2292e979
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@2292e979
XXXX: t1 -> x>5
XXXX: t6 -> null
XXXX: t3 -> null
XXXX: t7 -> null
XXXX: t4 -> null
XXXX: t8 -> null
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4a6ae2e6 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@73ab1ec7 (value: 6)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@3cf9df49 (op: >)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7563e1c3
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7563e1c3
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7563e1c3
XXXX: t0 -> x>6
XXXX: t5 -> null
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@39c77afd (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3a8471fc (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@46994fde (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7df99472
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7feb19a2 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@66798c32 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6a92c89c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5b798bb8
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7c78af7c (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@564aa4dd (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2ae050a0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@3d533a0f
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4e96196 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@786419a (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2fcb749a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@b6cb02e
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@44c68504 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@71799697 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5625386 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6be17ec4
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1b7f3819
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7ad82067
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@7ad82067
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@17924b65, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@571f44a0, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2f5bc423, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@14ebc568, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@11a77df3]
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4d3ba04a (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@731fc00 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2d5351f0 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1156f460
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@17f2ff0 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@9261223 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3e4d1e26 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@189e087b
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@60e6b437
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3cb00123
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3cb00123
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2e590a2d, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@19a1c4f0]
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5070c440 (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@361ea401 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@218f6076 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@29641556
output port: enter
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7fe096fe (name: enter)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3c1d0baf (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@66cb408a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6f8c37a0
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@14a00bc9
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@10330a03
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@10330a03
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@27d71cd7, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@429d8837]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@56f13d3f (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@495fb292 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@672d57be (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7f0f94c7
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@204856dc (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@1437ab65 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@192a9efa (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1a0088b4
output port: exit
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@781cc39e (name: exit)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@51d9337b (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@1cc9aaf4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@292d4f1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@1c8cf70e
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11512d79
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@11512d79
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@54c70c6f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@ba8894b, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@45d328cd]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: x
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@478d22f1 (name: x)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.FloatingPointLiteralImpl@820099a (value: 0.0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@54e9cd13 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@501459fb
output port: approach
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7e2063a2 (name: approach)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@76c4c925 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6cdf13bb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1ef6545a
output port: far
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63361955 (name: far)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@33eb69f7 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@27bdf6fa (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@b4532d3
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@58ea7e5f
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2b45e782
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@2b45e782
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@404f942b, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@79bf501f, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3abe565e]
variables size: 5
variableName: x
variableName not input port: x
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:57 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: approach
variableName not input port: approach
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: exit
variableName not input port: exit
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: enter
variableName not input port: enter
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:58 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: far
variableName not input port: far
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
MARTE_Library::TimeLibrary::IdealClock
MARTE_Library::TimeLibrary::IdealClock
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@31db93b0 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1e8c96de (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@311bcea (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@152b788d
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@152b788d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@152b788d
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63b99524 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2de36b43 (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@16e0b91c (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@635f706b
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@635f706b
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@635f706b
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@606cef31 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1e8e3988 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@686af9bb (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@56e042b5
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@56e042b5
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@56e042b5
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@ed4af02 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@4c7d91e (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@50ac0ae5 (op: <=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7fc49394
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7fc49394
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7fc49394
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5725a75b (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@14a27352 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@f0c1031
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63c43547 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1921491b (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@1e9e918e (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@71fc97f4
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@f0c1031
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@71fc97f4
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@3350fa81 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@49e4a807
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@49e4a807
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@49e4a807
XXXX: tr0 -> (!lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@254d6e9a (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5d7e2ef8
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7c751883 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5b5156e4 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@15a6daaa (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@39032f08
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5d7e2ef8
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@39032f08
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@6d6699ab (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@17d61aab
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@17d61aab
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@17d61aab
XXXX: tr1 -> (lower)&&(y==2)
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@67bb1618 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@4538132a (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1e90039f
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@42442615 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7d70f393 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@78541e54 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@66c6763a
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@1e90039f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@66c6763a
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@5d19079 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@47b0e66
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@47b0e66
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@47b0e66
XXXX: tr6 -> (!lower)&&(y<2)
XXXX: tr2 -> null
XXXX: tr7 -> null
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@325d6e31 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@bea3f04 (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@793e5277
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@57aaf7e0 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@e5f27c2 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@54972b12 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5f31761d
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@793e5277
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@5f31761d
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@5fa48fec (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@52bf80b0
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@52bf80b0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@52bf80b0
XXXX: tr3 -> (!raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@24f5b809 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@34e56fb7
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@63a2c362 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@46f6db26 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.EqualityExpressionImpl@4fca1601 (op: ==)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@50cd5098
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@34e56fb7
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@50cd5098
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@25012030 (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7b1bcd55
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7b1bcd55
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@7b1bcd55
XXXX: tr4 -> (raise)&&(y==2)
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6fc32c15 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.UnaryExpressionImpl@1aca19de (op: !)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d6155f0
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@7dcd26fc (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@b181ed4 (value: 2)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@4156e280 (op: <)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@65fe18f
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@4d6155f0
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@65fe18f
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.LogicalAndExpressionImpl@1231dd7e (op: &&)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@42ae4656
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@42ae4656
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@42ae4656
XXXX: tr8 -> (!raise)&&(y<2)
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5e0dd558 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@68108e8c (value: 1)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.RelationalExpressionImpl@57f0b015 (op: >=)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6993e0e5
getTransitionGuard inputObject: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6993e0e5
in processPredicate cleanCElement: eu.fbk.tools.editor.c.expression.expression.impl.ParsExpressionImpl@6993e0e5
XXXX: tr5 -> y>=1
XXXX: tr9 -> null
intput port: lower
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@71f257c4 (name: lower)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@68aed53f (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@39d8526 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@72f55f9
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@64807eaf (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7a99582d (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@154256ed (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@683f4921
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@f2d278f (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@3fc55e77 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@3837925c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@2a53a23a
intput port: raise
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@4ca4e9a0 (name: raise)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@598720a5 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@5da6ecbb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6a53d747
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@151ca44 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@613340c3 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@b9aab6a (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@7f07bcb1
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@708b4aff
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@180a6da
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@180a6da
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@66aee6ff, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@12737795, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@4e1e559a, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@3b5bee2a, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2a537ea0]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1f9b58cd (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@7bd5dfaa (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@4ac2180e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4282b29d
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@79ac730
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@23956ba0
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@23956ba0
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@17ccd63f]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@5184622f (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@1ad57977 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6b59393c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@6a506b77
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@18b7f908 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@299835a8 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@baa697e (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@62c8b0af
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@45907a47
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3af76ff7
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@3af76ff7
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@71f65607, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7a4664ef]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@1e1d485e (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5d1863f4 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@143015a4 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1e3b4d48
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@6a90a969 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@7409700c (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@6000d61c (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@24959659
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@4b21a843
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4c98d331
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@4c98d331
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@2ea893cc, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@7ab2a3e5]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@44a7ad82 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@2efb6029 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@41394398 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@464492ef
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@3ff6fc18
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a21bb73
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@a21bb73
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5552d279]
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2cc7d286 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@69958390 (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@2a1745c1 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@1f90678e
output port: down
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@dd1c518 (name: down)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@481d5e31 (value: false)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@583433be (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@44849321
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@477e77ac
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@439ec588
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@439ec588
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@1436c647, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@746e92bd]
output port: up
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@b7de5e1 (name: up)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.BooleanLiteralImpl@295b0e37 (value: true)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@29209adb (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@4f5c9251
MARTE_Library::TimeLibrary::IdealClock
non static attribute: y
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.IdentifierImpl@2b6a24b6 (name: y)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.DecimalLiteralImpl@5a31bd5a (value: 0)
putOutputObject: eu.fbk.tools.editor.c.expression.expression.impl.AssignmentExpressionImpl@77ea0285 (op: =)
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.AssignmentStatementImpl@5c8fd833
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.StatementListImpl@26ba1880
putOutputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@58e7dfb9
getTransitionEffect inputObject: eu.fbk.tools.editor.c.statement.statement.impl.CompoundStatementImpl@58e7dfb9
cleanCEffect: [eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5d909d61, eu.fbk.tools.editor.nusmv.smv.impl.VarBodyAssignImpl@5663352e]
variables size: 3
variableName: y
variableName not input port: y
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: up
variableName not input port: up
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:15:59 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
variableName: down
variableName not input port: down
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
2022-07-15 08:16:00 ERROR TextRegionAccessBuildingSequencer:210 - Root has no XtextResource. This is likely to cause follow-up errors
org.eclipse.core.internal.resources.ResourceException: Resource '/testExportTimedStateMachinesAsSmv' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)
	at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:141)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:117)
	at org.eclipse.core.internal.resources.Resource.accept(Resource.java:105)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture.deleteProject(ProjectFixture.java:194)
	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:164)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:56)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:85)
	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:84)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4536)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4154)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:693)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.081 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless
testImportModelFromOssFile(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 7.949 sec
testExportBlocksAsK2(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 2.168 sec
testExportBlocksAsPy(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.245 sec
testExportAsyncModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.296 sec
testExportAsyncHybridModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 0.952 sec
testFaultExtensionsGenerator(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.337 sec
testExportModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.16 sec
testExportStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 3.2 sec
testFaultExtensionsGeneratorAcceleo(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 1.519 sec
testExportTimedStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless)  Time elapsed: 5.179 sec
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyCHESSStereotype
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyCHESSStereotype
testApplyCHESSStereotype(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyCHESSStereotype) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.006 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC
testModelChecking(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testModelCheckingOnSystemComponent(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckContractRefinement(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckCompositeContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckContractRefinementOnInstantiateArch(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckValidationOnProperties(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyRecursively
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyRecursively
testApplyRecursively(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyRecursively) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.025 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent
testCheckContractRefinementOfCHESSComponent(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.005 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations
testModelChecking(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testModelCheckingOnSystemComponent(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckContractRefinement(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckCompositeContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckContractRefinementOnInstantiateArch(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckValidationOnProperties(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking
testModelChecking(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations

(SWT:908): Gtk-WARNING **: 08:16:01.115: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:16:01.115: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:16:01.115: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:16:01.115: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:16:01.424: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)

(SWT:908): Gtk-WARNING **: 08:16:01.440: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)

(SWT:908): Gtk-WARNING **: 08:16:01.444: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton)

(SWT:908): Gtk-WARNING **: 08:16:01.478: Negative content width -12 (allocation 1, extents 6x7) while allocating gadget (node separator, owner GtkSeparatorToolItem)
2022-07-15 08:16:03 INFO  core:110 - org.eclipse.papyrus.infra.types.core - 0 - org.eclipse.papyrus.gmfdiag.common.Diagram is already registred elementtype but it is not binded yet. It has been binded to Papyrus context.
2022-07-15 08:16:03 INFO  core:110 - org.eclipse.papyrus.infra.types.core - 0 - org.eclipse.gmf.runtime.emf.type.core.default is already registred elementtype but it is not binded yet. It has been binded to Papyrus context.
umlSelectedPackage: org.eclipse.uml2.uml.internal.impl.PackageImpl@a63d9ce (name: modelSystemView, visibility: <unset>) (URI: null)
num diagrams: 9
resultsGeneratorService
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://8.fwk1308244637/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://8.fwk1308244637:3/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2022-07-15 08:16:06 ERROR FaultTreeViewerUtil:574 - No sirius diagram found for export
2022-07-15 08:16:06 ERROR FaultTreeViewerUtil:574 - No sirius diagram found for export
2022-07-15 08:16:06 ERROR FaultTreeViewerUtil:574 - No sirius diagram found for export
2022-07-15 08:16:06 ERROR FaultTreeViewerUtil:574 - No sirius diagram found for export
2022-07-15 08:16:06 ERROR FaultTreeViewerUtil:574 - No sirius diagram found for export
diagramDescriptors

(SWT:908): Gtk-WARNING **: 08:16:07.852: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)

(SWT:908): Gtk-WARNING **: 08:16:08.013: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 14.177 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations
testExportStateMachinesAsMonolithicSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations) skipped
testInstantiateParameterizedAchitecture(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations) skipped
testGenerationDocumentation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations)  Time elapsed: 13.606 sec

Results :

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

2022-07-15 08:16:15 WARN  resources:110 - org.eclipse.core.resources - 10035 - The workspace will exit with unsaved changes in this session.
[INFO] All tests passed!
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-resources-plugin:3.0.0:copy-resources (copy-resources-from-parent) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 14 resources
[INFO] Copying file README.txt
[INFO] Copying file basicHeadless/Controller_StateMachine1.smv
[INFO] Copying file basicHeadless/Train_StateMachine1.smv
[INFO] Copying file basicHeadless/Gate_StateMachine1.smv
[INFO] Copying file basic/SpeedSensor_SpeedSensorIBD.svg
[INFO] Copying file basic/SystemBDD.svg
[INFO] Copying file basic/System_SystemIBD.svg
[INFO] Copying file basic/SpeedSensor_SpeedSensor_ErrorModel_Sm.svg
[INFO] Copying file basic/SpeedSensor_SensorSpeed_Sm.svg
[INFO] Copying file basic/Selector_Selector_Sm.svg
[INFO] Copying file basic/Selector_SelectorIBD.svg
[INFO] Copying file basic/MonitorPresence_Monitor_Sm.svg
[INFO] Copying file basic/MonitorPresence_MonitorPresenceIBD.svg
[INFO] Copying file basic/document.html
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView >--
[INFO] Building org.polarsys.chess.contracts.hierarchicalContractView 1.0.0-SNAPSHOT [24/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.fla.flamm >-----------
[INFO] Building org.polarsys.chess.fla.flamm 1.0.0-SNAPSHOT             [25/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.flamm ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.flamm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.flamm ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.flamm ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.flamm ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.flamm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.flamm ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.flamm ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.flamm ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.fla.flaxml >----------
[INFO] Building org.polarsys.chess.fla.flaxml 1.0.0-SNAPSHOT            [26/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.flaxml ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.flaxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.flaxml ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.flaxml ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.flaxml ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.flaxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.flaxml ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.flaxml ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.flaxml ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.m2m >--------------
[INFO] Building org.polarsys.chess.m2m 1.0.0-SNAPSHOT                   [27/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.m2m ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.m2m ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.m2m ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.m2m ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.m2m ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.m2m ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.m2m ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.m2m ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.m2m ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.fla >--------------
[INFO] Building org.polarsys.chess.fla 1.0.0-SNAPSHOT                   [28/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] ----< org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator >----
[INFO] Building org.polarsys.chess.fla.faultTreeGenerator 1.0.0-SNAPSHOT [29/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.fla.transformations >------
[INFO] Building org.polarsys.chess.fla.transformations 1.0.0-SNAPSHOT   [30/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.transformations ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.transformations ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.transformations ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.transformations ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.transformations ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.xtext.global >---------
[INFO] Building org.polarsys.chess.xtext.global 1.0.0-SNAPSHOT          [31/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.global ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.global ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.global ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.global ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.global ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.global ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.global ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.global ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.global ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.xtext.fladsl >---------
[INFO] Building org.polarsys.chess.xtext.fladsl 1.0.0-SNAPSHOT          [32/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.launch/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/maven-metadata.xml (1.2 kB at 15 kB/s)
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.launch/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.launch/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.plugins-parent/2.9.0.201605261059/org.eclipse.emf.mwe2.plugins-parent-2.9.0.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.plugins-parent/2.9.0.201605261059/org.eclipse.emf.mwe2.plugins-parent-2.9.0.201605261059.pom (3.9 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.9.0.201605261059/org.eclipse.emf.mwe2.parent-2.9.0.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.parent/2.9.0.201605261059/org.eclipse.emf.mwe2.parent-2.9.0.201605261059.pom (8.1 kB at 162 kB/s)
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (1.2 kB at 7.8 kB/s)
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml (689 B at 4.3 kB/s)
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.pom (806 B at 11 kB/s)
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml (1.2 kB at 42 kB/s)
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml (690 B at 13 kB/s)
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.language/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.pom (824 B at 14 kB/s)
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/com/google/guava/guava/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml (429 B at 2.5 kB/s)
[WARNING] Could not transfer metadata com.google.guava:guava/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/com/google/guava/guava/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0-rc1/guava-11.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0-rc1/guava-11.0-rc1.pom (5.5 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0-rc1/guava-parent-11.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0-rc1/guava-parent-11.0-rc1.pom (2.0 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0/guava-11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0/guava-11.0.pom (5.5 kB at 342 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0/guava-parent-11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0/guava-parent-11.0.pom (2.0 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.1/guava-11.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.1/guava-11.0.1.pom (5.5 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom (2.0 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc1/guava-12.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc1/guava-12.0-rc1.pom (5.5 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc1/guava-parent-12.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc1/guava-parent-12.0-rc1.pom (2.0 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc2/guava-12.0-rc2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0-rc2/guava-12.0-rc2.pom (5.3 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc2/guava-parent-12.0-rc2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0-rc2/guava-parent-12.0-rc2.pom (2.5 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0/guava-12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0/guava-12.0.pom (5.3 kB at 266 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0/guava-parent-12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0/guava-parent-12.0.pom (2.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0.1/guava-12.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/12.0.1/guava-12.0.1.pom (5.3 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom (2.5 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc1/guava-13.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc1/guava-13.0-rc1.pom (5.3 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc1/guava-parent-13.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc1/guava-parent-13.0-rc1.pom (2.6 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc2/guava-13.0-rc2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0-rc2/guava-13.0-rc2.pom (5.3 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc2/guava-parent-13.0-rc2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0-rc2/guava-parent-13.0-rc2.pom (2.6 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0/guava-13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0/guava-13.0.pom (5.3 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0/guava-parent-13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0/guava-parent-13.0.pom (2.6 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0.1/guava-13.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/13.0.1/guava-13.0.1.pom (5.3 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom (2.6 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc1/guava-14.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc1/guava-14.0-rc1.pom (5.3 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc1/guava-parent-14.0-rc1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc1/guava-parent-14.0-rc1.pom (2.6 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc2/guava-14.0-rc2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc2/guava-14.0-rc2.pom (5.4 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc2/guava-parent-14.0-rc2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc2/guava-parent-14.0-rc2.pom (2.6 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc3/guava-14.0-rc3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0-rc3/guava-14.0-rc3.pom (5.4 kB at 448 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc3/guava-parent-14.0-rc3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0-rc3/guava-parent-14.0-rc3.pom (2.6 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 685 kB/s)
[WARNING] com.google.guava:guava/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata com.google.guava:guava/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/com/google/guava/guava/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.12.0/org.eclipse.xtext.xtext.generator-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.12.0/org.eclipse.xtext.xtext.generator-2.12.0.pom (7.4 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml (899 B at 47 kB/s)
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0-v20150806-0404/org.eclipse.emf.codegen-2.11.0-v20150806-0404.pom (1.1 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.14.0/org.eclipse.emf.codegen-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.codegen/2.14.0/org.eclipse.emf.codegen-2.14.0.pom (2.3 kB at 86 kB/s)
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml (1.1 kB at 51 kB/s)
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.launching/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.8.101/org.eclipse.jdt.launching-3.8.101.pom (3.2 kB at 81 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml (952 B at 33 kB/s)
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.10.100/org.eclipse.debug.core-3.10.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.10.100/org.eclipse.debug.core-3.10.100.pom (2.6 kB at 98 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml (716 B at 14 kB/s)
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.3.0/org.eclipse.core.variables-3.3.0.pom (1.9 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.0/org.eclipse.core.variables-3.4.0.pom (1.9 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.100/org.eclipse.core.variables-3.4.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.100/org.eclipse.core.variables-3.4.100.pom (1.9 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.200/org.eclipse.core.variables-3.4.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.200/org.eclipse.core.variables-3.4.200.pom (1.9 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.300/org.eclipse.core.variables-3.4.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.300/org.eclipse.core.variables-3.4.300.pom (1.9 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.400/org.eclipse.core.variables-3.4.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.400/org.eclipse.core.variables-3.4.400.pom (1.9 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.500/org.eclipse.core.variables-3.4.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.500/org.eclipse.core.variables-3.4.500.pom (1.9 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.600/org.eclipse.core.variables-3.4.600.pom (1.9 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.700/org.eclipse.core.variables-3.4.700.pom (1.9 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.pom (1.9 kB at 970 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.0/org.eclipse.core.variables-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.0/org.eclipse.core.variables-3.5.0.pom (1.9 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.pom (2.0 kB at 150 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.11.0/org.eclipse.debug.core-3.11.0.pom (2.6 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.12.0/org.eclipse.debug.core-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.12.0/org.eclipse.debug.core-3.12.0.pom (2.6 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.0/org.eclipse.debug.core-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.0/org.eclipse.debug.core-3.13.0.pom (2.6 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.100/org.eclipse.debug.core-3.13.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.100/org.eclipse.debug.core-3.13.100.pom (2.6 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.200/org.eclipse.debug.core-3.13.200.pom (2.6 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.13.300/org.eclipse.debug.core-3.13.300.pom (2.6 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.0/org.eclipse.debug.core-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.0/org.eclipse.debug.core-3.14.0.pom (2.6 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.100/org.eclipse.debug.core-3.14.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.14.100/org.eclipse.debug.core-3.14.100.pom (2.6 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.pom (2.6 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.100/org.eclipse.debug.core-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.15.100/org.eclipse.debug.core-3.15.100.pom (2.6 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.16.0/org.eclipse.debug.core-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.16.0/org.eclipse.debug.core-3.16.0.pom (2.6 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.17.0/org.eclipse.debug.core-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.17.0/org.eclipse.debug.core-3.17.0.pom (2.6 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.0/org.eclipse.debug.core-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.0/org.eclipse.debug.core-3.18.0.pom (2.6 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.100/org.eclipse.debug.core-3.18.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.100/org.eclipse.debug.core-3.18.100.pom (2.6 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.200/org.eclipse.debug.core-3.18.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.200/org.eclipse.debug.core-3.18.200.pom (2.7 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.300/org.eclipse.debug.core-3.18.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.18.300/org.eclipse.debug.core-3.18.300.pom (2.6 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.0/org.eclipse.debug.core-3.19.0.pom (2.6 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.pom (2.6 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml (977 B at 75 kB/s)
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.10.1/org.eclipse.jdt.debug-3.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.10.1/org.eclipse.jdt.debug-3.10.1.pom (2.6 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.0/org.eclipse.jdt.debug-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.0/org.eclipse.jdt.debug-3.11.0.pom (2.6 kB at 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.50/org.eclipse.jdt.debug-3.11.50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.50/org.eclipse.jdt.debug-3.11.50.pom (2.6 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.100/org.eclipse.jdt.debug-3.11.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.11.100/org.eclipse.jdt.debug-3.11.100.pom (2.6 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.0/org.eclipse.jdt.debug-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.0/org.eclipse.jdt.debug-3.12.0.pom (2.6 kB at 92 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.100/org.eclipse.jdt.debug-3.12.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.100/org.eclipse.jdt.debug-3.12.100.pom (2.6 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.200/org.eclipse.jdt.debug-3.12.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.12.200/org.eclipse.jdt.debug-3.12.200.pom (2.6 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.0/org.eclipse.jdt.debug-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.0/org.eclipse.jdt.debug-3.13.0.pom (2.6 kB at 96 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.100/org.eclipse.jdt.debug-3.13.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.13.100/org.eclipse.jdt.debug-3.13.100.pom (2.6 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.14.0/org.eclipse.jdt.debug-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.14.0/org.eclipse.jdt.debug-3.14.0.pom (2.6 kB at 130 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.0/org.eclipse.jdt.debug-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.0/org.eclipse.jdt.debug-3.15.0.pom (2.6 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.100/org.eclipse.jdt.debug-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.15.100/org.eclipse.jdt.debug-3.15.100.pom (2.6 kB at 104 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.16.0/org.eclipse.jdt.debug-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.16.0/org.eclipse.jdt.debug-3.16.0.pom (2.6 kB at 521 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.0/org.eclipse.jdt.debug-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.0/org.eclipse.jdt.debug-3.17.0.pom (2.6 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.100/org.eclipse.jdt.debug-3.17.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.100/org.eclipse.jdt.debug-3.17.100.pom (2.6 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.200/org.eclipse.jdt.debug-3.17.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.17.200/org.eclipse.jdt.debug-3.17.200.pom (2.6 kB at 186 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.18.0/org.eclipse.jdt.debug-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.18.0/org.eclipse.jdt.debug-3.18.0.pom (2.6 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.0/org.eclipse.jdt.debug-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.0/org.eclipse.jdt.debug-3.19.0.pom (2.6 kB at 46 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.100/org.eclipse.jdt.debug-3.19.100.pom (2.6 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.pom (2.6 kB at 56 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.0/org.eclipse.jdt.launching-3.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.0/org.eclipse.jdt.launching-3.9.0.pom (3.2 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.50/org.eclipse.jdt.launching-3.9.50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.50/org.eclipse.jdt.launching-3.9.50.pom (3.2 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.51/org.eclipse.jdt.launching-3.9.51.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.51/org.eclipse.jdt.launching-3.9.51.pom (3.2 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.52/org.eclipse.jdt.launching-3.9.52.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.52/org.eclipse.jdt.launching-3.9.52.pom (3.2 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.100/org.eclipse.jdt.launching-3.9.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.9.100/org.eclipse.jdt.launching-3.9.100.pom (3.2 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.10.0/org.eclipse.jdt.launching-3.10.0.pom (3.2 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.11.0/org.eclipse.jdt.launching-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.11.0/org.eclipse.jdt.launching-3.11.0.pom (3.2 kB at 158 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.12.0/org.eclipse.jdt.launching-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.12.0/org.eclipse.jdt.launching-3.12.0.pom (3.2 kB at 106 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.13.0/org.eclipse.jdt.launching-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.13.0/org.eclipse.jdt.launching-3.13.0.pom (3.2 kB at 77 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.14.0/org.eclipse.jdt.launching-3.14.0.pom (3.2 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.15.0/org.eclipse.jdt.launching-3.15.0.pom (3.2 kB at 23 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.16.0/org.eclipse.jdt.launching-3.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.16.0/org.eclipse.jdt.launching-3.16.0.pom (3.2 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.pom (3.2 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.100/org.eclipse.jdt.launching-3.17.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.100/org.eclipse.jdt.launching-3.17.100.pom (3.2 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.18.0/org.eclipse.jdt.launching-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.18.0/org.eclipse.jdt.launching-3.18.0.pom (3.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.0/org.eclipse.jdt.launching-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.0/org.eclipse.jdt.launching-3.19.0.pom (3.2 kB at 138 kB/s)
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.100/org.eclipse.jdt.launching-3.19.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.100/org.eclipse.jdt.launching-3.19.100.pom (3.2 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.200/org.eclipse.jdt.launching-3.19.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.200/org.eclipse.jdt.launching-3.19.200.pom (3.2 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.300/org.eclipse.jdt.launching-3.19.300.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.300/org.eclipse.jdt.launching-3.19.300.pom (3.2 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.400/org.eclipse.jdt.launching-3.19.400.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.400/org.eclipse.jdt.launching-3.19.400.pom (3.2 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.500/org.eclipse.jdt.launching-3.19.500.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.500/org.eclipse.jdt.launching-3.19.500.pom (3.2 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.pom (3.2 kB at 152 kB/s)
[WARNING] org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.16.0/org.eclipse.emf.codegen-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.codegen/2.16.0/org.eclipse.emf.codegen-2.16.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.codegen/2.19.0/org.eclipse.emf.codegen-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.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.pom (2.3 kB at 773 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.20.0/org.eclipse.emf.codegen-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.codegen/2.20.0/org.eclipse.emf.codegen-2.20.0.pom (2.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.codegen/2.21.0/org.eclipse.emf.codegen-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.codegen/2.21.0/org.eclipse.emf.codegen-2.21.0.pom (2.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.codegen/2.22.0/org.eclipse.emf.codegen-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.codegen/2.22.0/org.eclipse.emf.codegen-2.22.0.pom (3.0 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen.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.codegen.ecore/maven-metadata.xml (1.2 kB at 9.5 kB/s)
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen.ecore/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.10.2-v20150123-0452/org.eclipse.emf.codegen.ecore-2.10.2-v20150123-0452.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.10.2-v20150123-0452/org.eclipse.emf.codegen.ecore-2.10.2-v20150123-0452.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.codegen.ecore/2.11.0/org.eclipse.emf.codegen.ecore-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.11.0/org.eclipse.emf.codegen.ecore-2.11.0.pom (1.1 kB at 6.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.11.0-v20150123-0357/org.eclipse.emf.codegen.ecore-2.11.0-v20150123-0357.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.11.0-v20150123-0357/org.eclipse.emf.codegen.ecore-2.11.0-v20150123-0357.pom (1.1 kB at 14 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.11.0-v20150806-0404/org.eclipse.emf.codegen.ecore-2.11.0-v20150806-0404.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.11.0-v20150806-0404/org.eclipse.emf.codegen.ecore-2.11.0-v20150806-0404.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/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.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.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.pom (1.1 kB at 6.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.15.0/org.eclipse.emf.codegen.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.codegen.ecore/2.15.0/org.eclipse.emf.codegen.ecore-2.15.0.pom (2.5 kB at 49 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.18.0/org.eclipse.emf.codegen.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.codegen.ecore/2.18.0/org.eclipse.emf.codegen.ecore-2.18.0.pom (2.5 kB at 44 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.19.0/org.eclipse.emf.codegen.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.codegen.ecore/2.19.0/org.eclipse.emf.codegen.ecore-2.19.0.pom (2.5 kB at 9.8 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.20.0/org.eclipse.emf.codegen.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.codegen.ecore/2.20.0/org.eclipse.emf.codegen.ecore-2.20.0.pom (2.5 kB at 417 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.21.0/org.eclipse.emf.codegen.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.codegen.ecore/2.21.0/org.eclipse.emf.codegen.ecore-2.21.0.pom (2.5 kB at 6.9 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.22.0/org.eclipse.emf.codegen.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.codegen.ecore/2.22.0/org.eclipse.emf.codegen.ecore-2.22.0.pom (2.5 kB at 25 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.23.0/org.eclipse.emf.codegen.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.codegen.ecore/2.23.0/org.eclipse.emf.codegen.ecore-2.23.0.pom (2.5 kB at 1.4 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.24.0/org.eclipse.emf.codegen.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.codegen.ecore/2.24.0/org.eclipse.emf.codegen.ecore-2.24.0.pom (2.5 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.25.0/org.eclipse.emf.codegen.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.codegen.ecore/2.25.0/org.eclipse.emf.codegen.ecore-2.25.0.pom (2.5 kB at 3.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.26.0/org.eclipse.emf.codegen.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.codegen.ecore/2.26.0/org.eclipse.emf.codegen.ecore-2.26.0.pom (3.1 kB at 28 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.27.0/org.eclipse.emf.codegen.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.codegen.ecore/2.27.0/org.eclipse.emf.codegen.ecore-2.27.0.pom (3.1 kB at 13 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.28.0/org.eclipse.emf.codegen.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.codegen.ecore/2.28.0/org.eclipse.emf.codegen.ecore-2.28.0.pom (3.1 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.29.0/org.eclipse.emf.codegen.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.codegen.ecore/2.29.0/org.eclipse.emf.codegen.ecore-2.29.0.pom (3.1 kB at 22 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.30.0/org.eclipse.emf.codegen.ecore-2.30.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.30.0/org.eclipse.emf.codegen.ecore-2.30.0.pom (3.1 kB at 56 kB/s)
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.pom (856 B at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml (1.1 kB at 30 kB/s)
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml (724 B at 14 kB/s)
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.pom (1.2 kB at 7.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.pom (819 B at 6.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.pom (4.8 kB at 56 kB/s)
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/eclipse/xtext/xtext-antlr-generator/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/maven-metadata.xml (376 B at 5.2 kB/s)
[WARNING] Could not transfer metadata org.eclipse.xtext:xtext-antlr-generator/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/xtext/xtext-antlr-generator/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.pom (5.1 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.pom (4.3 kB at 56 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml
[INFO] Downloading from maven-default-http-blocker: http://0.0.0.0/org/antlr/antlr-runtime/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/maven-metadata.xml (881 B at 46 kB/s)
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/maven-metadata.xml (282 B at 5.5 kB/s)
[WARNING] Could not transfer metadata org.antlr:antlr-runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/antlr/antlr-runtime/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (2.0 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 211 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 7.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 218 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 463 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 790 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 562 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 386 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 258 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 628 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 647 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 663 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.12.0/org.eclipse.xtext.xtext.generator-2.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.22.0/org.eclipse.emf.codegen-2.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar (189 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar (16 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.jar (577 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar (8.5 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar (36 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.debug/3.19.200/org.eclipse.jdt.debug-3.19.200.jar (933 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.codegen.ecore/2.30.0/org.eclipse.emf.codegen.ecore-2.30.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen/2.22.0/org.eclipse.emf.codegen-2.22.0.jar (369 kB at 812 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.jar (407 kB at 897 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.12.0/org.eclipse.xtext.xtext.generator-2.12.0.jar (1.0 MB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (62 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar (30 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.jar (7.0 MB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar (26 kB at 49 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar (173 kB at 334 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.30.0/org.eclipse.emf.codegen.ecore-2.30.0.jar (1.1 MB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 65 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-antlr-generator/2.1.1/xtext-antlr-generator-2.1.1.jar (7.5 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar (74 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar (139 kB at 231 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 141 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 481 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 256 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar (1.5 MB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 17 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 72 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 16 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 14 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar (10 MB at 11 MB/s)
[WARNING] No project file found for /opt/tools/apache-maven/3.8.5/conf/logging. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project antlr at 'archive:file:/home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project doxia at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' instead.
[WARNING] Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
[WARNING] Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.3.v20170209-1843/org.eclipse.osgi-3.11.3.v20170209-1843.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/.m2/repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.1.v20161221-1651/org.eclipse.core.commands-3.8.1.v20161221-1651.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.22.0/org.eclipse.emf.codegen-2.22.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.11.0.v20160526-0356/org.eclipse.emf.codegen-2.11.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.3.v20170228-1205/org.eclipse.jdt.core-3.12.3.v20170228-1205.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.8.101.v20161111-2014/org.eclipse.jdt.launching-3.8.101.v20161111-2014.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.30.0/org.eclipse.emf.codegen.ecore-2.30.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.12.0.v20160526-0356/org.eclipse.emf.codegen.ecore-2.12.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.3.20.v201605261103/org.eclipse.emf.mwe.core-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-antlr.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.9.0.v201605261103/org.eclipse.emf.mwe2.runtime-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.3.20.v201605261103/org.eclipse.emf.mwe.utils-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.9.0.v201605261103/org.eclipse.emf.mwe2.language-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.12.0.v20170518-0959/org.eclipse.xtext-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.12.0.v20170519-0752/org.eclipse.xtext.common.types-2.12.0.v20170519-0752.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.9.0.v201605261103/org.eclipse.emf.mwe2.launch-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.9.0.v201605261103/org.eclipse.emf.mwe2.lib-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.12.0.v20170518-0757/org.eclipse.xtend.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.12.0.v20170518-0757/org.eclipse.xtext.xbase.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.12.0.v20170518-0757/org.eclipse.xtend.lib.macro-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.12.0.v20170518-0959/org.eclipse.xtext.util-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/5.1.0.v20160914-0701/org.objectweb.asm-5.1.0.v20160914-0701.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.12.0.v20170519-0752/org.eclipse.xtext.xbase-2.12.0.v20170519-0752.jar!/' instead.
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore' to 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.emf.codegen.ecore/model/GenModel.genmodel' to 'platform:/resource/org.eclipse.emf.codegen.ecore/model/GenModel.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel' to 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
[INFO] Adding generated EPackage 'org.eclipse.emf.ecore.EcorePackage'
[INFO] Adding generated EPackage 'org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage'
[INFO] Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/emf/2002/GenModel' from 'platform:/resource/org.eclipse.emf.codegen.ecore/model/GenModel.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.types/model/Types.genmodel' to 'platform:/resource/org.eclipse.uml2.types/model/Types.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.uml/model/UML.genmodel' to 'platform:/resource/org.eclipse.uml2.uml/model/UML.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.codegen.ecore/model/GenModel.genmodel' to 'platform:/resource/org.eclipse.uml2.codegen.ecore/model/GenModel.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.codegen.ecore/model/GenModel.ecore' to 'platform:/resource/org.eclipse.uml2.codegen.ecore/model/GenModel.ecore'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore' to 'platform:/resource/org.eclipse.uml2.uml/model/UML.ecore'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.types/model/Types.ecore' to 'platform:/resource/org.eclipse.uml2.types/model/Types.ecore'
[INFO] Adding generated EPackage 'org.eclipse.uml2.types.TypesPackage'
[INFO] Adding generated EPackage 'org.eclipse.uml2.uml.UMLPackage'
[INFO] Adding generated EPackage 'org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage'
[INFO] Registered GenModel 'http://www.eclipse.org/uml2/5.0.0/Types' from 'platform:/resource/org.eclipse.uml2.types/model/Types.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/uml2/5.0.0/UML' from 'platform:/resource/org.eclipse.uml2.uml/model/UML.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/uml2/2.2.0/GenModel' from 'platform:/resource/org.eclipse.uml2.codegen.ecore/model/GenModel.genmodel'
0    INFO  XtextGenerator     - Initializing Xtext generator
[INFO] Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
[WARNING] No project file found for /opt/tools/apache-maven/3.8.5/conf/logging. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.9.0.v201605261103/org.eclipse.emf.mwe2.language-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.12.0.v20170518-0959/org.eclipse.xtext.util-2.12.0.v20170518-0959.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.3.20.v201605261103/org.eclipse.emf.mwe.core-1.3.20.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.12.0.v20170519-0752/org.eclipse.xtext.common.types-2.12.0.v20170519-0752.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.3.v20170228-1205/org.eclipse.jdt.core-3.12.3.v20170228-1205.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.3.20.v201605261103/org.eclipse.emf.mwe.utils-1.3.20.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.9.0.v201605261103/org.eclipse.emf.mwe2.lib-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' instead.
[WARNING] Skipping conflicting project doxia at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar!/' instead.
[WARNING] Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.11.0.v20160526-0356/org.eclipse.emf.codegen-2.11.0.v20160526-0356.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.22.0/org.eclipse.emf.codegen-2.22.0.jar!/' instead.
[WARNING] Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.jar!/' instead.
[WARNING] Skipping conflicting project antlr at 'archive:file:/home/jenkins/.m2/repository/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.12.0.v20170518-0757/org.eclipse.xtend.lib.macro-2.12.0.v20170518-0757.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/5.1.0.v20160914-0701/org.objectweb.asm-5.1.0.v20160914-0701.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.1.v20161221-1651/org.eclipse.core.commands-3.8.1.v20161221-1651.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.12.0.v20170518-0959/org.eclipse.xtext-2.12.0.v20170518-0959.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.12.0.v20170518-0757/org.eclipse.xtext.xbase.lib-2.12.0.v20170518-0757.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.12.0.v20170518-0757/org.eclipse.xtend.lib-2.12.0.v20170518-0757.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.8.101.v20161111-2014/org.eclipse.jdt.launching-3.8.101.v20161111-2014.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.12.0.v20170519-0752/org.eclipse.xtext.xbase-2.12.0.v20170519-0752.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project antlr at 'archive:file:/home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.9.0.v201605261103/org.eclipse.emf.mwe2.launch-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.3.v20170209-1843/org.eclipse.osgi-3.11.3.v20170209-1843.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.9.0.v201605261103/org.eclipse.emf.mwe2.runtime-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.12.0.v20160526-0356/org.eclipse.emf.codegen.ecore-2.12.0.v20160526-0356.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.30.0/org.eclipse.emf.codegen.ecore-2.30.0.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project doxia at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' instead.
[WARNING] Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
[WARNING] Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.3.v20170209-1843/org.eclipse.osgi-3.11.3.v20170209-1843.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/.m2/repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.1.v20161221-1651/org.eclipse.core.commands-3.8.1.v20161221-1651.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.9.400/org.eclipse.core.filesystem-1.9.400.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.17.0/org.eclipse.core.resources-3.17.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.19.100/org.eclipse.debug.core-3.19.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.22.0/org.eclipse.emf.codegen-2.22.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.11.0.v20160526-0356/org.eclipse.emf.codegen-2.11.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.30.0/org.eclipse.jdt.core-3.30.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.3.v20170228-1205/org.eclipse.jdt.core-3.12.3.v20170228-1205.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.600/org.eclipse.jdt.launching-3.19.600.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.8.101.v20161111-2014/org.eclipse.jdt.launching-3.8.101.v20161111-2014.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.30.0/org.eclipse.emf.codegen.ecore-2.30.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.12.0.v20160526-0356/org.eclipse.emf.codegen.ecore-2.12.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.3.20.v201605261103/org.eclipse.emf.mwe.core-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-antlr.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-antlr.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.9.0.v201605261103/org.eclipse.emf.mwe2.runtime-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.3.20.v201605261103/org.eclipse.emf.mwe.utils-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.9.0.v201605261103/org.eclipse.emf.mwe2.language-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.12.0.v20170518-0959/org.eclipse.xtext-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.12.0.v20170519-0752/org.eclipse.xtext.common.types-2.12.0.v20170519-0752.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.9.0.v201605261103/org.eclipse.emf.mwe2.launch-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.9.0.v201605261103/org.eclipse.emf.mwe2.lib-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.12.0.v20170518-0757/org.eclipse.xtend.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.12.0.v20170518-0757/org.eclipse.xtext.xbase.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.12.0.v20170518-0757/org.eclipse.xtend.lib.macro-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.12.0.v20170518-0959/org.eclipse.xtext.util-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/5.1.0.v20160914-0701/org.objectweb.asm-5.1.0.v20160914-0701.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.12.0.v20170519-0752/org.eclipse.xtext.xbase-2.12.0.v20170519-0752.jar!/' instead.
[INFO] Registering project org.polarsys.chess.xtext.fladsl at 'file:/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ide at 'file:/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ui at 'file:/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/'
[INFO] Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
[INFO] Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
903  INFO  XtextGenerator     - Generating org.polarsys.chess.xtext.FlaDsl
4882 INFO  EMFGeneratorFragment2 - Generating EMF model code
[INFO] Registered GenModel 'http://www.intecs.org/chess/xtext/FlaDsl' from 'platform:/resource/org.polarsys.chess.xtext.fladsl/model/generated/FlaDsl.genmodel'
[WARNING] There is already a GenModel registered for NamespaceURI 'http://www.eclipse.org/emf/2002/Ecore'. It will be overwritten from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel' to 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel'
11286 INFO  XtextGenerator     - Generating common infrastructure
11299 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
47: Unnecessary cast from FPTC to FPTC
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
49: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
49: Unnecessary cast from FLABehavior to FLABehavior
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
50: Unnecessary cast from FLABehavior to FLABehavior
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
52: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
52: Unnecessary cast from FLABehavior to FLABehavior
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
53: Unnecessary cast from FLABehavior to FLABehavior
[WARNING] 
WARNING: 	FlaDslFormatter.xtend - /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/formatting2/FlaDslFormatter.xtend
15: The extension org.polarsys.chess.xtext.services.FlaDslGrammarAccess is not used in FlaDslFormatter
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Compiling 66 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 8 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/java is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide >-------
[INFO] Building org.polarsys.chess.xtext.fladsl.ide 1.0.0-SNAPSHOT      [33/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/java is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui >--------
[INFO] Building org.polarsys.chess.xtext.fladsl.ui 1.0.0-SNAPSHOT       [34/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/java is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.wizards >------------
[INFO] Building org.polarsys.chess.wizards 1.0.0-SNAPSHOT               [35/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.wizards ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.wizards ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.wizards ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.wizards ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.wizards ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.wizards ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.wizards ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.cdo >--------------
[INFO] Building org.polarsys.chess.cdo 1.0.0-SNAPSHOT                   [36/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.cdo ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.cdo ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.cdo ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.cdo ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.cdo ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.cdo ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.checkers >-----------
[INFO] Building org.polarsys.chess.checkers 1.0.0-SNAPSHOT              [37/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.checkers ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.checkers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.checkers ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.checkers ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.checkers ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.checkers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.checkers ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.checkers ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.checkers ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.cleanCExporter >--------
[INFO] Building org.polarsys.chess.cleanCExporter 1.0.0-SNAPSHOT        [38/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.cleanCExporter ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.cleanCExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.cleanCExporter ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.cleanCExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.cleanCExporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.cleanCExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.cleanCExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.cleanCExporter ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.cleanCExporter ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.monitoring >----------
[INFO] Building org.polarsys.chess.monitoring 1.0.0-SNAPSHOT            [39/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.multicore >-----------
[INFO] Building org.polarsys.chess.multicore 1.0.0-SNAPSHOT             [40/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.multicore ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.multicore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.multicore ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.multicore ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.multicore ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.multicore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.multicore ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.multicore ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.multicore ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.codegen.ada >----------
[INFO] Building org.polarsys.chess.codegen.ada 1.0.0-SNAPSHOT           [41/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.codegen.ada ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.codegen.ada ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.codegen.ada ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.codegen.ada ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.codegen.ada ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.codegen.ada ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.codegen.ada ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.codegen.ada ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.codegen.ada ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.commands >-----------
[INFO] Building org.polarsys.chess.commands 1.0.0-SNAPSHOT              [42/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.commands ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.commands ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.commands ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.commands ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.commands ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.commands ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.commands ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.commands ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor >--
[INFO] Building org.polarsys.chess.constraints.constraintEditor 1.0.0-SNAPSHOT [43/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.constraints.constraintEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.constraints.constraintEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.discovery >-----------
[INFO] Building org.polarsys.chess.discovery 1.0.0-SNAPSHOT             [44/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.discovery ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.discovery ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.discovery ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.discovery ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.discovery ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.discovery ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor >--
[INFO] Building org.polarsys.chess.functionBehaviors.functionBehaviorEditor 1.0.0-SNAPSHOT [45/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.monitoring.edit >--------
[INFO] Building org.polarsys.chess.monitoring.edit 1.0.0-SNAPSHOT       [46/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.edit ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring.edit ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.edit ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.monitoring.editor >-------
[INFO] Building org.polarsys.chess.monitoring.editor 1.0.0-SNAPSHOT     [47/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.editor ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring.editor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.editor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.monitoring.tests >-------
[INFO] Building org.polarsys.chess.monitoring.tests 1.0.0-SNAPSHOT      [48/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.tests ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring.tests ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.tests ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] ----< org.polarsys.chess:org.polarsys.chess.paramArchConfigurator >-----
[INFO] Building org.polarsys.chess.paramArchConfigurator 1.0.0-SNAPSHOT [49/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.paramArchConfigurator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.paramArchConfigurator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.patterns.profile >-------
[INFO] Building org.polarsys.chess.patterns.profile 1.0.0-SNAPSHOT      [50/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns.profile ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.patterns.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.patterns.profile ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src does not exist
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.patterns.profile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.patterns.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.patterns.profile ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.patterns.library >-------
[INFO] Building org.polarsys.chess.patterns.library 1.0.0-SNAPSHOT      [51/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns.library ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.patterns.library ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.patterns.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns.library ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.patterns.library ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.patterns.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns.library ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns.library ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.patterns.library ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.patterns >-----------
[INFO] Building org.polarsys.chess.patterns 1.0.0-SNAPSHOT              [52/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.patterns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.patterns ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.patterns ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.patterns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.patterns ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.properties.propertyEditor >---
[INFO] Building org.polarsys.chess.properties.propertyEditor 1.0.0-SNAPSHOT [53/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.properties.propertyEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.properties.propertyEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.tabbedproperties >-------
[INFO] Building org.polarsys.chess.tabbedproperties 1.0.0-SNAPSHOT      [54/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.tabbedproperties ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.tabbedproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.tabbedproperties ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.tabbedproperties ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.tabbedproperties ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.tabbedproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.tabbedproperties ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.tabbedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.tabbedproperties ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.test.runtime >---------
[INFO] Building org.polarsys.chess.test.runtime 1.0.0-SNAPSHOT          [55/72]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.test.runtime ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.test.runtime ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.test.runtime ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.test.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.polarsys.chess.test.runtime ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/surefire.properties]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.polarsys.chess.test.runtime.tests.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.066 sec - in org.polarsys.chess.test.runtime.tests.TestCreateViews
testcreateViews(org.polarsys.chess.test.runtime.tests.TestCreateViews) skipped
Running org.polarsys.chess.test.runtime.tests.TestApplyRecursively
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.polarsys.chess.test.runtime.tests.TestApplyRecursively
testApplyRecursively(org.polarsys.chess.test.runtime.tests.TestApplyRecursively) skipped
Running org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype
testApplyCHESSStereotype(org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype) skipped

Results :

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

[INFO] All tests passed!
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis >-------
[INFO] Building org.polarsys.chess.tradeoffAnalysis 1.0.0-SNAPSHOT      [56/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.tradeoffAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.tradeoffAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.customEditors >---------
[INFO] Building org.polarsys.chess.customEditors 1.0.0-SNAPSHOT         [57/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.customEditors ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.customEditors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.customEditors ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.customEditors ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.customEditors ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.customEditors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.customEditors ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.customEditors ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.customEditors ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.customEditors ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.statebased >----------
[INFO] Building org.polarsys.chess.statebased 1.0.0-SNAPSHOT            [58/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.statebased ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.statebased ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.statebased ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.statebased ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.statebased ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.statebased ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.statebased ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.statebased ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.statebased ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests >------
[INFO] Building org.eclipse.papyrus.uml.profile.tests 1.0.0-SNAPSHOT    [59/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests ---
[WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.eclipse.papyrus.uml.profile.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.eclipse.papyrus.uml.profile.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior >-----
[INFO] Building org.polarsys.chess.fla.FPTC2FLABehavior 1.0.0-SNAPSHOT  [60/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.mainmenu >-----------
[INFO] Building org.polarsys.chess.mainmenu 1.0.0-SNAPSHOT              [61/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mainmenu ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mainmenu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mainmenu ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mainmenu ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mainmenu ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mainmenu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mainmenu ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mainmenu ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mainmenu ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.mobius.preferences >------
[INFO] Building org.polarsys.chess.mobius.preferences 1.0.0-SNAPSHOT    [62/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.preferences ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.preferences ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.preferences ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.preferences ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.preferences ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.preferences ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.preferences ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.preferences ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.mobius.model >---------
[INFO] Building org.polarsys.chess.mobius.model 1.0.0-SNAPSHOT          [63/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.model ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] ------------< org.polarsys.chess:org.polarsys.chess.mobius >------------
[INFO] Building org.polarsys.chess.mobius 1.0.0-SNAPSHOT                [64/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.mobius.model.edit >-------
[INFO] Building org.polarsys.chess.mobius.model.edit 1.0.0-SNAPSHOT     [65/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model.edit ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.mobius.model.editor >------
[INFO] Building org.polarsys.chess.mobius.model.editor 1.0.0-SNAPSHOT   [66/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model.editor ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.bundles >------------
[INFO] Building org.polarsys.chess.bundles 1.0.0-SNAPSHOT               [67/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.bundles ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.bundles ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.bundles ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.bundles/1.0.0-SNAPSHOT/org.polarsys.chess.bundles-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.features >-----------
[INFO] Building org.polarsys.chess.features 1.0.0-SNAPSHOT              [68/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.features ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.features ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.features ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.features/1.0.0-SNAPSHOT/org.polarsys.chess.features-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.feature >------------
[INFO] Building org.polarsys.chess.feature 1.0.0-SNAPSHOT               [69/72]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.feature ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.chess.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.feature ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] ------------< org.polarsys.chess:org.polarsys.chess.releng >------------
[INFO] Building org.polarsys.chess.releng 1.0.0-SNAPSHOT                [70/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.releng ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.releng/1.0.0-SNAPSHOT/org.polarsys.chess.releng-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.polarsys.chess.target:org.polarsys.chess.target.neon >------
[INFO] Building org.polarsys.chess.target.neon 1.0.0-SNAPSHOT           [71/72]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.target.neon ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.target.neon ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.target.neon ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.target.neon ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-target-definition (default-package-target-definition) @ org.polarsys.chess.target.neon ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.target.neon ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target to /home/jenkins/.m2/repository/org/polarsys/chess/target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.repository >----------
[INFO] Building org.polarsys.chess.repository 1.0.0-SNAPSHOT            [72/72]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.repository ---
[INFO] The project's OSGi version is 1.0.0.202207150808
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.polarsys.chess.repository ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 560 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 949 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 5.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 100 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 4.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.6 MB/s)
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.repository ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/main/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.repository ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.repository ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.repository ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.polarsys.chess.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.repository ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.polarsys.chess.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.polarsys.chess.configuration ................... SUCCESS [ 22.267 s]
[INFO] org.polarsys.chess.parent .......................... SUCCESS [  0.151 s]
[INFO] org.polarsys.chess.chessmlprofile .................. SUCCESS [ 10.603 s]
[INFO] org.polarsys.chess.core ............................ SUCCESS [  2.666 s]
[INFO] org.polarsys.chess.contracts.profile ............... SUCCESS [  2.691 s]
[INFO] org.polarsys.chess.service ......................... SUCCESS [  2.400 s]
[INFO] org.polarsys.chess.contracts.chessextension ........ SUCCESS [  1.915 s]
[INFO] org.polarsys.chess.contracts.contractEditor ........ SUCCESS [  2.001 s]
[INFO] org.polarsys.chess.contracts.contractPropertyManager SUCCESS [  1.717 s]
[INFO] org.polarsys.chess.contracts.integration ........... SUCCESS [  0.807 s]
[INFO] org.polarsys.chess.contracts.refinementView ........ SUCCESS [  1.729 s]
[INFO] org.polarsys.chess.smvExporter ..................... SUCCESS [  2.227 s]
[INFO] org.polarsys.chess.contracts.verificationService ... SUCCESS [  2.574 s]
[INFO] org.polarsys.chess.contracts.safetyAnalysis ........ SUCCESS [  2.364 s]
[INFO] org.polarsys.chess.validator ....................... SUCCESS [  2.365 s]
[INFO] org.polarsys.chess.contracts.validation ............ SUCCESS [  1.780 s]
[INFO] org.polarsys.chess.contracts.transformations ....... SUCCESS [  2.548 s]
[INFO] org.eclipse.papyrus.junit.framework ................ SUCCESS [  1.149 s]
[INFO] org.eclipse.papyrus.junit.utils .................... SUCCESS [  2.496 s]
[INFO] org.polarsys.chess.diagram.ui ...................... SUCCESS [  2.687 s]
[INFO] org.polarsys.chess.diagramsCreator ................. SUCCESS [  2.388 s]
[INFO] org.polarsys.chess.OSSImporter ..................... SUCCESS [  2.832 s]
[INFO] org.polarsys.chess.contracts.verificationService.test.runtime SUCCESS [ 58.492 s]
[INFO] org.polarsys.chess.contracts.hierarchicalContractView SUCCESS [  1.892 s]
[INFO] org.polarsys.chess.fla.flamm ....................... SUCCESS [  0.800 s]
[INFO] org.polarsys.chess.fla.flaxml ...................... SUCCESS [  0.629 s]
[INFO] org.polarsys.chess.m2m ............................. SUCCESS [  2.091 s]
[INFO] org.polarsys.chess.fla ............................. SUCCESS [  1.906 s]
[INFO] org.polarsys.chess.fla.faultTreeGenerator .......... SUCCESS [  1.394 s]
[INFO] org.polarsys.chess.fla.transformations ............. SUCCESS [  1.191 s]
[INFO] org.polarsys.chess.xtext.global .................... SUCCESS [  0.401 s]
[INFO] org.polarsys.chess.xtext.fladsl .................... SUCCESS [ 33.356 s]
[INFO] org.polarsys.chess.xtext.fladsl.ide ................ SUCCESS [  3.106 s]
[INFO] org.polarsys.chess.xtext.fladsl.ui ................. SUCCESS [  4.487 s]
[INFO] org.polarsys.chess.wizards ......................... SUCCESS [  1.408 s]
[INFO] org.polarsys.chess.cdo ............................. SUCCESS [  1.663 s]
[INFO] org.polarsys.chess.checkers ........................ SUCCESS [  1.885 s]
[INFO] org.polarsys.chess.cleanCExporter .................. SUCCESS [  1.832 s]
[INFO] org.polarsys.chess.monitoring ...................... SUCCESS [  1.711 s]
[INFO] org.polarsys.chess.multicore ....................... SUCCESS [  1.936 s]
[INFO] org.polarsys.chess.codegen.ada ..................... SUCCESS [  1.977 s]
[INFO] org.polarsys.chess.commands ........................ SUCCESS [  1.890 s]
[INFO] org.polarsys.chess.constraints.constraintEditor .... SUCCESS [  1.792 s]
[INFO] org.polarsys.chess.discovery ....................... SUCCESS [  0.800 s]
[INFO] org.polarsys.chess.functionBehaviors.functionBehaviorEditor SUCCESS [  1.560 s]
[INFO] org.polarsys.chess.monitoring.edit ................. SUCCESS [  1.697 s]
[INFO] org.polarsys.chess.monitoring.editor ............... SUCCESS [  1.955 s]
[INFO] org.polarsys.chess.monitoring.tests ................ SUCCESS [  1.564 s]
[INFO] org.polarsys.chess.paramArchConfigurator ........... SUCCESS [  2.180 s]
[INFO] org.polarsys.chess.patterns.profile ................ SUCCESS [  0.545 s]
[INFO] org.polarsys.chess.patterns.library ................ SUCCESS [  0.570 s]
[INFO] org.polarsys.chess.patterns ........................ SUCCESS [  1.887 s]
[INFO] org.polarsys.chess.properties.propertyEditor ....... SUCCESS [  1.911 s]
[INFO] org.polarsys.chess.tabbedproperties ................ SUCCESS [  1.945 s]
[INFO] org.polarsys.chess.test.runtime .................... SUCCESS [  6.188 s]
[INFO] org.polarsys.chess.tradeoffAnalysis ................ SUCCESS [  2.274 s]
[INFO] org.polarsys.chess.customEditors ................... SUCCESS [  2.088 s]
[INFO] org.polarsys.chess.statebased ...................... SUCCESS [  2.133 s]
[INFO] org.eclipse.papyrus.uml.profile.tests .............. SUCCESS [  1.306 s]
[INFO] org.polarsys.chess.fla.FPTC2FLABehavior ............ SUCCESS [  0.367 s]
[INFO] org.polarsys.chess.mainmenu ........................ SUCCESS [  0.599 s]
[INFO] org.polarsys.chess.mobius.preferences .............. SUCCESS [  0.618 s]
[INFO] org.polarsys.chess.mobius.model .................... SUCCESS [  0.785 s]
[INFO] org.polarsys.chess.mobius .......................... SUCCESS [  1.742 s]
[INFO] org.polarsys.chess.mobius.model.edit ............... SUCCESS [  0.676 s]
[INFO] org.polarsys.chess.mobius.model.editor ............. SUCCESS [  0.832 s]
[INFO] org.polarsys.chess.bundles ......................... SUCCESS [  0.115 s]
[INFO] org.polarsys.chess.features ........................ SUCCESS [  0.110 s]
[INFO] org.polarsys.chess.feature ......................... SUCCESS [  1.611 s]
[INFO] org.polarsys.chess.releng .......................... SUCCESS [  0.116 s]
[INFO] org.polarsys.chess.target.neon ..................... SUCCESS [  0.116 s]
[INFO] org.polarsys.chess.repository ...................... SUCCESS [  5.422 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:31 min
[INFO] Finished at: 2022-07-15T08:18:48Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/pom.xml to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cdo/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.properties.propertyEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.library/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.xtext.global/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2content.xml to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2artifacts.xml to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2content.xml to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2artifacts.xml to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/pom.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.test.runtime/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/pom.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.commands/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/pom.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.core/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.tests/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/pom.xml to org.polarsys.chess/org.polarsys.chess.features/1.0.0-SNAPSHOT/org.polarsys.chess.features-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/pom.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.mainmenu/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/pom.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagram.ui/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/pom.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.smvExporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/pom.xml to org.polarsys.chess/org.polarsys.chess.parent/1.0.0-SNAPSHOT/org.polarsys.chess.parent-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/pom.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.diagramsCreator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/pom.xml to org.polarsys.chess.target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target to org.polarsys.chess.target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.target
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/pom.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.multicore/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/bundles/pom.xml to org.polarsys.chess/org.polarsys.chess.bundles/1.0.0-SNAPSHOT/org.polarsys.chess.bundles-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.paramArchConfigurator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/pom.xml to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.discovery/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/pom.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.m2m/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/pom.xml to org.polarsys.chess/org.polarsys.chess.releng/1.0.0-SNAPSHOT/org.polarsys.chess.releng-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.transformations/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.flamm/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/pom.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.wizards/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/pom.xml to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.customEditors/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.customEditors/1.0.0-SNAPSHOT/org.polarsys.chess.customEditors-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.patterns.profile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/pom.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.checkers/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml to org.polarsys.chess/org.polarsys.chess.configuration/1.0.0-SNAPSHOT/org.polarsys.chess.configuration-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/pom.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.codegen.ada/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/pom.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/sba/org.polarsys.chess.statebased/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/pom.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.chessmlprofile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/pom.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.cleanCExporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/pom.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.OSSImporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.edit/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.monitoring.editor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/pom.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.service/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/pom.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/pom.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.validator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/pom.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/org.polarsys.chess.tabbedproperties/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2content.xml to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2artifacts.xml to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-gitlab-merge-branch-x-to-devel/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2artifacts.xml
channel stopped
[CHESS-gitlab-merge-branch-x-to-devel] $ /bin/sh -xe /tmp/jenkins10700064227218610597.sh
+ git config user.name chess-bot
+ git config user.email chess-bot@eclipse.org
+ git push ssh://git@gitlab.eclipse.org/eclipse/chess/chess HEAD:devel
Failed to add the RSA host key for IP address '141.94.179.217' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
remote: There are no commits to validate for current push, skipping validation step        
To ssh://gitlab.eclipse.org/eclipse/chess/chess
   b0f4d89a..bc161434  HEAD -> devel
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 60 killed;
[ssh-agent] Stopped.
Finished: SUCCESS